Home \ Metaheuristics \ Artificial Bee Colony in MATLAB

Artificial Bee Colony in MATLAB

Artificial Bee Colony (ABC) is a metaheuristic algorithm, inspired by foraging behavior of honey bee swarm, and proposed by Derviş Karaboğa, in 2005. It is a simple, yet powerful algorithm, and can be used to solve wide variety of practical and real-world optimization problems. For more information on the Artificial Bee Colony algorithm you can refer to the related article on Wikipedia. Also, resources, references, news and software for this algorithm, is available in official website of Artificial Bee Colony, via this link.

In this post, we are going to share with you, a structured open-source implementation of Artificial Bee Colony algorithm in MATLAB. You will find easy to use the shared source codes in you research and projects, if you are familiar with MATLAB programming language.

Downloads

The download link of this project follows.

Implementation of Artificial Bee Colony (ABC) in MATLAB

Download

Citing This Work

If you wish, you can cite this content as follows.

Cite as:

Mostapha Kalami Heris, Artificial Bee Colony in MATLAB (URL: https://yarpiz.com/297/ypea114-artificial-bee-colony), Yarpiz, 2015.

2 comments

  1. hi thank you so much for this information

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.

x

Check Also

Particle Swarm Optimization (PSO) in MATLAB -- Video Tutorial

Particle Swarm Optimization (PSO) in MATLAB – Video Tutorial

Particle Swarm Optimization (PSO) is an intelligent algorithm leveraging principles from Swarm Intelligence, inspired by ...