Uses of Class
runner.GenericRunner

Packages that use GenericRunner 
Package Description
runner.examples
This package contains examples on how to run the simulation and retrieve the results.
  • Uses of GenericRunner in runner.examples

    Subclasses of GenericRunner in runner.examples 
    Modifier and Type Class Description
    class  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
    class  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
    class  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.
    class  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.