MATLAB: Is there any toolbox in MATLAB for Artificial Bee Colony (ABC) Algorithm

abcoptimsetparameterstoolbox

Like Genetic Algorithm (GA) toolbox, is there Artificial Bee Colony (ABC) Algorithm toolbox in MATLAB ?

Best Answer

There is no toolbox provided by Mathworks for that purpose.
There are some File Exchange Contributions about ABC.
There are also some File Exchange Contributions about Evolutionary Algorithms.
There is the external http://yarpiz.com/297/ypea114-artificial-bee-colony that I do not know anything about.
There is an index http://www.codeforge.com/s/0/artificial-bee-colony-algorithm-matlab that points to a number of sources of widely varying quality.
Related Question