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

Fix an issue with the fail_if_not_converged parameter #250

Merged
merged 1 commit into from
Jun 9, 2023

Conversation

sblauth
Copy link
Owner

@sblauth sblauth commented Jun 9, 2023

When the cost functional was negative, a not converged solution did actually decrease the cost functional further, which was not intended.

When the cost functional was negative, a not converged solution did actually decrease the cost functional further, which was not intended.
@sblauth sblauth added the bug Something isn't working label Jun 9, 2023
@sblauth sblauth self-assigned this Jun 9, 2023
@sblauth sblauth enabled auto-merge June 9, 2023 10:20
@codecov
Copy link

codecov bot commented Jun 9, 2023

Codecov Report

Merging #250 (7a17b2a) into main (b052441) will not change coverage.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##             main     #250   +/-   ##
=======================================
  Coverage   92.58%   92.58%           
=======================================
  Files          83       83           
  Lines        6444     6444           
=======================================
  Hits         5966     5966           
  Misses        478      478           
Impacted Files Coverage Δ
...cs/_optimization/line_search/armijo_line_search.py 92.65% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sblauth sblauth merged commit 85c6efd into main Jun 9, 2023
22 checks passed
@sblauth sblauth deleted the fix/fail_if_not_converged branch June 9, 2023 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant