Class ExampleHyperHeuristic1

java.lang.Object
hyperheuristic.GenericHyperHeuristic
hyperheuristic.examples.ExampleHyperHeuristic1
All Implemented Interfaces:
HyperHeuristicIntrf

public class ExampleHyperHeuristic1
extends GenericHyperHeuristic
This is an example class for using a dynamic set in a hyper-heuristic.

This class extends the GenericHyperHeuristic class. It implements a simple random hyper-heuristic that chooses a heuristic to apply at random and accepts better moves.