It's hard to say much without knowing more about your problem. How many unknowns? Is it differentiable? Do you have analytical derivatives? Is a local optimum sufficient? Are there nonlinear constraints?
Your best bet is just to try several algorithms in NLopt and pick the one that works best. On Jun 24, 2013, at 2:23 PM, Akshay Morye <[email protected]> wrote: > I have recently started playing around with nlopt for non-linear optimization > problems with the intention of utilizing the library for a real-time > application. The aim is to implement an optimization algorithm to find the > optimal PTZ parameters for a camera, given an objective function and a set of > inequality constraints. > > We have developed an Interior-Point method based approach to solve the > problem, and has been implemented in matlab. Can someone point me to a > direction such that I will be able to apply a similar approach, only using > nlopt instead of Matlab toolboxes? _______________________________________________ NLopt-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/nlopt-discuss
