https://github.com/krshrimali/heuristics_calculations
A web-based GUI tool to showcase SLD and Manhattan Metrics (P5 JS)
https://github.com/krshrimali/heuristics_calculations
heuristic heuristic-algorithm heuristic-search-algorithms heuristics heuristics-calculations manhattan p5js sld
Last synced: about 1 month ago
JSON representation
A web-based GUI tool to showcase SLD and Manhattan Metrics (P5 JS)
- Host: GitHub
- URL: https://github.com/krshrimali/heuristics_calculations
- Owner: krshrimali
- License: mit
- Created: 2017-12-14T13:28:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-14T07:59:36.000Z (over 7 years ago)
- Last Synced: 2025-05-13T04:55:47.251Z (about 1 month ago)
- Topics: heuristic, heuristic-algorithm, heuristic-search-algorithms, heuristics, heuristics-calculations, manhattan, p5js, sld
- Language: JavaScript
- Homepage: https://krshrimali.github.io/heuristics_calculations/
- Size: 307 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# heuristics_calculations
Calculation of Heuristics (Manhattan and SLD) using p5 jsTo run this program, open index.html file in your browser, and press ctrl + shift + I, for the console (the outputs are being shown there as of now.)
Select two points, *ENTER* for Manhattan Distance, and *ESCAPE* for SLD (Straight Line Distance/Euclidean Distance). Outputs are shown now on both console as well as the grid.
Suggestions and feedback, welcome!