Class ATBT.ODE

All Implemented Interfaces:
Discrete, CLOProvider
Enclosing class:
ATBT

public class ATBT.ODE extends RungeKutta
Provide ODE implementation for asymmetric 2×2 games with environmental feedback.
  • Field Details

    • module

      protected Module module
      Convenience variable: module associated with this model (useful for single species).
  • Constructor Details

    • ODE

      protected ODE(EvoLudo engine)
      Constructs a new ODE solver taylored for the integration of asymmetric 2×2 games with environmental feedback.
      Parameters:
      engine - the pacemaker for running the model
  • Method Details