https://github.com/gitanat/ant_colony
a java implementation of a pathfinding algorithm, visualized with opengl
https://github.com/gitanat/ant_colony
Last synced: about 1 year ago
JSON representation
a java implementation of a pathfinding algorithm, visualized with opengl
- Host: GitHub
- URL: https://github.com/gitanat/ant_colony
- Owner: gitanat
- Created: 2009-07-14T20:52:45.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2009-07-14T20:53:10.000Z (almost 17 years ago)
- Last Synced: 2025-04-09T11:48:40.204Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 145 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This project simulates an ant colony to find the shortest path between two points in a graph (in this case, a 2-dimentional grid)
http://en.wikipedia.org/wiki/Ant_colony_optimization