From: stevenj Date: Wed, 27 Jan 2010 22:49:36 +0000 (-0500) Subject: more TODOs X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=fc002596557e8932dc6ce1dd8f63c60c9b4463d6;p=nlopt.git more TODOs darcs-hash:20100127224936-c8de0-2896036d9de9f9cb0c8794a30a6366d3b18dde82.gz --- diff --git a/TODO b/TODO index d3d1956..ff8e01c 100644 --- 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.