Optim.jl
Optim.jl copied to clipboard
Not all convergence criteria mentioned in documentation
See https://github.com/JuliaNLSolvers/Optim.jl/blob/7cc8328a590a0c815e23005321459712382b5b42/src/api.jl#L99-L114
You mean the _tol ones?
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?