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

public static interface SDE.HasSDE extends ODE.HasDE
Interface for modules that implement stochastic differential equations (SDE).
  • Method Summary

    Modifier and Type
    Method
    Description
    default Model
    Provides opportunity for module to supply custom implementation for numerically integrating stochastic differential equations, SDE.

    Methods inherited from interface ODE.HasDE

    avgScores, avgScores, getDependent
  • Method Details

    • createSDE

      default Model 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: