[SciPy-user] constrained optimization

A.J. Rossini rossini at blindglobe.net
Thu May 15 12:55:16 EDT 2003


Travis Oliphant <oliphant.travis at ieee.org> writes:

> John Hunter wrote:
>> I need to do a bounded nonlinear minimization problem.  I've been
>> using scipy.optimize.leastsq, and apply artificial bounds by increasing
>> the error when then params escape their bounds, but this isn't working
>> well enough.
>> I see that scipy.optimize.anneal has bounds, but am wondering if
>> there
>> are any bounded optimizers available for general nonlinear least
>> squares, like a bounded Lev-Marq alogirithm.
>
> My brief investigations into this matter did not turn anything up that
> was open source.  It would appear that bounded optimizers are a
> current research area and the good algorithms are somewhat closely
> guarded.

One possibility might be Will Naylor's library (wnlib) which had one
based on a conjugate gradient approach.

I can't vouch (good/bad) on code quality/performance, though; would be
interested in others experiences

http://www.willnaylor.com/wnlib.html

best,
-tony

-- 
A.J. Rossini rossini at u.washington.edu http://software.biostat.washington.edu/ 
Biostatistics, U Washington and Fred Hutchinson Cancer Research Center

FHCRC:Tu: 206-667-7025 (fax=4812)|Voicemail is pretty sketchy/use Email 
UW  : Th: 206-543-1044 (fax=3286)|Change last 4 digits of phone to FAX 

CONFIDENTIALITY NOTICE: This e-mail message and any attachments may be
confidential and privileged. If you received this message in error,
please destroy it and notify the sender. Thank you.



More information about the SciPy-User mailing list