| Home | Trees | Indices | Help |
|---|
|
|
Implements iterative algorithm class.
|
|||
| StopCondition | |||
| Callback | |||
|
Algorithm Abstract class to define iterative algorithms. |
|||
|
ConjugateGradient Apply the conjugate gradient algorithm to a Criterion instance. |
|||
|
QuadraticConjugateGradient A subclass of ConjugateGradient using a QuadraticCriterion. |
|||
|
HuberConjugateGradient A subclass of ConjugateGradient using an HuberCriterion. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
TOL = 1e-06
|
|||
GTOL = 1e-06
|
|||
MAXITER = None
|
|||
default_stop = default_stop
|
|||
default_callback = default_callback
|
|||
__package__ =
|
|||
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Jun 2 17:46:15 2011 | http://epydoc.sourceforge.net |