|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AStarHeuristic | |
|---|---|
| cz.cuni.amis.utils.astar | |
| Uses of AStarHeuristic in cz.cuni.amis.utils.astar |
|---|
| Subinterfaces of AStarHeuristic in cz.cuni.amis.utils.astar | |
|---|---|
interface |
AStarEvaluator<NODE>
Deprecated. |
interface |
AStarGoal<NODE>
Deprecated. |
| Methods in cz.cuni.amis.utils.astar with parameters of type AStarHeuristic | ||
|---|---|---|
static
|
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
|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||