UncertainLab / Enlsip.jl

Enlsip.jl is the Julia version of a Fortran77 optimization library designed to solve nonlinear least squares problems under general nonlinear constraints.
MIT License
9 stars 3 forks source link

Add tolerance as input argument #8

Closed tmigot closed 4 months ago

tmigot commented 4 months ago

I imagine a potential user would most likely be interested in setting the stopping tolerance by himself. Besides, I don't think the stopping criterion is explicited somewhere in the documentation

https://github.com/openjournals/joss-reviews/issues/6226

pierre-borie commented 4 months ago

Indeed, a description of the stopping criteria was clearly missing. I added one to the documentation. Tolerances can be passed as keyword arguments of the main solving function.

10