[SciPy-dev] SLSQP optimizer

Rob Falck robfalck at gmail.com
Wed Aug 15 11:59:16 EDT 2007


Hello,

I've been tinkering with the SLSQP (Sequential Least SQuares Programming)
optimizer on netlib, and have had success in wrapping it using f2py.  I'd
like to put this optimizer in Scipy because it offers bounds on the
independent variables as well as both equality and inequality constraints.
My first concern is, is the license compatible with SciPy?  SLSQP is
apparently under the ACM license.

The following URL's show the Fortran source and some documentation:
- http://www.netlib.org/toms/733
- http://portal.acm.org/citation.cfm?doid=192115.192124


- Rob Falck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20070815/7cd32215/attachment.html>


More information about the SciPy-Dev mailing list