Hello,

It seems to me that the Matlab interface of NLopt does not support
vector-valued constraint functions?  I have 1000 constraints which can be
computed (efficiently) as a vector-valued function.  So do I have to create
a cell array of 1000 function handles, each for one constraint?  Is there
any cleaner way to do this?  All my code is in Matlab, so moving to Python
or C/C++ (which support vector-valued constraints) is not feasible.

Thanks.
Truong
_______________________________________________
NLopt-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/nlopt-discuss

Reply via email to