Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

sage.numerical.optimize.minimize_constrained versus fmincon

Matlab has this function: http://www.mathworks.com/help/toolbox/optim/ug/fmincon.html

And as far as I can tell, Sage's closest equivalent is this: http://www.sagemath.org/doc/reference/sage/numerical/optimize.html#sage.numerical.optimize.minimize_constrained

I use the inequality feature of fmincon. I think that the cons lambdas can achieve the same thing, although: will the performance worsen? Since fmincon can run an interior-point method with knowledge of the boundary, will the convergence be better there than with minimize_constrained? Is there some implementation of an interior-point method that I'm not seeing in Sage?

Thanks.