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 mutant trait.boolean
The flag indicating whether the fixation data (probabilities) has been read.int
The resident trait.double
The time until fixation in realtime units.boolean
The flag indicating whether the fixation times have been read.int
The trait 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 mutant trait. -
residentTrait
public int residentTraitThe resident trait. -
typeFixed
public int typeFixedThe trait 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