X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=2153355df4353b46da8192b185cb58db1b0db97d;hb=743775baaa9b9374834a7aa886087d0e156c30b7;hp=d3d19562f383da0560e8b23cae43545452362c25;hpb=709baf88daa0d29d6af979be603dcc6f8536f9a0;p=nlopt.git diff --git a/TODO b/TODO index d3d1956..2153355 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,11 @@ -Modify luksan code (e.g. luksan/plis.c) to use full NLopt stopping -criteria, and in particular the absolute tolerances and maxtime. +Add nonlinearly constrained multistart algorithm. -Python interface. +Add option to control subspace size (mf) in LBFGS etcetera. -SLSQP routine from scipy. +STOGO has bitrotted - doesn't return proper NLopt codes, doesn't +support forced stop, etcetera. Needs to be fixed. + +If local_optimizer is set, STOGO should use it instead of its +own BFGS. + +Wrappers for GNU R, Java, Perl, Ocaml, C#, ...