Hybridizing Artificial Bee Colony Algorithm with Multi-Parent Crossover Operator

Hybridizing Artificial Bee Colony Algorithm with Multi-Parent Crossover Operator

Amal Mahmoud Abunaser, Sawsan Alshattnawi
Copyright: © 2015 |Pages: 15
DOI: 10.4018/IJAMC.2015040102
OnDemand:
(Individual Articles)
Available
$37.50
No Current Special Offers
TOTAL SAVINGS: $37.50

Abstract

Artificial Bee Colony algorithm (ABC) is a new optimization algorithms used to solve several optimization problems. The algorithm is a swarm-based that simulates the intelligent behavior of honey bee swarm in searching for food sources. Several variations of ABC have been three existing solution vectors, the new solution vectors will replace the worst three vectors in the food source proposed to enhance its performance. This paper proposes a new variation of ABC that uses multi-parent crossover named multi parent crossover operator artificial bee colony (MPCO-ABC). In the proposed technique the crossover operator is used to generate three new parents based on memory (FSM). The proposed algorithm has been tested using a set of benchmark functions. The experimental results of the MPCO-ABC are compared with the original ABC, GABC. The results prove the efficiency of MPCO-ABC over ABC. Another comparison of MPCO-ABC results made with the other variants of ABC that use crossover and/or mutation operator. The MPCO-ABC almost always shows superiority on all test functions.
Article Preview
Top

1. Introduction

Artificial Bee Colony (ABC) algorithm proposed by Karaboga (Karaboga, 2005) is a new swarm intelligence based metaheuristic algorithm that simulates the natural behavior of a honey bees swarm when they searching for food sources. In this algorithm, the artificial bee colony consists of three sets of bees: employed bees, onlooker bees, and scout bees.

Artificial Bee Colony algorithm firstly, initializes randomly distributed population of size SN. Where SN represents the number of positions of the food sources and each one represents a possible solution to the optimization problem. For every food source, there is only one employed bee, so the number of solutions is equal to the number of employed bees or the onlooker bees. Each solution is a D dimensional vector, where D is the number of optimization parameters (Karaboga & Akay, 2009). The quality for each solution, which is evaluated by a fitness function, represents the amount of nectar for the corresponding food source. After initialization, when a set of food sources is selected randomly by the bees and evaluated their quality, there are three basic steps repeated a predetermined number of cycles called MCN where MCN is the Maximum Cycle Number, or until a termination criterion is satisfied.

Choosing a random value that attempts to balance the exploitation and exploration phase in this algorithm will affect on its performance of searching process. Also, ABC algorithm proved its superiority over other algorithms when it’s applied for both benchmark functions and real world problems. Hybridizing the ABC algorithm with operators applied on Genetic algorithm may enhance its performance.

Genetic Algorithm (GA) is a randomized search procedure based on the principles of natural selection and natural genetics (Mitchell, 1998) (Goldberg, Deb, & Korb,1989). This algorithm involves simple principles: selection, crossover, and mutation. Among the GA operators is the crossover in which two individuals (parents) are selected randomly from the population to generate new individuals (off- springs) that share some attributes with each parent. There are several crossover techniques, and the performance of genetic algorithm is influenced by the used crossover technique (Durand & Alliot, 1998) (Kaya, Uyar,& Tekin, (2011),(Spears & Anand, 1991).

There are several advantages for the crossover operator, it maintains the population diversity by generating new chromosomes (individuals) that may be better than their parents, so it avoids the premature convergence (Goldberg, Deb, & Korb,1989) (Mitchell, 1998). Also, the crossover operator represents the key to the strength of genetic algorithm (Spears & Anand, 1991), (Chen & Smith, 1999). In that genetic algorithm with crossover operator outperforms a genetic algorithm that does not apply crossover during the evolution process. This operator considered as the main search operator in genetic algorithm since it exploits the search space information from the individuals in the population. In addition, crossover ensures preserving of common alleles. In particular, the multi-parent crossover is not new in the literature. Many studies proved that using genetic algorithm with multi-parent crossover operator outperformed using two parents crossover operator (Elsayed, Sarker, & Essam, 2011)(Eiben, 1997) (Eiben, Kemenade, Eiben & Kok,1995) (Deb, Joshi, & Anand, 2002).

Complete Article List

Search this Journal:
Reset
Volume 15: 1 Issue (2024)
Volume 14: 1 Issue (2023)
Volume 13: 4 Issues (2022): 2 Released, 2 Forthcoming
Volume 12: 4 Issues (2021)
Volume 11: 4 Issues (2020)
Volume 10: 4 Issues (2019)
Volume 9: 4 Issues (2018)
Volume 8: 4 Issues (2017)
Volume 7: 4 Issues (2016)
Volume 6: 4 Issues (2015)
Volume 5: 4 Issues (2014)
Volume 4: 4 Issues (2013)
Volume 3: 4 Issues (2012)
Volume 2: 4 Issues (2011)
Volume 1: 4 Issues (2010)
View Complete Journal Contents Listing