A B C D E F G H I L M P R S T V

H

hasTimeExpired() - Method in class AbstractClasses.HyperHeuristic
Tests if the time limit has been reached and it records the best solution value found so far, for scoring in the competition.
heuristicCallRecord - Variable in class AbstractClasses.ProblemDomain
A record of the number of times that each low level heuristic has been called.
heuristicCallTimeRecord - Variable in class AbstractClasses.ProblemDomain
A record of the length of time that each low level heuristic has been running for.
HyperHeuristic - Class in AbstractClasses
HyperHeuristic is the superclass of all hyper-heuristic classes which will be entered into the competition.
HyperHeuristic(long) - Constructor for class AbstractClasses.HyperHeuristic
Constructs a new HyperHeuristic object, and creates a new random number generator using the seed provided.
HyperHeuristic() - Constructor for class AbstractClasses.HyperHeuristic
Constructs a new HyperHeuristic object with an unknown random seed.

A B C D E F G H I L M P R S T V