| Package | Description |
|---|---|
| cz.cuni.amis.utils.astar |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AStarEvaluator<NODE>
Deprecated.
|
interface |
AStarGoal<NODE>
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <NODE> AStarResult<NODE> |
AStar.aStar(AStarMap<NODE> map,
AStarHeuristic<NODE> heuristic,
NODE start,
NODE goal)
Deprecated.
Method performing an AStar search over graph defined inside
AStarMap starting from 'start' node driving
itself towards 'goal' using heuristic defined by AStarHeuristic. |
static <NODE> AStarResult<NODE> |
AStar.aStar(AStarMap<NODE> map,
AStarHeuristic<NODE> heuristic,
NODE start,
NODE goal,
int maxIterations)
Deprecated.
Method performing an AStar search over graph defined inside
AStarMap starting from 'start' node driving
itself towards 'goal' using heuristic defined by AStarHeuristic. |
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.