Uses of Class
org.evoludo.simulator.modules.Continuous
Packages that use Continuous
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 Continuous in org.evoludo.simulator.exec
Subclasses of Continuous in org.evoludo.simulator.execModifier and TypeClassDescriptionclassSimulations of the evolution of continuous investement levels in social dilemmas. -
Uses of Continuous in org.evoludo.simulator.models
Subclasses with type arguments of type Continuous in org.evoludo.simulator.modelsModifier and TypeClassDescriptionclassThe core class for individual based simulations with multiple continuous traits.Constructors in org.evoludo.simulator.models with parameters of type ContinuousModifierConstructorDescriptionIBSCPopulation(EvoLudo engine, Continuous module) Creates a population of individuals with a single continuous trait for IBS simulations.IBSMCPopulation(EvoLudo engine, Continuous module) Creates a population of individuals with multiple continuous traits for IBS simulations. -
Uses of Continuous in org.evoludo.simulator.modules
Subclasses of Continuous in org.evoludo.simulator.modulesModifier and TypeClassDescriptionclassThe 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.Subclasses with type arguments of type Continuous in org.evoludo.simulator.modulesModifier and TypeClassDescriptionclassParent class of all EvoLudo modules with one or more continuous traits.Fields in org.evoludo.simulator.modules declared as ContinuousModifier and TypeFieldDescription(package private) ContinuousContinuous.populationShortcut for species.get(0) as long as continuous modules are restricted to a single species.Constructors in org.evoludo.simulator.modules with parameters of type ContinuousModifierConstructorDescriptionprotectedContinuous(EvoLudo engine, Continuous partner) Create a new module with continuous traits for pacemakerengineand interactions with modulepartner.protectedContinuous(Continuous partner) Create another module with continuous traits.