Uses of Interface
org.evoludo.simulator.views.HasHistogram

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

    Classes in org.evoludo.simulator.exec that implement HasHistogram
    Modifier and Type
    Class
    Description
    class 
    Simulations of the evolution of continuous investement levels in social dilemmas.
    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 HasHistogram 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 module for the evolution of two behavioural traits.
    class 
    The module for investigating the evolutionary dynamics of the continuous snowdrift game, or more generally, interactions among pairs of individuals with continuous traits.
    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
     
  • Uses of HasHistogram in org.evoludo.simulator.views

    Modifier and Type
    Interface
    Description
    static interface 
    Modules that implement the HasHistogram.Degree interface include histograms of the degree distribution of the population geometry.
    static interface 
    Modules that implement the HasHistogram.Fitness interface include histograms of fitness distributions.
    static interface 
    Modules that implement the HasHistogram.StatisticsProbability interface must be capable of running statistics over multiple runs and include histograms of fixation probabilities.
    static interface 
    Modules that implement the HasHistogram.StatisticsStationary interface must be capable of generate histograms of the number of times particular configurations (frequencies of strategies) are visited, which eventually converges to a stationary distributions in ergodic settings.
    static interface 
    Modules that implement the HasHistogram.StatisticsTime interface must be capable of running statistics over multiple runs and include histograms of fixation times.
    static interface 
    Modules that implement the HasHistogram.Strategy interface include histograms of strategy distributions.