Uses of Class
problem.Problem.HeuristicType
| Package | Description |
|---|---|
| problem |
This package contains the problem domains.
|
| problem.skilodge |
This package contains the implementation of the Ski-Lodge Problem.
|
-
Uses of Problem.HeuristicType in problem
Methods in problem that return Problem.HeuristicType Modifier and Type Method Description static Problem.HeuristicTypeProblem.HeuristicType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Problem.HeuristicType[]Problem.HeuristicType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in problem with parameters of type Problem.HeuristicType Modifier and Type Method Description int[]Problem. getHeuristicsOfType(Problem.HeuristicType heuristicType) -
Uses of Problem.HeuristicType in problem.skilodge
Methods in problem.skilodge with parameters of type Problem.HeuristicType Modifier and Type Method Description int[]SkiLodge. getHeuristicsOfType(Problem.HeuristicType heuristicType)