Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Annealed Importance Sampling #550

Draft
wants to merge 6 commits into
base: develop
Choose a base branch
from

Add integral calculation

c5eef05
Select commit
Loading
Failed to load commit list.
Draft

Adds Annealed Importance Sampling #550

Add integral calculation
c5eef05
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 14, 2024 in 0s

98.68% (-0.41%) compared to c8b00e6

View this Pull Request on Codecov

98.68% (-0.41%) compared to c8b00e6

Details

Codecov Report

Attention: Patch coverage is 71.83099% with 20 lines in your changes missing coverage. Please review.

Project coverage is 98.68%. Comparing base (c8b00e6) to head (c5eef05).
Report is 13 commits behind head on develop.

Files with missing lines Patch % Lines
pybop/parameters/priors.py 9.09% 10 Missing ⚠️
pybop/samplers/annealed_importance.py 83.05% 10 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #550      +/-   ##
===========================================
- Coverage    99.08%   98.68%   -0.41%     
===========================================
  Files           52       56       +4     
  Lines         3605     3941     +336     
===========================================
+ Hits          3572     3889     +317     
- Misses          33       52      +19     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.