-
The artificial bee colony algorithm (ABC) is an optimization algorithm based on the intelligent foraging behaviour of the honeybee swarm, proposed by Derviş Karaboğa (Erciyes University) in 2005.
-
In the ABC model, the colony consists of three groups of bees: employed bees, onlookers and scouts.
-
It is assumed that there is only one artificial employed bee for each food source.
TODO
TODO
- Dervis Karaboga, Bahriye Basturk - Artificial Bee Colony (ABC) Optimization Algorithm for Solving Constrained Optimization Problems
- Pedro Buarque - A Swarm Intelligence approach to Optimization Problems using the Artificial Bee Colony (ABC) Algorithm