chiark / gitweb /
remove obsolete TODO
authorstevenj <stevenj@alum.mit.edu>
Wed, 12 May 2010 15:18:12 +0000 (11:18 -0400)
committerstevenj <stevenj@alum.mit.edu>
Wed, 12 May 2010 15:18:12 +0000 (11:18 -0400)
darcs-hash:20100512151812-c8de0-67f64550b5b5fa892638c3f1111dc1179755b71e.gz

TODO

diff --git a/TODO b/TODO
index 1ec38fc8f96170617c3805082ea440cfb25ba3ea..d08ad4a3170e712894ab6d8143892a03ae2a2c55 100644 (file)
--- a/TODO
+++ b/TODO
@@ -3,9 +3,3 @@ 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.