Package runner.examples

This package contains examples on how to run the simulation and retrieve the results.

The examples include running the simulation for the hyper-heuristics that use the HyFlex framework as well as for general hyper-heuristic that do not use the HyFlex framework.

  • Class Summary 
    Class Description
    HyFlexRunner
    A subclass of GenericRunner that is used to create: A hyper-heuristic A problem that will be solved by the hyper-heuristic A dynamic set to integrate into the hyper-heuristic
    HyFlexRunner2
    A subclass of HyFlexRunner that is used to create: A hyper-heuristic that will work with two dynamic sets A problem that will be solved by the hyper-heuristic Two dynamic sets to integrate into the hyper-heuristic
    SkiLodgeRunner
    A subclass of GenericRunner that is used to create: A hyper-heuristic A problem that will be solved by the hyper-heuristic A dynamic set to integrate into the hyper-heuristic.
    SkiLodgeRunner2
    A subclass of SkiLodgeRunner that is used to create: A hyper-heuristic that will work with two dynamic sets A problem that will be solved by the hyper-heuristic A dynamic set to integrate into the hyper-heuristic.