This is documentation for an old release of SciPy (version 0.7.). Read this page in the documentation of the latest stable release (version 1.15.1).
Bounded minimization for scalar functions.
Parameters: |
|
---|---|
Returns: | (xopt, {fval, ierr, numfunc})
|
Notes: | Finds a local minimizer of the scalar function func in the interval x1 < xopt < x2 using Brent’s method. (See brent for auto-bracketing). |