Dear All, I was wondering if there is a way to use vector-valued inequality constraints in nlopt MATLAB package. The only possible way to add multiple constraints, that I know, is to add them individually in the variable opt.fc (which is a very impractical way for my problem as calculating the constraints share the computation) ... Therefore, I would like to know whether it is possible to use a single function for calculating all my constraints at once instead of breaking this function down into many functions which compute the constraints individually...
Your help is highly appreciated! Mohamed
_______________________________________________ NLopt-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/nlopt-discuss
