Package PyDSTool :: Package Toolbox :: Package optimizers :: Package criterion :: Module composite_criteria :: Class AndComposition
[hide private]
[frames] | no frames]

Class AndComposition

source code

object --+
         |
        AndComposition

Compose several criteria with an and rule

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
Collects the different criteria
source code
 
__call__(self, state, **kwargs)
Evaluates each criterion (no lazy evaluation) and returns True if one of them is True
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, *args, **kwargs)
(Constructor)

source code 

Collects the different criteria

Overrides: object.__init__