[SciPy-Dev] tol parameter to minimize_scalar is inconsistent [without HTML this time]

Micky Latowicki biosap at gmail.com
Fri Sep 13 01:43:12 EDT 2013


Pauli Virtanen <pav <at> iki.fi> writes:

> 
> ...
> 
> It would probably be best to harmonize tol to work in the way it does
> in `minimize`, and provide per-solver parameters for more special
> tolerance needs.
> 

I'd prefer an interface where the meaning of a parameter does not depend on 
the value of another. I'd like to be able to change the tolerance and the 
method in separate. Optimally, the user should be able to specify both 
relative and absolute tolerance, and the selected method will use the 
tolerance it supports.

I've created a github issue to work on this, and intend to submit a pull 
request along the lines of my suggestion. Any further comments would be 
welcome.

https://github.com/scipy/scipy/issues/2859





More information about the SciPy-Dev mailing list