Implemented A* variants: Beam Search, Iterative Deepening, Dynamic Weighting, Theta*, and Jump Point. More information: http://theory.stanford.edu/~amitp/GameProgramming/Variations.html Code: https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathPlanning/AStar/a_star_variants.py
No download links available.