A Glowworm Swarm Optimization Algorithm Based On Definite Updating Search Domains
A Glowworm Swarm Optimization Algorithm Based On Definite Updating Search Domains
net/publication/268368708
CITATIONS READS
11 377
5 authors, including:
Yong-Quan Zhou
Guangxi University for Nationalities
249 PUBLICATIONS 1,765 CITATIONS
SEE PROFILE
Some of the authors of this publication are also working on these related projects:
A complex encoding flower pollination algorithm for constrained engineering optimisation problems View project
All content following this page was uploaded by Yong-Quan Zhou on 08 October 2015.
Jiakun LIU, Yongquan ZHOU†, Kai HUANG, Zhe OUYANG, Yingjiu WANG
Guangxi Key Laboratory of Hybrid Computation and Integrated Circuit Design Analysis, Nanning 530006, China
College of Mathematics and Computer Science, Guangxi University for Nationalities, Nanning 530006, China
Abstract
Aiming at the glowworm swarm optimization algorithm is easy to fall into local optimization, having the low speed of
convergence and low accuracy. In order to solve these problems, this article raised a conception of definite updating search
domains. Using this method to make the position updating glowworm move closer to the best so that to improve the
accuracy and speeding up convergence. Through eight typical functions testing, experiment results show that the proposed
algorithm has strong global searching capability, and can effectively avoid precocious phenomenon, thus obviously
improving the optimization global ability.
Keywords: Glowworm Swarm Optimization (GSO); Definite Updating Search Domains; Functions Optimization
1. Introduction
Glowworm swarm optimization (GSO) [1-3] is a new method of swarm intelligence based algorithm for
optimizing multi-modal functions raised by K.N.Krishnanad and D.Ghose in 2005. This algorithm becomes
a new research hotspot of computational intelligence draw our sights on it. With the research deeper and
deeper, it’s been used at noisy text of sensor [4] and simulating robots [5]. Though GSO has strong
universal, but there are also premature, the search accuracy is not high, post-iteration efficiency is not high
defects. Aroused by Elitist Strategy of Ant Colony Optimization, ACO [6], hybrid GSO algorithm
[8-11] .This paper introduces a conception of definite updating search field at glowworm updating position
stage. Raising a new algorithm called definite updating search domains of glowworm swarm optimization,
GSO-D. Using this method to make the position updating glowworm move closer to the best so that to
improve the accuracy and speeding up convergence.
This paper is organized as follows. In section 2, a basic glowworm swarm optimization is introduction.
In section 3 we will introduce our definite updating search domains of glowworm swarm optimization,
algorithm followed by the experimental results and analysis in section 4. The conclusions are given in
section 5.
†
Corresponding author.
Email addresses: [email protected] (Yongquan ZHOU).
In GSO, each glowworm distributes in the objective function definition space. These glowworms carry own
luciferin respectively, and has the respective field of vision scope called local-decision range. Their
brightness concerns with in the position of objective function value. The brighter the glow, the better is the
position, namely has the good target value. The glow seeks for the neighbor set in the local-decision range,
in the set, a brighter glow has a higher attraction to attract this glow toward this traverse, and the flight
direction each time different will change along with the choice neighbor. Moreover, the local-decision
range size will be influenced by the neighbor quantity, when the neighbor density will be low, glow's
policy-making radius will enlarge favors seeks for more neighbors, otherwise, the policy-making radius
reduces. Finally, the majority of glowworm return gathers at the multiple optima of the given objective
function.
Each glowworm i encodes the object function value J ( xi ( t ) ) at its current location xi ( t ) into a
luciferin value li and broadcasts the same within its neighbourhood. The set of neighbours N i ( t ) of
glowworm i consists of those glowworms that have a relatively higher luciferin value and that are located
within a dynamic decision domain, and updating by formula (1) at each iteration.
Local-decision range update:
And rd i (t + 1) is the glowworm i ’s local-decision range at the t + 1 iteration, rs is the sensor range, nt is
the neighbourhood threshold, the parameter β affects the rate of change of the nerghbourhood range.
The number of glow in local-decision range:
and, x j ( t ) is the glowworm i ’s position at the t iteration, l j ( t ) is the glowworm i ’s luciferin at the
t iteration.; the set of neighbours of glowworm i consists of those glowworms that have a relatively
higher luciferin value and that are located within a dynamic decision domain whose range rdi is bounded
above by a circular sensor range rs (0 < rd i < rs ) .Each glowworm i selects a neighbour j with a
probability pij ( t ) and moves toward it. These movements that are based only on local information,
enable the glowworms to partition into disjoint subgroups, exhibit a simultaneous taxis-behaviour toward
and eventually co-locate at the multiple optima of the given objective function.
Probability distribution used to select a neighbour:
J. Liu et al. /Journal of Computational Information Systems 7:10 (2011) 3698-3705 3700
l j ( t ) − li ( t )
pij ( t ) = ; (3)
∑ l ( t ) − li ( t )
k ∈N i ( t ) k
Movement update:
⎛ x j (t ) − xi (t ) ⎞
xi (t + 1) = xi (t ) + s ⎜ ⎟; (4)
⎜ x j (t ) − xi (t ) ⎟
⎝ ⎠
Luciferin-update:
li (t ) = (1 − ρ )li (t − 1) + γ J ( xi (t )); (5)
and li (t ) is a luciferin value of glowworm i at the t iteration, ρ ∈ (0,1) leads to the reflection of the
cumulative goodness of the path followed by the glowworms in their current luciferin values, the parameter
γ only scales the function fitness values, J ( xi ( t ) ) is the value of test function.
Step 5. Using (3) to select the distribution j ( j ∈ N i (t )) , and updating with equation (4).
False
False
Whether in the
Local-decision Range
Definite Movement
n
F2 : f 2 ( x ) = ∑ ( xi + 0.5) 2 , −10 ≤ xi ≤ 10, ( i = 1, 2,…, n; n = 20 ) ,the objective function value is 0 at
i =1
( 0, 0,…, 0 ) ;
⎣ ⎦
at ( 0, 0 ) ;
f 4 ( x) = ⎡1 + ( x1 + x2 + 1) (19 − 14 x1 + 3 x12 − 14 x2 + 6 x1 x2 + 3 x2 2 ) ⎤
2
⎣ ⎦
F4 : −2 ≤ xi ≤ 2, i = {1, 2} , the objective
⎡30 + ( 2 x1 − 3 x2 )2 (18 − 32 x1 + 12 x12 + 48 x2 − 36 x2 + 27 x2 2 ) ⎤
⎣ ⎦
1 1
F5 : f 5 ( x ) = ( x12 + x2 2 ) 4 [sin 2 (50( x12 + x2 2 )10 ) + 1.0], −100 < xi < 100 , the objective function value is 0
at ( 0, 0 ) ;
1 n 2 n ⎛x ⎞
F6 : f 6 ( x ) = 1 + ∑ xi − ∏
4000 i =1 i =1
cos ⎜ i ⎟, −600 < xi < 600 , the objective function value is 0;
⎝ i⎠
n
F7 : f 7 ( x ) = ∑ ixi2 , −5.12 < xi < 5.12 , the objective function value is 0 at ( 0, 0 ) ;
i =1
⎛ n
⎞
F8 : f8 ( x ) = − exp ⎜ −0.5∑ xi2 ⎟ , −1 < xi < 1 , the objective function value is -1.
⎝ i =1 ⎠
Fig. 4.1 F1 CURVES of the Objective Function Value Fig. 4.2 F2 Curves of the Objective Function Value
J. Liu et al. /Journal of Computational Information Systems 7:10 (2011) 3698-3705 3704
Fig. 4.3 F3 Curves of the Objective Function Value Fig. 4.4 F4 Curves of the Objective Function Value
Fig.4.5 F5 Curves of the Objective Function Value Fig. 4.6 F6 Curves of the Objective Function Value
Fig.4.7 F7 Curves of the Objective Function Value Fig. 4.8 F8 Curves of the Objective Function Value
Fig. 4.1-4.8 are GSO and GSO-D’s convergence curves; visually see the GSO-D calculation of high
accuracy, fast convergence and high-dimensional functions for greater processing power.
3705 J. Liu et al. /Journal of Computational Information Systems 7:10 (2011) 3698-3705
5. Conclusions
For Glowworm swarm optimization (GSO) the accuracy is not high, the disadvantage of slow convergence,
this paper presents Definite updating search field of glowworm swarm optimization (GSO-D). This
algorithm updates each particle to determine the course of domain concepts presented, so that the updated
position is always better in the current around the fireflies, to improve convergence speed and accuracy.
Experiments show that the new algorithm has strong global search ability and fast convergence rate,
accuracy has greatly improved.
Acknowledgement
This work is supported by the Grants 60461001 from NSF of China and the project Supported by Grants
0832082, 0991086 from Guangxi Science Foundation.
References
[1] Krishnanand,K.N.D. Ghose,D. Glowworm swarm optimization: a new method for optimizing multi-modal
functions.Computational Intelligence Studies, 1(1):93-119,2009.
[2] Krishnanand,K.N. Glowworm swarm optimization: a multimodal function optimization paradigm with
applications to multiple signal source localization tasks. Indian: Department of Aerospace Engineering, Indian
Institute of Science, 2007.
[3] Krishnanand, K.N. and Ghose, D. Theoretical foundations for rendezvous of glowworm-inspired agent swarms at
multiple locations.Robotics and Autonomous Systems, 7(56): 549–569,2008.
[4] Krishnanand, K.N. and Ghose, D. A glowworm swarm optimization based multi-robot system for signal source
localization.Design and Control of Intelligent Robotic Systems, 53-74,2009.
[5] Krishnanand, K.N. and Ghose, D. Chasing multiple mobile signal sources: a glowworm swarm optimization
approach. In Third Indian International Conference on Artificial Intelligence (IICAI 07), Indian ,2007.
[6] M. Dorigo, V. Maniezzo, A. Colorni, The Ant System: Optimization by a Colony of Cooperating Agents. IEEE
Transaction on Systems, Man and Cybernetics - Part B, 26(1), 29-42, 1996.
[7] Kusum Deep* and Jagdish Chand Bansal. Mean particle swarm optimisation for function optimisation.
Computational Intelligence Studies, 1(1):72-91,2009.
[8] Yan Yang, Yongquan Zhou, Qiaoqiao Gong. Hybrid artificial glowworm swarm optimization algorithm for
solving system of nonlinear equations. Journal of Computational Information Systems,6(10):3431-3438. 2010.
[9] Hongxia Liu, Yongquan Zhou, Yan Yang, Qiaoqiao Gong, Zhengxin Huang. A novel hybrid optimization
algorithm based on glowworm swarm and fish school. Journal of Computational Information Systems,
6(13):4533-4541. 2010.
[10] Hongxia Liu, Shiliang Chen,Yongquan Zhou. An improved simulating fishing strategy optimization algorithm by
using dynamic step. Journal of Information & Computational Science, 7(13):2715-2721.2010.
[11] Zhengxin Huang, Yongquan Zhou. Using glowworm swarm optimization algorithm for clustering analysis.
Journal of Convergence Information Technology, 6(2):78-85.2011.