chiark / gitweb /
more TODOs
authorstevenj <stevenj@alum.mit.edu>
Wed, 27 Jan 2010 22:49:36 +0000 (17:49 -0500)
committerstevenj <stevenj@alum.mit.edu>
Wed, 27 Jan 2010 22:49:36 +0000 (17:49 -0500)
darcs-hash:20100127224936-c8de0-2896036d9de9f9cb0c8794a30a6366d3b18dde82.gz

TODO

diff --git a/TODO b/TODO
index d3d19562f383da0560e8b23cae43545452362c25..ff8e01ce07f3d88bf23de51be23e8799a89b52c4 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,3 +4,11 @@ criteria, and in particular the absolute tolerances and maxtime.
 Python interface.
 
 SLSQP routine from scipy.
+
+Add nonlinearly constrained multistart algorithm.
+
+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.