Solver's stopping criteria and status #22
abelsiqueira
started this conversation in
Ideas
Replies: 2 comments 5 replies
-
In Stopping.jl, we had a similar list and added:
Also, it might be worth having both About the counters, couldn't we have a |
Beta Was this translation helpful? Give feedback.
4 replies
-
Sorry for an off top question, but is there an actual list of acceptable return codes with explanations? Cannot find it in the documentation. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Started by @metelkin in https://github.com/JuliaSmoothOptimizers/DerivativeFreeSolvers.jl/pull/16/files#r606979001
Related to #19
Should apply to Krylov solvers?
Pinging @dpo, @amontoison @tmigot
What stopping criteria should we aim for:
:first_order
) for all derivative-based solvers:acceptable
). For instance, small mesh size. Should it be named differently?:max_time
):max_eval
). Should this be alwaysf + c
?sum_counters
?:max_iter
). Even though it's not comparable between solvers, it is something we usually keep.Beta Was this translation helpful? Give feedback.
All reactions