Class HyFlexRunner

java.lang.Object
runner.GenericRunner
runner.examples.HyFlexRunner
Direct Known Subclasses:
HyFlexRunner2

public class HyFlexRunner
extends GenericRunner
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

The class uses HyFlex and creates one dynamic set to manage all low-level heuristics regardless of their type. In HyFlexRunner2, two dynamic sets are used. One for managing the perturbative heuristics and the other one for managing the local searches.

See Also:
HyFlexRunner2