Uses of Class
org.evoludo.simulator.modules.Discrete

Packages that use Discrete
  • Uses of Discrete in org.evoludo.simulator.exec

    Modifier and Type
    Class
    Description
    class 
    Simulations to investigate the role of volunteering in public goods games.
    class 
    Simulations to investigate peer punishment in the voluntary public goods game.
    class 
    Simulations of peer- versus pool-punishment in voluntary public goods games.
    class 
    Simulations to investigate the Moran process on graph structured populations.
    class 
    Simulation of the two player, two trait model.
    class 
    Simulations to investigate individual based simulations versus stochastic differential equations for modelling the evolutionary dynamics of populations with pairwise interactions and d strategic traits.
  • Uses of Discrete in org.evoludo.simulator.models

    Modifier and Type
    Field
    Description
    protected Discrete
    IBSDPopulation.module
    The discrete module associated with this model.
    Constructors in org.evoludo.simulator.models with parameters of type Discrete
    Modifier
    Constructor
    Description
     
    IBSDPopulation(EvoLudo engine, Discrete module)
    Creates a population of individuals with discrete traits for IBS simulations.
  • Uses of Discrete in org.evoludo.simulator.modules

    Modifier and Type
    Class
    Description
    class 
    The module for investigating the evolutionary dynamics in asymmetric 2×2 games.
    class 
    Cooperation in voluntary (non-linear) public goods interactions.
    class 
    Cooperation in voluntary (non-linear) public goods interactions with peer punishment.
    class 
    Cooperation in voluntary (non-linear) public goods interactions with peer and pool punishment.
    class 
    The Centipede class provides an EvoLudo module for the centipede game.
    class 
    Simulations of 2x2 games in deme structured populations.
    class 
    Cooperation in ecological public goods interactions.
    class 
    The module for investigating the evolutionary dynamics in the classical Moran process with two types of individuals that have constant fitness values.
    class 
    Cooperation in dynamical networks.
    class 
    Cyclical dynamics of the rock-scissors-paper game.
    class 
    The module for investigating the evolutionary dynamics in the classical 2×2 games.
    class 
    Traits
     
    Fields in org.evoludo.simulator.modules with type parameters of type Discrete
    Modifier and Type
    Field
    Description
    (package private) ArrayList<Discrete>
    Discrete.species
    The list species contains references to each species in this module.
    Methods in org.evoludo.simulator.modules with parameters of type Discrete
    Modifier and Type
    Method
    Description
    boolean
    Discrete.add(Discrete dpop)
    Add dpop to list of species.
    Constructors in org.evoludo.simulator.modules with parameters of type Discrete
    Modifier
    Constructor
    Description
    private
    Discrete(EvoLudo engine, Discrete partner)
    Create a new module with a discrete set of strategies with pacemaker engine and interactions with module partner.
    protected
    Discrete(Discrete partner)
    Create another module with a discrete set of strategies.