Home \ Metaheuristics \ Bees Algorithm (BeA) in MATLAB

Bees Algorithm (BeA) in MATLAB

Bees Algorithm (BeA) is a metaheuristic optimization algorithm, inspired by food foraging behavior of honey bee colonies, and proposed by Pham et al., in 2005. In this algorithm, the mechanism of Waggle Dance is used to simulate the communication between bees. Better bees (solutions) have more opportunity to do waggle dance, and hence they are capable of attract more bees to go to their proposed location and target. This helps the algorithm to investigate the promising areas in the search space, more in detail. For more information on Bees Algorithm (BeA), you can refer to the related article on Wikipedia, in this link.

In this post, we are going to share with you, a structured open-source implementation of Bees Algorithm (BeA) in MATLAB. If you are familiar with MATLAB programming concepts, you will find it easy, to use the provided source codes in your research and projects.

Downloads

The download link of this project follows.

Implementation of Bees Algorithm (BeA) in MATLAB

Download

Citing This Work

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

Cite as:

Mostapha Kalami Heris, Bees Algorithm (BeA) in MATLAB (URL: https://yarpiz.com/315/ypea115-bees-algorithm), Yarpiz, 2015.

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 ...