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
Fields in org.evoludo.simulator.models declared as ContinuousModifier and TypeFieldDescriptionprotected ContinuousIBSMCPopulation.moduleThe continuous module associated with this model.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.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.Fields in org.evoludo.simulator.modules with type parameters of type ContinuousModifier and TypeFieldDescription(package private) ArrayList<Continuous> Continuous.speciesThe listspeciescontains references to each species in this module.Methods in org.evoludo.simulator.modules with parameters of type ContinuousModifier and TypeMethodDescriptionbooleanContinuous.add(Continuous cpop) Addcpopto list of 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.Continuous(Continuous partner) Create another module with continuous traits.