Next Article in Journal
Towards Outlier Sensor Detection in Ambient Intelligent Platforms—A Low-Complexity Statistical Approach
Previous Article in Journal
Multi-Segmentation Parallel CNN Model for Estimating Assembly Torque Using Surface Electromyography Signals
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Regional Optimization Dynamic Algorithm for Node Placement in Wireless Sensor Networks

Key Laboratory of Advanced Control and Optimization for Chemical Processes, Ministry of Education, East China University of Science and Technology, No. 130, Meilong Road, Shanghai 200237, China
*
Author to whom correspondence should be addressed.
Sensors 2020, 20(15), 4216; https://doi.org/10.3390/s20154216
Submission received: 16 June 2020 / Revised: 25 July 2020 / Accepted: 28 July 2020 / Published: 29 July 2020
(This article belongs to the Section Sensor Networks)

Abstract

:
Node placement is one of the basic problems in a Wireless Sensor Network (WSN). During the operation of a WSN, sensor nodes may fail or die suddenly, which may lead to a coverage hole. To solve this problem, the node placement needs to be re-optimized. The dimensions of node placement optimization are high because of the large node number. In view of this defect, a regional optimization dynamic algorithm is put forward. In this paper, the regional optimization problem of node placement is modeled, and a regional optimization dynamic algorithm with a mixed strategy for node placement (MRDA) is proposed. Simulation experiments are carried out for the proposed algorithm and other comparison algorithms. Results of experiments show that the proposed algorithm can greatly reduce the dimensions and narrow the search range, with a significant improvement in the search performance and convergence speed.

1. Introduction

The Wireless Sensor Network (WSN) is a distributed sensor network that comprises several sensor nodes deployed in a specified area for data acquisition, processing and communication [1]. WSN has been one of the most popular research fields in recent years. It has been widely applied in agriculture, industry, health care, environment and so on [2,3,4].
Node placement can maximize the coverage of WSN while meeting other application requirements by deploying the position of sensor nodes. It can be classified as static node placement and dynamic node placement [5]. The static node placement is mainly used to determine the initial node placement to construct a WSN. The dynamic node placement can use mobile nodes to adjust the existing node placement whenever necessary.
Presently, the research on node placement mainly focuses on static node placement. However, in practical application, node fault or death may occur during the network operation, resulting in a coverage hole. The dead or fault nodes can be detected by analyzing the data of sink node [6]. The node placement needs to be re-optimized in this situation.
Coverage is one of the most important problems in WSN [7]. There are two main methods to repair the coverage hole. One is to activate sleeping nodes or place new nodes, and the other is to optimize the placement of the existing nodes. Due to the cost, many WSNs do not have sleeping nodes, and it is also difficult to put new nodes. Coverage holes can only be repaired by the dynamic node placement optimization. Therefore, the research on the dynamic node placement optimization algorithm is necessary.
The number of nodes in large-scale WSN is very large. This makes the node placement optimization a high-dimensional optimization problem with high requirements for the optimization algorithm. However, it takes a long time for most heuristic optimization algorithms to converge to the global optimal solution when solving high-dimensional optimization problems. Therefore, most of the global optimization algorithms cannot meet the time requirement for dynamic node placement optimization.
To solve this problem, a regional optimization dynamic algorithm for node placement is proposed. The proposed algorithm only optimizes the placement of the nodes in the selected region to reduce the dimension of the optimization problem. In addition, the unbalanced node residual energy and the energy consumption caused by node movement are rarely considered in existing research, which are under consideration in this paper.
The rest of the paper is organized as follows. Section 2 presents related work. An improved optimization model for regional optimization of node placement is proposed in Section 3. In Section 4, a regional optimization dynamic algorithm for node placement is proposed, including the re-optimized judgement conditions and the strategies for optimization region. Section 5 compares and analyzes the results of the simulation experiments. Finally, some conclusions are drawn in Section 6.

2. Related Work

Before node placement optimization, the location information and energy information of sensor nodes in the WSN should be collected. The energy information of sensor nodes will be transmitted to the sink node, while the location information of sensor nodes should be obtained by the node localization methods.
For outdoor node localization, the Global Positioning System (GPS) can help with the node localization. However, it is cost-expensive and not suitable for indoor environments because of its weak signal [8]. Wang et. al [9] used Received Signal Strength (RSS) measurements and proposed an approximate non-linear WLS estimator to solve the localization problem for both outdoor and indoor environments. To solve the indoor node localization problem, Garcia et al. [10] used Wireless Local Area Networks (WLANs) to deploy an indoor positioning system and proposed two approaches based on the Received Signal Strength Indicator (RSSI). Considering the generate reflections and refractions of wireless signals in indoor environments, Sendra et al. [11] developed a method for estimating indoor signal strength and proposed a wireless sensor placement system. Through these methods, the position information of sensor nodes in WSNs can be accurately obtained.
Once a node fault or death appears in the WSN, it can easily lead to a coverage hole and an energy hole. A lot of studies have been done on the problem of coverage hole repair.
Xu et al. [12] proposed an energy-efficient hole repair (EEHR) algorithm for WSN. EEHR wakes up the selected sleeping nodes by a triangle coverage repair procedure to repair the coverage hole. Chu et al. [13] proposed a tabu search (TS)-based network holes repair scheme. The proposed scheme is used to find the appropriate location to deploy new nodes to repair the coverage hole. However, these methods require the existence of sleeping nodes or new nodes in WSN. But in reality, many WSNs can only adjust the placement of existing nodes.
Zhuang et al. [14] used the invasive weed optimization algorithm (IWO) to strengthen the local search ability of differential evolution algorithm (DE), proposed a joint event coverage hole repair algorithm (JECHR) to optimize the node placement in WSN. JECHR can improve the coverage and reduce the moving distance effectively. Sharma et al. [15] proposed a hybrid differential evolution particle swarm optimization (DE-PSO) algorithm to reduce the residual node formation. DE-PSO has good global search ability and fast convergence which can be used to reduce the energy consumption and increase the lifetime of WSN. Wang et al. [16] proposed a non-dominated sorting multi-objective flower pollination algorithm (NSMOFPA). The non-linear convergence factor, the tent chaotic map, and a greedy crossover strategy are designed to improve the performance of the algorithm. NSMOFPA can be used to provide a better solution for node placement of WSN that has the objectives of coverage rate, node radiation overflow rate and energy consumption rate. However, these algorithms mentioned above are all global optimization algorithms for node placement. That is to say, the position of all the nodes in WSN will be moved within the whole monitoring area.
Hao et al. [17] proposed a three-dimensional coverage hole dynamic detection and repair algorithm. The proposed algorithm is adopted to move the redundant nodes adjacent to the coverage hole to redistribute the network. The moving direction and distance can be calculated according to the locations of redundant nodes and their neighbor nodes. However, this method can only move adjacent nodes to repair the coverage hole, and its performance is highly dependent on the density of nodes around the hole.
Khamlichi et al. [18] combined the gradient algorithm with a geographical-based approach to repair the identified coverage holes. This algorithm can be used to detect the redundant sensor nodes by calculating the Euclidean distance between the nodes, and then relocate them by using the gradient algorithm. Senouci et al. [19] proposed a distributed virtual forces-based local healing approach (HEAL). HEAL allows local healing where only the nodes located at an appropriate distance from the hole will be involved in the healing process. Khamlichi’s approach can reduce the number of moving nodes, and Senouci’s approach can reduce the scope of the optimization region. However, the unbalanced rest energy and energy consumption of moving nodes are not considered in both methods. Therefore, these approaches are not suitable for dynamic node placement optimization in WSN.
To overcome the limitations of the existing methods, this paper proposes a regional optimization dynamic algorithm for node placement in WSN.

3. Model for Regional Optimization of Node Placement

Traditional models for the node placement optimization problem in WSNs are mainly global optimization models. They take the coordinates or coordinates’ displacements of all the nodes in the network as the solution to the problem. In a global node placement optimization, the dimension of the problem is related to the total number of nodes in the network, and the search space of the solution is related to the size of the monitoring area. If the scale of a WSN is large, the node placement optimization problem will have a high dimension and a large search space. As a result, the complexity of the optimization algorithm is high so that the algorithm needs a longer time to converge.
Since the WSN has been running for a certain time when it needs to be re-optimized, the rest energy of each node in the network is different. It is not enough to optimize coverage only. This may result in the nodes with less energy moving farther, or moving to a position with heavy tasks and high energy consumption in the network topology. Therefore, it is necessary to take the coverage, energy consumption and energy balance, and the moving distance of nodes into consideration.
In this paper, an improved model for regional optimization of node placement is proposed based on the global node placement optimization model in [20]. The coordinates’ displacements of the nodes to be moved are taken as the solutions of the proposed model. The coverage of the whole network, the energy consumption and energy balance of the WSN (including energy consumption of network operation and nodes movement) are the objectives of the optimization problem. The equations of the optimization problem are shown in Equation (1).
max f = [ f 1 ( Δ x r , Δ y r ) , f 2 ( Δ x r , Δ y r ) ] s . t . Δ x r ( a l i m i t x m , a l i m i t x m ) Δ y r ( a l i m i t y m , a l i m i t y m ) x r ( x d e a d r l e f t , x d e a d + r r i g h t ) y r ( y d e a d r d o w n , y d e a d + r u p )
where f represents the optimization objectives of the model, f 1 and f 2 respectively represent the two different optimization objectives of the optimization problem, Δ x r = [ Δ x r ( 1 ) , , Δ x r ( i k ) , , Δ x r ( n r ) ] and Δ y r = [ Δ y r ( 1 ) , , Δ y r ( i k ) , , Δ y r ( n r ) ] respectively represent the horizontal and vertical coordinates displacement row vectors of the nodes in the optimization region, n r is the number of the nodes in the optimization region, 1 i k n r , x m is the length of the monitoring area, y m is the width of the monitoring area, ( x d e a d , y d e a d ) is coordinate of the dead node, a l i m i t is a coefficient that restricts the movement of nodes, r l e f t , r r i g h t , r d o w n and r u p respectively represent the distance from the dead node to the left boundary, the right boundary, the lower boundary and the upper boundary of the optimized region.
x r = [ x r ( 1 ) , , x r ( i k ) , , x r ( n r ) ] and y r = [ y r ( 1 ) , , y r ( i k ) , , y r ( n r ) ] respectively represent the horizontal and vertical coordinate row vectors of the nodes in the optimization region. They can be calculated by Equation (2).
x r ( i k ) = Δ x r ( i k ) + x 0 ( k r ( i k ) ) y r ( i k ) = Δ y r ( i k ) + y 0 ( k r ( i k ) )
where ( x 0 ( k ) , y 0 ( k ) ) is the initial coordinate of the kth node, k r is a set of the nodes in the optimization region, k r ( i k ) is the i k th node in set k r .
The coordinate of the kth node after optimization ( x k , y k ) can be calculated by Equations (3) and (4).
x k = x r ( f i n d ( k r , k ) ) k k r x 0 ( k ) k k r
y k = y r ( f i n d ( k r , k ) ) k k r y 0 ( k ) k k r
where f i n d ( k r , k ) represents the location of the kth node in k r .
Coverage is the most important optimization target for node placement. It can measure the cover degree of sensor nodes to the monitoring area. Therefore, the coverage after optimization is the primary objective of the regional optimization problem.
To calculate the coverage of a WSN, the monitoring area can be discretized into pixels. If a pixel is covered, the square area represented by that pixel is considered to be covered. When there are enough pixels, the pixel matrix can be equated with the original monitoring area. It can be considered that the coverage calculated by the discretization employed for the pixels is accurate. The size of the pixel depends on the sensing range r s of the sensor nodes and the area x m × y m of the monitoring area. In this paper, a x m × y m monitoring area consists of a pixel matrix with x m rows and y m columns. The pixel point of row i, column j is the ( i , j ) pixel ( 0 < i x m , 0 < j y m ).
Boolean model (0-1 model) [21] is adopted in this paper. Obviously, the death nodes should be excluded when calculating the coverage. k d is used to put the serial numbers of death nodes. When the k d e a d th node dies, this node should be added into k d . The equations of the first objective are shown in Equations (5)–(8).
f 1 ( Δ x r , Δ y r ) = C o v e r a g e = P i , j x m × y m
d k ( i , j ) = ( i x k ) 2 + ( j y k ) 2
p i , j ( k ) = 1 d k ( i , j ) r s 0 e l s e
P i , j = 1 k k d ( 1 p i , j ( k ) )
where x m and y m are the numbers of pixels in each row and column since the area of unit length unit width can be regarded as a pixel point, p i , j ( k ) represents whether the ( i , j ) pixel is covered by the kth node, P i , j represents whether the ( i , j ) pixel is covered by the WSN, d k ( i , j ) is the distance from the pixel point ( i , j ) to the kth node, r s is the sensing range of the sensor nodes, k d is a set of all death nodes.
After running for a period of time, the rest energy of the nodes in the WSN is unbalanced. If the nodes with low energy are ordered to move for a long distance, the rest energy of these nodes will be too low and die quickly. Moreover, the location of a node in a network topology can affect the speed of its energy consumption. The nodes with low energy are not suitable for some positions. Therefore, the energy consumption and energy balance in the WSN should be taken as one of the optimization objectives.
The energy consumption of each node includes the energy consumptions of movement and network operation. The energy consumption and energy balance of the network can be represented by the rest energy of the node with the least energy except all the death nodes. The rest energy of the node with least energy after the WSN continues running r rounds is calculated to predict the lifetime of the WSN. Since the WSN has been running for r d e a d rounds when a node dead, the continuous running round r should be related to r d e a d . The equations of the second objective are shown in Equations (9)–(11).
f 2 ( Δ x r , Δ y r ) = min k k d [ E r e s t ( k , r ) E d · d i s ( k ) ]
d i s ( k ) = Δ x r ( f i n d ( k r , k ) ) 2 + Δ y r ( f i n d ( k r , k ) ) 2 k k r 0 k k r
r = min ( r m a x r d e a d , r m i n )
where E r e s t ( k , r ) is the rest energy of the kth node after r rounds, E d is an energy consumption coefficient of node movement, d i s ( k ) is the moving distance of the kth node, r m i n is the minimum round required to predict the lifetime of the WSN, r m a x is the maximum round required to predict the lifetime of the WSN.
The values of r m i n and r m a x are related to the lifetime of the initial WSN. These two parameters are used to ensure that the WSN will not have many remaining nodes die after running r rounds.

4. Regional Optimization Dynamic Algorithm for Node Placement

The common dynamic node placement algorithm is to redistribute the location of all the nodes in the whole monitoring area. However, the death of one node only has a large impact on its surroundings. Moving all the nodes may cause unnecessary energy consumption. Therefore, when one node in WSN dies suddenly, the node placement optimization can be carried out on the nodes in a selected region. In this paper, a regional optimization dynamic algorithm for node placement is proposed. The proposed algorithm can be used to realize the regional node placement optimization while a WSN operating.
The key to the regional optimization dynamic algorithm is to obtain an appropriate node placement optimization region and use an optimization algorithm to redistribute the nodes in this region. It can optimize the performance of WSN by moving part of the nodes. Compared with the general node placement optimization algorithm, the regional optimization algorithm can greatly reduce the number of nodes that need to be moved, thus reducing the dimension of the problem, narrowing the search space of solution and reducing the complexity of the algorithm. Furthermore, the regional optimization algorithm only moves part of the nodes, which effectively reduces the energy consumption caused by node movement.

4.1. Re-Optimized Judgement Conditions for Node Placement

The sensor nodes may have faults in the process of operation, resulting in the inability to collect and transmit data. This kind of nodes can be regarded as dead nodes. A dead node may result in the loss of coverage or has little impact due to redundancy. Therefore, when a node dies, the information of WSN should be collected first to judge whether it is necessary to re-optimize the node placement.
The influence of node death is largely related to the node placement around the dead node. When a node dies, the identity number of the dead node k d e a d and its position coordinates ( x d e a d , y d e a d ) could be obtained. Figure 1a,b show two different dead nodes at different positions in the same initial node placement.
As shown in Figure 1a, if there are other nodes redundancy around the position of the dead node, the coverage of the entire WSN remains unchanged or only changes little. The node placement needs no optimization in this case. As shown in Figure 1b, if there are few nodes around the position of the dead node, the death of the node can lead to a coverage hole and even an energy hole. The node placement needs to be re-optimized in this case.
On the other hand, when the node placement is re-optimized, sensor nodes will consume energy due to movement. If the WSN has already run for a long time and the rest energy of each node is little, the energy of some nodes maybe not enough for moving. Re-optimization of node placement will result in more nodes deaths. Therefore, the remaining energy of all nodes E re should be collected when one node dies. If there is another survival node with low remaining energy, it is not suitable to re-optimize the node placement.
For all these reasons, the re-optimized judgement conditions for node placement are shown in Equation (12).
Δ C o v e r a g e > ε 1 min k k d E re > ε 2 · E o
where Δ C o v e r a g e is the decreasing value of coverage due to the death of the k d e a d th node, min k k d E re is the minimum remaining energy of the current survival nodes (nodes except for set k d ), E o is the initial energy of all the nodes, ε 1 and ε 2 are constants of threshold coefficient.
The values of ε 1 and ε 2 are dependent on the application requirements of WSN. If full coverage is required, set ε 1 = 0 ; otherwise, the value of ε 1 should be related to the maximum coverage of one single sensor node, 0 < ε 1 π · r s 2 x m · y m , where π · r s 2 represents the sensing area of one single sensor node and x m · y m represents the total area of the monitoring area. If WSN has a high coverage requirement, the value of ε 2 should be low; on the contrary, if WSN has a long lifetime requirement, the value of ε 2 should be high, 0 ε 2 < 1 . In this paper, we set ε 1 = 0.1 · π · r s 2 x m · y m , ε 2 = 0.1 .

4.2. The Strategies for Optimization Region

The regional optimization dynamic algorithm for node placement needs to obtain an appropriate optimization region and optimize the distribution of nodes in this region. Obviously, the optimization region is the key to the regional optimization dynamic algorithm. In this section, several strategies for optimization region are proposed.

4.2.1. Surrounding Strategy for Optimization Region

The surrounding strategy for optimization region is a strategy to construct a region around the dead node as the optimization region. This strategy takes the position of the dead node as the center, 2 r x as the side length to construct a square area as the optimization region.
The value of r x is very important in the surrounding strategy for optimization region. If r x is too small, the area of the optimization region is also very small and there may have few nodes in the region. When the nodes in the optimization region are too sparse, the performance of WSN cannot be improved after the regional optimization for node placement. If r x is too big, the area of the optimization region is also very big. As a result, the effect of the surrounding strategy for optimization region is not obvious, and the regional node placement optimization is not much different from the global node placement optimization.
The optimization region should contain a sufficient number of nodes to prevent other coverage holes after the regional node placement optimization. Therefore, the value of r x can be determined according to the node density around the dead node. The sensing range r s can be used as the step length to gradually expand the range of the optimization region adaptively.
The main process of the surrounding strategy for optimization region is shown in Algorithm 1.
Algorithm 1: Surrounding Strategy for Optimization Region
In:  
Sensing range r s , Length of the monitoring area x m , Width of the monitoring area y m , Location of all nodes ( x , y ) , Dead node k d e a d , Death nodes set k d , Total number of nodes n
Out:
Distances to regional boundary Region 1 , Set of nodes to be moved k r 1 , Number of nodes to be moved n r 1
Sensors 20 04216 i001
Some details in the pseudo-code in Algorithm 1 are explained below:
(1)
B o u n d a r y
B o u n d a r y can modify the boundary of the optimization region according to the position of the dead node, so that the optimization region will not exceed the monitoring area of WSN. The distances from the position of the dead node to the boundary of the optimization region can be calculated by Equation (13).
r l e f t = min ( r 1 , x d e a d ) r r i g h t = min ( r 2 , x m x d e a d ) r d o w n = min ( r 3 , y d e a d ) r u p = min ( r 4 , y m y d e a d )
where r 1 , r 2 , r 3 and r 4 respectively represent the distances between the position of the dead node and the left boundary, right boundary, lower boundary and upper boundary of the optimization region. In the surrounding strategy for optimization region, r 1 = r 2 = r 3 = r 4 = r x .
(2)
C a l a r e a
C a l a r e a is used to calculate the area of the optimization region a r e a 1 and the theoretical number of nodes n r 1 * in this region. The equations are shown in Equations (14) and (15).
a r e a 1 = ( r l e f t + r r i g h t ) · ( r d o w n + r u p )
n r 1 * = n * · a r e a 1 x m · y m
where n * is the excepted node number of the whole monitoring area for an appropriate node density.
(3)
N o d e a r e a
N o d e a r e a is used to collect the information of the survival nodes in the optimization region, including the number of nodes n r 1 and the set of nodes k r 1 .

4.2.2. Redundant Strategy for Optimization Region

The redundant strategy for optimization region is a strategy to find the redundant nodes in WSN and construct the optimization region according to the position of the dead node and a redundant node. The first step of this strategy is to find a redundant node closest to the dead node. Then the positions of the dead node and the selected redundant node will be taken as two corners, and a rectangular region will be constructed as the optimization region for node placement.
The key to the redundant strategy is to select an appropriate redundant node. A method to calculate the overlapped number for the position of a node was proposed in [20]. The overlapped number N u m ( k ) for the position ( x k , y k ) of the kth node can be calculated by Equation (16).
N u m ( k ) = k i k d p x k , y k ( k i )
where p i , j ( k ) represents whether the pixel ( i , j ) is covered by the kth node.
Obviously, the larger N u m ( k ) is, the denser the nodes around the kth node, and the more redundant the kth node is. When N u m ( k ) 3 , the kth node can be considered to be a redundant node [20].
When the closest redundant node is selected, the optimization region for node placement will be constructed based on the position of the dead node k d e a d and the selected redundant node k s . In order to prevent the dead node and the redundant node from being on the boundary, the length and width of the region should be appropriately increased. The distances between the position of the dead node and the boundaries of the optimization region can be calculated by Equation (17).
r 1 = x d e a d min ( x k s , x d e a d ) + 2 r s r 2 = max ( x k s , x d e a d ) x d e a d + 2 r s r 3 = y d e a d min ( y k s , y d e a d ) + 2 r s r 4 = max ( y k s , y d e a d ) y d e a d + 2 r s
where ( x k s , y k s ) is the coordinate of the selected redundant node k s .
In normal situations, the node density of any region can meet the requirements before a node dies. In this method, the constructed optimization region contains both the dead node and the selected redundant node. For a redundant node, even if it is removed, the node density in its region can still meet the requirements. That is to say, the redundant node can compensate for the loss of node density caused by the dead node. Therefore, after a node dies, the optimized region constructed by redundant strategy for optimization region can still meet the requirement of node density.
The main process of the redundant strategy for optimization region is shown in Algorithm 2.
Algorithm 2: Redundant Strategy for Optimization Region
In:  
Sensing range r s , Length of the monitoring area x m , Width of the monitoring area y m , Location of all nodes ( x , y ) , Dead node k d e a d , Death nodes set k d , Total number of nodes n
Out:
Distances to regional boundary Region 2 , Set of nodes to be moved k r 2 , Number of nodes to be moved n r 2
1    Node r F i n d R e d u n d a n t ( x , y , x m , y m ) ;
2    k s N e a r e s t ( Node r , x , y , k d e a d ) ;
3    ( r 1 , r 2 , r 3 , r 4 ) F i n d R e g i o n ( x , y , k d e a d , k s , r s ) ;
4    ( r l e f t , r r i g h t , r u p , r d o w n ) B o u n d a r y ( r 1 , r 2 , r 3 , r 4 , x m , y m , k d e a d ) ;
5    Region 2 [ r l e f t , r r i g h t , r u p , r d o w n ] ;
6    ( n r 2 , k r 2 ) N o d e a r e a ( Region 2 , x , y , k d e a d , k d ) ;
Some details in the pseudo-code in Algorithm 2 are explained below:
(1)
F i n d R e d u n d a n t
F i n d R e d u n d a n t can calculate the overlapped number N u m ( k ) for each node in WSN by Equation (16), then put the nodes with N u m ( k ) 3 into redundant nodes set Node r .
(2)
N e a r e s t
N e a r e s t is used to calculate the distances between each node in Node r and the dead node k d e a d , then find out the closest redundant node k s .
(3)
F i n d R e g i o n
F i n d R e g i o n can calculate the distances between the position of the dead node and the boundaries of the optimization region according to Equation (17).

4.2.3. Mixed Strategy for Optimization Region

The surrounding strategy for optimization region can search the region around the dead node and gradually expand the optimization region until the node density meets the requirements. The redundant strategy for optimization region can find the position of the closest redundant node to the dead node and construct the optimization region to ensure the node density meets the requirements. Each of the two strategies has advantages and disadvantages. Therefore, the two strategies can be combined into a new mixed strategy for optimization region.
The main purpose of the regional optimization dynamic algorithm for node placement is to reduce the dimension and searching range of the algorithm. A good strategy for optimization region should be able to construct an optimization region with a small area, few nodes, and high node density. Both strategies can construct an optimization region that meets the requirements of node density. Therefore, the strategy with fewer nodes should be chosen because it can reduce the complexity of the algorithm more.
The time spent on the strategy for optimization region is very short and can be neglected. It is feasible to run both strategies first. Compare the numbers of nodes in the two optimization regions, n r 1 and n r 2 . The optimization region with fewer nodes will be selected as the optimization region in the mixed strategy.

4.3. Process of MRDA

The regional optimization dynamic algorithm with the mixed strategy for optimization region is called Mixed Regional Dynamic Algorithm (MRDA). The flow chart of MRDA is shown in Figure 2.
MRDA will monitor whether a node dies during the operation of the WSN. If a node dies, MRDA will judge whether the re-optimization is needed. If the WSN in this round meets the re-optimized judgement conditions, MRDA can construct an optimization region using the mixed strategy for optimization region and optimize the regional node placement. If there are several nodes dead in the same round, MRDA will optimize them one by one. The previous optimization results will be regarded as the existing node placement. The judgement and regional optimization of the next death node will be based on it. The nodes will move to the final optimized positions after all the optimizations in this round are completed.
MRDA can be combined with any optimization algorithms. In this paper, the adaptive directed evolved NSGA2 (ADENSGA) [20] is chosen as the global node placement optimization algorithm. MRDA based on ADENSGA is called MR-ADENSGA.

5. Results and Discussion

5.1. Experimental Environment and Evaluation Indicators

The experimental environment is introduced in this section.
In this paper, the simulation of WSN and the test of algorithms are realized by MATLAB (Matlab R2017a). All the programs are run on a Windows 7 operating system (64 bit).
The proposed algorithm is implemented in a centralized architecture, and the base station is responsible for the execution of the algorithm and broadcasting the moving plan of all the sensor nodes.
Adaptive Directed Evolved Non-dominated Sorted Genetic Algorithm (ADENSGA) [20] is chosen as the basic node placement optimization algorithm in this paper. ADENSGA is an improved multi-objective optimization algorithm base on NSGA2 [22]. In ADENSGA, a directed evolved crossover operator is designed to determine the crossover probability of each node according to the node density around it. Also, the adaptive range limit is proposed to limit the movement range of a node after a generation of evolution. Since ADENSGA is proposed to optimize the node placement of WSNs, it is selected as the global node placement optimization algorithm in this paper. The related parameters of ADENSGA used in this paper is cited from [20].
The regional optimization dynamic algorithm with the surrounding strategy based on ADENSGA (SR-ADENSGA), the regional optimization dynamic algorithm with the redundant strategy based on ADENSGA (RR-ADENSGA), regional optimization dynamic algorithm with the mixed strategy based on ADENSGA (MR-ADENSGA), global node placement optimization algorithm ADENSGA with re-optimized judgement (J-ADENSGA), and the common global node placement optimization algorithm ADENSGA are tested in this section.
In this paper, Low Energy Adaptive Clustering Hierarchy (LEACH) is chosen as the routing protocol of WSNs. The energy consumption model and the related parameters of LEACH used in this paper is cited from [23].
The WSN for node placement optimization is composed of n sensor nodes distributed in the x m × y m monitoring area and a sink node outside the area. The node k d e a d suddenly dies in round r d e a d . r m a x 0.5 r f i r s t d e a d * , r m i n 0.25 r m a x , ε 1 = 0.1 · π · r s 2 x m · y m , ε 2 = 0.1 in this paper, where r f i r s t d e a d * is the round the first node dies when WSN is running normally.
Other parameters used in the experiment are shown in Table 1.
In this paper, the results of the non-dominated solutions are analyzed and compared. In ADENSGA, the population is sorted according to the level of non-domination. Domination means that all the objectives of one solution are superior to the other. A solution can be regarded as a non-dominated solution if it is not dominated by any other solutions. It is also one of the first dominance level solutions [22].
Besides the optimization objectives of the regional optimization for node placement, C o v e r a g e and R e s t E n e r g y , three additional evaluation indicators are used in this paper. The comprehensive score S c o r e [20], the total moving distance of nodes D [20], and the increasing coverage–distance rate R D [24] can be calculated by Equations (18)–(20).
S c o r e = f 1 · f 2
D = k = 1 n d i s ( k )
R D = Δ A r e a D
where f 1 , f 2 are the optimization objectives of the problem shown in Equations (5) and (9), d i s ( k ) is the moving distance of the kth node, n is the number of sensor nodes in the monitoring area, Δ A r e a is the increasing cover area of WSN.
The larger S c o r e is, the better the optimization results of the algorithm are. The smaller D is, the less energy the node movement consumes, and the better the optimization result of the algorithm will be. The larger R D is, the greater the coverage growth caused by the movement of per unit distance, the more effective the node moving in the algorithm.

5.2. Experiments on Different Random Node Death

In this section, experiments are carried out on WSN with different random node death.
Set x m = y m = 100 , n = 50 , r m a x = 400 , r m i n = 100 . The k d e a d th node dies in round r d e a d , with the death nodes set k d . Randomly set 5 different initial node placement, and randomly set 2 groups values of k d e a d , r d e a d and k d for each of them. Each group of k d e a d , r d e a d and k d represents a different situation. In each situation, the evaluation indicators without any optimization algorithms and with optimization algorithms are shown in Table 2. The results of MR-ADENSGA will be compared with ADENSGA, SR-ADENSGA and RR-ADENSGA. The average results and its standard deviations of all the non-dominated solutions in 5 runs are shown in Table 2, where the optimal results are highlighted in bold.
Table 2 shows that within 100 generations, SR-ADENSGA, RR-ADENSGA and MR-ADENSGA are all able to achieve better results than ADENSGA on C o v e r a g e , R e s t E n e r g y and S c o r e . In addition, compared with ADENSGA, SR-ADENSGA, RR-ADENSGA and MR-ADENSGA can effectively reduce the dimension of the algorithms and the total moving distance of nodes D, and their increasing coverage–distance rate R D is also larger. This is due to the high dimension of ADENSGA and the randomness of predicting the value of R e s t E n e r g y . Therefore, ADENSGA cannot converge to the global optimal solution within limited generations.
When the node placement needs no optimization, the running time of SR-ADENSGA, RR-ADENSGA and MR-ADENSGA is very short and can be ignored. When the node placement needs to be re-optimized, the running time of ADENSGA, SR-ADENSGA, RR-ADENSGA and MR-ADENSGA is similar for the same generations. This is because that the running time of the algorithms mainly influenced by the predicting round r of WSN in f 2 . Therefore, the algorithm with shorter convergence generation takes less time.
ADENSGA has no re-optimized judgement conditions. When the dead node is in a redundant position (Situation 4 and Situation 10), in order to improve the coverage of very few, ADENSGA must move a large distance, resulting in large energy consumption. When the remaining energy of the nodes in round r d e a d is very low (Situation 6), the remaining energy of the other nodes is very low, which is easy to cause new coverage holes.
Among the three regional optimization dynamic algorithms, SR-ADENSGA and RR-ADENSGA have unstable performance under different situations, while MR-ADENSGA can generally obtain the best results.
To further analyze the results in Table 2, several typical situations are selected. The optimization regions of each algorithm and the curves of the evaluation indicators changing with generations are presented below.
The optimization region and the position of the nodes to be moved of different algorithms in Situation 1 are shown in Figure 3. The dotted box represents the optimization region, and ’×’ represents the node to be moved. Figure 3a shows the optimization region of SR-ADENSGA, Figure 3b shows the optimization region of RR-ADENSGA and MR-ADENSGA. The optimization region of ADENSGA is the entire monitoring area, and all the remaining nodes will be moved.
Figure 3 shows that in Situation 1, the node density around the position of the dead node is low. In this case, the RR-ADENSGA has a smaller optimization region and fewer nodes than SR-ADENSGA. The strategy for optimization region of MR-ADENSGA is the same as RR-ADENSGA. In addition, RR-ADENSGA and MR-ADENSGA have a higher node density in the optimization region. Therefore, the performance of RR-ADENSGA and MR-ADENSGA is better than SR-ADENSGA.
Figure 4 shows one of the optimization solutions to different algorithms in Situation 1. Among them, Figure 4a shows the solution to ADENSGA, Figure 4b shows the solution to SR-ADENSGA, Figure 4c shows the solution to RR-ADENSGA and MR-ADENSGA. The initial positions, optimized positions and the motion paths of nodes are shown in Figure 4.
Figure 5 shows the results of ADENSGA, SR-ADENSGA, RR-ADENSGA and MR-ADENSGA in each generation in Situation 1. Among them, Figure 5a shows the average C o v e r a g e —generation curves, Figure 5b shows the average R e s t E n e r g y —generation curves, Figure 5c shows the average S c o r e —generation curves. The curves respectively represent the average of the mean value of the first dominance level’s C o v e r a g e , R e s t E n e r g y and S c o r e changing with generation in 5 runs.
Figure 5 shows that the optimization performance and convergence generation of RR-ADENSGA and MR-ADENSGA are all far better than ADENSGA and SR-ADENSGA. This is because the optimization region of SR-ADENSGA is very large, resulting in poor effect of the regional optimization algorithm. RR-ADENSGA and MR-ADENSGA converge around the 60th generation, while ADENSGA and SR-ADENSGA cannot converge within 100 generations.
The optimization region and the position of the nodes to be moved of different algorithms in Situation 2 are shown in Figure 6. Figure 6a shows the optimization region of SR-ADENSGA, Figure 6b shows the optimization region of RR-ADENSGA and MR-ADENSGA.
Figure 6 shows that in Situation 3, the node density around the position of the dead node is uneven. In this case, the RR-ADENSGA has a smaller optimization region and fewer nodes than SR-ADENSGA. The strategy for optimization region of MR-ADENSGA is the same as RR-ADENSGA. There is little difference in node density between the two optimization regions. Therefore, the performance of RR-ADENSGA and MR-ADENSGA is slightly better than SR-ADENSGA.
Figure 7 shows the results of ADENSGA, SR-ADENSGA, RR-ADENSGA and MR-ADENSGA in each generation in Situation 2. It shows that the optimization performance and convergence generation of SR-ADENSGA, RR-ADENSGA and MR-ADENSGA are all better than ADENSGA. However, due to the uneven node placement around the dead node, RR-ADENSGA and MR-ADENSGA can search much faster than SR-ADENSGA and ADENSGA. RR-ADENSGA and MR-ADENSGA converge around the 60th generation, while SR-ADENSGA and ADENSGA cannot converge within 100 generations.
The optimization region and the position of the nodes to be moved of different algorithms in Situation 9 are shown in Figure 8. Figure 8a shows the optimization region of SR-ADENSGA and MR-ADENSGA, Figure 8b shows the optimization region of RR-ADENSGA.
Figure 8 shows that in Situation 9, the node density around the position of the dead node is moderate. In this case, the SR-ADENSGA has a smaller optimization region and fewer nodes than RR-ADENSGA. The strategy for optimization region of MR-ADENSGA is the same as SR-ADENSGA. Although RR-ADENSGA has a bigger optimization region and more nodes, it has a higher node density in the optimization region. Therefore, the performance of RR-ADENSGA is similar to SR-ADENSGA and MR-ADENSGA.
Figure 9 shows the results of ADENSGA, SR-ADENSGA, RR-ADENSGA and MR-ADENSGA in each generation in Situation 9. It shows that the optimization performance and convergence generation of SR-ADENSGA, RR-ADENSGA and MR-ADENSGA are all far better than ADENSGA. SR-ADENSGA and MR-ADENSGA converge around the 50th generation, RR-ADENSGA converges around the 70th generation, while ADENSGA cannot converge within 100 generations.
The average lifetimes of the WSNs optimized by ADENSGA, SR-ADENSGA, RR-ADENSGA and MR-ADENSGA are also compared in this section. The situations are the same as those in Table 2. The round of next node dead, the round of half node dead and the round of all node dead are collected to represent the lifetime of WSNs. The average results of all the non-dominated solutions in 5 runs in these 10 situations are shown in Table 3, where the optimal results are highlighted in bold.
Table 3 shows that WSNs optimized by SR-ADENSGA, RR-ADENSGA and MR-ADENSGA within 100 generations have longer lifetimes than those optimized by ADENSGA. In addition, WSNs optimized by MR-ADENSGA have the longest lifetimes. This is consistent with the results of R e s t E n e r g y . Therefore, the proposed algorithm can effectively prolong the lifetime of WSNs.
In conclusion, the regional optimization dynamic algorithm can optimize the node placement of WSN faster and better within limited generations. It can reduce the dimension of the problem and narrow the search space so that the proposed algorithm can converge faster. Both SR-ADENSGA and RR-ADENSGA can construct an appropriate node placement optimization region. They perform unstably in different situations. MR-ADENSGA combines the advantages of both algorithms and can construct a better optimization region. Therefore, the optimization effect, convergence speed and adaptability of MR-ADENSGA is the best.

5.3. Experiments on Different Scales of WSNs

In this section, experiments are carried out on WSNs with different scales.
Due to differences of coverage and remaining energy between different WSNs, coverage and rest energy cannot be chosen as the evaluation indicators directly. In this experiment, the increasing coverage and increasing rest energy are chosen as the evaluation indicators. The increasing coverage means the increasing value of coverage after optimization. The increasing rest energy means the increasing value of rest energy after optimization.
Set x m 1 = y m 1 = 100 when n 1 = 50 , x m 2 = y m 2 = 140 when n 2 = 100 , x m 3 = y m 3 = 170 when n 3 = 150 , x m 4 = y m 4 = 200 when n 1 = 200 . Set r m a x 0.5 r f i r s t d e a d * , r m i n 0.25 r m a x .
When n [ n 1 , n 2 , n 3 , n 4 ] , the WSNs with n sensor nodes will have a node death after a certain round. The results of MR-ADENSGA will be compared with ADENSGA, J-ADENSGA, SR-ADENSGA and RR-ADENSGA. For WSNs of each scale, the optimization experiment will be carried out in 5 different situations (including 1 situation of no re-optimization). The increasing values of C o v e r a g e , the increasing values of R e s t E n e r g y , the dimensions of the algorithms and the total moving distance D will be compared. The average results of all the non-dominated solutions are shown in Figure 10.
Figure 10a,b show that for WSNs with different scales, MR-ADENSGA can achieve the best optimization performance within limited generations. Compared with ADENSGA and J-ADENSGA, SR-ADENSGA and RR-ADENSGA have better and more stable optimization performance. Therefore, the strategies for optimization region is effective. Compared with ADENSGA, J-ADENSGA has a better optimization performance. That is to say, the re-optimized judgement conditions for node placement are effective. The proposed regional optimization dynamic algorithm for node placement can quickly compensate for the defects caused by the dead node by adjusting the distribution of part of the nodes.
Figure 10c shows that the dimensions of solutions of SR-ADENSGA, RR-ADENSGA and MR-ADENSGA are much smaller than ADENSGA and J-ADENSGA, while the dimensions of J-ADENSGA is slightly smaller than ADENSGA. The more nodes in WSN, the greater the dimension difference. This proves that the proposed algorithm can effectively reduce the dimension, thus reducing the complexity of the algorithm and shortening the optimization time.
Figure 10d shows that the moving distances of SR-ADENSGA, RR-ADENSGA and MR-ADENSGA are much smaller than ADENSGA and J-ADENSGA, while the moving distance of J-ADENSGA is slightly smaller than ADENSGA. The more nodes in WSN, the greater the moving distance difference. This proves that the proposed algorithm can effectively reduce the energy consumption caused by node movement, thus prolonging the lifetime of WSN.
In addition, Figure 10 shows that MR-ADENSGA combines the advantages of SR-ADENSGA and RR-ADENSGA, and performs best in all evaluation indicators.
In conclusion, for the node placement problem of large-scale WSNs, the proposed regional optimization dynamic algorithm has obvious advantages. The re-optimized judgement conditions for node placement can help avoid some unnecessary optimizations, and the strategies for optimization region can help reduce the dimension and obtain better optimization results within limited generations. Among the three strategies proposed in Section 4.2, the mixed strategy for optimization region has the best optimization performance and adaptability.

5.4. Experiments on Different Node Densities of WSNs

Node density has a great impact on the node placement and node redundancy of WSNs. In this section, experiments are carried out on WSNs with different node densities.
Node density is the number of nodes per unit area, as shown in Equation (21).
n o d e d e n s i t y = n x m · y m
Set x m = y m = 100 , n o d e d e n s i t y [ 0.004 , 0.005 , 0.006 , 0.007 ] . Therefore, n 5 = 40 , n 6 = 50 , n 7 = 60 , n 8 = 70 . Set r m a x 0.5 r f i r s t d e a d * , r m i n 0.25 r m a x .
When n [ n 5 , n 6 , n 7 , n 8 ] , the WSNs with n sensor nodes will have a node death after a certain round. The results of MR-ADENSGA will be compared with ADENSGA, J-ADENSGA, SR-ADENSGA and RR-ADENSGA. For WSNs of each node density, the optimization experiment will be carried out in 5 different situations (including 1 situation of no re-optimization). The increasing values of C o v e r a g e , the increasing values of R e s t E n e r g y , the dimensions of the algorithms and the total moving distance D will be compared. The average results of all the non-dominated solutions are shown in Figure 11.
Figure 11a,b show that for WSNs with different node densities, MR-ADENSGA can achieve the best optimization performance within limited generations. Compared with ADENSGA, J-ADENSGA and SR-ADENSGA, RR-ADENSGA has a better and more stable optimization performance. When the node density is high, SR-ADENSGA performs better than ADENSGA and J-ADENSGA. When the node density is low, SR-ADENSGA performs similarly to ADENSGA and J-ADENSGA. Due to the low node density, SR-ADENSGA will degenerate to J-ADENSGA in most situations. Therefore, the proposed mixed strategy for optimization region is effective for any node densities. Compared with ADENSGA, J-ADENSGA has a better optimization performance. That is to say, the re-optimized judgement conditions for node placement are effective.
Figure 11c shows that the dimensions of solutions of SR-ADENSGA, RR-ADENSGA and MR-ADENSGA are much smaller than ADENSGA and J-ADENSGA, while the dimensions of J-ADENSGA is slightly smaller than ADENSGA. The higher the node density is, the greater the dimension difference. This proves that the proposed algorithm can effectively reduce the dimension, thus achieving better results within limited generations.
Figure 11d shows that the moving distances of SR-ADENSGA, RR-ADENSGA and MR-ADENSGA are much smaller than ADENSGA and J-ADENSGA, while the moving distance of J-ADENSGA is slightly smaller than ADENSGA. The higher the node density is, the greater the moving distance difference. This proves that the proposed algorithm can effectively reduce the energy consumption caused by node movement, thus prolonging the lifetime of WSN.
In addition, Figure 11 shows that MR-ADENSGA combines the advantages of SR-ADENSGA and RR-ADENSGA, and performs best in all evaluation indicators.
In conclusion, for the node placement problem of high node density, the proposed regional optimization dynamic algorithm has obvious advantages. The surrounding strategy for optimization region performs poorly in WSNs with low node density. Among the three strategies proposed in Section 4.2, the mixed strategy for optimization region has the best optimization performance and adaptability.

6. Conclusions

To solve the coverage hole and energy hole caused by node fault or node death during the WSN operation, a regional optimization dynamic algorithm is proposed in this paper.
In this paper, a model for regional optimization of node placement and a regional optimization dynamic algorithm for node placement are proposed. The proposed model takes into account the factors of coverage, unbalanced node residual energy, and energy consumption caused by node movement. The proposed algorithm can judge whether the node placement needs to be re-optimized when a node suddenly dies, and then obtain an appropriate optimization region with nodes to be optimized. Surrounding strategy and redundant strategy for optimization region are proposed, then a mixed strategy for optimization region is proposed. The regional optimization dynamic algorithm with the mixed strategy for optimization region (MRDA) can be combined with any optimization algorithms. Therefore, MRDA has good universality.
In this paper, coverage and energy consumption (including energy consumption of network operation and nodes movement) are the two objectives of the node placement optimization problem. The ADENSGA-based MRDA (MR-ADENSGA) is compared with other algorithms. Experiments show that the proposed algorithm can greatly reduce the dimension and the moving distance, with a significant improvement in the search performance and convergence speed in WSNs with any node density that meets the requirements. The proposed algorithm performs better in large-scale WSNs.

Author Contributions

Conceptualization, Y.Z. and M.L.; methodology, Y.Z.; software, Y.Z.; validation, Y.Z.; formal analysis, Y.Z.; investigation, Y.Z.; writing—original draft preparation, Y.Z.; writing—review and editing, Y.Z. and M.L.; project administration, M.L.; funding acquisition, M.L. All authors have read and agreed to the published version of the manuscript.

Funding

The author(s) disclosed receipt of the following financial support for the research, authorship, and/or publication of this article: This work was supported by Fundamental Research Funds for the Central Universities, 222201917006.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
WSNWireless sensor network
LEACHLow Energy Adaptive Clustering Hierarchy
NSGA2Fast Non-dominated Sorted Genetic Algorithm

References

  1. Pottie, G.; Kaiser, W. Wireless sensor networks. Commun. ACM 2000, 43, 51–58. [Google Scholar] [CrossRef]
  2. Carlos, C.; Sandra, S.; Jaime, L.; Raquel, L. Smart System for Bicarbonate Control in Irrigation for Hydroponic Precision Farming. Sensors 2018, 18, 1333. [Google Scholar] [CrossRef] [Green Version]
  3. Onasanya, A.; Lakkis, S.; Elshakankiri, M. Implementing IoT/WSN based smart Saskatchewan Healthcare System. Wirel. Netw. 2019, 25, 3999–4020. [Google Scholar] [CrossRef]
  4. Mirza, G.F.; Ahmed, A.; Bohra, N.; Khan, S.; Memon, A.R.; Talpur, A. Performance Analysis of Location Based Smart Catastrophe Monitoring System Using WSN. Wirel. Pers. Commun. 2018, 101, 405–424. [Google Scholar] [CrossRef]
  5. Abdollahzadeh, S.; Navimipour, N.J. Deployment strategies in the wireless sensor network: A comprehensive review. Comput. Commun. 2016, 91–92, 1–16. [Google Scholar] [CrossRef]
  6. Pialy, B.; Raghavaraju, C.; Shashank, G.; Singh, R.A. Fault Detection using hybrid of KF-ELM for Wireless Sensor Networks. In Proceedings of the 2019 3rd International Conference on Trends in Electronics and Informatics, Tamil Nadu, India, 25 April 2019; pp. 746–750. [Google Scholar] [CrossRef]
  7. Mini, S.; Udgata, S.K.; Sabat, S.L. Sensor deployment and scheduling for target coverage problem in wireless sensor networks. IEEE Sensors J. 2014, 14, 636–644. [Google Scholar] [CrossRef]
  8. Gwon, Y.; Jain, R.; Kawahara, T. Robust indoor location estimation of stationary and mobile users. IEEE INFOCOM 2004, 2, 1032–1043. [Google Scholar] [CrossRef]
  9. Wang, G.; Yang, K. A New Approach to Sensor Node Localization Using RSS Measurements in Wireless Sensor Networks. IEEE Trans. Wirel. Commun. 2011, 10, 1389–1395. [Google Scholar] [CrossRef]
  10. Miguel, G.; Carlos, M.; Jesús, T.; Jaime, L. Wireless Sensors Self-Location in an Indoor WLAN Environment. Sens. Technol. Appl. 2007, 146–151. [Google Scholar] [CrossRef] [Green Version]
  11. Sandra, S.; Jaime, L.; Carlos, T.; Aguiar, J.M. IEEE 802.11a/b/g/n short-scale indoor wireless sensor placement. Int. J. Ad Hoc Ubiquitous Comput. 2014, 15, 68–82. [Google Scholar] [CrossRef]
  12. Xu, Y.; Zeng, Z.; Ding, O. An energy efficient hole repair node scheduling algorithm for WSN. Wirel. Netw. 2017, 12, 103–116. [Google Scholar] [CrossRef]
  13. Chu, H.; Wu, C.; Yu, X. The Network Holes Repair Scheme for Wireless Sensor Network. Sens. Lett. 2016, 14, 295–299. [Google Scholar] [CrossRef]
  14. Yaoming, Z.; Chengdong, W.; Hao, W.; Hao, C.; Yuan, G.; Li, L. The Repair Strategy for Event Coverage Holes Based on Mobile Robots in Wireless Sensor and Robot Networks. Sensors 2019, 19, 5045. [Google Scholar] [CrossRef] [Green Version]
  15. Srishti Sharma, E.; Saloni, E. Node deployment technique using hybrid DE-PSO algorithm in WSN. Int. J. Comput. Appl. 2017, 7, 7. [Google Scholar]
  16. Wang, Z.; Xie, H.; He, D.; Chan, S. Wireless Sensor Network Deployment Optimization Based on Two Flower Pollination Algorithms. IEEE Access 2019, 7, 180590–180608. [Google Scholar] [CrossRef]
  17. Hao, Z.; Xu, H.; Dang, X.; Duan, Y. A Dynamic Detection and Repair Algorithm for WSN Three-Dimensional Covering Cavity. Comput. Eng. 2019. [Google Scholar] [CrossRef]
  18. Khamlichi, Y.E.; Mesmoudi, Y.; Tahiri, A.; Abtoy, A. A Recovery Algorithm to Detect and Repair Coverage Holes in Wireless Sensor Network System. J. Commun. 2018, 13, 67–74. [Google Scholar] [CrossRef] [Green Version]
  19. Reda, S.M.; Abdelhamid, M.; Khalid, A. Localized Movement-Assisted Sensor Deployment Algorithm for Hole Detection and Healing. IEEE Trans. Parallel Distrib. Syst. 2014, 25, 1267–1277. [Google Scholar] [CrossRef]
  20. Zhang, Y.; Liu, M. Adaptive Directed Evolved NSGA2 Based Node Placement Optimization for Wireless Sensor Networks. Wirel. Networks 2020, 1–14. [Google Scholar] [CrossRef]
  21. Onur, E.; Ersoy, C.; Delic, H. How many sensors for an acceptable breach detection probability? Comput. Commun. 2006, 29, 173–182. [Google Scholar] [CrossRef]
  22. Deb, K.; Pratap, A.; Agarwal, S.; Meyarivan, T. A fast and elitist multiobjective genetic algorithm: NSGA-II. IEEE Trans. Evol. Comput. 2002, 6, 182–197. [Google Scholar] [CrossRef] [Green Version]
  23. Heinzelman, W.; Chandrakasan, A.; Balakrishnan, H. Energy-Efficient Protocol for Wireless Microsensor Networks. In Proceedings of the Hawaii International Conference on System Sciences, Maui, HI, USA, 22 September 2000; pp. 3005–3014. [Google Scholar] [CrossRef] [Green Version]
  24. Qingguo, Z.; Fok, M.P. A Two-Phase Coverage-Enhancing Algorithm for Hybrid Wireless Sensor Networks. Sensors 2017, 17, 117. [Google Scholar] [CrossRef] [Green Version]
Figure 1. Figures with dead node at different positions.
Figure 1. Figures with dead node at different positions.
Sensors 20 04216 g001
Figure 2. The flow chart of MRDA.
Figure 2. The flow chart of MRDA.
Sensors 20 04216 g002
Figure 3. Optimization Region and Position of Nodes to be Moved in Situation 1.
Figure 3. Optimization Region and Position of Nodes to be Moved in Situation 1.
Sensors 20 04216 g003
Figure 4. One of the Optimization Solutions to Different Algorithms in Situation 1.
Figure 4. One of the Optimization Solutions to Different Algorithms in Situation 1.
Sensors 20 04216 g004
Figure 5. Comparison of Optimization Results of Different Algorithms Changing With Generation in Situation 1.
Figure 5. Comparison of Optimization Results of Different Algorithms Changing With Generation in Situation 1.
Sensors 20 04216 g005
Figure 6. Optimization Region and Position of Nodes to be Moved in Situation 2.
Figure 6. Optimization Region and Position of Nodes to be Moved in Situation 2.
Sensors 20 04216 g006
Figure 7. Comparison of Optimization Results of Different Algorithms Changing With Generation in Situation 2.
Figure 7. Comparison of Optimization Results of Different Algorithms Changing With Generation in Situation 2.
Sensors 20 04216 g007
Figure 8. Optimization Region and Position of Nodes to be Moved in Situation 9.
Figure 8. Optimization Region and Position of Nodes to be Moved in Situation 9.
Sensors 20 04216 g008
Figure 9. Comparison of Optimization Results of Different Algorithms Changing With Generation in Situation 9.
Figure 9. Comparison of Optimization Results of Different Algorithms Changing With Generation in Situation 9.
Sensors 20 04216 g009
Figure 10. Comparison of Optimization Results for WSNs with Different Scales.
Figure 10. Comparison of Optimization Results for WSNs with Different Scales.
Sensors 20 04216 g010
Figure 11. Comparison of Optimization Results for WSNs with Different Node Densities.
Figure 11. Comparison of Optimization Results for WSNs with Different Node Densities.
Sensors 20 04216 g011
Table 1. Parameter Settings.
Table 1. Parameter Settings.
Coordinates of the sink node, ( x s i n k , y s i n k ) / m ( 0.5 x m , 1.75 y m )
Node movement range coefficient, a l i m i t 0.15
Sensing range of the node, r s / m 12
Initial energy of nodes, E o / J 0.5
Energy consumption coefficient of node movement, E d / ( J / m ) 5 × 10−3
Excepted node number for an appropriate node density, n * 50
Size of the population, P s i z e 20
Maximum generation of the algorithm, k m a x 100
Table 2. Optimization Results for Different k d e a d and r d e a d .
Table 2. Optimization Results for Different k d e a d and r d e a d .
SituationsAlgorithmsDimension
of Solutions
Average
Coverage
Average
RestEnergy
/ J
Average
Score
Average
D / m
Average
RD / m
Average
Running
Time / s
Situation 1
Node Placement 1
k d e a d = 8
r d e a d = 250
k d = [ 8 ]
No optimization-0.99070.27180.2693---
ADENSGA980.9935 ± 0.00200.2631 ± 0.00710.2614 ± 0.0066164.5 ± 2.50.1702123.3
SR-ADENSGA700.9963 ± 0.00370.2734 ± 0.00140.2724 ± 0.0012127.2 ± 5.00.4403124.5
RR-ADENSGA400.9991 ± 0.00020.2786 ± 0.00080.2783 ± 0.000782.0 ± 3.81.0244121.9
MR-ADENSGA400.9991 ± 0.00020.2786 ± 0.00080.2783 ± 0.000782.0 ± 3.81.0244121.9
Situation 2
Node Placement 1
k d e a d = 36
r d e a d = 380
k d = [ 8 , 36 ]
No optimization-0.99380.18500.1839---
ADENSGA960.9975 ± 0.00060.1868 ± 0.00420.1863 ± 0.0041146.8 ± 3.20.2520193.7
SR-ADENSGA520.9980 ± 0.00030.1884 ± 0.00080.1880 ± 0.000796.3 ± 3.10.4361194.5
RR-ADENSGA280.9989 ± 0.00020.1889 ± 0.00040.1887 ± 0.000448.9 ± 1.71.0440192.0
MR-ADENSGA280.9989 ± 0.00020.1889 ± 0.00040.1887 ± 0.000448.9 ± 1.71.0440192.0
Situation 3
Node Placement 2
k d e a d = 5
r d e a d = 180
k d = [ 5 ]
No optimization-0.98060.29730.2915---
ADENSGA980.9880 ± 0.00940.3026 ± 0.01090.2989 ± 0.0098165.4 ± 12.70.4474157.3
SR-ADENSGA220.9924 ± 0.00000.3123 ± 0.00010.3099 ± 0.000145.9 ± 0.62.5708154.4
RR-ADENSGA400.9917 ± 0.00050.3122 ± 0.00050.3096 ± 0.000383.0 ± 5.41.3373156.3
MR-ADENSGA220.9924 ± 0.00000.3123 ± 0.00010.3099 ± 0.000145.9 ± 0.62.5708154.4
Situation 4
Node Placement 2
k d e a d = 28
r d e a d = 90
k d = [ 28 ]
No optimization-0.99180.34410.3413---
ADENSGA980.9935 ± 0.00350.3366 ± 0.00700.3344 ± 0.0059176.9 ± 9.90.0961178.3
SR-ADENSGA00.99180.34410.3413000.0059
RR-ADENSGA00.99180.34410.3413000.0090
MR-ADENSGA00.99180.34410.3413000.0150
Situation 5
Node Placement 3
k d e a d = 41
r d e a d = 330
k d = [ 41 ]
No optimization-0.97720.21860.2136---
ADENSGA980.9910 ± 0.00050.2031 ± 0.00920.2017 ± 0.0091173.0 ± 6.10.7977129.9
SR-ADENSGA940.9881 ± 0.00270.2149 ± 0.00360.2125 ± 0.0031181.5 ± 9.40.6006133.5
RR-ADENSGA240.9915 ± 0.00180.2220 ± 0.00070.2198 ± 0.000547.9 ± 1.92.9854132.4
MR-ADENSGA240.9915 ± 0.00180.2220 ± 0.00070.2198 ± 0.000547.9 ± 1.92.9854132.4
Situation 6
Node Placement 3
k d e a d = 24
r d e a d = 600
k d = [ 41 , 24 ]
No optimization-0.98350.04150.0408---
ADENSGA960.9924 ± 0.00340.0316 ± 0.00520.0313 ± 0.0041157.2 ± 8.70.5661197.3
SR-ADENSGA00.98350.04150.0408000.0129
RR-ADENSGA00.98350.04150.0408000.0079
MR-ADENSGA00.98350.04150.0408000.0209
Situation 7
Node Placement 4
k d e a d = 19
r d e a d = 220
k d = [ 19 ]
No optimization-0.99070.27540.2728---
ADENSGA980.9932 ± 0.00560.2693 ± 0.00800.2675 ± 0.0067175.6 ± 7.10.1425144.7
SR-ADENSGA160.9993 ± 0.00010.2802 ± 0.00020.2800 ± 0.000234.0 ± 2.02.5294142.2
RR-ADENSGA200.9992 ± 0.00030.2802 ± 0.00020.2800 ± 0.000247.6 ± 4.41.7857142.2
MR-ADENSGA160.9993 ± 0.00010.2802 ± 0.00020.2800 ± 0.000234.0 ± 2.02.5294142.2
Situation 8
Node Placement 4
k d e a d = 32
r d e a d = 290
k d = [ 19 , 32 ]
No optimization-0.98590.22380.2206---
ADENSGA960.9910 ± 0.00450.2291 ± 0.00460.2270 ± 0.0037162.8 ± 6.70.3132200.7
SR-ADENSGA780.9898 ± 0.00530.2249 ± 0.00890.2226 ± 0.0079147.3 ± 6.60.2648199.9
RR-ADENSGA200.9978 ± 0.00060.2342 ± 0.00020.2337 ± 0.000038.0 ± 2.63.1316198.3
MR-ADENSGA200.9978 ± 0.00060.2342 ± 0.00020.2337 ± 0.000038.0 ± 2.63.1316198.3
Situation 9
Node Placement 5
k d e a d = 22
r d e a d = 350
k d = [ 22 ]
No optimization-0.99050.20830.2063---
ADENSGA980.9955 ± 0.00530.1992 ± 0.00680.1983 ± 0.0063172.1 ± 10.50.2901129.8
SR-ADENSGA160.9985 ± 0.00050.2113 ± 0.00030.2109 ± 0.000424.9 ± 0.23.2129133.3
RR-ADENSGA280.9981 ± 0.00420.2109 ± 0.00030.2105 ± 0.000857.6 ± 1.71.3194132.0
MR-ADENSGA160.9985 ± 0.00050.2113 ± 0.00030.2109 ± 0.000424.9 ± 0.23.2129133.3
Situation 10
Node Placement 5
k d e a d = 49
r d e a d = 120
k d = [ 49 ]
No optimization-0.99710.33530.3343---
ADENSGA980.9989 ± 0.00070.3338 ± 0.00220.3334 ± 0.0021162.9 ± 3.90.1105167.1
SR-ADENSGA00.99710.33530.3343000.0044
RR-ADENSGA00.99710.33530.3343000.0070
MR-ADENSGA00.99710.33530.3343000.0115
Table 3. Average Lifetimes for Different Algorithms.
Table 3. Average Lifetimes for Different Algorithms.
ADENSGASR-ADENSGARR-ADENSGAMR-ADENSGA
Average Round of Next Node Dead671.2681.3683.9684.3
Average Round of Half Node Dead852.0861.3864.4868.5
Average Round of All Node Dead1334.61383.51367.11383.6

Share and Cite

MDPI and ACS Style

Zhang, Y.; Liu, M. Regional Optimization Dynamic Algorithm for Node Placement in Wireless Sensor Networks. Sensors 2020, 20, 4216. https://doi.org/10.3390/s20154216

AMA Style

Zhang Y, Liu M. Regional Optimization Dynamic Algorithm for Node Placement in Wireless Sensor Networks. Sensors. 2020; 20(15):4216. https://doi.org/10.3390/s20154216

Chicago/Turabian Style

Zhang, Yijie, and Mandan Liu. 2020. "Regional Optimization Dynamic Algorithm for Node Placement in Wireless Sensor Networks" Sensors 20, no. 15: 4216. https://doi.org/10.3390/s20154216

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