JuliaNLSolvers / NLsolve.jl

Julia solvers for systems of nonlinear equations and mixed complementarity problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A way to specify relative error tolerances?

dominikkiese opened this issue · comments

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?