Next Article in Journal
Adaptive Backstepping Control with Online Parameter Estimator for a Plug-and-Play Parallel Converter System in a Power Switcher
Next Article in Special Issue
Short-Term Electric Load and Price Forecasting Using Enhanced Extreme Learning Machine Optimization in Smart Grids
Previous Article in Journal
Two-Stage Stochastic Optimization for the Strategic Bidding of a Generation Company Considering Wind Power Uncertainty
Previous Article in Special Issue
Non-Intrusive Load Monitoring Based on Novel Transient Signal in Household Appliances with Low Sampling Rate
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Solving the Energy Efficient Coverage Problem in Wireless Sensor Networks: A Distributed Genetic Algorithm Approach with Hierarchical Fitness Evaluation

1
School of Data and Computer Science, Sun Yat-sen University, Guangzhou 510006, China
2
Guangdong Provincial Key Laboratory of Computational Intelligence and Cyberspace Information, School of Computer Science and Engineering, South China University of Technology, Guangzhou 510006, China
*
Author to whom correspondence should be addressed.
Energies 2018, 11(12), 3526; https://doi.org/10.3390/en11123526
Submission received: 30 October 2018 / Revised: 11 December 2018 / Accepted: 13 December 2018 / Published: 18 December 2018

Abstract

:
This paper proposed a distributed genetic algorithm (DGA) to solve the energy efficient coverage (EEC) problem in the wireless sensor networks (WSN). Due to the fact that the EEC problem is Non-deterministic Polynomial-Complete (NPC) and time-consuming, it is wise to use a nature-inspired meta-heuristic DGA approach to tackle this problem. The novelties and advantages in designing our approach and in modeling the EEC problems are as the following two aspects. Firstly, in the algorithm design, we realized DGA in the multi-processor distributed environment, where a set of processors run distributed to evaluate the fitness values in parallel to reduce the computational cost. Secondly, when we evaluate a chromosome, different from the traditional model of EEC problem in WSN that only calculates the number of disjoint sets, we proposed a hierarchical fitness evaluation and constructed a two-level fitness function to count the number of disjoint sets and the coverage performance of all the disjoint sets. Therefore, not only do we have the innovations in algorithm, but also have the contributions on the model of EEC problem in WSN. The experimental results show that our proposed DGA performs better than other state-of-the-art approaches in maximizing the number of disjoin sets.

Graphical Abstract

1. Introduction

Wireless sensor networks (WSN) have become a hot research topic and have been widely used in numerous real-world applications, such as traffic monitoring [1], mobile computing [2], environmental observation [3], and many others [4,5,6]. In these sophisticated environments, in order to make full coverage and get more accurate results, many nodes should be randomly deployed in the area, causing a waste of resources. Since the sensor nodes are equipped with limited battery resources and the replacement of the battery is not feasible in many applications, low power consumption has become a critical factor to be considered when designing the WSN. Therefore, research into energy saving to prolong the network lifetime has become one of the most significant issues in WSN. Moreover, the energy saving in WSN is a significant research topic in smart and sustainable energy systems and applications [7,8,9].
Due to the significance of the energy efficient problem in the WSN [10,11,12], many efforts have been made to tackle this problem. These proposed techniques are generally divided into two categories, where one is to design efficient protocols to reduce the energy consumption and the other one is to schedule the nodes to work efficiently. For the first category, protocols such as for the medium access control [13], for transmission [14], and for communication [15] have been proposed in the literature for reducing energy consumption. While the second categorized technique concentrates on scheduling the nodes, resulting in energy preservation and longer network lifetime. These two categories both have contributions to the energy efficiency for WSN from different approaches. The focus of this paper belongs to the second category, which is the energy efficient coverage (EEC) problem in the WSN [16,17].
In EEC, the sensor nodes are divided into different disjoint sets with the constraint that each set can guarantee the full coverage of the whole monitored area. In that way, in any time, only the necessary sensor nodes in one set are activated while the other sensor nodes that monitor the same regions can be turned off. These different disjoint sets work one by one and therefore the network lifetime can be prolonged. Moreover, with more disjoint sets that can be formed, longer network lifetime can be obtained because the nodes are scheduled to work energy efficiently [18,19,20]. Therefore, it is very interesting and promising for the approaches in [21,22,23] to divide the deployed sensor nodes into maximal disjoint sets and schedule the sets to work in turn. In this paper, we also focus on maximizing the number of disjoint sets.
Even though the above methods have been applied to the EEC problem [21,22,23], they can easily get trapped into local optima and cannot achieve or guarantee the full coverage because the EEC problem is NPC [21]. Therefore, in this paper, we proposed distributed genetic algorithm (DGA) to solve the EEC problems in WSN to further improve the performance due to the superior adaptation and strong global search ability of GA. Moreover, two major novel designs and advantages of DGA are described as follows:
(1) DGA is realized in the multi-processor distributed environment by the master-slave distributed model, where a set of processors run distributed to evaluate the fitness values in parallel to reduce the computational cost.
(2) When we evaluate a chromosome, different from the traditional model of EEC problem in WSN that only calculates the number of disjoint sets, a hierarchical fitness evaluation mechanism is proposed and a two-level fitness function with biased attention to the sets with larger coverage percentage is designed.
Therefore, not only do we have the innovations in algorithm, but also have the contributions on the model of EEC problem in WSN. The experimental results show that our proposed DGA performs better than other state-of-the-art approaches in maximizing the number of disjoin sets.
The rest of this paper is organized as follows. Section 2 gives the problem description of the EEC in the WSN and reviews some related work. Section 3 proposes our methodology for solving EEC in the WSN by using DGA. Section 4 presents the experimental results between our approach and other state-of-the-art approaches in the literature. Conclusions are given in Section 5.

2. Energy Efficient Coverage Problem in WSN

The EEC problem is a fundamental and significant research topic in the WSN. In this section, we present the formulation of the EEC and review the related work on this problem.

2.1. Problem Formulation

Given an L × W (Length × Width) rectangle area A and D randomly deployed sensor nodes. The EEC is to divide the nodes into several disjoint sets and then schedule these sets to work one by one. As the nodes do not have to work all the time, the energy can be significantly preserved. The aim of the EEC is to maximize the number of disjoint sets, with the constraint that each set can provide the full coverage for the monitored area.
In order to know whether the sensor network provides full coverage in the area A, we assume that the location of each sensor node is known in advance [19,24]. Moreover, the area is divided into many grids and the coverage issue can be transformed to check whether each grid is covered by at least one active sensor node [19].
All the D sensors form the sensors set S = {s1, s2, …, sD}, where each sensor node si is with the location (xi, yi) and the sensor radius R. For any grid g(x, y) ∈ A in the monitored area, the relationship between the si and the g is defined as:
P ( s i , g ) = { 1 ,   if   ( x x i ) 2 + ( y y i ) 2 R 2 0 ,   otherwise
where 1 means that the grid g is covered by the sensor si while 0 means the sensor si does not cover the grid g. Therefore, for any grid g in the monitored area, if there exist at least one sensor si(1 ≤ iD) that makes P(si, g) = 1, we say that A is fully covered by the sensor network.
In the EEC, the set S is divided into M subsets Sj (1 ≤ jM), and with the objective of maximizing the value of M, as:
f = max   K s u b j e c t t o   ( i )   i = 1 K S i S ( ii )   S i   S j = Φ ( iii )   ( s j S i P ( s j , g ) ) = 1 , g A
Here, the constraint (i) means that the unitization of all the subsets Sj must belong to the original set S. The (ii) indicates that there is no intersection between any two different subsets Sj1 and Sj2. The (iii) represents that for any grid g in area A, there exists at least one sensor si in Sj which can cover the grid g. Obviously, these constraints can guarantee that each subset Sj can fully cover the monitored area.

2.2. Related Work

With the development of evolutionary computations (ECs) like GA [25,26], ant colony optimization (ACO) [27,28], particle swarm optimization (PSO) [29,30], and differential evolution (DE) [31,32], many researchers have applied ECs into solving the EEC problems in WSN, such as PSO-based [33] and ACO-based [34] approaches. Specifically, in [33], Zhan et al. extended the binary PSO (BPSO) to solve the EEC problem by finding a minimal set of nodes again and again to maximize the number of disjoint sets. Lin et al. [34] proposed the ACO-based approach to maximize the number of connected covers, called ACO-MNCC, to maximize the lifetime of heterogeneous WSNs by transforming the search space of the problem into a construction graph. Besides, in [35], Yang et al. proposed a probabilistic model to tackle the EEC problem in WSN, which transforms the area converge into point converge. It greatly reduces the dimension of problem. Lee et al. [36] also tried to solve the EEC problem in the WSN by using the ACO, which designs three pheromones to balance the local exploitation and global exploration. Meanwhile, they also introduced a probabilistic sensor detection model, which makes the algorithms more realistic [37].
Some researchers have also used GA for solving the EEC in the WSN recently. For example, Lai et al. [25] proposed a GA-based method to maximize the disjoint sensor covers called GAMDSC. However, there is still much room for improvement. First, their works only solved the small-scale problems (up to 140 sensors). When the scales of problems increase, their performance often face difficulties. Second, parallel or distributed methods can further improve the performance and save the computational time.

3. Methodology: DGA for the EEC Problem

In this section, the DGA for solving the EEC problem in WSN is implemented and described. The master-slave distributed framework is first given. Then the chromosome representation and the hierarchical fitness evaluation mechanism are described. After that, the genetic operators, including the selection, crossover, and mutation are proposed. At last, the overall algorithm is presented.

3.1. Distributed Framework of DGA

In DGA, the master-slave distributed model is used. The processor whose role is to control the whole evolutionary process including crossover, mutation, and selection operations, is called MASTER. The other processors, which are responsible for chromosomes’ evaluation to reduce the computational costs, act as SLAVEs. To give an overview of the DGA, the master-slave distributed structure is depicted in Figure 1. In each generation, the master sends chromosomes to slaves, while the slaves evaluate the chromosomes and return their corresponding fitness values back to the master [38].

3.2. Chromosome Representation

The aim of the EEC problem is to maximize the number of disjoint sets. Therefore, the first thing is to determine how many sets the nodes can be divided into at most. This is also the upper bound of the disjoint sets number K [23]. Since the area has been divided into many grids, for each grid i, we find out the number of sensors ki that cover the grid i. Then, the minimal ki is the upper bound number of disjoint sets, i.e., K = min{ki}.
With the upper bound K determined, we can encode the chromosome in a very intuitive manner that each gene is an integer in the range of [1, K]. Therefore, the chromosome is a string of integers with the length of D, where D is the number of sensor nodes. The representation is
X = [x1, x2, …, xD], where xi ∈ Z and 1 ≤ xiK
In (3), the value of xi denotes which set the ith sensor belongs to. Figure 2 gives two examples of the chromosome representation. In the examples, D is 4 and K is 2. In Figure 2a, the chromosome is Xa = [1, 2, 1, 2], meaning that the first and the third sensors belong to the 1st set while the second and the fourth sensors belong to the 2nd set. In this case, it can be observed that both the 1st and the 2nd sets can provide full coverage for the monitored area. However, in Figure 2b, the chromosome is Xb = [1, 2, 1, 1], meaning that the first, the third, and the fourth sensors belong to the 1st set while only the second sensor belongs to the 2nd set. In this case, only the 1st set can provide full coverage for the monitored area, but the 2nd set cannot.

3.3. Hierarchical Fitness Evaluation

In order to evaluate the chromosome, herein, a hierarchical fitness evaluation mechanism and a two-level fitness function are proposed.
First, the genes are grouped into different sets according to their values. Then a check procedure is performed on each set to see whether the nodes in the set can provide full coverage. As we divide the monitored area into L × W grids, for each set Si, we can count the grids number G that is covered by the sensor nodes in set Si. Therefore, we can obtain the coverage percentage fi as:
f i = G L × W
Note that if fi is equal to 1, it means that the set Si can provide full coverage for the monitored area. In this way, we can count and obtain the number of disjoint sets (denoted as M) in the population which can achieve the full coverage. When two chromosomes A and B are compared, A wins B if A has a larger disjoint set number (larger M). The number of disjoint sets M is regarded as the first-level fitness evaluation.
However, to meet the case where the two chromosomes A and B have the same disjoint set number, we further designed a fitness function with biased attention to the sets with larger coverage percentage, so called the second-level fitness evaluation, which is calculated as:
F = i = 1 K w i × f i
where K is the upper bound of the disjoint sets and wi is the weight for the set Si. Herein, we give the biased attention to the sets with larger coverage percentage. That is because the set with a higher coverage percentage has a higher probability to achieve the full coverage. Therefore, we first sort the sets according to their coverage percentages in descending order, then the weight wi for the set Si is set as wi = 10,000.0/ri, where ri is the rank of the set Si in the sort of coverage percentage.
In that way, if two chromosomes A and B have the same disjoint set number, then the one with a larger fitness value is preferred (larger F).

3.4. Genetic Operators

The genetic operators in DGA consist of the selection, crossover, and mutation. In this subsection, we will briefly describe the implementations of these operators.

3.4.1. Selection

In the selection implementation, we use the tournament selection strategy. Specifically, in each selection, partial of the chromosomes are randomly selected to compete for survival. The winner enters into the next generation. Repeat the selection operator until a population size of chromosomes have been selected.

3.4.2. Crossover

After the selection, the survived chromosomes recombine to create offspring. First, for each chromosome, a random value in range [0, 1] is generated. If the value is smaller than the crossover probability pc, then the chromosome is used as one of the parents. After all the parents have been determined, every two parents are randomly mated to create two offspring. A crossover position k is randomly generated and the genes from the kth position of the two parents are exchanged, as shown in Figure 3a. In this way, two new chromosomes, so called offspring are generated and enter the population.

3.4.3. Mutation

The chromosomes will perform a mutation operation after the crossover. For each gene in a chromosome, a random value in range [0, 1] is generated and compared with the mutation probability pm. If the random value is smaller than pm, then the mutation occurs. As shown in Figure 3b, when the mutation occurs, the gene is set as a random integer in the range [1, K].

3.5. Complete Algorithm

With the designs of the chromosome representation, fitness function, and the genetic operators, the DGA for solving the EEC problem is shown in Figure 4 and is described as the following seven steps.
Step 1: Initialization. The N chromosomes in the population are initialized at master. Each gene in the chromosome is set as a random integer value in the range [1, K] as (3).
Step 2: Evaluation. Each chromosome is evaluated as (5) at the slave and returns its fitness to the master. Then the best chromosome with the highest fitness can be determined. This chromosome is compared with the historical best one and will replace the historical best one if it is better. Otherwise, the historical best chromosome will replace the worst chromosome in the current generation.
Step 3: Selection. The selection operation has been discussed in Section 3.4.1.
Step 4: Crossover. The crossover operation has been discussed in Section 3.4.2.
Step 5: Mutation. The mutation operation has been discussed in Section 3.4.3.
Step 6: Termination check. If the termination criteria is met, go to Step 7. Herein, the termination criteria include the obtaining of the upper bound K or reaching the maximal generation number. Otherwise, the algorithm goes to Step 2 and continues the next generation evolution.
Step 7: Terminate. Output the best chromosome as the final solution.

3.6. Computational Complexity

Herein, we denote the population size and the dimension of problem (the number of sensors) as N and D, respectively. First, in the initialization, the computational complexity of DGA is O(N × D), which is obtained by step 1 in MASTER process of Figure 4. Then, as for the chromosomes evaluation, the computational complexity is O(N), as obtained by steps 3–4 in the MASTER process and steps 2–4 in the SLAVE process of Figure 4. After that, in the chromosome evolution, since we used the tournament selection, the computational complexity is O(N2 × D), as obtained by steps 6–8 in the MASTER process of Figure 4. Therefore, the overall computational complexity of DGA is O(N2 × D).

4. Experiments and Comparisons

4.1. Algorithms Configurations

The parameter configurations of the DGA are listed as Table 1 and are described as follows.
The population size is 40. Several processors are used here to evaluate the fitness of chromosomes. In each tournament selection round, 20% of the chromosomes are randomly chosen and compete for survival. The crossover probability pc and mutation probability pm are 0.8 and 0.01, respectively. The algorithm terminates at the maximal generations of 200 or it obtains the upper bound K of the disjoint sets number.

4.2. Experimental Results and Comparisons

In our experiments, we choose several EA-based algorithms, including a PSO-based method (BPSO [33]) and a GA-based method (GAMDSC [25]) to compare with our proposed DGA. To have a reliable and fair comparison, the parameter configurations of all the competitor algorithms are set the same as suggested in their original papers.
Herein, the network topology configurations used in [19] are adopted. That is, with the monitored area 50 m by 50 m, the sensing range R spans 8 m, 10 m, and 12 m, whilst the deployed nodes number N can be 100, 150, 200, 250, and 300. For each case with N original deployed nodes, we randomly deploy the D nodes in the network to form the topology. Note that the D nodes must provide the full coverage. Otherwise, the nodes are randomly deployed again until the network is fully covered. On each case, we generate three different random topologies. Therefore, there are totally 3 × 3 × 5 = 45 cases in this experiment. Due to the stochastic characteristic of the algorithms, we simulate each case on each topology 10 times and the mean results are recorded for statistics. All the approaches are dealing with the same test environments, resulting in a fair comparison.
The simulation results are presented and compared in Table 2. For clarity, the best results are highlighted in boldface. The results show that the DGA outperforms the other approaches on most of the cases. Also, DGA can maximize the number of disjoin sets and obtain the upper bound K in most of the cases, except cases 34, 42–44, while other algorithms can only find few disjoin sets. Moreover, with the increase in the number of nodes, especially in cases 37–45, the superiority of DGA is increasingly obvious, which further indicates the dominance of DGA when solving the complicated EEC problem in WSN.
We also compare the Error values of these approaches when dealing with the EEC problem. The Error is calculated as
Error = (KM)/K
where K is the upper bound in each case and M is the mean disjoint set number obtained by the approach. The Error values of DGA are smaller than 0.1 in all the cases and most of the Error values are 0, indicating the DGA is very promising in producing high quality solutions.

4.3. Effects of Parameters

The DGA involves two parameters, the crossover probability pc and the mutation probability pm. In this part, we investigate the two parameters based on the same topologies as in Section 4.2.
First, the pc is set as 0.8 and the pm varies from 0.01 to 0.09. The mean Error values of the 45 cases with different pm are plotted in Figure 5. As we can see, the small value of pm generally performs better than the large value of pm. That may because the larger pm destroys the convergence ability, which makes the algorithm act like a random search and cannot converge to a promising region. Therefore, the investigated results indicate that the DGA obtains the best performance when the pm is set as 0.01.
Then, the pc is investigated, with the pm set as 0.01. The value of pc spans from 0.1 to 0.9, with the step 0.1. The mean Error values of the 45 cases with different pc are plotted in the Figure 6. It can be observed that the large value of pc may be generally better than the small value of pc. This may be due to large pc can making the good information of the chromosome spread fast in the population. This is very helpful for the algorithm to use good information to search in the promising region, and therefore results in better performance. However, a too-large pc value will sometimes make the algorithm converge too fast and be trapped into local optima. For example, when pc = 0.9, the mean Error values are worse than that when pc = 0.8. In general, pc = 0.8 is promising for the DGA to obtain satisfying results.

4.4. Speedup Ratio

Another advantage of DGA is the parallel implementation, where several processors in DGA are used to evaluate the fitness of chromosomes independently. Table 3 shows the computational times of DGA on all the 45 cases with different processors.
Speedup ratio is the metric to measure the performance of a distributed or parallel algorithm, and it varies with the numbers of processors and the computation cost of the case. Herein, we use the small-scale case 1 and the large-scale case 45 as two representative instances. We test the speedup of DGA on these two cases and draw the speedup curve with the increasing processors, from 2 to 10, shown in Figure 7.
As we can see, the speedup ratio consistently grows with the increase of the number of processors on both of these two cases. However, the increase of speedup ratio slows down when the number of processors increases from 6 to 10. That may due to the huge communication cost among many processors. Even so, the speedup ratio still keeps growing with the increasing of the number of processors. Moreover, the speedup ratio of case 45 is larger the case 1. That may because case 45 is more complicated than case 1, which will cause more computation cost than case 1. Therefore, under a similar communication cost, the higher computation cost will directly lead to a higher speedup ratio in case 45.

5. Conclusions

In this paper, DGA is proposed to solve the EEC problem in the WSN to achieve or guarantee the full converge. In the implementation, DGA is realized in the multi-processor distributed environment, where a set of processors run distributed to evaluate the fitness values in parallel to reduce the computational cost. Moreover, when we evaluate a chromosome, different from the traditional model of EEC problem in WSN that only calculates the number of disjoint sets, hierarchical fitness evaluation mechanism is proposed and a two-level fitness function with biased attention to the sets with larger coverage percentage is further designed. Therefore, not only do we have the innovations in the algorithm, but we also have the contributions to the model of the EEC problem in WSN. Simulations have been conducted and the experimental results confirm the effectiveness and efficiency of the proposed approach when compared with the state-of-the-art approaches.
For future work, we wish to further improve the performance of DGA by considering the potential uncertainties, so as to make DGA more applicable in the real applications. Moreover, we wish to apply the DGA into other more complicated optimization problems, like data routing [39], cloud resource scheduling [40], supply chain managing, even in a dynamic and multi-objective environment [41,42], not only in the WSN.

Author Contributions

Z.-J.W. conducted the experiments, performed the experiments, and wrote the draft of this paper. The idea of this paper was proposed by Z.-H.Z., who also made contributions to help organize and write the paper, together with J.Z.

Funding

This work was partially supported by the Outstanding Youth Science Foundation with No. 61822602, the National Natural Science Foundations of China (NSFC) with No. 61772207 and 61332002, the Natural Science Foundations of Guangdong Province for Distinguished Young Scholars with No. 2014A030306038, the Project for Pearl River New Star in Science and Technology with No. 201506010047, the GDUPS (2016), and the Fundamental Research Funds for the Central Universities.

Acknowledgments

The authors would like to thank the assistant editor and reviewers for their valuable comments and suggestions that improved the paper’s quality.

Conflicts of Interest

The authors declare no conflict of interest.

Nomenclature

DGAdistributed genetic algorithm
EECenergy efficient coverage
WSNwireless sensor networks
Dthe number of sensor nodes
Mthe number of disjoint subsets
Kthe upper bound of the disjoint sets number
Nthe number of chromosomes
pccrossover probability
pmmutation probability

References

  1. Guevara, J.; Barrero, F.; Vargas, E.; Becerra, J.; Toral, S. Environmental wireless sensor network for road traffic applications. IET Intell. Transp. Syst. 2012, 6, 177–186. [Google Scholar] [CrossRef]
  2. Wang, C.; Guo, S.; Yang, Y. An optimization framework for mobile data collection in energy-harvesting wireless sensor networks. IEEE Trans. Parallel Distrib. Syst. 2016, 15, 2969–2986. [Google Scholar] [CrossRef]
  3. Martinez, K.; Hart, J.K.; Ong, R. Environmental sensor networks. IEEE Comput. Soc. 2004, 37, 50–56. [Google Scholar] [CrossRef] [Green Version]
  4. Yahya, A.; Islam, S.; Akhunzada, A.; Ahmed, G.; Shamshirband, S.; Lloret, J. Towards efficient sink mobility in underwater wireless sensor networks. Energies 2018, 11, 1471. [Google Scholar] [CrossRef]
  5. Al-Jaoufi, M.A.A.; Liu, Y.; Zhang, Z.J. An active defense model with low power consumption and deviation for wireless sensor networks utilizing evolutionary game theory. Energies 2018, 11, 1281. [Google Scholar] [CrossRef]
  6. Shehadeh, H.A.; Idris, M.Y.I.; Ahmedy, I.; Ramli, R.; Noor, N.M. The multi-objective optimization algorithm based on sperm fertilization procedure (MOSFP) method for solving wireless sensor networks optimization problems in smart grid applications. Energies 2018, 11, 97. [Google Scholar] [CrossRef]
  7. Marzband, M.; Azarinejadian, F.; Savaghebi, M.; Pouresmaeil, E.; Guerrero, J.M.; Lightbody, G. Smart transactive energy framework in grid-connected multiple home microgrids under independent and coalition operations. Renew. Energy 2018, 126, 95–106. [Google Scholar] [CrossRef]
  8. Marzband, M.; Fouladfar, M.H.; Akorede, M.F.; Lightbody, G.; Pouresmaeil, E. Framework for smart transactive energy in home-microgrids considering coalition formation and demand side management. Sustain. Cities Soc. 2018, 40, 136–154. [Google Scholar] [CrossRef]
  9. Tavakoli, M.; Shokridehaki, F.; Akorede, M.F.; Marzband, M.; Vechiu, I.; Pouresmaeil, E. CVaR-based energy management scheme for optimal resilience and operational cost in commercial building microgrids. Int. J. Electr. Power Energy Syst. 2018, 100, 1–9. [Google Scholar] [CrossRef]
  10. Marzband, M.; Javadi, M.; Pourmousavi, S.A.; Lightbody, G. An advanced retail electricity market for active distribution systems and home microgrid interoperability based on game theory. Electr. Power Syst. Res. 2018, 157, 187–199. [Google Scholar] [CrossRef]
  11. Tavakoli, M.; Shokridehaki, F.; Marzband, M.; Godina, R.; Pouresmaeil, E. A two stage hierarchical control approach for the optimal energy management in commercial building microgrids based on local wind power and PEVs. Sustain. Cities Soc. 2018, 41, 332–340. [Google Scholar] [CrossRef]
  12. Marzband, M.; Sumper, A.; Domínguez-García, J.L.; Gumara-Ferreta, R. Experimental validation of a real time energy management system for microgrids in islanded mode using a local day-ahead electricity market and MINLP. Energy Convers. Manag. 2013, 76, 314–322. [Google Scholar] [CrossRef]
  13. Rajendran, V.; Obraczka, K.; Garcia-Luna-Aceves, J.J. Energy-efficient collision-free medium access control for wireless sensor networks. Wirel. Netw. 2006, 12, 63–78. [Google Scholar] [CrossRef]
  14. Chlamtac, I.; Petrioli, C.; Redi, J. Energy-conserving access protocols for identification networks. IEEE/ACM Trans. Netw. 1999, 7, 51–59. [Google Scholar] [CrossRef] [Green Version]
  15. Stine, J.; Veciana, G. Improving energy efficiency of centrally controlled wireless data networks. Wirel. Netw. 2002, 8, 681–700. [Google Scholar] [CrossRef]
  16. Huang, C.F.; Tseng, Y.C. A survey of solutions to the coverage problems in wireless sensor networks. J. Internet Technol. 2005, 6, 1–8. [Google Scholar]
  17. Ammari, H.M. Investigating the energy sink-hole problem in connected-covered wireless sensor networks. IEEE Trans. Comput. 2014, 63, 2729–2742. [Google Scholar] [CrossRef]
  18. Cardei, M.; Wu, J. Energy-efficient coverage problems in wireless ad-hoc sensor networks. Comput. Commun. 2006, 29, 413–420. [Google Scholar] [CrossRef] [Green Version]
  19. Tian, D.; Georganas, N.D. A node scheduling scheme for energy conservation in large wireless sensor networks. Wirel. Commun. Mob. Comput. 2003, 3, 271–290. [Google Scholar] [CrossRef] [Green Version]
  20. Zhan, Z.H.; Zhang, J.; Fan, Z. Solving the optimal coverage problem in wireless sensor networks using evolutionary computation algorithms. In Proceedings of the International Conference on Simulated Evolution and Learning, Kanpur, India, 1–4 December 2010; pp. 166–176. [Google Scholar]
  21. Slijepcevic, S.; Potkonjak, M. Power efficient organization of wireless sensor networks. In Proceedings of the IEEE International Conference on Communications, Helsinki, Finland, 11–14 June 2001. [Google Scholar]
  22. Cardei, M.; MacCallum, D.; Cheng, X.; Min, M.; Jia, X.; Li, D.; Du, D.Z. Wireless sensor networks with energy efficient organization. J. Interconnect. Netw. 2002, 3, 213–229. [Google Scholar] [CrossRef]
  23. Zhang, X.Y.; Zhang, J.; Gong, Y.J.; Zhan, Z.H.; Chen, W.N.; Li, Y. Kuhn-munkres parallel genetic algorithm for the set cover problem and its application to large-scale wireless sensor networks. IEEE Trans. Evol. Comput. 2016, 20, 695–710. [Google Scholar] [CrossRef]
  24. Li, X.Y.; Wan, P.J.; Frieder, O. Coverage in wireless and ad-hoc sensor networks. IEEE Trans. Comput. 2003, 52, 753–762. [Google Scholar] [CrossRef]
  25. Lai, C.C.; Ting, C.K.; Ko, R.S. An effective genetic algorithm to improve wireless sensor network lifetime for large-scale surveillance applications. In Proceedings of the IEEE Congress on Evolutionary Computation, Singapore, 25–28 September 2007. [Google Scholar]
  26. Kampelis, N.; Tsekeri, E.; Kolokotsa, D.; Kalaitzakis, K.; Isidori, D.; Cristina, C. 3 Development of demand response energy management optimization at building and district levels using genetic algorithm and artificial neural network modelling power predictions. Energies 2018, 11, 3012. [Google Scholar] [CrossRef]
  27. Liu, X.F.; Zhan, Z.H.; Deng, D.; Li, Y.; Gu, T.L.; Zhang, J. An energy efficient ant colony system for virtual machine placement in cloud computing. IEEE Trans. Evol. Comput. 2018, 22, 113–128. [Google Scholar] [CrossRef]
  28. Chen, Z.G.; Zhan, Z.H.; Lin, Y.; Gong, Y.J.; Gu, T.L.; Zhao, F.; Yuan, H.Q.; Chen, X.; Li, Q.; Zhang, J. Multiobjective cloud workflow scheduling: A multiple populations ant colony system approach. IEEE Trans. Cybern. 2018. [Google Scholar] [CrossRef] [PubMed]
  29. Li, Y.H.; Zhan, Z.H.; Lin, S.J.; Zhang, J.; Luo, X.N. Competitive and cooperative particle swarm optimization with information sharing mechanism for global optimization problems. Inf. Sci. 2015, 293, 370–382. [Google Scholar] [CrossRef]
  30. Liu, X.F.; Zhan, Z.H.; Gao, Y.; Zhang, J.; Kwong, S.; Zhang, J. Coevolutionary particle swarm optimization with bottleneck objective learning strategy for many-objective optimization. IEEE Trans. Evol. Comput. 2018. [Google Scholar] [CrossRef]
  31. Wang, Z.J.; Zhan, Z.H.; Lin, Y.; Yu, W.J.; Yuan, H.Q.; Gu, T.L.; Kwong, S.; Zhang, J. Dual-strategy differential evolution with affinity propagation clustering for multimodal optimization problems. IEEE Trans. Evol. Comput. 2018, 22, 894–908. [Google Scholar] [CrossRef]
  32. Liu, X.F.; Zhan, Z.H.; Lin, Y.; Chen, W.N.; Gong, Y.J.; Gu, T.L.; Yuan, H.Q.; Zhang, J. Historical and heuristic based adaptive differential evolution. IEEE Trans. Syst. Man Cybern. Syst. 2018. [Google Scholar] [CrossRef]
  33. Zhan, Z.H.; Zhang, J.; Du, K.J.; Xiao, J. Extended binary particle swarm optimization approach for disjoint set covers problem in wireless sensor networks. In Proceedings of the IEEE Conference on Technologies and Applications of Artificial Intelligence, Tainan, Taiwan, 16–18 November 2012. [Google Scholar]
  34. Lin, Y.; Zhang, J.; Chung, H.S.H.; Ip, W.H.; Li, Y.; Shi, Y.H. An ant colony optimization approach for maximizing the lifetime of heterogeneous wireless sensor networks. IEEE Trans. Syst. Man Cybern. Part C (Appl. Rev.) 2012, 42, 408–420. [Google Scholar] [CrossRef]
  35. Yang, Q.Q.; He, S.B.; Li, J.K.; Chen, J.M.; Sun, Y.X. Energy-efficient probabilistic area coverage in wireless sensor networks. IEEE Trans. Veh. Technol. 2015, 64, 367–377. [Google Scholar] [CrossRef]
  36. Lee, J.W.; Choi, B.S.; Lee, J.J. Energy-efficient coverage of wireless sensor networks using ant colony optimization with three types of pheromones. IEEE Trans. Ind. Informat. 2011, 7, 419–427. [Google Scholar] [CrossRef]
  37. Lee, J.W.; Lee, J.Y.; Lee, J.J. Jenga-inspired optimization algorithm for energy-efficient coverage of unstructured WSNs. IEEE Wirel. Commun. Lett. 2013, 2, 34–37. [Google Scholar] [CrossRef]
  38. Zhan, Z.H.; Liu, X.F.; Zhang, H.; Yu, Z.; Weng, J.; Li, Y.; Gu, T.; Zhang, J. Cloudde: A heterogeneous differential evolution algorithm and its distributed cloud version. IEEE Trans. Parallel Distrib. Syst. 2017, 28, 704–716. [Google Scholar] [CrossRef]
  39. Shen, M.; Zhan, Z.H.; Chen, W.N.; Gong, Y.J.; Zhang, J.; Li, Y. Bi-velocity discrete particle swarm optimization and its application to multicast routing problem in communication networks. IEEE Trans. Ind. Electron. 2014, 61, 7141–7151. [Google Scholar] [CrossRef]
  40. Zhan, Z.H.; Liu, X.F.; Gong, Y.J.; Zhang, J.; Chung, H.S.H.; Li, Y. Cloud computing resource scheduling and a survey of its evolutionary approaches. ACM Comput. Surv. 2015, 47, 1–33. [Google Scholar] [CrossRef]
  41. Liu, X.F.; Zhan, Z.H.; Zhang, J. Neural network for change direction prediction in dynamic optimization. IEEE Access 2018, 6, 72649–72662. [Google Scholar] [CrossRef]
  42. Zhan, Z.H.; Li, J.; Cao, J.; Zhang, J.; Chung, H.; Shi, Y.H. Multiple populations for multiple objectives: A coevolutionary technique for solving multiobjective optimization problems. IEEE Trans. Cybern. 2013, 43, 445–463. [Google Scholar] [CrossRef] [PubMed]
Figure 1. The distributed framework of the distributed genetic algorithm (DGA).
Figure 1. The distributed framework of the distributed genetic algorithm (DGA).
Energies 11 03526 g001
Figure 2. Illustration of the chromosome representation.
Figure 2. Illustration of the chromosome representation.
Energies 11 03526 g002
Figure 3. The illustration of the crossover and mutation operators.
Figure 3. The illustration of the crossover and mutation operators.
Energies 11 03526 g003
Figure 4. The flowchart of the DGA for solving the energy efficient coverage (EEC) problem in the wireless sensor networks (WSN).
Figure 4. The flowchart of the DGA for solving the energy efficient coverage (EEC) problem in the wireless sensor networks (WSN).
Energies 11 03526 g004
Figure 5. The mean Error values obtained by the DGA with different pm.
Figure 5. The mean Error values obtained by the DGA with different pm.
Energies 11 03526 g005
Figure 6. The mean Error values obtained by the DGA with different pc.
Figure 6. The mean Error values obtained by the DGA with different pc.
Energies 11 03526 g006
Figure 7. Speedup ratios achieved by DGA on two typical cases.
Figure 7. Speedup ratios achieved by DGA on two typical cases.
Energies 11 03526 g007
Table 1. The Parameters Configurations of DGA.
Table 1. The Parameters Configurations of DGA.
ParameterConfiguration
N40
Generation200
pc0.8
pm0.01
Table 2. Experimental Results of Comparisons.
Table 2. Experimental Results of Comparisons.
Case No.TopologyUpper Bound KAll CombinationsMean Disjoint Set Number MError
NodeRangeGAMDSCBPSODGAGAMDSCBPSODGA
1100822^1002.0002.0002.0000.0000.0000.000
222^1002.0002.0002.0000.0000.0000.000
322^1002.0002.0002.0000.0000.0000.000
41001022^1002.0002.0002.0000.0000.0000.000
522^1002.0002.0002.0000.0000.0000.000
622^1002.0002.0002.0000.0000.0000.000
71001222^1002.0002.0002.0000.0000.0000.000
822^1002.0002.0002.0000.0000.0000.000
944^1003.9003.6004.0000.0250.1000.000
10150822^1502.0002.0002.0000.0000.0000.000
1122^1502.0002.0002.0000.0000.0000.000
1222^1502.0002.0002.0000.0000.0000.000
131501033^1503.0003.0003.0000.0000.0000.000
1444^1503.5003.2004.0000.1250.2000.000
1533^1503.0003.0003.0000.0000.0000.000
161501255^1504.2005.0005.0000.0000.0000.000
1733^1503.0003.0003.0000.0000.0000.000
1844^1503.8004.0004.0000.0500.0000.000
19200822^2002.0002.0002.0000.0000.0000.000
2022^2002.0002.0002.0000.0000.0000.000
2133^2003.0003.0003.0000.0000.0000.000
222001033^2003.0003.0003.0000.0000.0000.000
2344^2003.5003.3004.0000.1250.1750.000
2455^2005.0004.6005.0000.0000.0800.000
252001277^2005.9006.2007.0000.1570.1140.000
2688^2007.2006.6008.0000.1000.1750.000
2799^2007.3007.5009.0000.1890.1660.000
28250833^2503.0003.0003.0000.0000.0000.000
2933^2503.0003.0003.0000.0000.0000.000
3055^2504.9004.1005.0000.0200.1800.000
312501055^2505.0005.0005.0000.0000.0000.000
3277^2506.3006.6007.0000.1000.0570.000
3366^2505.7005.9006.0000.0500.0160.000
34250121111^2509.9009.70010.000.1000.1180.091
3599^2508.6008.7009.0000.0440.0330.000
3688^2508.0008.0008.0000.0000.0000.000
37300866^3006.0006.0006.0000.0000.0000.000
3833^3003.0003.0003.0000.0000.0000.000
3955^3005.0005.0005.0000.0000.0000.000
403001077^3007.0006.6007.0000.0000.0570.000
4177^3007.0006.8007.0000.0000.0290.000
4299^3008.3007.4008.4000.1000.1780.067
43300121111^30010.6010.0010.100.0360.0910.082
441212^30010.8010.9011.300.1000.0920.058
4599^3008.8008.6009.0000.0220.0440.000
Table 3. Computational time of DGA (s).
Table 3. Computational time of DGA (s).
Processors2345678910
Case No.
1101.5374.2654.9141.0735.7832.0929.4527.6225.59
2123.2490.5071.4457.2953.8350.3846.3642.5039.85
3133.2496.6477.3069.9662.3359.8054.8750.6448.59
4116.7785.1970.7663.5556.5852.3948.8443.7839.49
5147.74100.3687.5373.4665.8659.7353.9250.0548.74
6132.9095.1983.4771.4164.1158.5353.2949.3947.98
7158.20107.2788.0676.6268.5463.1656.2352.2849.77
8144.34103.5086.7777.0668.9662.3857.0552.4849.21
9258.93169.97130.72101.2989.8180.9072.8665.2961.41
10188.84120.1993.4282.3871.8464.4656.9450.0047.80
11178.36118.3693.2181.4270.6463.8956.3749.0846.32
12206.96128.0898.2484.1873.9965.1958.0353.9950.02
13253.12142.81110.0694.9584.8877.3773.1069.0067.81
14321.11205.79158.70139.89126.43113.42100.4590.6784.10
15272.37164.89142.60123.77105.1890.9478.0969.0763.82
16386.60267.58201.73175.17139.95123.07110.80100.4394.91
17284.46214.86151.65123.60104.8090.4488.1679.0773.94
18308.81223.46176.00143.88122.89110.7397.9489.1782.92
19267.02178.39145.59123.05101.5490.5581.9074.4369.95
20284.36193.04152.46125.60104.2295.9586.2479.7074.18
21349.97249.11185.50145.96120.79108.7696.9888.6383.98
22351.04246.52189.91156.78136.28122.45109.88102.4596.40
23445.03323.38236.05196.38167.02147.60129.79120.12115.23
24533.63354.34286.87242.26219.79189.75162.89147.38139.96
25627.89457.94346.32271.15224.81198.03176.26166.13157.15
26682.48475.31363.82288.01236.70209.82189.36175.76170.80
27744.13501.08389.95305.20248.85228.48216.66206.95199.67
28436.20281.56233.98198.82165.39145.43134.42119.83112.49
29412.85265.29215.59194.15169.05148.05133.49120.88112.55
30563.58378.05295.38245.90202.31171.01156.44148.80141.01
31591.87380.09308.38254.81214.68189.08169.17161.44156.99
32680.79485.09354.86278.55236.14201.17188.06179.64173.99
33625.32454.75336.59257.97224.26200.25184.99171.09166.34
341687.201153.09916.81799.34684.47585.99509.48451.04424.53
35871.04578.18449.48388.74343.93309.37264.36241.62225.94
36778.21560.31401.16372.50327.59290.98262.23236.73220.14
371014.52697.61580.35502.69439.96384.46321.52288.86272.87
38836.59580.41446.17385.78332.98294.35251.36222.99210.33
39958.63635.55528.04418.04350.24303.71264.91244.66233.68
401302.70825.53671.78598.59522.32451.68400.26363.22342.84
411412.63915.99732.56603.58508.87449.00414.48382.68367.28
422297.811542.501208.431048.97915.04801.93713.63638.74586.86
432416.681651.561217.741082.13951.69837.25732.56651.62606.25
442530.801754.121317.121181.001008.09886.37782.98696.21634.14
451916.471144.10845.52692.63605.70534.16484.21449.11421.29

Share and Cite

MDPI and ACS Style

Wang, Z.-J.; Zhan, Z.-H.; Zhang, J. Solving the Energy Efficient Coverage Problem in Wireless Sensor Networks: A Distributed Genetic Algorithm Approach with Hierarchical Fitness Evaluation. Energies 2018, 11, 3526. https://doi.org/10.3390/en11123526

AMA Style

Wang Z-J, Zhan Z-H, Zhang J. Solving the Energy Efficient Coverage Problem in Wireless Sensor Networks: A Distributed Genetic Algorithm Approach with Hierarchical Fitness Evaluation. Energies. 2018; 11(12):3526. https://doi.org/10.3390/en11123526

Chicago/Turabian Style

Wang, Zi-Jia, Zhi-Hui Zhan, and Jun Zhang. 2018. "Solving the Energy Efficient Coverage Problem in Wireless Sensor Networks: A Distributed Genetic Algorithm Approach with Hierarchical Fitness Evaluation" Energies 11, no. 12: 3526. https://doi.org/10.3390/en11123526

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