JuliaNLSolvers / NLsolve.jl

Julia solvers for systems of nonlinear equations and mixed complementarity problems
Other
329 stars 66 forks source link

A way to specify relative error tolerances? #283

Open dominikkiese opened 1 year ago

dominikkiese commented 1 year ago

If I understand correctly, ftol and xtol currently set the absolute error tolerance for the residual vectors. Is there a way to use a relative error instead, in case the target function and/or its input vector are relatively large and convergence up to several digits might be difficult to achieve?