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

ESSOptimizer: Respect local_n2 in case of failed initial local search #1328

Merged
merged 3 commits into from
Mar 20, 2024

Conversation

dweindl
Copy link
Member

@dweindl dweindl commented Mar 20, 2024

Fixes an issue where ESSOptimizer would try to repeatedly perform a local search from the best known value, instead of trying other promising points, in case the initial local search yields a non-finite result.

…earch

Fixes an issue where ESSOptimizer would try to repeatedly perform a local search from the best known value, instead of trying other promising points, in case the local search yields a non-finite result.
@codecov-commenter
Copy link

codecov-commenter commented Mar 20, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 84.40%. Comparing base (263b30e) to head (902cb34).

Files Patch % Lines
pypesto/optimize/ess/ess.py 50.00% 2 Missing ⚠️

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

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1328      +/-   ##
===========================================
- Coverage    84.43%   84.40%   -0.03%     
===========================================
  Files          153      153              
  Lines        12531    12533       +2     
===========================================
- Hits         10580    10578       -2     
- Misses        1951     1955       +4     

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

@dweindl dweindl self-assigned this Mar 20, 2024
pypesto/optimize/ess/ess.py Show resolved Hide resolved
@dweindl dweindl merged commit 48ad07b into ICB-DCM:develop Mar 20, 2024
18 checks passed
@dweindl dweindl deleted the fix_ess branch March 20, 2024 19:02
@PaulJonasJost PaulJonasJost mentioned this pull request Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants