Uses of Interface
org.evoludo.simulator.views.HasHistogram
Packages that use HasHistogram
Package
Description
Custom modules for running simulations on the command line.
The modules to implement various evolutionary models.
The views to visualize results and interact with evolutionary models.
-
Uses of HasHistogram in org.evoludo.simulator.exec
Classes in org.evoludo.simulator.exec that implement HasHistogramModifier and TypeClassDescriptionclassSimulations of the evolution of continuous investement levels in social dilemmas.classSimulations 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 HasHistogram in org.evoludo.simulator.modules
Classes in org.evoludo.simulator.modules that implement HasHistogramModifier 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 module for the evolution of two behavioural traits.classThe module for investigating the evolutionary dynamics of the continuous snowdrift game, or more generally, interactions among pairs of individuals with continuous traits.classSimulations of 2x2 games in deme structured populations.classCooperation in ecological public goods interactions.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.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.classTraits -
Uses of HasHistogram in org.evoludo.simulator.views
Subinterfaces of HasHistogram in org.evoludo.simulator.viewsModifier and TypeInterfaceDescriptionstatic interfaceModules that implement theHasHistogram.Degreeinterface include histograms of the degree distribution of the population geometry.static interfaceModules that implement theHasHistogram.Fitnessinterface include histograms of fitness distributions.static interfaceModules that implement theHasHistogram.StatisticsProbabilityinterface must be capable of running statistics over multiple runs and include histograms of fixation probabilities.static interfaceModules that implement theHasHistogram.StatisticsStationaryinterface 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 interfaceModules that implement theHasHistogram.StatisticsTimeinterface must be capable of running statistics over multiple runs and include histograms of fixation times.static interfaceModules that implement theHasHistogram.Strategyinterface include histograms of strategy distributions.