SciPy

This is documentation for an old release of SciPy (version 1.3.2). Read this page in the documentation of the latest stable release (version 1.15.1).

minimize_scalar(method=’golden’)

scipy.optimize.minimize_scalar(fun, args=(), method='golden', tol=None, options={'func': None, 'brack': None, 'xtol': 1.4901161193847656e-08, 'maxiter': 5000})

See also

For documentation for the rest of the parameters, see scipy.optimize.minimize_scalar

Options
maxiterint

Maximum number of iterations to perform.

xtolfloat

Relative error in solution xopt acceptable for convergence.

Previous topic

minimize_scalar(method=’bounded’)

Next topic

scipy.optimize.minimize