Skip to content
Prev 11673 / 15274 Next

Best optimizer for large scale problems

For quadratic problems you really should use quadprog.

You can also try the 'parma' package which provides a nice interface to 
frame your problem and constraints and then solve it using either an LP, 
QP, NLP (with analytic derivatives) or GNLP formulation (depending on 
the intersection of problem and constraint type).

Regards,

Alexios
On 06/06/2013 08:58, Dominykas Grigonis wrote: