Optim.jl icon indicating copy to clipboard operation
Optim.jl copied to clipboard

Not all convergence criteria mentioned in documentation

Open andreasnoack opened this issue 1 year ago • 3 comments

See https://github.com/JuliaNLSolvers/Optim.jl/blob/7cc8328a590a0c815e23005321459712382b5b42/src/api.jl#L99-L114

andreasnoack avatar Mar 26 '24 11:03 andreasnoack

You mean the _tol ones?

pkofod avatar Mar 27 '24 07:03 pkofod

In only see x_tol, f_tol, and g_tol at https://julianlsolvers.github.io/Optim.jl/stable/user/config/#General-Options. None of the rel or abs versions. Also, is it true that x_tol is relative and f_tol is absolute?

andreasnoack avatar Mar 27 '24 08:03 andreasnoack