Package org.evoludo.simulator.models
Class FixationData
Object
FixationData
EXPERIMENTAL: should mature into data structure useful for statistics
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
The index of the node (location) where the initial mutant arose.int
The strategy type of the initial mutant.boolean
The flag indicating whether the fixation data (probabilities) has been read.int
The strategy type of the resident.double
The time until fixation in realtime units.boolean
The flag indicating whether the fixation times have been read.int
The strategy type that reached fixation.double
The number of updates until fixation was reached. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mutantNode
public int mutantNodeThe index of the node (location) where the initial mutant arose. -
mutantTrait
public int mutantTraitThe strategy type of the initial mutant. -
residentTrait
public int residentTraitThe strategy type of the resident. -
typeFixed
public int typeFixedThe strategy type that reached fixation. -
updatesFixed
public double updatesFixedThe number of updates until fixation was reached. -
timeFixed
public double timeFixedThe time until fixation in realtime units. -
probRead
public boolean probReadThe flag indicating whether the fixation data (probabilities) has been read. -
timeRead
public boolean timeReadThe flag indicating whether the fixation times have been read.
-
-
Constructor Details
-
FixationData
public FixationData()Creates a new fixation data structure.
-
-
Method Details