| Home | Trees | Indices | Help |
|
|---|
|
|
core.Updatable --+
|
TerminationCriteria
Interface to define the termination criteria for a simulation.
|
| Class Hierarchy for TerminationCriteria |
| Instance Methods | |
|
Inherited from |
| Properties | |
| intNone |
convergenceThreshold The convergence threshold that determines when to stop the simulation. |
| boolNone |
enableConvergence Determines whether to use automatic convergence detection. |
| boolNone |
enableFlatlineDetection Determines whether to use the Flatline Detection algorithm. |
| ExpressionNone |
maximumSimulationTime The maximum simulation time in seconds. |
| Expression (read-only) |
maximumTimesteps The maximum number of timesteps. |
| ExpressionNone |
maximumWallClockTime The maximum CPU time in seconds. |
| ExpressionNone |
minimumSimulationTime The minimum simulation time in seconds. |
| intNone |
samplingInterval The interval in timesteps between two convergence checks. |
| stringNone |
spatialDensity The density of spatial sampling to be considered for the convergence checks. |
| stringNone | windowSize |
| Property Details |
spatialDensityThe density of spatial sampling to be considered for the convergence checks. Possible values are {'Low_Density','Medium_Density','High_Density'}
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jun 26 10:16:51 2019 | http://epydoc.sourceforge.net |