Home | Trees | Indices | Help |
|
---|
|
object --+ | dsInterface --+ | ModelInterface --+ | intModelInterface
Interface providing internal evaluation criteria between models. Optional conditions (object) argument used to specify these criteria.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Set model that generates test trajectories from which the dictionary of conditions can be imposed on a connected model. If no conditions are specified then the model is trivially wrapped in an "empty" interface. Optionally, a dummy test traj can be supplied in case of a dummy interface for a trivial condition test that does not need to evaluate a trajectory to determine the result.
|
Called by another interface. Return model's test trajectory, using any post-processing specified by user-defined process_test_traj method. Use force option if model is known to have changed and trajectory needs refreshing.
|
Return any unique model-specific settings here, as a dictionary with keys that can include initial conditions, parameters, tdata, algorithmic parameters. Use the same keys that are suitable for a call to the Model.set method, i.e. 'pars', 'ics', 'tdata', and 'algparams'. Override in a sub-class to use. This method will be called before any trajectory computation of the model. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Dec 2 23:44:20 2012 | http://epydoc.sourceforge.net |