ICB-DCM / pyPESTO

python Parameter EStimation TOolbox
https://pypesto.readthedocs.io
BSD 3-Clause "New" or "Revised" License
207 stars 45 forks source link

Fix Chain Burn-in Calculation in Thermodynamic Integration #1361

Closed arrjon closed 3 months ago

arrjon commented 3 months ago

Several weeks ago, I introduced a function to calculate the log evidence from a parallel tempering run using thermodynamic integration. Initially, only the first chain was assessed for convergence and the burn-in was determined. Now, I've enhanced the process by computing the burn-in individually for each chain, enhancing the validity and accuracy of the approximation.

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.46%. Comparing base (3163687) to head (40d3574).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1361 +/- ## =========================================== + Coverage 84.43% 84.46% +0.02% =========================================== Files 157 157 Lines 12881 12899 +18 =========================================== + Hits 10876 10895 +19 + Misses 2005 2004 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.