show/hide this revision's text 2 edited tags
show/hide this revision's text 1

Open source alternative to matlab's fmincon function?

Does anyone know of 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.