Package org.evoludo.simulator.models
Class FixationData
Object
FixationData
EXPERIMENTAL: should mature into data structure useful for statistics
-
Field Summary
FieldsModifier and TypeFieldDescriptionintThe index of the node (location) where the initial mutant arose.intThe mutant trait.booleanThe flag indicating whether the fixation data (probabilities) has been read.intThe resident trait.doubleThe time until fixation in realtime units.booleanThe flag indicating whether the fixation times have been read.intThe trait that reached fixation.doubleThe 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