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
You can check out the different types of pathfinding in this website: http://qiao.github.io/PathFinding.js/visual/
11
+
## Optimizations
12
+
To travel long distances, one way to optimize the A* algorithm would be to separate in zones the map and make pathfinding from one zone to another and then, inside the zone, finish the path applying the pathfinding again from the position where you have entered the zone to the destination.
13
+
Since the research is about the implementation of Jump Point search I will be more into the main theme than other optimizations.
0 commit comments