JuliaNLSolvers / Optim.jl

Optimization functions for Julia
Other
1.1k stars 214 forks source link

Not all convergence criteria mentioned in documentation #1086

Open andreasnoack opened 3 months ago

andreasnoack commented 3 months ago

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

pkofod commented 3 months ago

You mean the _tol ones?

andreasnoack commented 3 months ago

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?