Open source alternative to MATLAB's fmincon function?

Posted by dF on Stack Overflow See other posts from Stack Overflow or by dF
Published on 2008-09-08T15:19:59Z Indexed on 2010/03/31 1:03 UTC
Read the original article Hit count: 519

Is there an open-source alternative to MATLAB's fmincon function for constrained linear optimization? I'm rewriting a MATLAB program to use Python / NumPy / SciPy and this is the only function I haven't found an equivalent to. A NumPy-based solution would be ideal, but any language will do.

© Stack Overflow or respective owner

Related posts about python

Related posts about matlab