Package dynheurset

This package contains all classes that implements different aspects of the dynamic sets.

This includes the following:

  • Performance measures that evaluate the performance of low-level heuristics.
  • Removal strategies that decide when and which heuristics to remove permanently.
  • Reset conditions to decide when to reset the active set to include all heuristics.
  • Update strategies that determine when and how to update the active set.
  • Class Summary 
    Class Description
    DynHeurSet
    DynHeurSet implements basic functionalities of dynamic sets.
    Main
    The Entry point of running the simulation.
    RunStat
    RunStat calculates and stores all run statistics/variables information that can be used by dynamic set to update the active set.