Package org.evoludo.simulator.models
Interface SDE.HasSDE
- All Superinterfaces:
ODE.HasDE
- All Known Implementing Classes:
ATBT
,CDL
,CDLP
,CDLPQ
,DemesTBT
,EcoPGG
,Moran
,RSP
,simCDL
,simCDLP
,simCDLPQ
,simMoran
,simTBT
,simTraits
,TBT
,Traits
- Enclosing class:
SDE
Interface for modules that implement stochastic differential equations (SDE).
-
Method Summary
Methods inherited from interface ODE.HasDE
avgScores, avgScores, getDependent
-
Method Details
-
createSDE
Provides opportunity for module to supply custom implementation for numerically integrating stochastic differential equations, SDE.Important: if the custom SDE implementation involves random numbers, the shared random number generator should be used for reproducibility
- Returns:
- the custom implementation of the SDE integrator or
null
to use the default - See Also:
-