[SciPy-Dev] improvements of optimize package

Charles R Harris charlesr.harris at gmail.com
Mon Sep 19 10:18:07 EDT 2011


On Mon, Sep 19, 2011 at 7:29 AM, Denis Laxalde <denis.laxalde at mcgill.ca>wrote:

> On Fri, 16 Sep 2011 21:18:27 -0600,
> Charles R Harris wrote:
> > The 1-d root finders need stopping conditions in the parameter list.
> > Currently they have both absolute and relative step size, which are used
> > together. I think that both should be kept.
>
> This is not currently documented but looking at the code there is
> indeed `xtol` and `rtol` for all functions but `newton`. I'll update
> the proposal accordingly. Thanks.
>

They should probably get added to newton also, it's a common method of
terminating on step size. I'll take a look next time I have some time...

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20110919/47e484fd/attachment.html>


More information about the SciPy-Dev mailing list