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

public static interface PDE.HasPDE extends ODE.HasDE
Methods that every Module must implement, which advertises numerical solutions based on partial differential equations.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Model
    Provides opportunity for model to supply custom PDE implementation.

    Methods inherited from interface ODE.HasDE

    avgScores, avgScores, getDependent
  • Method Details

    • createPDE

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