Literature DB >> 23606827

A novel bat algorithm based on differential operator and Lévy flights trajectory.

Jian Xie1, Yongquan Zhou, Huan Chen.   

Abstract

Aiming at the phenomenon of slow convergence rate and low accuracy of bat algorithm, a novel bat algorithm based on differential operator and Lévy flights trajectory is proposed. In this paper, a differential operator is introduced to accelerate the convergence speed of proposed algorithm, which is similar to mutation strategy "DE/best/2" in differential algorithm. Lévy flights trajectory can ensure the diversity of the population against premature convergence and make the algorithm effectively jump out of local minima. 14 typical benchmark functions and an instance of nonlinear equations are tested; the simulation results not only show that the proposed algorithm is feasible and effective, but also demonstrate that this proposed algorithm has superior approximation capabilities in high-dimensional space.

Entities:  

Mesh:

Year:  2013        PMID: 23606827      PMCID: PMC3628216          DOI: 10.1155/2013/453812

Source DB:  PubMed          Journal:  Comput Intell Neurosci


1. Introduction

Nowadays, since the evolutionary algorithm can solve some problem that the traditional optimization algorithm cannot do easy, the evolutionary algorithms are widely applied in different fields, such as the management science, engineering optimization, scientific computing. More and more modern metaheuristic algorithms inspired by nature or social phenomenon are emerging and they become increasingly popular, for example, particles swarms optimization (PSO) [1], firefly algorithm (FA) [2, 3], artificial chemical reaction optimization algorithm (ACROA) [4], glowworm swarms optimization (GSO) [5], invasive weed optimization (IWO) [6], differential evolution (DE) [7-9], bat algorithm (BA) [2, 10], and so on [11-15]. Some researchers have proposed their hybrid versions by combining two or more algorithms. Bat Algorithm (BA) is a novel metaheuristic optimization algorithm based on the echolocation behaviour of microbats, which was proposed by Yang in 2010 [2, 10]. This algorithm gradually aroused people's close attention, and which is increasingly applied to different areas. Tsai et al. (2011) proposed an improved EBA to solve numerical optimization problems [16]. A multiobjective bat algorithm (MOBA) is proposed by Yang (2011) [17], which is first validated against a subset of test functions, and then applied to solve multiobjective design problems such as welded beam design. In 2012, Bora et al. applied BA to solve the Brushless DC Wheel Motor Problem [18]. Although the basic BA has remarkable property compared against several traditional optimization methods, the phenomenon of slow convergence rate and low accuracy still exists. Therefore, in this paper, we put forward an improved bat algorithm based on differential operator and Lévy flights trajectory (DLBA), the purpose is to improve the convergence rate and precision of bat algorithm. At the end of this paper, we tested 14 typical benchmark functions and applied them to solve nonlinear equations; the simulation results not only showed that the proposed algorithm is feasible and effective, which is more robust, but also demonstrated the superior approximation capabilities in high-dimensional space. The rest of this study is organized as follows. In Section 2, the basic bat algorithm and Lévy flights were described. In Section 3, we gave the design framework of DLBA. The implementation and comparison of improved algorithm are presented in Section 4. Finally, we concluded this paper in Section 5.

2. Bat Algorithm, Lévy Flights, and Nonlinear Equations

2.1. Behaviour of Microbats

Most of microbats have advanced capability of echolocation. These bats can emit a very loud and short sound pulse; the echo that reflects back from the surrounding objects is received by their extraordinary big auricle. Then, this feedback information of echo is analyzed in their subtle brain. They not only can discriminate direction for their own flight pathway according to the echo, but also can distinguish different insects and obstacles to hunt prey and avoid a collision effectively in the day or night.

2.2. Bat Algorithm (see [10])

First of all, let us briefly review the basics of the BA for single-objective optimization. In the basic BA developed by Yang in 2010, in order to propose the bat algorithm inspired by the echolocation characteristics of microbats, the following approximate or idealised rules were used. IR1. All bats use echolocation to sense distance, and they also “know” the difference between food/prey and background barriers in some magical way. IR2. Bats fly randomly with velocity v at position x with a fixed frequency f min⁡, varying wavelength λ, and loudness A 0 to search for prey. They can automatically adjust the wavelength (or frequency) of their emitted pulses and adjust the rate of pulse emission r ∈ [0,1], depending on the proximity of their target. IR3. Although the loudness can vary in many ways, we assume that the loudness varies from a large (positive) A 0 to a minimum constant value A min⁡. In addition, for simplicity, they also use the following approximations: in general, the frequency f in a range [f min⁡, f max⁡] corresponds to a range of wavelengths [λ min⁡, λ max⁡]. In fact, they just vary in the frequency while fixed in the wavelength λ and assume f ∈ [0, f max⁡] in their implementation. This is because λ and f are related due to the fact that λf = v is constant. In simulations, they use virtual bats naturally to define the updated rules of their positions x and velocities v in a D-dimensional search space. The new solutions x and velocities v at time step t are given by where β ∈ [0,1] is a random vector drawn from a uniform distribution. Here, x ∗ is the current global best location (solution) which is located after comparing all the solutions among all the n bats. For the local search part, once a solution is selected among the current best solutions, a new solution for each bat is generated locally using random walk: where ε ∈ [−1,1] is a random number, while A = 〈A 〉 is the average loudness of all the bats at this time step. Furthermore, the loudness A and the rate r of pulse emission have to be updated accordingly as the iterations proceed. These formulas are where α and γ are constants. Based on these approximations and idealization, the basic steps of the bat algorithm can be summarized in the Pseudocode 1.
Pseudocode 1

2.3. Lévy Flights

Lévy flights are Markov processes, which differ from regular Brownian motion, whose individual jumps have lengths that are distributed with the probability density function (PDF) λ(x) decaying at large x as λ(x) = |x|−1− with 0 < α < 2. Due to the divergence of their variance, λ(x)≃x|−1−, extremely long jumps may occur, and typical trajectories are self-similar, on all scales showing clusters of shorter jumps interspersed by long excursions [19]. Lévy flight has the following properties [20]: Stability: distribution of the sum of independent identically distributed stable random variables equal to distribution of each variable. Power law asymptotics (“heavy tails”). Generalized Central Limit Theorem: The central limit theorem states that the sum of a number of independent and identically distributed (i.i.d.) random variables with finite variances will tend to a normal distribution as the number of variables grows. Which has an infinite variance with an infinite mean value. Due to the these remarkable properties of stable distributions, it is now believed that the Lévy statistics provide a framework for the description of many natural phenomena in physical, chemical, biological, and economical systems from a general common point of view. Furthermore, various studies have shown that the flight behaviour of many animals and insects has demonstrated the typical characteristics of Lévy lights. A recent study by Reynolds and Frye shows that fruit flies, or Drosophila melanogaster, explore their landscape using a series of straight flight paths punctuated by a sudden 90° turn, leading to a Lévy flight-style intermittent scale-free search pattern [21]. Studies on human behaviour such as the Ju/'hoansi hunter-gatherer foraging patterns also show the typical feature of Lévy flights [22]. The conclusion that light is related to Lévy flights is proposed by Barthelemy et al. (2008) [23]. The study by Mercadier et al. shows that the Lévy flights of photons in hot atomic vapours (2009) [24]. Subsequently, such behaviour has been applied to optimization and optimal search, and preliminary results show its promising capability.

2.4. Description of the Nonlinear Equations (see [25])

The general form of nonlinear equations with real variables is described as follows: where X = (x 1, x 2,…, x ) ∈ D ⊂ R , D = {(x 1, x 2,…, x ) | a ≤ x ≤ b , i = 1,2,…, n}. In solving nonlinear equations process for DLBA, the fitness function can be constructed by So, the solving of nonlinear equations can be translated into an optimization problem in domain D: Consequently, the optimal value of (7) is exactly the solution of (5).

3. DLBA

Inspired by Yang's method, we propose an improved bat algorithm based on differential operator and Lévy-flights trajectory (DLBA) based on the basic structure of BA and re-estimate the characters used in the original BA. In DLBA, not only the movement of the bat is quite different from the original BA, but also the local search process is different. In DLBA, the frequency fluctuates up and down, which can change self-adaptively, and the differential operator is introduced, which is similar to the mutation operation of DE, the frequency f is similar to the scale factor F of DE/best/2. So, the frequency updated formulae of a bat are defined as follows: where β 1, β 2 ∈ [0,1] is a random vector drawn from a uniform distribution, f 1,max⁡ = f 2,max⁡, f 1,min⁡ = f 2,min⁡, n is a fixed parameter. In DLBA, the positionx of each bat individual are updated with (10), which is different from original BA. This can preferably incorporate the echolocation characteristics of microbats: where x best is the current global best location (solution) which is located after comparing all the solutions among all the n bats in t generation, x is the bat individual in the bat swarm, and this can be achieved by randomization. In addition, Lévy flight haves the prominent properties increase the diversity of population, sequentially, which can make the algorithm effectively jump out of the local optimum. So, we let these bats perform the Lévy flights with (11) before the position updating: where μ is a random parameter drawn from a uniform distribution, sign ⊕ means entrywise multiplications, rand ∈ [0,1], and random step length Levy obeys Lévy distribution: On the other hand, each bat should have different values of loudness and pulse emission rate, while the rate of pulse emission is relatively low and the loudness is relatively high. During the search process, the loudness usually decreases, while the rate of pulse emission increases. Bats' position variation is influenced by the pulse emission rate and loudness as well. Firstly, pulse emission rate r causes fluctuation of position using (2); sequentially, more and more new position can be explored. Secondly, loudness A is designed to strengthen local search and to guide bats find better solutions: where η ∈ [−1,1] is a random parameter, and x best is the current global best location (solution) in whole bats swarm. While r = 〈r 〉 is the average pulse emission rate of all the bats at this generation. The new rate of pulse emission r and loudness A at time step t are given by where r is time varying; their loudness and emission rates will be updated only if the best solution of the current generation is better than the best solution of last generation, which means that these bats are moving towards the optimal solution. The pseudocode of DLBA can be depicted as in Pseudocode 2.
Pseudocode 2

4. The Simulation and Analysis

4.1. Parametric Studies

The proposed DLBA is implemented in MATLAB, simulation platform: CPU Intel Xeon E5405@2.00 GHz; OS: Microsoft Windows Server 2003 Enterprise Edition SP2; RAM: 1 GHz; Matlab Version: R2009a. The parameter setting for BA and DLBA are listed in Table 1, the parameters of BA are recommended in the original article.
Table 1

The parameter set of BA and DLBA.

Algorithms n f min⁡ f max⁡ A i 0 r i 0 α γ n t
BA400100(1,2)(0,0.1)0.90.9
DLBA4001(1,2)(0,0.1)0.95000
The stopping criterion can be defined in many ways. We adopt two terminated criteria: we can use a given tolerance (Tol = 1.0e − 5) for a test function that have certain minimum value in theory; on the contrary, each simulation run terminates when a certain number of function evaluations (FEs) have been reached. In this paper, FEs could be obtained by population size multiplied by the number of iteration. In our experiment, FEs = 24000, BA (= 300∗40∗2); DLBA (= 200∗40∗3).

4.2. Benchmark Test Function

In order to validate the validity of DLBA, we selected the 14 benchmark functions to experimentize. The benchmark set include unimodal, multimodal, high-dimensional, and low-dimensional unconstrained optimization benchmark functions, where f 1–f 3 are unimodal functions, f 4–f 14 are multimodal functions; f 1–f 9 have certain theoretical minimum and f 10–f 14 have uncertain theoretical minimum. (1)  f 1: sphere function (the first function of De Jong's test set), Here, n is dimensionality; this function has a global minimum f min⁡ = 0 at x ∗ = (0,0,…, 0). (2)  f 2: Schwegel's problem 2.22, whose global minimum is obviously f min⁡ = 0 at x ∗ = (0,0,…, 0). (3)  f 3: Rosenbrock function, which has a global minimum f min⁡ = 0 at x ∗ = (1,1,…, 1). (4)  f 4: Eggcrate function, This 2-dimensional test function obviously gets the global minimum f min⁡ = 0 at (0, 0). (5)  f 5: Ackley's function, This function has a global minimum f min⁡ = 0 at x ∗ = (0,0,…, 0), which is a multimodal function. (6)  f 6: Griewangk's function, Its global minimum equal f min⁡ = 0 is obtainable for x ∗ = (0,0,…, 0), the number of local minima for arbitrary n is unknown, but in the two-dimensional case there are some 500 local minima. (7)  f 7: Salomon's function, which has a global minimum f min⁡ = 0 at x ∗ = (0,0,…, 0), and is a multimodal function. (8)  f 8: Rastrigin's function. whose global minimum is f min⁡ = 0 at x ∗ = (0,0,…, 0); for n = 2, there are about 50 local minimizers arranged in a lattice-like configuration. (9)  f 9: Zakharov's function, whose global minimum is f min⁡ = 0 at x ∗ = (0,0,…, 0); it is a multimodal function as well. (10)  f 10: Easom's function, whose global minimum is f min⁡ = −1 at (π, π); it has many local minima. (11)  f 11: Schwegel's function, whose global minimum is f min⁡ ≈ −418.9829n occuring at x ∗ ≈ (420.9687,…, 420.9687). (12)  f 12: Shubert's function, The number of local minima for this problem is not known but for n = 2, the function has 760 local minima, 18 of which are global with f min⁡ ≈ −186.7309. (13)  f 13: Xin-She Yang's function, which has multiple global minima, for example, for n = 2, it has 4 equal minima at (0.5, 0.5), (0.5-0.5), (−0.5, 0.5), and (−0.5, −0.5). (14)  f 14: “Drop Wave” function, This two-variable function is a multimodal test function, whose global minimum is f min⁡ = −1 occurs at x ∗ = (0,0,…, 0).

4.3. Comparison of Experimental Results

The 2D landscape of Schwegel's function is shown in Figure 1, and this global minimum can be found after about 720 FEs for 40 bats after 6 iterations as shown in Figures 2, 3, and 4.
Figure 1

The landscape of Schwegel's function.

Figure 2

The locations of 40 bats in the initial phase.

Figure 3

The locations of 40 bats after six iterations.

Figure 4

The locations of 40 bats after fifteen iterations.

We adopt different terminated criteria aiming at different benchmark function, we perform 100 times independently for each test function, and the record is given in Tables 2 and 3.
Table 2

Comparison of BA and DLBA for several test functions under the first terminated criteria.

TCBF MethodFitnessIteration
MinMeanMaxStdMinMeanMax
Tol = 1.0e − 5, itermax = 200 f 1 (D = 30)DLBA4.30568008E − 084.80356915E − 069.96163402E − 063.02060716E − 06 10 17.6 26
BA 56.81732462 130.61959271 223.82694528 37.22960351 200 200 200
f 2 (D = 20)DLBA5.66761254E − 076.33091639E − 069.88929757E − 062.48867687E − 06 21 29.4 37
BA 22.77136624 93.35062167 2733.46090499 269.41410301 200 200 200
f 3 (D = 10)DLBA 5.66716240 7.39029403 8.28857171 0.37001430 200 200 200
BA 82.24908050 294.95948479 640.76052284 109.67161818 200 200 200
f 4 (D = 2)DLBA6.23475433E − 093.93352701E − 069.97022879E − 062.77208752E − 06 6 10 20
BA1.05265280E − 04 0.20705750 1.00771980 0.23116047 200 200 200
f 5 (D = 5)DLBA4.71737180E − 076.40969812E − 069.96088247E − 062.71187009E − 06 16 25.6 39
BA 1.15883977 3.02092450 5.86431360 0.69052427 200 200 200
f 6 (D = 5)DLBA1.38176777E − 075.01027883E − 069.92998256E − 062.77338474E − 06 11 18.4 56
BA 0.06234957 8.42851961 29.90707979 6.12812390 200 200 200
f 7 (D = 5)DLBA7.78490674E − 076.57288799E − 069.97486019E − 062.36637154E − 06 18 46 114
BA 0.09987344 0.15318115 0.30215065 0.04923496 200 200 200
f 8 (D = 5)DLBA5.99983281E − 084.47052788E − 069.85695441E − 062.81442645E − 06 15 33 87
BA 7.24547772 17.11077150 25.90638177 4.37190073 200 200 200
f 9 (D = 5)DLBA6.65070016E − 093.88692603E − 069.69841027E − 062.75444981E − 06 10 15.1 23
BA 0.11106843 1.75623424 8.48211975 1.41343722 200 200 200
Table 3

Comparison of BA and DLBA for several test functions under the second terminated condition.

TCBFMethodFitness
MinMeanMaxStd
FEs f 10 (D = 2)DLBA−1−1−19.06493304E − 17
BA−0.99964845−0.98245546−0.90221232 0.01759602
f 11 (D = 2)DLBA−418.98288727−415.83523725−300.54455266 15.53948263
BA−418.98287874−406.98044144−328.10751671 22.54615132
f 12 (D = 5)DLBA−186.73090883−186.73090883−186.730908834.31613544E − 13
BA−186.67541533−184.01677767−174.95599301 2.26333511
f 13 (D = 2)DLBA−0.60653066−0.60653066−0.606530668.63947249E − 16
BA−0.60652631−0.60411559−0.596566082.18888608E − 03
f 14 (D = 5)DLBA−1−1−1 0
BA−0.93624514−0.80454167−0.56977584 0.10270830
From Table 2, we can see that the DLBA performs much better than the basic bat algorithm, which converges much faster than BA under the fixed accuracy Tol = 1.0e − 5. In our experiment, for the function f 4, we proposed that an algorithm only costs 6 generations under the best situation, and the average generations is 10. Furthermore, for the first group of test functions f 1–f 9, the DLBA averagely expend 43.9 generations when each function attains its terminated criteria; however, the BA needs 200 generations invariably, and the convergence speed of DLBA advances 298.57% times. On other hand, the DLBA which obtained the accuracy of the solution is much superior to BA, which is more approximate to the theoretical value. In a word, it demonstrated that DLBA has fast convergence rate and high precision of the solutions. In Table 3, the five functions (f 10–f 14) independently runs 100 times under the 24000 Fes; we can clearly see the precision of DLBA is obviously superior to the bat algorithm. Some benchmark functions can easily attain the theoretical optimal value. In addition, the standard deviation of DLBA is relatively low. It shows that DLBA has superior approximation ability. Observe Tables 2 and 3, no matter high-dimensional or low-dimensional, we can find that DLBA can quickly converge to the global minima. Furthermore, Figures 5, 6, 7, 8, and 9 show the convergence curves for some of the functions from a particular run of DLBA and BA, which end at 200 generations. The adaptive scheme generally converges faster than the basic scheme. Here, we select f 2 (D = 20), f 4 (D = 2), f 7 (D = 5), f 11 (D = 2), and f 13 (D = 2).
Figure 5

Convergence curves for the function f 2.

Figure 6

Convergence curves for the function f 4.

Figure 7

Convergence curves for the function f 7.

Figure 8

Convergence curves for the function f 11.

Figure 9

Convergence curves for the function f 13.

DLBA not only has superior approximation ability in low-dimensional space, but also has excellent global search ability in high-dimensional situation. Table 4 is the experimental result that DLBA performs 50 times independently under the high-dimensional situation. As shown in Table 4, we can be conscious that the DLBA is effective under the multidimensional condition, and acquired solution has higher accuracy, even approximate the theoretical value.
Table 4

Comparison of DLBA and BA under the high-dimensional situation.

BFMethodFitness
MinMeanMaxStd
f 6 (D = 128)DLBA 0 0 0 0
BA 2587.38759264 2811.40649000 2966.56723398 93.96861133
f 9 (D = 256)DLBA2.66885939E − 945.12093542E − 692.56023720E − 673.62071553E − 68
BA 7503.39306546 8256.61302714 11506.79192998 613.37556609
f 8 (D = 320)DLBA 0 0 0 0
BA 4468.59039467 4723.44624200 5008.57109760 131.18818777
f 14 (D = 512)DLBA−1−1−1 0
BA−1.48358700E − 03−1.31084173E − 03−1.20435493E − 035.99288716E − 05
f 1 (D = 1024)DLBA2.63790469E − 1094.73742970E − 872.03861481E − 852.89031313E − 86
BA 18463.48950157 19752.26686813 21239.23111285 567.27878361
Figures 10, 11, 12, 13, and 14 are the distribution map of optimal fitness; that is the selected functions independently perform 50 times under the multidimensional situation. Figure 13 show that two “straight line”, we can see in the figure that DLBA reaches the global optimum(−1), however, BA fluctuates around 0. In order to display the fact of fluctuation, we magnify the two “straight line”, and the amplifying effect are depicted in Figures 15 and 16. According to the experimental results which are obtained from selected test functions, DLBA presents higher precision than the original BA on minimizing the outcome as the optimization goal.
Figure 10

Distribution of optimal fitness for f 6 (D = 128).

Figure 11

Distribution of optimal fitness for f 9 (D = 256).

Figure 12

Distribution of optimal fitness for f 8 (D = 320).

Figure 13

Distribution of optimal fitness for f 14 (D = 512).

Figure 14

Distribution of optimal fitness for f 1 (D = 1024).

Figure 15

Details of BA line in Figure 12.

Figure 16

Details of DLBA line in Figure 12.

4.4. An Application for Solving Nonlinear Equations

Interval Arithmetic Benchmark (IAB). We consider one benchmark problem proposed from interval arithmetic, the benchmark consists of the following system of [25]: Some of the solutions obtained as well as the function values (which represent the values of the system's equations obtained by replacing the variable values) are presented in Table 5. From Table 5, we can obviously observe that the function value of each equation solved by DLBA is superior to which solved by EA [25], depending on the statistics of the 40 function values, the precision of function values is enhanced 5.199820E + 06 times by DLBA. The convergence curve of DLBA is depicted in Figure 17. Figure 17 show that DLBA has fast convergence rate for solving nonlinear equations. The achieved optimal fitness (the sum of function value with absolute value) in 50 times independent run is depicted in Figure 18. In order to reflect the precision of fitness, we magnify Figure 18, these optimal fitness that less than or equal to 0.001 are plotted in Figure 19. We can found that there are 32 times optimal fitness is less than 0.001.
Table 5

Outcome of DLBA for Interval Arithmetic Benchmark And in Comparison with EA.

MethodEADLBA
SolutionsVariables valuesFunctions valuesVariables valuesFunctions values
Sol. 10.04649051150.20779592400.25783352087.22997083E − 08
0.10135683570.27697988460.3810968901−2.84879905E − 07
0.08405778200.18768632120.2787447331−2.63974619E − 07
−0.13884603090.33678871140.20067205363.06212480E − 06
0.49439057390.05303913210.44525223197.74692656E − 07
−0.07606851630.22237305350.14918537771.33597657E − 06
0.24758191100.18160847520.4320098178−7.87244534E − 09
−0.01707481560.08789638600.07340622023.41255029E − 06
0.00036675350.34472003660.34596720053.24064555E − 07
0.14811193110.27842274890.4273251429−1.18429644E − 06

Sol. 20.12248197610.13185527900.2578332642−1.45675448E − 07
0.18262006850.19644283610.3810968252−3.41069930E − 07
0.23567798030.03649870690.27874623571.19723259E − 06
−0.03711504700.23548901550.2006687659−1.76074071E − 08
0.37481818560.06757530640.44525148192.89773434E − 07
0.22133113410.07399865880.14918399999.16571896E − 08
0.06978130430.36070382920.4319795315−3.01421570E − 05
0.07680580430.00591829790.0734021258−4.53845535E − 07
−0.03121538670.37674877630.34596723884.15572858E − 07
0.14526671200.28116935680.42732812751.85998012E − 06

Sol. 30.06339443990.19084366530.2578328072−5.95667763E − 07
0.10174269330.27678973670.3810969084−2.39480772E − 07
−0.10518422850.37690634360.2787447816−2.04170456E − 07
−0.04770599430.24609007020.20066965076.71241513E − 07
0.41498583260.02603377510.4452514467−4.38810984E − 09
0.12151953210.02560547600.14918410891.89336147E − 07
0.25397771590.17614864010.43201267932.97845790E − 06
0.08439728230.13498698510.07340287247.79163472E − 08
−0.05341329920.39863956910.34596683113.30962522E − 09
0.08809987460.33835635360.4273256312−6.46813249E − 07

Sol. 40.19398201990.06033352800.25783825745.02240252E − 06
0.01521144000.36335147260.38109780888.03072038E − 07
0.16186543450.10974657920.2787430938−1.98215448E − 06
0.00569858090.91146537680.20066886713.21352180E − 08
0.19045388790.25023582290.44525734476.19105762E − 06
−0.16236040330.30894605610.1491746444−9.01451453E − 06
0.18644481780.24289922220.4320068557−2.61979130E − 06
−0.04493027060.11449162850.0733954587−7.17750570E − 06
0.16759353110.17741618960.3459538936−1.27733934E − 05
−0.02749590040.45399625870.4273210007−5.20897654E − 06
Figure 17

Convergence curves for DLAB.

Figure 18

Distribution of optimal fitness for DLAB.

Figure 19

Distribution of optimal fitness less than 0.001 in Figure 18.

5. Conclusions

Aiming at the phenomenon of slow convergence rate and low accuracy of bat algorithm, we put forward animproved bat algorithm with differential operator and Lévy flights trajectory (DLBA) based on the basic framework of bat algorithm (BA), the purpose is to improve the convergence rate and precision of bat algorithm. In this paper, we define the frequency fluctuations up and down when the bat tracking prey, which influence the bats' location problem; it is more graphic to simulate the bat's behavior. Moreover, it can make the algorithm effectively jump out of the local optimum to add Lévy flights and differential operator, the main reason is because Lévy flight has prominent properties in the previously mentioned and the differential operator can guide bats find better solutions, sequentially, increase the convergent speed. In addition, bats' position variation is influenced by the pulse emission rate and loudness as well. Firstly, pulse emission rate causes update of position, and more and more new position can be explored, consequently, increasing the diversity of population. Secondly, loudness is designed to strengthen local search and to guide bats find better solutions. In this paper, we tested 14 typical benchmark functions and applied them to solve nonlinear equations, the simulation results not only showed that the proposed algorithm is feasible and effective, which is more robust, but also demonstrated the superior approximation capabilities in high-dimensional space. This is not surprising as the aim of developing the new algorithm was to try to use the advantages of existing algorithms and other interesting feature inspired by the fantastic behavior of echolocation of microbats. Numerically speaking, these can be translated into two crucial characteristics of the modern metaheuristics: intensification and diversification. Intensification intends to search around the current best solutions and select the best candidates or solutions, while diversification makes sure that the algorithm can explore the search space efficiently. This potentially powerful optimization strategy can easily be extended to study multiobjective optimization applications with various constraints, even to NP-hard problems. Further studies can focus on the sensitivity and parameter studies and their possible relationships with the convergence rate of the algorithm.
  2 in total

1.  A Lévy flight for light.

Authors:  Pierre Barthelemy; Jacopo Bertolotti; Diederik S Wiersma
Journal:  Nature       Date:  2008-05-22       Impact factor: 49.962

2.  Free-flight odor tracking in Drosophila is consistent with an optimal intermittent scale-free search.

Authors:  Andy M Reynolds; Mark A Frye
Journal:  PLoS One       Date:  2007-04-04       Impact factor: 3.240

  2 in total
  4 in total

1.  An Improved Quantum-Behaved Particle Swarm Optimization Algorithm with Elitist Breeding for Unconstrained Optimization.

Authors:  Zhen-Lun Yang; Angus Wu; Hua-Qing Min
Journal:  Comput Intell Neurosci       Date:  2015-05-10

2.  Discrete bat algorithm for optimal problem of permutation flow shop scheduling.

Authors:  Qifang Luo; Yongquan Zhou; Jian Xie; Mingzhi Ma; Liangliang Li
Journal:  ScientificWorldJournal       Date:  2014-08-27

3.  A Novel Quantum-Behaved Bat Algorithm with Mean Best Position Directed for Numerical Optimization.

Authors:  Binglian Zhu; Wenyong Zhu; Zijuan Liu; Qingyan Duan; Long Cao
Journal:  Comput Intell Neurosci       Date:  2016-05-18

4.  Gaussian Quantum Bat Algorithm with Direction of Mean Best Position for Numerical Function Optimization.

Authors:  Xingwang Huang; Chaopeng Li; Yunming Pu; Bingyan He
Journal:  Comput Intell Neurosci       Date:  2019-11-16
  4 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.