An Elite Group Guided Artificial Bee Colony Algorithm with a Modified Neighborhood Search

Jiaxin Lu,Xinyu Zhou,Yong Ma,Mingwen Wang
DOI: https://doi.org/10.1007/978-3-319-97310-4_44
2018-01-01
Abstract:Artificial bee colony (ABC) algorithm is a powerful global optimization method. For some complex optimization problems, however, ABC also suffers from a slow convergence speed due to its solution search equation which has strong exploration ability but poor exploitation ability. To solve the defect, in this paper, we proposed an elite group guided ABC algorithm with a modified neighborhood search operator, which aims to utilize the valuable information of elite individuals to guide search. First, some food sources with good fitness values are chosen as the elite individuals, and then they are used to construct an elite group. Second, in the onlooker bee phase, a novel solution search equation is designed based on the elite group, which introduces a parameter MR (modification rate) to control the greediness degree of the elite group guidance. Last, a modified neighborhood search operator is proposed based on the elite group, which is exploited to produce fine search in the vicinity of the elite individuals for a better tradeoff between exploration and exploitation abilities. In the experiments, 22 well-known test functions were used. The experimental results compared with other five ABC variants showed that our approach can achieve better or at least comparable performance on most of the test functions.
What problem does this paper attempt to address?