CodingTrain / CodingTrain/Suggestion-Box

Mimic real Ants using Ant Colony Optimization

Open
#1,244 0 comments 0 reactions 0 assignees View on GitHub
Challenge Extension
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.