This is documentation for an old release of SciPy (version 0.8.). Read this page in the documentation of the latest stable release (version 1.15.1).
Minimize a function using the Constrained Optimization BY Linear Approximation (COBYLA) method.
Parameters : | func : callable f(x, *args)
x0 : ndarray
cons : sequence
args : tuple
consargs : tuple
rhobeg : :
rhoend : :
iprint : {0, 1, 2, 3}
maxfun : int
|
---|---|
Returns : | x : ndarray
|