This is documentation for an old release of SciPy (version 0.9.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Given a function of one-variable and a possible bracketing interval, return the minimum of the function isolated to a fractional precision of tol.
Parameters : | func : callable func(x,*args)
args : tuple
brack : tuple
tol : float
full_output : bool
|
---|
Notes
Uses analog of bisection method to decrease the bracketed interval.