Skip to content

Remove machine-precision stopping conditions - #1110

Open
amontoison wants to merge 1 commit into
JuliaSmoothOptimizers:mainfrom
amontoison:stopping_conditions
Open

Remove machine-precision stopping conditions#1110
amontoison wants to merge 1 commit into
JuliaSmoothOptimizers:mainfrom
amontoison:stopping_conditions

Conversation

@amontoison

Copy link
Copy Markdown
Member

close #1109
I will wait one week before that I merge it.
I would like to think more about #1109 and be sure that it is the right solution.

Additional comment: Krylov.jl have +35 solvers for one right-hand side and only 21 solvers have this stopping condition that is not documented.
If we decide to finally keep these stopping conditions, we should be consistent everywhere.

@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor
Package name latest stable
AdaptiveRegularization
CaNNOLeS
DCISolver
FletcherPenaltySolver
JSOSolvers
PartiallySeparableNLPModels
PartiallySeparableSolvers
PartitionedVectors
Percival
RipQP

@codecov

codecov Bot commented Sep 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.67%. Comparing base (9536ef7) to head (41dc962).
⚠️ Report is 144 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1110      +/-   ##
==========================================
+ Coverage   94.68%   97.67%   +2.99%     
==========================================
  Files          45       50       +5     
  Lines        8027    10095    +2068     
==========================================
+ Hits         7600     9860    +2260     
+ Misses        427      235     -192     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

minres (and other solvers) report solved = true after one iteration when ‖b‖ is below machine epsilon — loss of scale invariance

1 participant