Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcortes92/ai-path-finding
Inteligencia Artificial: Algoritmos de búsqueda de rutas (greedy best-fisrt, a*, jumping-positions)
https://github.com/dcortes92/ai-path-finding
Last synced: 20 days ago
JSON representation
Inteligencia Artificial: Algoritmos de búsqueda de rutas (greedy best-fisrt, a*, jumping-positions)
- Host: GitHub
- URL: https://github.com/dcortes92/ai-path-finding
- Owner: dcortes92
- Created: 2013-08-24T18:16:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-07T00:17:12.000Z (over 11 years ago)
- Last Synced: 2023-05-13T02:01:04.915Z (over 1 year ago)
- Language: Erlang
- Size: 242 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AI-Path-Finding
===============Inteligencia Artificial - Algoritmos de búsqueda de rutas:
1. greedy best-first fuente consultada: libro Artificial Intelligence: A Modern Approach
2. A* (A star) fuente consultada: http://wiki.gamegardens.com/Path_Finding_Tutorial#Pseudo-code_A.2A
3. jumping-positions