Uses of Interface
problem.Problem
| Package | Description |
|---|---|
| hyperheuristic |
This package contains hyper-heuristics that support dynamic heuristics sets.
|
| problem.skilodge |
This package contains the implementation of the Ski-Lodge Problem.
|
| 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 Problem in hyperheuristic
Fields in hyperheuristic declared as Problem Modifier and Type Field Description protected ProblemGenericHyperHeuristic. problemThe problem to be solved by this hyper-heuristic.Methods in hyperheuristic with parameters of type Problem Modifier and Type Method Description voidGenericHyperHeuristic. loadProblem(Problem problem)default voidHyperHeuristicIntrf. loadProblem(Problem problem) -
Uses of Problem in problem.skilodge
Classes in problem.skilodge that implement Problem Modifier and Type Class Description classSkiLodgeThe Ski-Lodge Problem. -
Uses of Problem in runner
Methods in runner that return Problem Modifier and Type Method Description protected ProblemGenericRunner. createProblem()Constructors in runner with parameters of type Problem Constructor Description HyperHeuristicRunner(Problem problem, HyperHeuristicIntrf hyperHeur, DynHeurSet dynSet)HyperHeuristicRunner2(Problem problem, HyperHeuristicIntrf hyperHeur, DynHeurSet pertDynSet, DynHeurSet lsDynSet) -
Uses of Problem in runner.examples
Methods in runner.examples that return Problem Modifier and Type Method Description protected ProblemSkiLodgeRunner. createProblem()