ICB-DCM / pyPESTO

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

ESSOptimizer: Include results for local searches in OptimizeResult #1270

Closed dweindl closed 8 months ago

dweindl commented 8 months ago

Include results for all local searches in scatter search OptimizeResult. Those might be useful for creating ensembles or waterfall plots.

codecov-commenter commented 8 months ago

Codecov Report

Attention: 13 lines in your changes are missing coverage. Please review.

Comparison is base (1c5580d) 59.19% compared to head (3398ddf) 74.92%.

Files Patch % Lines
pypesto/optimize/ess/ess.py 14.28% 12 Missing :warning:
pypesto/optimize/ess/sacess.py 0.00% 1 Missing :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1270 +/- ## ============================================ + Coverage 59.19% 74.92% +15.73% ============================================ Files 151 151 Lines 12331 12333 +2 ============================================ + Hits 7299 9241 +1942 + Misses 5032 3092 -1940 ```

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