Uses of Interface
hyperheuristic.HyperHeuristicIntrf
| Package | Description |
|---|---|
| hyperheuristic |
This package contains hyper-heuristics that support dynamic heuristics sets.
|
| hyperheuristic.examples |
This package contains examples of hyper-heuristics that use dynamic heuristics sets.
|
| hyperheuristic.examples.hyflex |
This package contains examples of hyper-heuristics derived from the HyFlex framework
that use dynamic heuristics sets.
|
| runner |
This package contains classes that are needed to run the simulation concurrently
and to retrieve the results.
|
| runner.examples |
This package contains examples on how to run the simulation and retrieve the
results.
|
-
Uses of HyperHeuristicIntrf in hyperheuristic
Classes in hyperheuristic that implement HyperHeuristicIntrf Modifier and Type Class Description classGenericHyperHeuristicThis class is the base class for all hyper-heuristics that use dynamic sets. -
Uses of HyperHeuristicIntrf in hyperheuristic.examples
Classes in hyperheuristic.examples that implement HyperHeuristicIntrf Modifier and Type Class Description classExampleHyperHeuristic1This is an example class for using a dynamic set in a hyper-heuristic.classExampleHyperHeuristic2This is an example class for using two dynamic sets in a hyper-heuristic. -
Uses of HyperHeuristicIntrf in hyperheuristic.examples.hyflex
Classes in hyperheuristic.examples.hyflex that implement HyperHeuristicIntrf Modifier and Type Class Description classHyFlexExampleHyperHeuristic1This is an example class for using a dynamic set in a hyper-heuristic.classHyFlexExampleHyperHeuristic2This is an example class for using two dynamic sets in a hyper-heuristic. -
Uses of HyperHeuristicIntrf in runner
Methods in runner that return HyperHeuristicIntrf Modifier and Type Method Description protected HyperHeuristicIntrfGenericRunner. createHyperHeuristic()Constructors in runner with parameters of type HyperHeuristicIntrf Constructor Description HyFlexHyperHeuristicRunner(AbstractClasses.ProblemDomain problem, HyperHeuristicIntrf hyperHeur, DynHeurSet dynSet)HyFlexHyperHeuristicRunner2(AbstractClasses.ProblemDomain problem, HyperHeuristicIntrf hyperHeur, DynHeurSet pertDynSet, DynHeurSet lsDynSet)HyperHeuristicRunner(Problem problem, HyperHeuristicIntrf hyperHeur, DynHeurSet dynSet)HyperHeuristicRunner2(Problem problem, HyperHeuristicIntrf hyperHeur, DynHeurSet pertDynSet, DynHeurSet lsDynSet) -
Uses of HyperHeuristicIntrf in runner.examples
Methods in runner.examples that return HyperHeuristicIntrf Modifier and Type Method Description protected HyperHeuristicIntrfHyFlexRunner. createHyperHeuristic()protected HyperHeuristicIntrfHyFlexRunner2. createHyperHeuristic()Creates a hyper-heuristic that uses two dynamic sets to manage perturbative and local search heuristics separately.protected HyperHeuristicIntrfSkiLodgeRunner. createHyperHeuristic()protected HyperHeuristicIntrfSkiLodgeRunner2. createHyperHeuristic()Creates a hyper-heuristic that uses two dynamic sets to manage perturbative and local search heuristics separately.