You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimizing the A* Algorithm - presents a couple high-level improvements: replace closed list with a boolean flag, conditional use of a priority queue, and early expansion of nodes
There has been some research on improving the general A* algorithm. We should see if any of these optimizations may be (optionally) applied.
See also: http://theory.stanford.edu/~amitp/GameProgramming/