Package org.evoludo.simulator.models
Interface PDE.HasPDE
- 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:
PDE
Methods that every
Module
must implement, which advertises numerical
solutions based on partial differential equations.-
Method Summary
Methods inherited from interface ODE.HasDE
avgScores, avgScores, getDependent
-
Method Details
-
createPDE
Provides opportunity for model to supply custom PDE implementation.Important: if the custom PDE implementation involves random numbers, the shared random number generator should be used for reproducibility.
- Returns:
- custom PDE model or
null
to use use default - See Also:
-