Package PyDSTool :: Module MProject :: Class always_feature
[hide private]
[frames] | no frames]

Class always_feature

source code

object --+            
         |            
   feature --+        
             |        
  feature_leaf --+    
                 |    
   ql_feature_leaf --+
                     |
                    always_feature

Use this for a single vector field model that uses discrete event mappings.

Instance Methods [hide private]
 
evaluate(self, target) source code

Inherited from feature_leaf: __repr__, __str__, set_ref_traj

Inherited from feature_leaf (private): _residual_info

Inherited from feature: __call__, __eq__, __hash__, __init__, __ne__, finish, info, postprocess_ref_traj, prepare, reset_metric, validate

Inherited from feature (private): _find_idx

Inherited from object: __delattr__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

evaluate(self, target)

source code 
Overrides: feature.evaluate