Uses of Interface
org.evoludo.simulator.models.DModel
Packages that use DModel
Package
Description
The models that generate evolutionary trajectories based on the
specifications of each module.
The modules to implement various evolutionary models.
-
Uses of DModel in org.evoludo.simulator.models
Classes in org.evoludo.simulator.models that implement DModelModifier and TypeClassDescriptionclassNumerical integration of partial differential equations for reaction-diffusion-advection systems based on Euler's method (fixed step size).classBase class for individual based simulation models, IBS, with discrete traits.classCommon base class for all differential equations models.classNumerical integration of partial differential equations for reaction-diffusion systems based on Euler's method (fixed step size)classImplementation of Runge-Kutta method with adaptive step size for the numerical integration of systems of differential equations.classIntegrator for stochastic differential equations (SDE) based on Euler's method. -
Uses of DModel in org.evoludo.simulator.modules
Classes in org.evoludo.simulator.modules that implement DModelModifier and TypeClassDescriptionclassProvide ODE implementation for asymmetric2×2games with environmental feedback.classODE model for the Lotka-Volterra module.classSDE model for the LV module.classODE model for the SIR module.classPDE model for the SIR module.classSDE model for the SIR module.