Demonstration of Astar (A*)
by Bob Sturm
18 Feb 2010
(Updated 21 Feb 2011)
Pathfinding algorithm Astar (A*)
|
Watch this File
|
| File Information |
| Description |
How do you find the shortest path from one point to another in a computationally efficient way? The A* algorithm provides one implementation where the distance to the goal is considered as a heuristic in addition to local weightings, and the best path is recovered without combinatorial complexity. |
| MATLAB release |
MATLAB 7.7 (R2008b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 21 Feb 2011 |
I have corrected the entire algorithm such that the total path cost is correct, and the heuristic is properly used. |
|
Contact us at files@mathworks.com