[SciPy-Dev] PR #196: simplification of optimization wrappers

Denis Laxalde denis at laxalde.org
Wed Apr 18 21:27:39 EDT 2012


josef.pktd at gmail.com wrote:
> What's the overhead of retall, especially fmin with a few thousand
> iterations?

The retall parameter is replaced by the field 'return_all' in the
options dictionary which, if True, will lead to an 'allvecs' field in
info. So there's no extra overhead as it remains optional.

> The rest of info looks all calculated as a byproduct, so
> there shouldn't be much extra cost, is there?

No, I don't think so.

-- 
Denis



More information about the SciPy-Dev mailing list