| Home | Trees | Indices | Help |
|
|---|
|
|
Module containing every criteria for converge test
Functions :
Criteria :
Composite criteria :
Information criteria :
|
|||
| |||
|
|||
|
RelativeValueCriterion The relative criterion stops the optimization when the relative error of the value is below a certain level (ftol) |
|||
|
GradientCriterion The gradient criterion stops the optimization when the gradient at the current point is less that a given tolerance |
|||
|
AbsoluteValueCriterion The absolute criterion stops the optimization when the absolute error of the value is below a certain level (ftol) |
|||
|
AbsoluteParametersCriterion The absolute criterion stops the optimization when the relative error of the parameters is below a certain level (xtol) |
|||
|
RelativeParametersCriterion The relative criterion stops the optimization when the relative error of the parameters is below a certain level (xtol) |
|||
|
IterationCriterion A simple criterion that stops when the iteration limit is reached |
|||
|
MonotonyCriterion A simple criterion that stops when the values of the function starts to rise again |
|||
|
AndComposition Compose several criteria with an and rule |
|||
|
OrComposition Compose several criteria with an or rule |
|||
|
AICCriterion The Akaike information criterion |
|||
|
ModifiedAICCriterion The Akaike information criterion with several trials authorized |
|||
|
|||
|
|||
|
|||
criterion__all__ =
|
|||
|
|||
Creates a composite criterion based on the formal parameters :
|
|
|||
criterion__all__
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Dec 2 23:44:18 2012 | http://epydoc.sourceforge.net |