Uses of Class
org.evoludo.simulator.modules.Discrete
Packages that use Discrete
Package
Description
Custom modules for running simulations on the command line.
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.exec
Subclasses of Discrete in org.evoludo.simulator.execModifier and TypeClassDescriptionclassSimulations to investigate the role of volunteering in public goods games.classSimulations to investigate peer punishment in the voluntary public goods game.classSimulations of peer- versus pool-punishment in voluntary public goods games.classSimulations to investigate the Moran process on graph structured populations.classSimulation of the two player, two trait model.classSimulations to investigate individual based simulations versus stochastic differential equations for modelling the evolutionary dynamics of populations with pairwise interactions anddstrategic traits. -
Uses of Discrete in org.evoludo.simulator.models
Fields in org.evoludo.simulator.models declared as DiscreteModifier and TypeFieldDescriptionprotected DiscreteIBSDPopulation.moduleThe discrete module associated with this model.Constructors in org.evoludo.simulator.models with parameters of type DiscreteModifierConstructorDescriptionIBSDPopulation(EvoLudo engine, Discrete module) Creates a population of individuals with discrete traits for IBS simulations. -
Uses of Discrete in org.evoludo.simulator.modules
Subclasses of Discrete in org.evoludo.simulator.modulesModifier and TypeClassDescriptionclassThe module for investigating the evolutionary dynamics in asymmetric2×2games.classCooperation in voluntary (non-linear) public goods interactions.classCooperation in voluntary (non-linear) public goods interactions with peer punishment.classCooperation in voluntary (non-linear) public goods interactions with peer and pool punishment.classThe Centipede class provides an EvoLudo module for the centipede game.classSimulations of 2x2 games in deme structured populations.classCooperation in ecological public goods interactions.classLotka-Volterra module for EvoLudo.classThe module for investigating the evolutionary dynamics in the classical Moran process with two types of individuals that have constant fitness values.classCooperation in dynamical networks.(package private) classPredator class representing the predator species in the Lotka-Volterra model.classCyclical dynamics of the rock-scissors-paper game.classThe SIR module implements the classic Susceptible-Infected-Recovered (SIR) model of disease dynamics.classThe module for investigating the evolutionary dynamics in the classical2×2games.classTraitsFields in org.evoludo.simulator.modules with type parameters of type DiscreteModifier and TypeFieldDescriptionDiscrete.speciesThe listspeciescontains references to each species in this module.Methods in org.evoludo.simulator.modules with parameters of type DiscreteModifier and TypeMethodDescriptionbooleanAdddpopto list of species.Constructors in org.evoludo.simulator.modules with parameters of type DiscreteModifierConstructorDescriptionprivateCreate a new module with a discrete set of traits with pacemakerengineand interactions with modulepartner.Create another module with a discrete set of traits.protectedCreate a new custom implementation for IBS simulations.