Next Article in Journal
A Guided Wave Sensor Enabling Simultaneous Wavenumber-Frequency Analysis for Both Lamb and Shear-Horizontal Waves
Previous Article in Journal
A Doppler Radar System for Sensing Physiological Parameters in Walking and Standing Positions
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Parameter Selection and Performance Comparison of Particle Swarm Optimization in Sensor Networks Localization

1
Shandong Province Key Laboratory of Wisdom Mine Information Technology, Shandong University of Science and Technology, Qingdao 266590, China
2
Shandong Provincial Key Laboratory of Computer Networks, Shandong Computer Science Center (National Supercomputer Center in Jinan), Jinan 250101, China
3
Computer Science Department, Michigan Technological University, Houghton, MI 49931, USA
*
Author to whom correspondence should be addressed.
Sensors 2017, 17(3), 487; https://doi.org/10.3390/s17030487
Submission received: 24 December 2016 / Revised: 28 February 2017 / Accepted: 28 February 2017 / Published: 1 March 2017
(This article belongs to the Section Sensor Networks)

Abstract

:
Localization is a key technology in wireless sensor networks. Faced with the challenges of the sensors’ memory, computational constraints, and limited energy, particle swarm optimization has been widely applied in the localization of wireless sensor networks, demonstrating better performance than other optimization methods. In particle swarm optimization-based localization algorithms, the variants and parameters should be chosen elaborately to achieve the best performance. However, there is a lack of guidance on how to choose these variants and parameters. Further, there is no comprehensive performance comparison among particle swarm optimization algorithms. The main contribution of this paper is three-fold. First, it surveys the popular particle swarm optimization variants and particle swarm optimization-based localization algorithms for wireless sensor networks. Secondly, it presents parameter selection of nine particle swarm optimization variants and six types of swarm topologies by extensive simulations. Thirdly, it comprehensively compares the performance of these algorithms. The results show that the particle swarm optimization with constriction coefficient using ring topology outperforms other variants and swarm topologies, and it performs better than the second-order cone programming algorithm.

1. Introduction

Wireless sensor networks (WSNs) are an important infrastructure of the Internet of Things used for sensing the surrounding information, whose applications can be classified into monitoring and tracking in the fields of military and public [1]. In these applications, spatial information is one of the most important contexts of the sensed data, and the location information can support the coverage, routing, and many other operations of a WSN. However, the sensor nodes of a WSN are usually deployed in an ad hoc manner without any prior knowledge of their locations, so it is essential to determine the node’s location, which is referred to as localization.
A possible solution is to equip each sensor node with a global positioning system (GPS) device, but it is not suitable for large-scale deployment due to the constraints of cost and energy. Hence, only a part of sensor nodes (named anchors) are equipped with GPS devices. These anchors serve as references to the other nodes (named unknown nodes), which are to be localized. There exist well-organized overviews of sensor localization algorithms [2,3]. Localization consists of ranging and estimation phases. In the ranging phase, the nodes measure their distances from anchors using received signal strength, time of arrival, time difference of arrival, link quality indicator, or angle of arrival. In the estimation phase, the node’s position is estimated based on the ranging information.
A popular estimation approach is to formulate the localization problem as an optimization problem, and then use an optimization algorithm to solve the problem. Traditional optimization algorithms are widely used in localization [4,5,6,7], such as least square, maximum-likelihood, semi-determined programming, and second-order cone programming. Recently, soft computing algorithms have been widely applied to solve this problem [8,9], such as Cuckoo search algorithm [10], artificial neural network [11], bacterial foraging algorithm [12], bat algorithm [13], and biogeography-based optimization [9,14].
Particle swarm optimization (PSO) is also an important soft computing algorithm which models the behavior of a flock of birds. It utilizes a population of particles to represent candidate solutions in a search space, and optimizes the problem by iteration to move these particles to the best solutions with regard to a given measure of quality. Compared with the above algorithms, the advantages of particle swarm optimization are the following [15,16,17].
  • Ease of implementation on hardware or software.
  • High-quality solutions because of its ability to escape from local optima.
  • Quick convergence.
Recently, PSO has been used in many issues of WSNs [17,18]. This paper focuses on the PSO-based localization algorithms for static WSNs, where all sensors are static after deployment. Some PSO-based localization algorithms with different population topologies are compared in Cao et al. [19]. However, they do not consider the recently-proposed PSO-based localization algorithms, nor do they give parameter selections. The existing PSO’s parameter selection guidelines [16] are not based on the objective function in localization problem of WSN, so these parameters cannot achieve the optimal localization performance.
The main contributions of this paper are as follows.
  • It surveys the popular particle swarm optimization variants and particle swarm optimization-based localization algorithms for wireless sensor networks.
  • It presents parameter selection of nine particle swarm optimization variants and six types of swarm topologies by extensive simulations.
  • It comprehensively compares the performance of these algorithms.
The rest of the paper is organized as follows. The localization problem and PSO are introduced in Section 2. Section 3 surveys the PSO-based localization algorithms, and Section 4 presents their parameter selections. Section 5 compares the performance of PSO-based localization algorithms. Section 6 concludes the paper and presents the future work.

2. Statements of Localization Problem and PSO

2.1. Localization Problem for Static WSNs

A WSN is a network of N sensor nodes, including N A anchors and N U unknown nodes, where N A N U . The WSN is deployed in a two-dimensional region of interest at random. The region is often assumed as a square of side-length L. Suppose all the sensor nodes have the same communication range, which is a circle of radius R. Two sensor nodes are called neighbors if one of them lays in the communication range of the other, and the distance between them can be measured. Obviously, an unknown node can be localized if it has at least three neighboring anchors.
Since N A N U , the localization of static WSNs is an iterative procedure. The unknown nodes with at least three neighboring anchors are localized first, and then the other unknown nodes are localized based on the information of neighboring anchors and localized unknown nodes iteratively. Both the anchors and localized unknown nodes are called reference nodes in this paper.
During localization, suppose an unknown node U j ( j = 1 , 2 , , N U ) has n neighboring reference nodes. Let d ^ k j be the measured distance between U j and reference node B k ( k = 1 , 2 , , n ), ( x ^ u j , y ^ u j ) , and ( x u j , y u j ) be the estimated and actual positions of U j , and ( x b k , y b k ) be the position of B k . Then, the localization result should satisfy
d ^ k j = ( x ^ u j x b k ) 2 + ( y ^ u j y b k ) 2 .
The distances measured by any ranging method are inaccurate, so it is impossible to find an accurate solution to (1). Let d ˜ k j be the right part of (1), and be referred to as estimated distance. Obviously,
d ˜ k j d ^ k j
because of the inaccurate measured distances. Then, the purpose of localization is to minimize the difference between d ^ k j and d ˜ k j , which is
f 1 = k = 1 n d ^ k j d ˜ k j 2 .
For most ranging techniques, the measurement error is related to the distance between the two sensor nodes, and larger distances cause larger error [20]. Hence, weight w k is introduced so that the nearer neighboring reference nodes a play greater role in localization, as shown in (4).
f 2 = k = 1 n w k d ^ k j d ˜ k j 2 ,
where w k is the weight of the neighboring reference node B k of U j , defined as
w k = 1 d ^ k j k = 1 n 1 d ^ k j .
Besides, the following equations are also discussed in related literature:
f 3 = 1 n f 1
f 4 = 1 n f 2
which are, respectively, the average of f 1 and f 2 on number of neighboring reference nodes n.
Equations (3), (4), (6) and (7) are called objective functions.

2.2. Particle Swarm Optimization

The PSO-based localization algorithm uses PSO to solve one of the above objective functions. Because the WSN considered in this paper is in a two-dimensional region, the search space of the PSO is constrained to two-dimensions.
Let M be the number of particles of the PSO. Particle i occupies three two-dimensional vectors P i , Q i , and V i , representing its current location, previous best position, and current velocity. Besides, G b denotes the position of the best particle so far. In each iteration, particle i updates its position and velocity according to the following equations.
V i j = ω V i j + c 1 φ 1 j ( Q i j P i j ) + c 2 φ 2 j ( G b j P i j ) P i j = P i j + V i j j = 1 , 2 ,
where c 1 and c 2 are cognitive and social acceleration coefficients, respectively, φ 1 j and φ 2 j are random numbers uniformly distributed in ( 0 , 1 ) , and ω is the inertia weight. c 1 propels the particle towards the position where it had the best fitness, while c 2 propels the particle towards the current best particle. The stochastic V i may become too high to keep all particles in the search space. Hence, V m a x is introduced [16] to bound V i j within the range [ V m a x , V m a x ] .
ω is an important parameter. Linearly decreasing and simulated annealing types are the best ones of all adjustment methods [21]. Due to the computational and memory constraints of sensor nodes, the linearly decreasing method is adopted in many PSO-based localization algorithms, which is
ω = ω m a x ω m a x ω m i n t m a x × t
where t m a x is the maximum number of allowable iterations, ω m a x and ω m i n are maximum and minimum weights, respectively, and t is the current iteration.
As we can see, PSO needs each particle to communicate/connect with the other particles to obtain G b . The connections among particles are called topology. There are two kinds of topologies: global-best and local-best. The former allows each particle to access the information of all other particles, and the latter only allows each particle to access the information of its neighbors according to different local-best topology [22,23]. Because each particle has a different swarm of neighboring particles in its local-best topology, this topology ensures that the particles have full diversity. Local-best topology uses L b i instead of G b to represent the best position of the neighboring particles of particle i, and its update function is:
V i j = ω V i j + c 1 φ 1 j ( Q i j P i j ) + c 2 φ 2 j ( L b i j P i j ) P i j = P i j + V i j j = 1 , 2 .
Here, c 2 propels the particle towards the current best particle within the corresponding sub-swarm of this particle. The most popular local-best swarm topologies include:
  • Ring topology: Each particle is affected by its k immediate neighbors.
  • Star/Wheel topology: Only one particle is in the center of the swarm, and this particle is influenced by all other particles. However, each of the other particles can only access the information of the central particle.
  • Pyramid topology: The swarm of particles are divided into several levels, and there are 4 l particles in level l ( l 0 ), which form a 2 l × 2 l mesh.
  • Von Neumann topology: All particles are connected as a toroidal, and each particle has four neighbors, which are above, below, left, and right particles.
  • Random topology: Each particle chooses neighbors randomly at each iteration. We utilize the second algorithm proposed in [24] to generate the random topology.

2.3. Evaluation Criteria of PSO-Based Localization Algorithms

  • Localization error. The localization error of unknown node U j is defined as E j = 1 R ( x ^ u j x u j ) 2 + ( y ^ u j y u j ) 2 . The mean and standard deviation of localization error are denoted by E ¯ and σ E , respectively.
  • Number of iterations. This is the number of iterations of PSO to achieve the best fitness. The mean and standard deviation of the number of iterations are denoted by I t r ¯ and σ I t r , respectively.
In WSN applications, the localization error depends on ranging error, GPS error, localization error accumulation, and the localization algorithm. The ranging error results from the distance measurement technique, and the GPS error determines the errors of anchors’ positions. Both ranging and GPS errors are assumed to obey Gaussian distribution, and they are denoted by e. The accumulated localization error comes from the iterative localization procedure: some unknown nodes may utilize localized unknown nodes to localize themselves, while the positions of these localized unknown nodes already have localization error.

3. A Survey of PSO-Based Localization Algorithms

3.1. Basic Procedure of PSO-Based Localization Algorithms

After measuring the distance between sensor nodes, each unknown node estimates its location by Algorithm 1. In this algorithm, Line 1 determines the particles’ search space, which is the intersection region of the radio range of all neighboring reference nodes of this sensor node. After initialization in Line 2, it uses an iterative process to estimate the position (Lines 3 to 7). Note that the update process of Line 6 is different according to different PSO-based localization algorithms.
Algorithm 1 PSO-Based Localization Algorithm
1:
Determine the particles’ search space.
2:
Initialize a swarm of particles in the search space with random positions and velocities.
3:
while stop criteria are not met do
4:
 Compute the fitness values of all particles.
5:
 Compute Q i , L b i , and/or G b .
6:
 Update each particle.
7:
end while

3.2. PSO-Based Localization Algorithms

The basic PSO algorithm using (8) is the most popular one among all PSO-based localization algorithms, and we use WPSO (weighted-PSO) to represent it for convenience.
The first WPSO-based localization algorithm was proposed in [25], which uses (6) as the objective function. WPSO is also applied to the localization problem of ultra-wide band sensor networks in [26,27]. In a static sensor network, some unknown nodes may not have enough neighbor anchors to localize themselves, so [28] applies DV (Distance Vector)-Distance to make all unknown nodes have distances to at least three anchors, and then it uses WPSO to localize. In order to make WPSO’s convergence rate fast, [29] introduces a threshold to constrain a change of fitness function. Due to the inaccurate distance measurements, flip ambiguity is popular during localization, but this problem is not considered by the aforementioned algorithms. In [30], WPSO in conjunction with two types of constraints is used to cope with this problem. Besides two-dimensional sensor networks, WPSO is also applied to localize three-dimensional WSNs [27,31,32] and underwater WSNs [33]. Different from the above algorithms, a mobile anchor-assisted WPSO-based localization algorithm is proposed in [20,34], which only uses one mobile anchor to provide distance range to all unknown nodes while it traverses the sensor network. Besides localization, [35] also applies WPSO to the real-time autonomous deployment of sensor nodes (including anchors and unknown nodes) from an unmanned aerial vehicle.
Besides WPSO, many variants of PSO algorithms have been proposed to improve the performance. The most representative algorithms are listed below.
  • Constricted PSO (CPSO). WPSO has the disadvantages of early convergence and swarm explosion, so CPSO [36] introduces the constriction coefficient χ to conquer these disadvantages:
    V i j = χ ( V i j + φ 1 j ( Q i j P i j ) + φ 2 j ( G b j P i j ) ) P i j = P i j + V i j j = 1 , 2 ,
    where χ = 2 2 c c 2 4 c , c = c 1 + c 2 > 4 . 0 . CPSO eliminates the V m a x in WPSO. It performs better than WPSO in many problems [36].
  • H-Best PSO (HPSO). Global- and local-best PSO algorithms have their own advantages and disadvantages. Combining these two algorithms, HPSO [9,14] divides the particles into several groups, and particle i is updated based on G b , L b i , and Q i , per the following equation:
    V i j = ω V i j + c 1 φ 1 j ( Q i j P i j ) + c 2 φ 2 j ( G b j P i j ) + c 3 φ 3 j ( L b i j P i j ) P i j = P i j + V i j j = 1 , 2 .
    Here, c 3 is the same as c 2 of (10), and φ 3 j is a random number uniformly distributed in ( 0 , 1 ) . HPSO provides fast convergence and swarm diversity, but it utilizes more parameters than WPSO.
  • PSO with particle permutation (PPSO). In order to speed up the convergence, PPSO [37] sorts all particles such that f ( P i ) f ( P j ) , if i j , and replaces the positions of particles M 2 + 1 to M with positions close to P 1 . The rule of replacement is:
    P M 2 + k , j = P 1 j + ρ k j j = 1 , 2 ; k = 1 , 2 , , M 2 ,
    where ρ k j is a random number uniformly distributed in (−0.5,0.5).
  • Extremum disturbed and simple PSO (EPSO). Sometimes, PSO easily fall into local extrema. EPSO [38] uses two preset thresholds T 0 and T g to randomly churn Q i and G b to overcome this shortcoming. The operators of extremal perturbation are:
    Q i j = φ 4 j Q i j , G b j = φ 5 j G b j j = 1 , 2 .
    Let t 0 and t g be evolutionary stagnation iterations of Q i and G b , respectively. In (14), if t 0 T 0 ( t g T g ), φ 4 j ( φ 5 j ) is 1; Otherwise, φ 4 j ( φ 5 j ) is a random number uniformly distributed in [0,1]. For particle i, the update function of EPSO is
    P i j = η i j ω P i j + c 1 φ 1 j ( Q i j P i j ) + c 2 φ 2 j ( G b j P i j ) j = 1 , 2 ,
    where η i j is used to control the movement direction of particle i to make the algorithm convergence fast, which is defined as
    η i j = P i j G b j ( P i 1 G b 1 ) 2 + ( P i 2 G b 2 ) 2 j = 1 , 2 .
  • Dynamic PSO (DPSO). Each particle in DPSO [19] pays full attention to the historical information of all neighboring particles, instead of only focusing on the particle which gets the optimum position in the neighborhood. For particle i, the update function of DPSO is
    P i j = P i j + c 1 ( P i j P i j ) + c 2 K k = 1 K ( Q k j P i j ) + c 3 φ 3 j K k = 1 K | Q k j Q i j | j = 1 , 2 ,
    where K is the number of neighboring particles of the ith particle. P i is the previous position of the ith particle. Note that c 1 , c 2 , and c 3 are just weights without physical meaning.
  • Binary PSO (BPSO). BPSO [39] is used in binary discrete search space, which applies a sigmoid transformation to the speed attribute in update function, so its update function of particle i is
    V i j = ω V i j + c 1 φ 1 j ( Q i j s i g m o i d ( P i j ) ) + c 2 φ 2 j ( G b j s i g m o i d ( P i j ) ) P i j = P i j + V i j j = 1 , 2 ,
    where s i g m o i d ( P i j ) is defined as
    s i g m o i d ( P i j ) = 1 i f φ 6 < 2 1 1 + e V i j 0.5 0 o t h e r w i s e
    φ 6 is a random number.
  • PSO with time variant ω, c 1 , and c 2 (TPSO). TPSO [19] employs time-varying c 1 , c 2 , and ω (see Equation (9)) to achieve proper balance between global and local exploitation, where
    c 1 = ( c 1 f c 1 s ) t t m a x + c 1 s , c 2 = ( c 2 f c 2 s ) t t m a x + c 2 s ,
    where c 1 s , c 1 f , c 2 s , and c 2 f are initial and final values of c 1 and c 2 , respectively.
  • PSO with particle migration (MPSO) [40]. MPSO enhances the diversity of particles and avoids premature convergence. MPSO randomly partitions particles into several sub-swarms, each of which evolves based on TPSO, and some particles migrate from one sub-swarm to another during evolution.
In one word, the above-mentioned PSO variants aim to overcome one or more drawbacks of WPSO, but they also introduce additional operations.

3.3. Comparison between PSO and Other Optimization Algorithms

The above-mentioned algorithms are also compared with the other algorithms in corresponding references, and Table 1 summarizes the comparison results.
The bacterial foraging algorithm models the foraging behavior of bacteria that thrive to find nutrient-rich locations. Each bacterium moves using a combination of tumbling and swimming. Tumbling refers to a random change in the direction of movement, and swimming refers to moving in a straight line in a given direction.
The simulated annealing algorithm originated from the formation of crystals from liquids. Initially, the simulated annealing algorithm is in a high energy state. At each step, it considers some neighbouring state of the current state, and probabilistically decides between moving the system to one neighbouring state or staying in the current state. These probabilities ultimately lead the system to move to states of lower energy.
Artificial neural networks model the human brain in performing an intelligent task. It integrates computational units (neurons) in multi-layers, and these layers are connected by adjustable weights. Three traditional layers are input, hidden, and output.
The biogeography-based optimization algorithm is motivated by the science of biogeography, which investigates the species distribution and its dynamic properties from past to present spatially and temporally. In this algorithm, the candidate solutions and their features are considered as islands and species, respectively. Species migrate among islands, which is analogous to candidate solutions’ interaction.

4. Parameter Selections of PSO-Based Localization Algorithms

Given a problem to be solved, the performance of a PSO depends on its parameters. Although theoretical analysis can guide the parameter selection, this analysis can occupy large space, such as [43], which exceeds the limit of this paper. On the other hand, extensive experimentation has been used widely in the parameter selection or performance analysis of PSO [15,21,23]. Therefore, we try to choose the best parameter by experiments instead of theoretical analysis. Because some parameters of HPSO and PPSO have been calibrated in corresponding references, we only calibrate parameters of WPSO, CPSO, MPSO, TPSO, BPSO, EPSO, and DPSO, and M and V m a x of PPSO and HPSO.

4.1. Simulation Setup

The PSO-based localization algorithms are implemented in C language, and the results are analyzed by Matlab. Because our aim is to decide the best parameters, we only perform the localization procedure on one unknown node, denoted by U 1 . Suppose the actual position of U 1 is ( x u 1 , y u 1 ) = ( 0 , 0 ) , and N B reference nodes are deployed within the communication range of U 1 . Considering the error e during distance measurements, d ^ k 1 ( k = 1 , 2 , , N B ) is defined as
d ^ k 1 = d k 1 + α ,
where d k 1 is the real distance between U 1 and B k , α is a random number that follows a normal distribution with mean 0 and variance d k 1 e .
The simulation setup is shown in Table 2. For convenience, we use a:b:c to represent the set of [ a , a + b , , c ] in this paper. The parameter selection procedure is:
  • Using V m a x = 0 . 5 R and M = 20 , 30 , 40 , 50 to find out the best c 1 , c 2 , c 3 , and ω.
  • Using the best c 1 , c 2 , c 3 and ω to choose M.
  • Using the best c 1 , c 2 , c 3 , ω and M to choose V m a x .
  • Using the best c 1 , c 2 , c 3 , ω, M and V m a x to compare fitness functions.
We use f 3 as the objective function of PSO to choose the best parameters, because it is the most popular fitness used in PSO-based localization algorithms. The stopping criteria is
f 3 ( X ) < = 10 4 t > t m a x ,
which means the fitness value f 3 ( X ) achieves an allowable precision 10 4 or the number of iteration t exceeds pre-defined threshold t m a x .
We generate 100 tests with each combination of different e, R, and N B , and we utilize each algorithm to estimate the position of U 1 by 100 runs for each test case, under each group of PSO’s parameters. The results are the average of these runs. A localization algorithm should have the best performance regardless of N B , because N B is different to each unknown node in real applications of WSN. Hence, the impacts of N B on parameter selection are not analyzed.

4.2. Best Parameters of PSO-Based Localization Algorithms

Taking the selection of c 1 and c 2 of WPSO with global-best model as an example, the selection approach is introduced. We first calibrate c 1 and c 2 without considering the specific value of e, because we may not know e during localization. The results are the averages of all e. Figure 1a,b show that the impacts of c 1 and c 2 on localization errors are very little: the gap between the minimum and maximum E ¯ ( σ E ) is about 4.42 × 10 5 ( 1.79 × 10 4 ). On the contrary, Figure 1c,d show that I t r ¯ and σ I t r reduce with the decrease of c 1 and c 2 . With different c 1 and c 2 , the difference between the maximum and minimum I t r ¯ ( σ I t r ) is about 31.03 (11.70). The best choices are c 1 = 1.7–1.8 and c 2 = 1.7–1.8, which occupy 96.2% optimal number of iterations for all cases. Further, we investigate the impacts of c 1 and c 2 on localization performance under each e, and we find that c 1 = 1.7–1.8 and c 2 = 1.7–1.8 are still the best choice for each e.
Similar approaches have been applied to other parameters and algorithms, and the resulting best parameters are shown in Table 3. Because MPSO and HPSO already divide the swarm of particles into several sub-swarms which are similar with local-best models, we only analyze their global-best models.

4.3. Performance Comparison of Fitness Function

Figure 2a,b shows that I t r ¯ of f 4 is [306.86, 326.41], which is about 89.65%–91.57% of those of f 1 , f 2 , and f 3 . Figure 2c,d shows that f 4 is still the best. In detail, f 3 and f 4 has almost the same E ¯ , which is [0.035, 0.048]. However, f 4 has the minimal σ E .
The performance of each fitness function using the other PSO algorithms with different swarm topologies also shows that f 4 outperforms the other functions in all cases.

5. Performance Comparisons of PSO-Based Localization Algorithms

5.1. Simulations Setup

The performance of all PSO algorithms is compared by simulations of a whole WSN. The parameters of each PSO variant are set based on Section 4. During localization, we utilize iterative localization to localize as many unknown nodes as possible. We also demonstrate the impact of radio irregularity on the localization performance of different algorithms, because the actual transmission range of sensor nodes is not a perfect circle due to multi-path fading, shadowing, and noise. The radio model in [44] is used to represent the degree of irregularity D. Based on this model, there is an upper bound R and a lower bound ( 1 D ) R of the communication range. The simulation setups are: L = 100 units, N U = 100:100:500, N A = 10:10:50, R = 25:10:45 units, e = 0:0.05:0.2, D = 0:0.1:0.5.

5.2. Comparisons of Different Swarm Topologies in Same PSO

There are 2250 test cases to simulate, and the best swarm topology should outperform the other ones in most test cases, instead of in several test cases. Therefore, we count the number of optimal values of each swarm topology of all test cases, and try to find the topology which achieves the optimal values in most test cases. The “optimal values” are the evaluation criteria mentioned in Section 2.3. The results are shown in Figure 3.
For WPSO, Von Neumann and ring topologies perform almost the same, and they outperform the other topologies. Ring topology can gain the optimal E ¯ , σ E , I t r ¯ , and σ I t r in more than 93.2%, 99.5%, 98.1%, and 99.5% of test cases, respectively, and Von Neumann topology can gain the optimal E ¯ , σ E , I t r ¯ , and σ I t r in more than 93.4%, 99.5%, 97.5%, and 99.5% of test cases, respectively.
It is hard to say which topology is the best for some algorithms, because none of these topologies performs the best in all four percentages. In this case, we give more importance to E ¯ than the other criteria. Taking PPSO as an example (Figure 3d), its global-best and Von Neumann topologies are obviously better than the others, but Von Neumann outperforms global-best model in E ¯ , while global-best model is better than Von Neumann in the other three criteria. Since we put E ¯ as the first criterion to choose the best swarm topology, Von Neumann is the best one which achieves optimal E ¯ in more than 92.3% cases, while the percentage of global best model is 70.7%.
Using a similar idea, the best swarm topologies of all algorithms are: ring topology for WPSO, CPSO, and TPSO; Von Neumann topology for PPSO and DPSO; random topology for EPSO and BPSO.
Furthermore, we compare the performance of different swarm topologies used in the same PSO algorithm, with different N U , N A , R, D, e one by one, and we find these results are consistent with the aforementioned results.

5.3. Comparison of PSO-Based Localization Algorithms

Using the results introduced in Section 4, the PSO-based localization algorithms are compared.

5.3.1. General Analysis

In general, as shown in Figure 4, CPSO and PPSO needs fewer iterations than the other PSO-based localization algorithms. In fact, the average I t r ¯ of all test cases required by CPSO and PPSO are 220.16 and 222.29, respectively, while those of WPSO, TPSO, MPSO, HPSO, EPSO, DPSO, and BPSO are 312.88, 484.99, 268.84, 281.68, 310.26, 253.52, and 252.47, respectively. σ I t r of CPSO is also the smallest (6.67), while σ I t r of the other algorithms are larger than 10. On the other hand, CPSO and PPSO achieve the optimal E ¯ for more than 89.69% of test cases, and the optimal σ E for more than 60.84% of test cases. Furthermore, the average E ¯ and σ E of all test cases of CPSO and PPSO are the first two best ones among all algorithms. CPSO has the least operations during one iteration among all algorithms. Compared with CPSO, the other algorithms need more parameters and operations such, as V m a x , particle sort, or migration.
In one word, CPSO is the best PSO-based localization algorithm.

5.3.2. Impacts of Network Parameters on Performance

In order to analyze the impacts of network setups on localization performance, CPSO is taken as an example, because we find that the other algorithms have the same trends as CPSO, except the variation range. As illustrated in Figure 5, we cannot draw any rule of the impacts of N U and N A on I t r ¯ , σ I t r . However, E ¯ and σ E decrease as N A increases, because the more anchors exist in a WSN, the less unknown nodes need iterative localization, as shown in Figure 6. Figure 6 shows that the number of unknown nodes localized by neighboring anchors instead of localized unknown nodes under N A = 500 is about two times the number under N A = 100 .
Table 4 denotes that the variations are very small except σ I t r . E ¯ and σ E are almost the same, but CPSO and PPSO have the smallest I t r ¯ .
From Figure 7a,b, we can see that D impacts the localization error very little, where E ¯ ( σ E ) only differs less than 0.003 (0.006) with the same e and different D. However, e affects the localization error greatly: a larger e leads to a larger localization error. As shown in Figure 7c, I t r ¯ is minimal when D = e = 0 , and it increases significantly when both D and e are greater than 0. However, it keeps almost the same when D > 0 and e > 0 , which can also be proved from Table 5. On the contrary, σ I t r reaches maximum when D = e = 0 , and it decreases when both D and e are greater than 0, as shown in Figure 7d.
Table 5 shows that E ¯ and σ E of EPSO, DPSO, and BPSO are larger than the other algorithms, and D and e have little impacts on I t r ¯ , but σ I t r varies very much under different D and e.
Figure 8a,b denote that the larger R has higher localization precision. E ¯ of EPSO, DPSO, and BPSO are larger than the other algorithms, while the other algorithms have almost the same E ¯ . Moreover, E ¯ of EPSO and DPSO decrease with increasing R, while those of the other algorithms show little change. σ E has the same rule as E ¯ , as shown in Figure 8b. Figure 8c,d show that the impacts of R on the number of iterations are very little, and CPSO and PPSO requires the fewest iterations, while TPSO needs the most iterations.

5.4. Comparison between CPSO and SOCP

Table 1 shows the comparison between PSO and the other optimization algorithms. We compare CPSO and second-order cone programming (SOCP) in this section, because SOCP is also a popular optimization algorithm used in localization problems [4,5], and CPSO has not been compared with SOCP. The SOCP algorithm is implemented in Matlab by CVX [45].
As shown in Figure 9, CPSO with global-best model outperforms SOCP under different N U , N A , D, and e. E ¯ and σ E of CPSO are 0.0085–0.0684 and 0.0526–0.1311, respectively, and those of SOCP are 0.2909–0.3549 and 0.2707–0.3, respectively. Further, SOCP takes much longer than CPSO. For example, there are 450 test cases when N U = 100 , and SOCP uses 2 hours and 58 minutes to obtain the results, while CPSO only takes 12 minutes.

6. Conclusions

As a classical swarm intelligence algorithm, particle swarm optimization has many advantages over other optimization algorithms to solve the localization problem of wireless sensor networks, and many particle swarm optimization-based localization algorithms have been proposed in recent years, but it lacks of parameter selection and comprehensive comparison of these algorithms. This paper surveys the existing particle swarm optimization-based localization algorithms, and chooses the best parameters based on simulations. Further, we compare currently widely-used particle swarm optimization-based localization algorithms with six types of swarm topologies, and the results show that particle swarm optimization with constriction coefficient and ring topology is the best choice to solve the localization algorithm of wireless sensor networks.

Acknowledgments

This research is supported by the Open Research Fund from Shandong provincial Key Laboratory of Computer Networks, Grant No. SDKLCN-2015-03.

Author Contributions

Huanqing Cui and Minglei Shu conceived and designed the experiments; Huanqing Cui and Yinglong Wang performed the experiments; Huanqing Cui analyzed the data; Huanqing Cui and Min Song wrote the paper.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Yick, J.; Mukherjee, B.; Ghosal, D. Wireless sensor network survey. Comput. Netw. 2008, 52, 2292–2330. [Google Scholar] [CrossRef]
  2. Cheng, L.; Wu, C.; Zhang, Y.; Wu, H.; Li, M.; Maple, C. A survey of localization in wireless sensor network. Int. J. Distrib. Sens. Netw. 2012, 2012, 962523. [Google Scholar] [CrossRef]
  3. Han, G.; Xu, H.; Duong, T.Q.; Jiang, J.; Hara, T. Localization algorithms of wireless sensor networks: A survey. Telecommun. Syst. 2011, 48, 1–18. [Google Scholar]
  4. Naddafzadeh-Shirazi, G.; Shenouda, M.B.; Lampe, L. Second order cone programming for sensor network localization with anchor position uncertainty. IEEE Trans. Wirel. Commun. 2014, 13, 749–763. [Google Scholar] [CrossRef]
  5. Beko, M. Energy-based localization in wireless sensor networks using second-order cone programming relaxation. Wirel. Pers. Commun. 2014, 77, 1847–1857. [Google Scholar] [CrossRef]
  6. Erseghe, T. A distributed and maximum-likelihood sensor network localization algorithm based upon a nonconvex problem formulation. IEEE Trans. Signal Inf. Process. Netw. 2015, 1, 247–258. [Google Scholar] [CrossRef]
  7. Ghari, P.M.; Shahbazian, R.; Ghorashi, S.A. Wireless sensor network localization in harsh environments using SDP relaxation. IEEE Commun. Lett. 2016, 20, 137–140. [Google Scholar] [CrossRef]
  8. Kulkarni, R.V.; Förster, A.; Venayagamoorthy, G.K. Computational intelligence in wireless sensor networks: A survey. IEEE Commun. Surv. Tutor. 2011, 13, 68–96. [Google Scholar] [CrossRef]
  9. Kumar, A.; Khoslay, A.; Sainiz, J.S.; Singh, S. Computational intelligence based algorithm for node localization in wireless sensor networks. In Proceedings of the 2012 6th IEEE International Conference Intelligent Systems (IS), Sofia, Bulgaria, 6–8 September 2012; pp. 431–438.
  10. Cheng, J.; Xia, L. An effective Cuckoo search algorithm for node localization in wireless sensor network. Sensors 2016, 16, 1390. [Google Scholar] [CrossRef] [PubMed]
  11. Chuang, P.J.; Jiang, Y.J. Effective neural network-based node localisation scheme for wireless sensor networks. IET Wirel. Sens. Syst. 2014, 4, 97–103. [Google Scholar] [CrossRef]
  12. Kulkarni, R.V.; Venayagamoorthy, G.K.; Cheng, M.X. Bio-inspired node localization in wireless sensor networks. In Proceedings of the IEEE International Conference on Systems, Man and Cybernetics (SMC 2009), San Antonio, TX, USA, 11–14 October 2009; pp. 205–210.
  13. Goyal, S.; Patterh, M.S. Modified bat algorithm for localization of wireless sensor network. Wirel. Pers. Commun. 2016, 86, 657–670. [Google Scholar] [CrossRef]
  14. Kumar, A.; Khoslay, A.; Sainiz, J.S.; Singh, S. Meta-heuristic range based node localization algorithm for wireless sensor networks. In Proceedings of the 2012 International Conference on Localization and GNSS (ICL-GNSS), Starnberg, Germany, 25–27 June 2012; pp. 1–7.
  15. Li, Z.; Liu, X.; Duan, X. Comparative research on particle swarm optimization and genetic algorithm. Comput. Inf. Sci. 2010, 3, 120–127. [Google Scholar]
  16. Jordehi, A.R.; Jasni, J. Parameter selection in particle swarm optimization: A survey. J. Exp. Theor. Artif. Intell. 2013, 25, 527–542. [Google Scholar] [CrossRef]
  17. Kulkarni, R.V.; Venayagamoorthy, G.K. Particle swarm optimization in wireless sensor networks: A brief survey. IEEE Trans. Syst. Man Cybern. C 2011, 41, 262–267. [Google Scholar] [CrossRef]
  18. Gharghan, S.K.; Nordin, R.; Ismail, M.; Ali, J.A. Accurate wireless sensor localization technique based on hybrid PSO-ANN algorithm for indoor and outdoor track cycling. IEEE Sens. J. 2016, 16, 529–541. [Google Scholar] [CrossRef]
  19. Cao, C.; Ni, Q.; Yin, C. Comparison of particle swarm optimization algorithms in wireless sensor network node localization. In Proceedings of the 2014 IEEE International Conference on Systems, Man and Cybernetics (SMC), San Diego, CA, USA, 5–8 October 2014; pp. 252–257.
  20. Xu, L.; Zhang, H.; Shi, W. Mobile anchor assisted node localization in sensor networks based on particle swarm optimization. In Proceedings of the 2010 6th International Conference on Wireless Communications Networking and Mobile Computing (WiCOM), Chengdu, China, 23–25 September 2010; pp. 1–5.
  21. Han, W.; Yang, P.; Ren, H.; Sun, J. Comparison study of several kinds of inertia weights for PSO. In Proceedings of the 2010 IEEE International Conference on Progress in Informatics and Computing (PIC), Shanghai, China, 10–12 December 2010; pp. 280–284.
  22. Valle, Y.D.; Venayagamoorthy, G.K.; Mohagheghi, S.; Hernandez, J.C.; Harley, R.G. Particle swarm optimization: Basic concepts, variants and applications in power systems. IEEE Trans. Evol. Comput. 2008, 12, 171–195. [Google Scholar] [CrossRef]
  23. Medina, A.J.R.; Pulido, G.T.; Ramírez-Torres, J.G. A comparative study of neighborhood topologies for particle swarm optimizers. In Proceeding of the International Joint Conference Computational Intelligence, Funchal, Madeira, Portugal, 5–7 October, 2009; pp. 152–159.
  24. Clerc, M. Back to Random Topology. Available online: http://clerc.maurice.free.fr/pso/random_topology.pdf (accessed on 28 February 2017).
  25. Gopakumar, A.; Jacob, L. Localization in wireless sensor networks using particle swarm optimization. In Proceeding of the IET International Conference on Wireless, Mobile and Multimedia Networks, Beijing, China, 11–12 January 2008; pp. 227–230.
  26. Gao, W.; Kamath, G.; Veeramachaneni, K.; Osadciw, L. A particle swarm optimization based multilateration algorithm for UWB sensor network. In Proceedings of the Canadian Conference on Electrical and Computer Engineering (CCECE ’09), Budapest, Hungary, 3–6 May 2009; pp. 950–953.
  27. Okamoto, E.; Horiba, M.; Nakashima, K.; Shinohara, T.; Matsumura, K. Particle swarm optimization-based low-complexity three-dimensional UWB localization scheme. In Proceedings of the 2014 Sixth International Conf on Ubiquitous and Future Networks (ICUFN), Shanghai, China, 8–11 July 2014; pp. 120–124.
  28. Chuang, P.J.; Wu, C.P. Employing PSO to enhance RSS range-based node localization for wireless sensor networks. J. Inf. Sci. Eng. 2011, 27, 1597–1611. [Google Scholar]
  29. Liu, Z.; Liu, Z. Node self-localization algorithm for wireless sensor networks based on modified particle swarm optimization. In Proceedings of the 2015 27th Chinese Control and Decision Conference (CCDC), Qingdao, China, 23–25 May 2015; pp. 5968–5971.
  30. Mansoor-ul-haque, F.A.K.; Iftikhar, M. Optimized energy-efficient iterative distributed localization for wireless sensor networks. In Proceedings of the 2013 IEEE International Conference on Systems, Man, and Cybernetics (SMC), Manchester, UK, 13–16 October 2013; pp. 1407–1412.
  31. Wei, N.; Guo, Q.; Shu, M.; Lv, J.; Yang, M. Three-dimensional localization algorithm of wireless sensor networks base on particle swarm optimization. J. China Univ. Posts Telecommun. 2012, 19, 7–12. [Google Scholar] [CrossRef]
  32. Dong, E.; Chai, Y.; Liu, X. A novel three-dimensional localization algorithm for wireless sensor networks based on particle swarm optimization. In Proceedings of the 2011 18th International Conference on Telecommunications (ICT), Ayia Napa, Cyprus, 8–11 May 2011; pp. 55–60.
  33. Zhang, Y.; Liang, J.; Jiang, S.; Chen, W. A localization method for underwater wireless sensor networks based on mobility prediction and particle swarm optimization algorithms. Sensors 2016, 16, 212. [Google Scholar] [CrossRef] [PubMed]
  34. Zhang, X.; Wang, T.; Fang, J. A node localization approach using particle swarm optimization in wireless sensor networks. In Proceedings of the 2014 International Conference on Identification, Information and Knowledge in the Internet of Things (IIKI), Beijing, China, 17–18 October 2014; pp. 84–87.
  35. Kulkarni, R.V.; Venayagamoorthy, G.K. Bio-inspired algorithms for autonomous deployment and localization of sensor nodes. IEEE Trans. Syst., Man, Cybern. C 2010, 40, 663–675. [Google Scholar] [CrossRef]
  36. Clerc, M.; Kennedy, J. The particle swarm-explosion, stability, and convergence in a multidimensional complex space. IEEE Trans. Evol. Comput. 2002, 6, 58–73. [Google Scholar] [CrossRef]
  37. Monica, S.; Ferrari, G. Swarm intelligent approaches to auto-localization of nodes in static UWB networks. Appl. Soft Comput. 2014, 25, 426–434. [Google Scholar] [CrossRef]
  38. Zhang, Q.; Cheng, M. A node localization algorithm for wireless sensor network based on improved particle swarm optimization. Lect. Note Elect. Eng. 2014, 237, 135–144. [Google Scholar]
  39. Zain, I.F.M.; Shin, S.Y. Distributed localization for wireless sensor networks using binary particle swarm optimization (BPSO). In Proceedings of the 2014 IEEE 79th Vehicular Technology Conference (VTC Spring), Seoul, Korea, 18–21 May 2014; pp. 1–5.
  40. Ma, G.; Zhou, W.; Chang, X. A novel particle swarm optimization algorithm based on particle migration. Appl. Math. Comput. 2012, 218, 6620–6626. [Google Scholar]
  41. Guo, H.; Low, K.S.; Nguyen, H.A. Optimizing the localization of a wireless sensor network in real time based on a low-cost microcontroller. IEEE Trans. Ind. Electron. 2011, 58, 741–749. [Google Scholar] [CrossRef]
  42. Namin, P.H.; Tinati, M.A. Node localization using particle swarm optimization. In Proceedings of the 2011 Seventh International Conference on Intelligent Sensors, Sensor Networks and Information Processing (ISSNIP), Adelaide, Australia, 6–9 December 2011; pp. 288–293.
  43. Liu, Q.; Wei, W.; Yuan, H.; Zha, Z.; Li, Y. Topology selection for particle swarm optimization. Inf. Sci. 2016, 363, 154–173. [Google Scholar] [CrossRef]
  44. Bao, H.; Zhang, B.; Li, C.; Yao, Z. Mobile anchor assisted particle swarm optimization (PSO) based localization algorithms for wireless sensor networks. Wirel. Commun. Mob. Comput. 2012, 12, 1313–1325. [Google Scholar] [CrossRef]
  45. CVX Research. CVX: Matlab Software for Disciplined Convex Programming. Available online: http://cvxr.com/cvx/ (accessed on 28 February 2017).
Figure 1. Localization performance of different c 1 and c 2 using WPSO with global-best model. (a) E ¯ ; (b) σ E ; (c) I t r ¯ ; (d) σ I t r .
Figure 1. Localization performance of different c 1 and c 2 using WPSO with global-best model. (a) E ¯ ; (b) σ E ; (c) I t r ¯ ; (d) σ I t r .
Sensors 17 00487 g001
Figure 2. Localization performance of different f using WPSO with global-best model.(a) I t r ¯ ; (b) σ I t r ; (c) E ¯ ; (d) σ E .
Figure 2. Localization performance of different f using WPSO with global-best model.(a) I t r ¯ ; (b) σ I t r ; (c) E ¯ ; (d) σ E .
Sensors 17 00487 g002
Figure 3. Percentage of each swarm topology achieving the optimal values. (a) WPSO; (b) CPSO; (c) TPSO; (d) PPSO; (e) EPSO; (f) DPSO; (g) BPSO.
Figure 3. Percentage of each swarm topology achieving the optimal values. (a) WPSO; (b) CPSO; (c) TPSO; (d) PPSO; (e) EPSO; (f) DPSO; (g) BPSO.
Sensors 17 00487 g003
Figure 4. Percentage of PSO-based localization achieving the optimal values.
Figure 4. Percentage of PSO-based localization achieving the optimal values.
Sensors 17 00487 g004
Figure 5. Impacts of N U and N A on the localization performance of CPSO. (a) E ¯ ; (b) σ E ; (c) I t r ¯ ; (d) σ I t r .
Figure 5. Impacts of N U and N A on the localization performance of CPSO. (a) E ¯ ; (b) σ E ; (c) I t r ¯ ; (d) σ I t r .
Sensors 17 00487 g005
Figure 6. Number of unknown nodes localized by neighboring anchors under different N U and N A with CPSO.
Figure 6. Number of unknown nodes localized by neighboring anchors under different N U and N A with CPSO.
Sensors 17 00487 g006
Figure 7. Impacts of D and e on localization performance of CPSO. (a) E ¯ ; (b) σ E ; (c) I t r ¯ ; (d) σ I t r .
Figure 7. Impacts of D and e on localization performance of CPSO. (a) E ¯ ; (b) σ E ; (c) I t r ¯ ; (d) σ I t r .
Sensors 17 00487 g007
Figure 8. Impacts of R on localization performance. (a) E ¯ ; (b) σ E ; (c) I t r ¯ ; (d) σ I t r .
Figure 8. Impacts of R on localization performance. (a) E ¯ ; (b) σ E ; (c) I t r ¯ ; (d) σ I t r .
Sensors 17 00487 g008
Figure 9. Comparison of CPSO and SOCP. (a) E ¯ of different N U and N A ; (b) σ E of different N U and N A ; (c) E ¯ of different D and e; (d) σ E of different D and e.
Figure 9. Comparison of CPSO and SOCP. (a) E ¯ of different N U and N A ; (b) σ E of different N U and N A ; (c) E ¯ of different D and e; (d) σ E of different D and e.
Sensors 17 00487 g009
Table 1. Advantages of particle swarm optimization (PSO)-based localization algorithms. HPSO: H-Best PSO; PPSO: PSO with particle permutation; WPSO: weighted-PSO.
Table 1. Advantages of particle swarm optimization (PSO)-based localization algorithms. HPSO: H-Best PSO; PPSO: PSO with particle permutation; WPSO: weighted-PSO.
AlgorithmReferencesComparativeAdvantages of PSO
WPSO[12,35]bacterial foraging algorithmfaster
WPSO[25]simulated annealingmore accurate
WPSO[41]Gauss–Newton algorithmmore accurate
WPSO[26,31]least squaremore accurate
WPSO[42]simulated annealing, semi-definite programmingfaster, more accurate
WPSO[28]artificial neural networkmore accurate
WPSO[32]least squarefaster, more accurate
HPSO[9,14]biogeography-based optimizationfaster
PPSO[37]two-stage maximum-likelihood, plane intersectionfaster, more accurate
Table 2. Simulations setup. CPSO: Constricted PSO; DPSO: Dynamic PSO; EPSO: Extremum disturbed and simple PSO; MPSO: PSO with particle migration; TPSO: PSO with time variant ω, c 1 , and c 2 .
Table 2. Simulations setup. CPSO: Constricted PSO; DPSO: Dynamic PSO; EPSO: Extremum disturbed and simple PSO; MPSO: PSO with particle migration; TPSO: PSO with time variant ω, c 1 , and c 2 .
TypeValues
networkR = 5:10:45, e = 0.05:0.05:0.2, N B = 3:20
General a V m a x = 0.1R:0.1R:2R, M = 5:5:100, t m a x = 500
WPSO, EPSO ω m a x = 1.4:−0.1:0.9, ω m i n = 0.4:−0.1:0, c 1 = 1.7:0.1:2.5, c 2 = 1.7:0.1:2.5
CPSO c 1 = 2.05:0.05:2.5, c 2 = 2.05:0.05:2.5
MPSO, TPSO ω m a x = 1.4:−0.1:0.9, ω m i n = 0.4:−0.1:0, c 1 i = c 2 f = 3:−0.25:0.25, c 2 i = c 1 f = c 1 −0.25:−0.25:0.25
HPSOω = 0.7, c 1 = c 2 = c 3 = 1.494
PPSOω = 1, c 1 = c 2 = 2.0
BPSOω = 1.0:−0.1:0, c 1 = 1.7:0.1:2.5, c 2 = 1.7:0.1:2.5
DPSO c 1 = 1.0:0.1:0.1, c 2 = 2.5:−0.1:1.5, c 3 = 0:0.1:1.0
a The parameters used by all PSO variants.
Table 3. Parameter selections of PSO-based localization algorithms. BPSO: Binary PSO.
Table 3. Parameter selections of PSO-based localization algorithms. BPSO: Binary PSO.
VariantTopology [ c 1 , c 2 , c 3 ] [ ω max , ω min ] M V max
WPSOglobal-best[1.7–1.8,1.7–1.8,—][0.9,0]30 0.1 R
pyramid[1.7,1.7–1.8,—],[1.8,1.7,—][0.9,0]21 0.1 R
random[1.7,1.7–1.8,—][0.9,0]30 0.1 R
Von Neumann[1.7,1.7–1.8,—],[1.8,1.7][0.9,0]25 0.1 R
ring[1.7,1.7–1.8,—],[1.8,1.7,—][0.9,0]25 0.1 R
star[1.7,1.7–1.8,—],[1.8,1.7,—][0.9,0]25 0.1 R
CPSOglobal-best[2.4,2.5,—],[2.45,2.45–2.5,—]10
pyramid[2.45,2.5,—],[2.5,2.45–2.5,—]21
random[2.5,2.5,—]10
Von Neumann[2.45,2.45–2.5,—],[2.5,2.4–2.5,—]10
ring[2.45,2.5,—],[2.5,2.4–2.5,—]10
star[2.4,2.5,—],[2.45,2.45–2.5,—]10
TPSOglobal-best[0.5,0.25,—],[0.75–1,0.25–0.5,—][0.9,0]25 0.1 R
pyramid[0.5–1,0.25,—],[0.75,0.25–0.5,—][0.9,0]21 0.1 R
random[0.5,0.25,—],[0.75–1,0.25–0.5,—][0.9,0]30 0.1 R
Von Neumann[0.5–1.25,0.25,—][0.9,0]25 0.1 R
ring[0.75–1.25,0.25–0.5,—][0.9,0]25 0.1 R
star[0.5–1,0.25–0.25,—][0.9,0]15 0.1 R
PPSOall[2.0,2.0,—]ω = 1.020-40 0.1 R
EPSOglobal-best[2.5,1.7,—][1.4,0.4]45 0.1 R
pyramid[2.5,1.8,—][1.4,0.4]21 0.1 R
random[2.4,2.5,—][0.9,0]20 0.1 R
Von Neumann[2.4,2.5,—][0.9,0]30 0.1 R
ring[2.4,2.5,—][0.9,0]25 0.1 R
star[2.4,2.5,—][0.9,0]20 0.1 R
DPSOglobal-best[0.7/0.8,2.1,0.4/0.5]75 0.1 R
pyramid[0.7/0.8/0.9,2.3,0.4]21 0.1 R
random[0.9,2.3,0.4]30 0.1 R
Von Neumann[0.7/0.8/0.9,2.3,0.4]35 0.1 R
ring[0.7/0.8/0.9,2.3,0.4]35 0.1 R
star[0.7/0.8,2.1,0.4/0.5]45 0.1 R
BPSOglobal-best[2.1/2.2,1.7,—]ω = 1.4/1.575 0.1 R
pyramid[2.3/2.4,1.7,—]ω = 1.421 0.1 R
random[1.9,2.0,—]ω = 1.3/1.4/1.575 0.1 R
Von Neumann[2.0–2.3,1.7,—]ω = 1.580 0.1 R
ring[2.1/2.2,1.7,—]ω = 1.4/1.535 0.1 R
star[2.5,1.9,—]ω = 1.380 0.1 R
MPSOglobal-best[1/1.25,0.25/0.5,—],[1.5,0.25,—][0.9,0]45 0.1 R
HPSOglobal-best[1.494,1.494,1.494]ω = 0.745 0.1 R
Table 4. Variation range of different N U and N A .
Table 4. Variation range of different N U and N A .
CriteriaWPSOCPSOTPSOPPSOMPSOHPSOEPSODPSOBPSO
I t r ¯ 311.6–314.9219.1–221.8482.4–485.8220.8–225.6267.8–270.6279.6–285.5304.6–316.6252.2–254.7251.1–252.7
σ I t r 13.91–19.963.39–14.9240.64–50.777.86–20.349.06–14.5717.94–27.3183.20–90.100.78–16.833.38–19.27
E ¯ 0.02–0.040.02–0.040.02–0.0440.03–0.050.02–0.050.02–0.040.14–0.270.17–0.230.06–0.08
σ E 0.02–0.090.02–0.080.02–0.090.02–0.080.03–0.100.02–0.100.14–0.410.10–0.290.06–0.13
Table 5. Variation range of different D > 0 and e > 0 .
Table 5. Variation range of different D > 0 and e > 0 .
CriteriaWPSOCPSOTPSOPPSOMPSOHPSOEPSODPSOBPSO
I t r ¯ 359.7–366.1269.2–270.6485.0–486.7271.0–273.2316.6–320.9327.3–335.5308.6–311.4269.3–269.7262.2–262.6
σ I t r 13.3–17.654.62–7.8239.99–43.69.36–13.628.68–12.7918.65–22.8485.49–86.800.89–2.793.47–5.34
E ¯ 0.01–0.040.01–0.040.01–0.040.01–0.040.01–0.040.01–0.040.16–0.190.17–0.190.16–0.17
σ E 0.03–0.070.03–0.070.03–0.070.03–0.070.03–0.080.04–0.080.22–0.260.17–0.210.17–0.19

Share and Cite

MDPI and ACS Style

Cui, H.; Shu, M.; Song, M.; Wang, Y. Parameter Selection and Performance Comparison of Particle Swarm Optimization in Sensor Networks Localization. Sensors 2017, 17, 487. https://doi.org/10.3390/s17030487

AMA Style

Cui H, Shu M, Song M, Wang Y. Parameter Selection and Performance Comparison of Particle Swarm Optimization in Sensor Networks Localization. Sensors. 2017; 17(3):487. https://doi.org/10.3390/s17030487

Chicago/Turabian Style

Cui, Huanqing, Minglei Shu, Min Song, and Yinglong Wang. 2017. "Parameter Selection and Performance Comparison of Particle Swarm Optimization in Sensor Networks Localization" Sensors 17, no. 3: 487. https://doi.org/10.3390/s17030487

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop