MATLAB Code for Forward Communication Artificial Bee Colony

$44

Description

reference paper :

Chu, S. C., Huang, H. C., Roddick, J. F., & Pan, J. S. (2011, September). Overview of algorithms for swarm intelligence. In International Conference on Computational Collective Intelligence (pp. 28-41). Springer Berlin Heidelberg.

Abstract :

Swarm intelligence (SI) is based on collective behavior of self organized systems. Typical swarm intelligence schemes include Particle Swarm Optimization (PSO), Ant Colony System (ACS), Stochastic Diffusion Search (SDS), Bacteria Foraging (BF), the Artificial Bee Colony (ABC), and so on.
Besides the applications to conventional optimization problems, SI can be used in controlling robots and unmanned vehicles, predicting social behaviors, enhancing the telecommunication and computer networks, etc. Indeed, the use of swarm optimization can be applied to a variety of fields in engineering and social sciences. In this paper, we review some popular algorithms in the field of swarm intelligence for problems of optimization. The overview and experiments of PSO, ACS, and ABC are given. Enhanced versions of these are also introduced. In addition, some comparisons are made between these algorithms.

3.3 ABC with Communication Strategy

Regarding to Sec. 2.3, to use forward-communication strategy in ABC optimization, the artificial agents in ABC are split into G subpopulations. Each subpopulation evolves by ABC optimization independently, or the subpopulation has its own near best solution, and the artificial agents do not know there are other subpopulations in the solution space.

The diagram of the forward communication

Reviews

There are no reviews yet.

Be the first to review “MATLAB Code for Forward Communication Artificial Bee Colony”