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

tolerance as input arguments + modified documentation #10

Closed pierre-borie closed 4 months ago

pierre-borie commented 4 months ago

Tolerances can now be passed as input arguments. The corresponding documentation gave been added. Modeling of the chianed rosenbrock problem with ipopt added

tmigot commented 4 months ago

Thanks for the PR, it looks good to me.