> On May 4, 2015, at 12:23 PM, Joshua N Pritikin <jpriti...@pobox.com> wrote:
> 
> Around line 2612 of slsqp.c, we have
> 
>                   if (nlopt_stop_ftol(stop, fcur, fprev))
>                        ret = NLOPT_FTOL_REACHED;
>                   else if (nlopt_stop_x(stop, xcur, xprev))
>                        ret = NLOPT_XTOL_REACHED;
> 
> nlopt_stop_ftol doesn't take the quantity (infeasibility - 
> infeasibility_cur) into account.

Feel free to submit a pull request (on github) if you can improve the stopping 
criterion in SLSQP.


_______________________________________________
NLopt-discuss mailing list
NLopt-discuss@ab-initio.mit.edu
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/nlopt-discuss

Reply via email to