chiark / gitweb /
strip
[nlopt.git] / TODO
diff --git a/TODO b/TODO
index ff8e01ce07f3d88bf23de51be23e8799a89b52c4..2153355df4353b46da8192b185cb58db1b0db97d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,14 +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.
 
-Add nonlinearly constrained multistart algorithm.
+If local_optimizer is set, STOGO should use it instead of its
+own BFGS.
 
-More object-based interface, e.g. nlopt_create(dimensions, function,
-algorithm), then nlopt_add_constraint(....) etcetera?  This would be
-more scalable and backwards compatible, so that I could add new
-features re-entrantly without breaking backwards compatibility or
-making the arargument list increasingly unwieldy.
+Wrappers for GNU R, Java, Perl, Ocaml, C#, ...