games, backgammon, programming, opengl, ai, artificial intelligence, 3d graphics, pattern recognition, artificial neural networks, ann, java, cpp, c++, genetic algorithm

3D Ants Simulation

 

Simulating ants behavior in finding food based only on smell

 

Download (48KB)

 


Explanation:

Simulating ants behavior in finding food based only on smell.Ants can find their way from the nest to a food source by smell only and without any visual help. They leave a Pheromone (smell trail) which vaporizes with time. Ants prefer going where there is pheromone but when necessary they will find new ways. After an ant found food she will leave twice as much pheromone so the odd of other ants following this trail is higher.Code: C++/OpenGL.

Compatibility: Windows 98, 2000, ME, XP, NT



Back