Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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