Uses of Class
org.evoludo.simulator.modules.Continuous
Packages that use Continuous
Package
Description
-
Uses of Continuous in org.evoludo.simulator.exec
Subclasses of Continuous in org.evoludo.simulator.execModifier and TypeClassDescriptionclass
Simulations 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 Continuous
IBSMCPopulation.module
The 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 TypeClassDescriptionclass
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.Fields in org.evoludo.simulator.modules declared as ContinuousModifier and TypeFieldDescription(package private) Continuous
Continuous.population
Shortcut 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.species
The listspecies
contains references to each species in this module.Methods in org.evoludo.simulator.modules with parameters of type ContinuousModifier and TypeMethodDescriptionboolean
Continuous.add
(Continuous cpop) Addcpop
to list of species.Constructors in org.evoludo.simulator.modules with parameters of type ContinuousModifierConstructorDescriptionprotected
Continuous
(EvoLudo engine, Continuous partner) Create a new module with continuous traits for pacemakerengine
and interactions with modulepartner
.protected
Continuous
(Continuous partner) Create another module with continuous traits.