CodingTrain / CodingTrain/Suggestion-Box
Mimic real Ants using Ant Colony Optimization
- Dominant language
- No language data
- Stars
- 570
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
# using Processing IDE
## Ant colony particle swarm optimization
1. All ants should search food randomly from there nest.
2. Each ant should create trail of pheromone after finding food from food source to nest
2. The Pheromone should evaporating after some seconds
3. As the concentration of pheromone or trail from ants nest to food source increases all ants should follow this trail of concentrated pheromones.
4. This trail of concentrated pheromone must shortest path from nest to food source.
It is an extension to https://github.com/CodingTrain/Rainbow-Topics/issues/556
*But I am saying about mimic real ants. I believes it will be a great challenge for you. Sorry for my bad English.*
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.