[SciPy-User] new feature: optimize.curve_fit with bounds

Ralf Gommers ralf.gommers at gmail.com
Sun Oct 18 08:07:30 EDT 2015


Hi all,

Curve fitting with bounds is a feature that has often been requested by
users in the past, so I'd like to advertise the excellent GSoC work of
Nikolay that's now included in Scipy master and will be in 0.17.0:

1. A new function optimize.least_squares:
https://github.com/scipy/scipy/pull/5044
2. Adding bounds to optimize.curve_fit:
https://github.com/scipy/scipy/pull/5147

Up-to-date html docs: http://scipy.github.io/devdocs/optimize.html

Cheers,
Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20151018/64107fb6/attachment.html>


More information about the SciPy-User mailing list