Class simCDL.simCDLIBS

Enclosing class:
simCDL

class simCDL.simCDLIBS extends CDL.IBSPop
The simulation for the CDL module. This class adds specific initializations for measuring fixation probabilities and absorption times for given initial strategy frequencies.
  • Constructor Details

    • simCDLIBS

      protected simCDLIBS(EvoLudo engine, CDL module)
      Create a new simulation.
      Parameters:
      engine - the pacemaker for running the model
      module - the module defining the interactions
  • Method Details

    • init

      public void init()
      Description copied from class: IBSPopulation
      Initialize the model. All parameters must be consistent. Subclasses must override this method to generate the initial strategy configuration and call super.

      Note: Initialization leaves the interaction and competition structures untouched

      Overrides:
      init in class IBSDPopulation
      See Also: