Navigation
index
modules
|
modules
|
next
|
NIPY home
|
NIPY documentation
»
API
»
Site Navigation
Documentation
Development
NIPY Community
Community Home
NIPY Projects
Mailing List
License
Table Of Contents
algorithms.optimize
Module:
algorithms.optimize
Next topic
algorithms.registration.affine
This Page
Show Source
Search mailing list archive
Search this site
algorithms.optimize
¶
Module:
algorithms.optimize
¶
nipy.algorithms.optimize.
fmin_steepest
(
f
,
x0
,
fprime=None
,
xtol=0.0001
,
ftol=0.0001
,
step=1.4901161193847656e-08
,
maxiter=None
,
callback=None
)
¶
Navigation
index
modules
|
modules
|
next
|
NIPY home
|
NIPY documentation
»
API
»