Uses of Interface
org.evoludo.simulator.models.Discrete

Packages that use Discrete
Package
Description
The models that generate evolutionary trajectories based on the specifications of each module.
The modules to implement various evolutionary models.
  • Uses of Discrete in org.evoludo.simulator.models

    Classes in org.evoludo.simulator.models that implement Discrete
    Modifier and Type
    Class
    Description
    class 
    Numerical integration of partial differential equations for reaction-diffusion-advection systems based on Euler's method (fixed step size).
    class 
    Base class for individual based simulation models, IBS, with discrete traits.
    class 
    Common base class for all differential equations models.
    class 
    Numerical integration of partial differential equations for reaction-diffusion systems based on Euler's method (fixed step size)
    class 
    Implementation of Runge-Kutta method with adaptive step size for the numerical integration of systems of differential equations.
    class 
    Integrator for stochastic differential equations (SDE) based on Euler's method.
  • Uses of Discrete in org.evoludo.simulator.modules

    Classes in org.evoludo.simulator.modules that implement Discrete
    Modifier and Type
    Class
    Description
    class 
    Provide ODE implementation for asymmetric 2×2 games with environmental feedback.
    class 
    ODE model for the Lotka-Volterra module.
    class 
    SDE model for the LV module.
    class 
    ODE model for the SIR module.
    class 
    PDE model for the SIR module.
    class 
    SDE model for the SIR module.