scholarly journals A Tristage Adaptive Biased Learning for Artificial Bee Colony

2021 ◽  
Vol 2021 ◽  
pp. 1-22
Author(s):  
Qiaoyong Jiang ◽  
Yueqi Ma ◽  
Yanyan Lin ◽  
Jianan Cui ◽  
Xinjia Liu ◽  
...  

In recent ten years, artificial bee colony (ABC) has attracted more and more attention, and many state-of-the-art ABC variants (ABCs) have been developed by introducing different biased information to the search equations. However, the same biased information is employed in employed bee and onlooker bee phases, which will cause over exploitation and lead to premature convergence. To overcome this limit, an effective framework with tristage adaptive biased learning is proposed for existing ABCs (TABL + ABCs). In TABL + ABCs, the search direction in the employed bee stage is guided by learning the ranking biased information of the parent food sources, while in the onlooker bee stage, the search direction is determined by extracting the biased information of population distribution. Moreover, a deletion-restart learning strategy is designed in scout bee stage to prevent the potential risk of population stagnation. Systematic experiment results conducted on CEC2014 competition benchmark suite show that proposed TABL + ABCs perform better than recently published AEL + ABCs and ACoS + ABCs.

2018 ◽  
Vol 10 (1) ◽  
pp. 17
Author(s):  
Nursyiva Irsalinda ◽  
Sugiyarto Surono

Artificial Bee Colony (ABC) algorithm is one of metaheuristic optimization technique based on population. This algorithm mimicking honey bee swarm to find the best food source. ABC algorithm consist of four phases: initialization phase, employed bee phase, onlooker bee phase and scout bee phase. This study modify the onlooker bee phase in selection process to find the neighborhood food source. Not all food sources obtained are randomly sought the neighborhood as in ABC algorithm. Food sources are selected by comparing their objective function values. The food sources that have value lower than average value in that iteration will be chosen by onlooker bee to get the better food source. In this study the modification of this algorithm is called New Modification of Artificial Bee Colony Algorithm (MB-ABC). MB-ABC was applied to 4 Benchmark functions. The results show that MB-ABC algorithm better than ABC algorithm


Complexity ◽  
2020 ◽  
Vol 2020 ◽  
pp. 1-13
Author(s):  
Xianghua Chu ◽  
Shuxiang Li ◽  
Da Gao ◽  
Wei Zhao ◽  
Jianshuang Cui ◽  
...  

This paper aims to propose an improved learning algorithm for feature selection, termed as binary superior tracking artificial bee colony with dynamic Cauchy mutation (BSTABC-DCM). To enhance exploitation capacity, a binary learning strategy is proposed to enable each bee to learn from the superior individuals in each dimension. A dynamic Cauchy mutation is introduced to diversify the population distribution. Ten datasets from UCI repository are adopted as test problems, and the average results of cross-validation of BSTABC-DCM are compared with other seven popular swarm intelligence metaheuristics. Experimental results demonstrate that BSTABC-DCM could obtain the optimal classification accuracy and select the best representative features for the UCI problems.


2011 ◽  
Vol 101-102 ◽  
pp. 315-319 ◽  
Author(s):  
Xin Jie Wu ◽  
Duo Hao ◽  
Chao Xu

The basic artificial bee colony algorithm gets local extremum easily and converges slowly in optimization problems of the multi-object function. In order to enhance the global search ability of basic artificial bee colony algorithm, an improved method of artificial bee colony algorithm is proposed in this paper. The basic idea of this method is as follows: On the basis of traditional artificial bee colony algorithm, the solution vectors that found by each bee colony are recombined after each iteration, then the solution vectors of combinations are evaluated again, thus the best result is found in this iteration. In this way the possibility of sticking at local extremum is reduced. Finally the simulation experiment has been finished. The simulation experiment results have shown that the method proposed in this paper is feasible and effective, it is better than basic artificial bee colony algorithm in the global search ability.


2016 ◽  
pp. 1187-1191
Author(s):  
Sheng-Ta Hsieh ◽  
Chun-Ling Lin ◽  
Shih-Yuan Chiu

2013 ◽  
Vol 2013 ◽  
pp. 1-8 ◽  
Author(s):  
Zhendong Yin ◽  
Xiaohui Liu ◽  
Zhilu Wu

Artificial Bee Colony (ABC) algorithm is an optimization algorithm based on the intelligent behavior of honey bee swarm. The ABC algorithm was developed to solve optimizing numerical problems and revealed premising results in processing time and solution quality. In ABC, a colony of artificial bees search for rich artificial food sources; the optimizing numerical problems are converted to the problem of finding the best parameter which minimizes an objective function. Then, the artificial bees randomly discover a population of initial solutions and then iteratively improve them by employing the behavior: moving towards better solutions by means of a neighbor search mechanism while abandoning poor solutions. In this paper, an efficient multiuser detector based on a suboptimal code mapping multiuser detector and artificial bee colony algorithm (SCM-ABC-MUD) is proposed and implemented in direct-sequence ultra-wideband (DS-UWB) systems under the additive white Gaussian noise (AWGN) channel. The simulation results demonstrate that the BER and the near-far effect resistance performances of this proposed algorithm are quite close to those of the optimum multiuser detector (OMD) while its computational complexity is much lower than that of OMD. Furthermore, the BER performance of SCM-ABC-MUD is not sensitive to the number of active users and can obtain a large system capacity.


2017 ◽  
Vol 139 (7) ◽  
Author(s):  
Jianguang Fang ◽  
Guangyong Sun ◽  
Na Qiu ◽  
Grant P. Steven ◽  
Qing Li

Multicell tubal structures have generated increasing interest in engineering design for their excellent energy-absorbing characteristics when crushed through severe plastic deformation. To make more efficient use of the material, topology optimization was introduced to design multicell tubes under normal crushing. The design problem was formulated to maximize the energy absorption while constraining the structural mass. In this research, the presence or absence of inner walls were taken as design variables. To deal with such a highly nonlinear problem, a heuristic design methodology was proposed based on a modified artificial bee colony (ABC) algorithm, in which a constraint-driven mechanism was introduced to determine adjacent food sources for scout bees and neighborhood sources for employed and onlooker bees. The fitness function was customized according to the violation or the satisfaction of the constraints. This modified ABC algorithm was first verified by a square tube with seven design variables and then applied to four other examples with more design variables. The results demonstrated that the proposed heuristic algorithm is capable of handling the topology optimization of multicell tubes under out-of-plane crushing. They also confirmed that the optimized topological designs tend to allocate the material at the corners and around the outer walls. Moreover, the modified ABC algorithm was found to perform better than a genetic algorithm (GA) and traditional ABC in terms of best, worst, and average designs and the probability of obtaining the true optimal topological configuration.


Author(s):  
Jun-qing Li ◽  
Sheng-xian Xie ◽  
Quan-ke Pan ◽  
Song Wang

<p>In this paper, we propose a hybrid Pareto-based artificial bee colony (HABC) algorithm for solving the multi-objective flexible job shop scheduling problem. In the hybrid algorithm, each food sources is represented by two vectors, i.e., the machine assignment vector and the operation scheduling vector. The artificial bee is divided into three groups, namely, employed bees, onlookers, and scouts bees. Furthermore, an external Pareto archive set is introduced to record non-dominated solutions found so far. To balance the exploration and exploitation capability of the algorithm, the scout bees in the hybrid algorithm are divided into two parts. The scout bees in one part perform randomly search in the predefined region while each scout bee in another part randomly select one non-dominated solution from the Pareto archive set. Experimental results on the well-known benchmark instances and comparisons with other recently published algorithms show the efficiency and effectiveness of the proposed algorithm.</p>


2018 ◽  
Vol 10 (4) ◽  
pp. 437-445 ◽  
Author(s):  
Chao Yang ◽  
Lixin Guo

AbstractIn this paper, an orthogonal crossover artificial bee colony (OCABC) algorithm based on orthogonal experimental design is presented and applied to infer the marine atmospheric duct using the refractivity from clutter technique, and the radar sea clutter power is simulated by the commonly used parabolic equation method. In order to test the accuracy of the OCABC algorithm, the measured data and the simulated clutter power with different noise levels are, respectively, utilized to estimate the evaporation duct and surface duct. The estimation results obtained by the proposed algorithm are also compared with those of the comprehensive learning particle swarm optimizer and the artificial bee colony algorithm combined with opposition-based learning and global best search equation. The comparison results demonstrate that the performance of proposed algorithm is better than those of the compared algorithms for the marine atmospheric duct estimation.


2018 ◽  
Vol 32 (11) ◽  
pp. 1850131 ◽  
Author(s):  
Geng Wang ◽  
Kexin Zhou ◽  
Yeming Zhang

The widely used Bouc–Wen hysteresis model can be utilized to accurately simulate the voltage–displacement curves of piezoelectric actuators. In order to identify the unknown parameters of the Bouc–Wen model, an improved artificial bee colony (IABC) algorithm is proposed in this paper. A guiding strategy for searching the current optimal position of the food source is proposed in the method, which can help balance the local search ability and global exploitation capability. And the formula for the scout bees to search for the food source is modified to increase the convergence speed. Some experiments were conducted to verify the effectiveness of the IABC algorithm. The results show that the identified hysteresis model agreed well with the actual actuator response. Moreover, the identification results were compared with the standard particle swarm optimization (PSO) method, and it can be seen that the search performance in convergence rate of the IABC algorithm is better than that of the standard PSO method.


Sign in / Sign up

Export Citation Format

Share Document