Class FixationData

Object
FixationData

public class FixationData extends Object
EXPERIMENTAL: should mature into data structure useful for statistics
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
    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
    Constructor
    Description
    Creates a new fixation data structure.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Reset the fixation data to get ready for the next sample.
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • mutantNode

      public int mutantNode
      The index of the node (location) where the initial mutant arose.
    • mutantTrait

      public int mutantTrait
      The strategy type of the initial mutant.
    • residentTrait

      public int residentTrait
      The strategy type of the resident.
    • typeFixed

      public int typeFixed
      The strategy type that reached fixation.
    • updatesFixed

      public double updatesFixed
      The number of updates until fixation was reached.
    • timeFixed

      public double timeFixed
      The time until fixation in realtime units.
    • probRead

      public boolean probRead
      The flag indicating whether the fixation data (probabilities) has been read.
    • timeRead

      public boolean timeRead
      The flag indicating whether the fixation times have been read.
  • Constructor Details

    • FixationData

      public FixationData()
      Creates a new fixation data structure.
  • Method Details

    • reset

      public void reset()
      Reset the fixation data to get ready for the next sample.
    • toString

      public String toString()
      Overrides:
      toString in class Object