/ArtificialBeeColonyOptimisation

Implementation of Karaboga and Basturk, Artificial Bee Colony (ABC) algorithm.

Primary LanguagePython

Artificial Bee Colony Optimisation Algorithm

Here is the original paper.

Inspired by Bees searching for food, ABC algorithm is a powerful optimisation algorithm for problems of the form: x = argmin_x{f(x)}, where x is a vector.