Uses of Class
dynheurset.DynHeurSet
| Package | Description |
|---|---|
| hyperheuristic |
This package contains hyper-heuristics that support 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 DynHeurSet in hyperheuristic
Fields in hyperheuristic declared as DynHeurSet Modifier and Type Field Description protected DynHeurSetGenericHyperHeuristic. dynSetA dynamic set.protected DynHeurSetGenericHyperHeuristic. lsDynSetA dynamic set for managing local search heuristics separately.protected DynHeurSetGenericHyperHeuristic. pertDynSetA dynamic set for managing perturbative heuristics separately.Methods in hyperheuristic that return DynHeurSet Modifier and Type Method Description DynHeurSetGenericHyperHeuristic. getDySet()default DynHeurSetHyperHeuristicIntrf. getDySet()DynHeurSetGenericHyperHeuristic. getLsDynSet()default DynHeurSetHyperHeuristicIntrf. getLsDynSet()DynHeurSetGenericHyperHeuristic. getPertDynSet()default DynHeurSetHyperHeuristicIntrf. getPertDynSet()Methods in hyperheuristic with parameters of type DynHeurSet Modifier and Type Method Description voidGenericHyperHeuristic. setDynSet(DynHeurSet dynSet)default voidHyperHeuristicIntrf. setDynSet(DynHeurSet dynSet)voidGenericHyperHeuristic. setLsDynSet(DynHeurSet lsDynSet)default voidHyperHeuristicIntrf. setLsDynSet(DynHeurSet lsDynSet)voidGenericHyperHeuristic. setPertDynSet(DynHeurSet pertDynSet)default voidHyperHeuristicIntrf. setPertDynSet(DynHeurSet pertDynSet) -
Uses of DynHeurSet in hyperheuristic.examples.hyflex
Methods in hyperheuristic.examples.hyflex with parameters of type DynHeurSet Modifier and Type Method Description voidHyFlexExampleHyperHeuristic1. setDynSet(DynHeurSet dynSet)voidHyFlexExampleHyperHeuristic2. setLsDynSet(DynHeurSet lsDynSet)voidHyFlexExampleHyperHeuristic2. setPertDynSet(DynHeurSet pertDynSet) -
Uses of DynHeurSet in runner
Methods in runner that return DynHeurSet Modifier and Type Method Description protected DynHeurSetGenericRunner. createDynHeurSet()Constructors in runner with parameters of type DynHeurSet 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 DynHeurSet in runner.examples
Methods in runner.examples that return DynHeurSet Modifier and Type Method Description protected DynHeurSetHyFlexRunner. createDynHeurSet()protected DynHeurSetSkiLodgeRunner. createDynHeurSet()