X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=2153355df4353b46da8192b185cb58db1b0db97d;hb=d90e578ef5bb0d524ab2118d9cad8c16cdb8978a;hp=d08ad4a3170e712894ab6d8143892a03ae2a2c55;hpb=c61e322b859e1b0d5b23927ddcd52923c3ba3735;p=nlopt.git diff --git a/TODO b/TODO index d08ad4a..2153355 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,11 @@ -Python interface. +Add nonlinearly constrained multistart algorithm. -SLSQP routine from scipy. +Add option to control subspace size (mf) in LBFGS etcetera. -Add nonlinearly constrained multistart algorithm. +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#, ...