Class | Description |
---|---|
HeuristicClosest |
A heuristic that uses the tile that is closest to the target as the next best tile.
|
HeuristicClosestSquared |
A heuristic that uses the tile that is closest to the target as the next best tile.
|
HeuristicManhattan |
A heuristic that drives the search based on the Manhattan distance between the current location and the target.
|