Package PyDSTool :: Package Toolbox :: Package optimizers :: Package criterion :: Module criteria :: Class MonotonyCriterion
[hide private]
[frames] | no frames]

Class MonotonyCriterion

source code

object --+
         |
        MonotonyCriterion

A simple criterion that stops when the values of the function starts to rise again

Instance Methods [hide private]
 
__init__(self, ftol)
Initializes the criterion with an error fraction for the monotony test (ftol)
source code
 
__call__(self, state, **kwargs)
Computes the stopping criterion
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, ftol)
(Constructor)

source code 

Initializes the criterion with an error fraction for the monotony test (ftol)

Overrides: object.__init__