From: stevenj Date: Wed, 12 May 2010 15:18:12 +0000 (-0400) Subject: remove obsolete TODO X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c61e322b859e1b0d5b23927ddcd52923c3ba3735;p=nlopt.git remove obsolete TODO darcs-hash:20100512151812-c8de0-67f64550b5b5fa892638c3f1111dc1179755b71e.gz --- diff --git a/TODO b/TODO index 1ec38fc..d08ad4a 100644 --- 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.