Next Article in Journal
A Smart Glucose Monitoring System for Diabetic Patient
Previous Article in Journal
Inexpensive Millimeter-Wave Communication Channel Using Glow Discharge Detector and Satellite Dish Antenna
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Coverage and k-Coverage Optimization in Wireless Sensor Networks Using Computational Intelligence Methods: A Comparative Study

by
Konstantinos Tarnaris
1,
Ioanna Preka
2,
Dionisis Kandris
1,* and
Alex Alexandridis
2
1
microSENSES Research Laboratory, Department of Electrical and Electronic Engineering, Faculty of Engineering, University of West Attica, GR-12241 Athens, Greece
2
TelSiP Research Laboratory, Department of Electrical and Electronic Engineering, Faculty of Engineering, University of West Attica, GR-12241 Athens, Greece
*
Author to whom correspondence should be addressed.
Electronics 2020, 9(4), 675; https://doi.org/10.3390/electronics9040675
Submission received: 13 March 2020 / Revised: 9 April 2020 / Accepted: 18 April 2020 / Published: 21 April 2020
(This article belongs to the Section Networks)

Abstract

:
The domain of wireless sensor networks is considered to be among the most significant scientific regions thanks to the numerous benefits that their usage provides. The optimization of the performance of wireless sensor networks in terms of area coverage is a critical issue for the successful operation of every wireless sensor network. This article pursues the maximization of area coverage and area k-coverage by using computational intelligence algorithms, i.e., a genetic algorithm and a particle swarm optimization algorithm. Their performance was evaluated via comparative simulation tests, made not only against each other but also against two other well-known algorithms. This appraisal was made using statistical testing. The test results, that proved the efficacy of the algorithms proposed, were analyzed and concluding remarks were drawn.

1. Introduction

A wireless sensor network (WSN) is a network of wirelessly interconnected devices that are spread over an area of interest. The constituting elements of a WSN are the sensor nodes and at least one sink node, called the base station. A typical sensor node is a micro electromechanical system (MEMS) that, despite its constrained resources in terms of power, memory, communication, and computation, is able to perform sensing, data processing, and communicating tasks. A base station is device rich in energy, computational, and communication resources that collects the data transmitted to itself, by the sensor nodes, and acts as a supervisory controller of the WSN, an access point for human interface, and a gateway to other networks [1,2]. A WSN, based on the combinational use of its sensor nodes and its base station(s), is able to monitor the ambient conditions over wide regions of interest and send relevant information to distant destinations. This is why WSNs are considered to be the core of Internet of Everything (IoE) and support an endlessly evolving range of human activities related with industry, agriculture, surveillance and reconnaissance, smart homes, smart cities, environment and habitat monitoring, biomedical applications, military applications traffic control, fire detection, inventory control, agriculture, machine failure diagnosis, and energy management applications [3,4,5,6,7,8,9,10].
On the other hand, the aforementioned limitations of the sensor nodes in terms of their resources, and the inborn constraints of wireless communication channels, regarding power, speed, robustness, and capacity, obstruct the operation of WSNs and raise several issues that need to be addressed.
Among them, a major subject of research is the coverage problem. It can be stated as the problem of positioning a given number of sensor nodes with a given range of sensing in an optimal pattern in order to maximize the proportion of the area covered by them and thus minimize the holes of coverage. Various methodologies for coverage maximization have been proposed [11,12,13,14,15]. In the research work presented in this article, the solution to this problem has been pursued based on two Computational Intelligence algorithms. The efficacy of these two algorithms has been investigated in comparison not only against each other but also contrary to two other well-known algorithms.
In this context, the rest of this article is organized as follows. In Section 2, the theoretical background regarding the topic under investigation is established. In Section 3, the algorithms developed are described. Both the simulation procedure developed and the corresponding results produced are presented in Section 4. In Section 5, the performance of the algorithms developed is evaluated and discussed. Finally, in Section 6, concluding remarks are drawn and future research topics related to the area coverage problem are identified.

2. Theoretical Background

2.1. Coverage in WSNs

In accordance to the subject of interest, three types of coverage in WSNs may be identified: area coverage, point coverage, and barrier coverage. Area (or regional) coverage expresses the ability of the network to monitor an area of interest, meaning that all points within this area are always monitored. Point (or target) coverage refers to the ability of the network to guarantee that a predetermined group of points are always observed. Barrier (or path) coverage refers to the ability to always detect the movement across a barrier of sensor nodes [11]. Actually, area coverage is the type of coverage problem that is mostly investigated in WSNs. It may be referred either as 1-coverage or as k-coverage (where k is an integer number greater than 1), depending on the minimum number of sensor nodes that must concurrently sense the area of interest.
It is obvious that for every WSN consisting of a specific number of sensor nodes, the maximization of the area coverage is desired. However, there are various factors that affect area coverage. For example, the deployment of sensor nodes can be either random or deterministic. Likewise, the sensitivity of sensor nodes may be either Boolean or probabilistic. Also, the sensing area may be deterministic or probabilistic. Similarly, the communication range of sensor nodes may be invariable or variable. Additionally, sensor nodes may be static or mobile. Moreover, the coverage scheme adopted may be either centralized or distributed [12]. For all these reasons, the area coverage problem is considered to be a non-trivial problem.

2.2. Computational Intelligence Methods

Computational intelligence (CI) is the scientific domain that uses nature-inspired computational methodologies in order to cope with problems for which conventional mathematical reasoning and modelling can be inadequate, due to the complexity, the uncertainty, or the stochastic nature of them [16]. Genetic algorithms and the particle swarm optimization algorithm are considered to be among the CI methods that are most widely used for optimization [17,18,19,20,21,22].

2.2.1. Genetic Algorithms

Genetic algorithms (GAs) are a category of algorithms that search to find the optimal solution, i.e., a solution that maximizes or minimizes a particular function, to given computational problems. In order to do so, they imitate the operation of evolution. A population consisting of possible solutions is built, and new solutions are generated by breeding the best solutions found within all the members of the population in order to create a new generation. The population develops for many generations so that when the execution of the algorithm is completed the best solution is found [23].
Specifically, in GAs every individual represents a possible solution to an optimization problem. The characteristics of each individual are described by the chromosomes (also known as genomes) and constitute the variables of this problem. Before executing a GA, the chromosomes should be suitably encoded, in order to reflect the given problem. Additionally, a proper fitness function should be defined, in order to describe the problem as well as attribute a certain degree of fitness to each encoded solution. During the execution of the genetic algorithm, the best parents for crossover and reproduction of descendants are selected. It is of outmost importance that these kinds of algorithms are constructed in such a way so that the diversity among the individuals of the population is ensured. In this way, the premature convergence of the algorithm can be prevented. One of the operators which strengthens the diversity of the genetic algorithm—and, thus, prevents its premature convergence—is the mutation operator; through its application, the random appearance of a chromosome could be noticed, which otherwise would be impossible to be detected through the crossover. In order to balance the size of the population in the new generation, some of the parents in the produced population are relocated, so its total size remains intact [24].

2.2.2. Particle Swarm Optimization

The Particle swarm optimization (PSO) algorithm is another CI method, inspired by nature, used for the solution of problems of various types. Specifically, PSO proposes the existence of a group of particles, where each of them represents a potential solution to the problem. Actually, the integral part of collectivity is the cooperation among the members that comprise it. The particles that create a specific collectivity interact with each other in order to achieve their common aim by exchanging information. In this way, each problem that arises can be solved in a more efficient way compared to what a sole particle can do. In nature, various kinds of such collectivities have been observed, many of which are organized in swarms. The main idea for the creation of PSO was based on the study of the synchronized flying patterns of birds and their ability to regroup appropriately when being members of flocks [25].
The notion of the swarm could be compared to the notion of population in genetic algorithms, whereas the notion of the particle could be linked to the one of the chromosome. The PSO particles work together in order to mimic the success of their neighboring particles, aiming at unveiling the best positions within the search space. In this algorithm the particles “fly” in the search space, thus, occupying certain positions which occur from the experience that has been gained from their own “flying” as well as from the one of their neighbors. Specifically, a certain number of particles is randomly placed in the search space and the result of the fitness function for the given position is assessed. Afterwards, for a predefined number of executions of the algorithm, each particle occupies a new position for which the fitness function gives a better result compared to the previous one. Each particle holds a memory of its best position so far; this is compared and contrasted with the best positions which have been occupied by the neighboring particles of the swarm and the best one is recorded. Therefore, as the number of executions of the algorithm is increased, the swarm achieves the fittest solution to the problem, having a predefined number of particles working for the accomplishment of their common goal. The search for the best solution through the PSO algorithm is an ongoing process which is executed continuously until the point a certain termination criterion is satisfied [26].

2.3. Strategies for Coverage Optimization in WSNs

As explained in Section 2.1 there are different types of coverage and factors that affect them. In order to cope with their particularities, various strategies have been proposed regarding the coverage problem in WSNs. The most popular of them are: grid based, virtual force based, and computational geometry based.
Grid based methods consider grid points in order to determine the location of sensor nodes and calculate the existent area coverage as the ratio of grid points covered to the total number of grid points. The commonly used grids are of triangular, hexagonal, square, and honeycomb types.
Force based strategy supposes the existence of virtual attractive and repulsive forces, which coerce sensor nodes to move towards or away each other until evenness is achieved so that full coverage is achieved.
In computational geometry based strategy the area to be covered is divided into geometrical structures, such as Voronoi diagrams and Delaunay triangulation. A Voronoi diagram is a polygon, which is created by the lines of perpendicular bisectors that connect two neighboring objects. A Delaunay triangulation is a triangulation of an area such that no points in any triangle are located within the circumscribed circle of any other triangle in the area. Delaunay triangulation is the dual of Voronoi diagrams, because the circumcenters of Delaunay triangles are the vertices of the Voronoi diagram [27,28].

2.4. Related Work

In [29] the area coverage maximization is pursued through the appropriate positioning of mobile sensor nodes among stationary sensor nodes. The overall network field area is partitioned into a number of individual grids. At the same time, the weight of each individual grid is estimated. The target grid of any mobile node is considered to be the one that owns the minimum value of weight among all grids. In [30] WSN coverage optimization is pursued by using the PSO method along with a grid based strategy. Particularly, the square grid configuration is used to evaluate the particles in the fitness functions used. Additionally, maximizing the coverage and the minimization of energy consumption are also chased. The authors in [31] proposed a novel algorithm in order to optimize the coverage in a WSN using the PSO algorithm along with Voronoi diagrams. The points of interest are defined by the Voronoi diagram as the points at the edges of the Voronoi polygons as well as points in the boundaries where there is a high possibility that a coverage hole exists. According to the distance of the points of interest from the sensors, the area of coverage holes are computed and minimized by using a PSO algorithm.
In [32], the authors discovered that the phenotype space of the maximum coverage deployment problem in WSNs is a quotient space of the genotype space and proposed an efficient genetic algorithm using a novel normalization method. Additionally, they utilized the Monte Carlo method in order to design an efficient evaluation function, and achieved short computation times via a technique that starts from a few random samples and progressively raises their number for succeeding generations. In [33], a novel bidding protocol, which is applied in an area where a mixture of static and mobile nodes has been deployed, is proposed. According to the specific protocol, the mobile nodes change their locations in order to improve the coverage area by fulfilling the holes that have been determined by the static ones through the calculation of Voronoi diagrams.
A virtual force algorithm (VFA) is proposed in [34], as a sensor deployment methodology in order to improve the coverage area. The sensor nodes are initially deployed in a random way. Attractive and repulsive virtual forces are applied in the nodes in order to obtain a new position and once this position is determined they proceed to a one-time movement to their new optimal locations.
The authors in [35] proposed a virtual force-directed particle swarm optimization (VFPSO) algorithm. VFPSO is a self-organizing algorithm, aiming to enhance the coverage in WSNs that consist of both mobile and stationary node. The proposed algorithm combines the virtual force (VF) algorithm with particle swarm optimization, where VF uses both attractive and repulsive forces to determine virtual motion paths and the rate of movement for sensors. In this way, the velocities of particles are updated according to not only the historical local and global optimal solutions but also the aforementioned virtual forces of sensor nodes.
In [36] the so called coverage enhancing (COVEN) algorithm was introduced. COVEN calculates the percentage of hole area after random deployment of sensor nodes. Specifically, by using a two-step deployment process, static nodes cooperate in order to define the number of mobile nodes that need to be added in the sensor network, as well as their final location, so as to achieve maximization of coverage. In this way, a tradeoff between the cost of deployment and percentage of area covered is attained.

3. Proposed Algorithms

As already mentioned above, in the research work presented in this article two different optimization algorithms were developed, i.e., a GA and a PSO algorithm. Basic prerequisite for the proper function of each of these two algorithms is the knowledge of the characteristics of the search space, where the wireless sensor network will be placed, as well as the population and the behavior of the sensor nodes which comprise it. It is assumed that the search space is squared, two-dimensional, and without any obstacles. Therefore, the sensor nodes are not affected as far as the position they can occupy is concerned, since they remain within the search space limits, and the sensing range is not affected by extrinsic factors. A significant parameter that has an effect on the final positions of the sensor nodes is the existence of points of interest (POI) which require k- coverage. The sensor nodes’ function is based on the binary- disc sensing model, according to which they have 100% detection ability within the sensing range. The algorithms that have been designed entail two basic aims:
  • The maximization of the coverage area with the use of a certain number of sensor nodes.
  • The attainment of k-coverage in predefined points in the area.
Basic points towards finding the solution to such kind of problems with the use of CI methods are the input information encoding and the creation of an apt function that describes the problem.

3.1. Input Information Encoding

One of the basic points during the modeling process of a natural problem is the way with which the factors which affect it will be encoded. What is more, one of the basics prerequisites is the possibility for the user to control some of the parameters so as to form the case to be solved.
As far as the genetic algorithm developed is concerned, in every chromosome a possible solution to the problem of coverage and k-coverage in encoded, while the final solution of the problem represents the optimal positions where the nodes should be placed. The position of each node in the two-dimensional space is defined by a pair of coordinates (x, y) and if the number of the sensor nodes is M, then M pairs of coordinates are required to specify their positions. Also, if there are N points that require k-coverage, then N triad of values is needed, where every triad is composed by the coordinates of the point in the area and the k number which defines the necessary coverage for the point. All the aforementioned variables along with the number of nodes, the space limits, the sensing ranges of the nodes, and the sampling steps that are necessary in order to calculate the algorithm constitute the information which is encoded in every chromosome in the genetic algorithm. Respectively, as far as the PSO based algorithm is concerned, the same information is encoded in the particles of the swarm. The velocity and the position of each particle of the swarm were calculated according to Equations (1) and (2):
V i j ( t + 1 ) = w V i j + c 1 r 1 ( y i j ( t ) x i j ( t ) ) + c 2 r 2 ( y ^ j ( t ) x i j ( t ) )
x i ( t + 1 ) = x i ( t ) + V i ( t + 1 )
where Vij and xi represent the velocity and the position of the i-th particle (from the total n particles) in the j dimension (from the J total dimensions) during the t-th execution of the algorithm respectively. Additionally, w represents the inertia of the particle, c1 and c2 symbolize acceleration coefficients, and r1 and r2 are random numbers in the range [0, 1].

3.2. Fitness Function

The fitness function evaluates the quality of the solution being encoded in the chromosome or in the particle. The problem which is calculated by the algorithm is a minimization one, where the goal is to minimize the coverage holes, assuming that the k-coverage requirement is satisfied. Initially, the encoded information is decoded, making it possible for the function to process the design variables of the problem. The algorithm is comprised of two fundamental functions, the one that calculates k-coverage and the one that calculates the area coverage.

3.2.1. K-coverage Calculation

During the execution of the function, the number of points which require k-coverage as well as the degree of coverage are checked. For every spot, the algorithm withholds the necessary number of nodes which is equal to the degree of coverage of that spot; at the same time it keeps in its memory the nodes which have been already used for the coverage of previous spots. Each time, the Euclidian distance between the spot and the engaged group of sensor nodes to cover this spot is calculated. If the required coverage is satisfied, then the distance which occurs after the calculation is equal to zero. In every other case, the sum of the distances of the nodes from the spot is calculated. This process is repeated for all the spots which require k-coverage. The return value is the algebraic sum of all the distances that have been calculated from all the spots. It becomes apparent that if all the spots are covered, then the return value of the function is equal to zero. The methodology upon which the algorithm was developed is presented in Figure 1:

3.2.2. Area Coverage calculation

The calculation of area coverage is based upon the sampling of the target area. More specifically, the more spots which are covered by the sensor nodes, the larger the coverage of the area. Initially, for every spot, it is examined whether at least one of the available nodes covers it. If so, the area coverage is increased by one, otherwise the coverage hole is increased in the same manner. At the point where all of the spots of the target area have been tested, the return value of the algorithm is the area coverage. The basic structure of the algorithm is presented in Figure 2.

3.2.3. Fitness Function Calculation

The first step towards the execution of the fitness function is the calculation of the k-coverage of the spots which have been predefined by the user. In case its output is different than zero, the algorithm is terminated and its return value is equal the one that has been already calculated. Only in the case where the output is equal to zero can the algorithm proceed to the coverage area calculation. This methodology has been chosen since its goals are satisfied in a hierarchical manner; it reassures that a solution for the k-coverage for the spots will be found and, assuming it exists, it will proceed to find the solution that minimizes the holes’ coverage. Moreover, in this way, the execution time is decreased, as the calculation of the coverage area, which is a time consuming process, is not executed unless the requirement of k-coverage is satisfied.
Through the execution of both the genetic and the PSO algorithms, the aim was to minimize the output of the fitness function. Thus, cases in which the k-coverage of the spots is not satisfied or the coverage area is not suitable related to the case are not considered optimal solutions, resulting in their rejection.

4. Simulation Tests and Results

In this section, the efficacy of both the genetic algorithm and the PSO algorithms in maximizing the coverage and the k-coverage of area in a WSN deployed at a two-dimensional squared area is investigated via analytical simulation tests performed in MathWorks MATLAB environment.
Specifically, seven case studies were studied. In the first four of them, the two aforementioned algorithms were compared against each other. In the last three case studies, the efficacy of these two algorithms was compared to that of a relevant grid based PSO algorithm proposed in [30] and a Voronoi-based PSO algorithm proposed in [31]. It must be noted that in order to ensure a fair comparison, the simulation scenarios examined referred to the same conditions referred to in [31]. The optimal values for the control parameters of the GA and PSO algorithms were determined based on suggestions found in literature, in conjunction with trial and error tests. To be more specific, different control parameter combinations were tested, within the ranges suggested in literature [37,38]. For each specific control parameter combination, 30 runs were conducted and the combination that produced the best value of the objective function on average during the 30 runs was finally chosen as the finest set of control parameters.
Specifically, the main control parameters for the GA developed are presented in Table 1.
The initial population on the chromosomes was created in a random way so that the bounds and the linear constrains were satisfied, provided that they existed. Later on, in order to choose the best parents, a stochastic method was used according to which the chromosomes of the population were placed as consecutive linear segments on a straight line so that the length of every segment was similar to its fitness. The algorithm searched on the line by making steps of the same size and in each step it chose the parent who corresponded to the linear segment on which it landed. The first step occurred as a random number, smaller than the size of the step. Afterwards, during the crossover process, a random binary vector of the same size as the chromosomes was created and in the points where this vector took the value of “1”, the genes of the first parent were selected, whereas when it took the value of “0”, the genes of the second parent were selected. The selected genes were combined for the offspring-chromosome to occur. For the mutation process, a function that takes under consideration the bounds and the constraints, which could potentially occur, was chosen. The size of the population differs in respect to the complexity of the problem. Therefore as far as first two simpler problems were concerned, the size of the population was chosen to be equal to 200; while in the last two and most difficult cases the population was chosen equal to 600 chromosomes.
Similarly, the fundamental control parameters of the PSO algorithm were given the values that are presented in Table 2.
The initial swarm was created by having the particles occupy random yet uniformly distributed positions in the area as long as these positions were within the boundaries. The coefficients of the social and cognitive part (c1 and c2) were chosen to have the same value, since the particles function in the most efficient way when these two constants co-exist harmonically; on the other hand the inertia weight was altered linearly so that its initial high value boosted global search capability (exploration of the area), whereas this value decreased during the execution of the algorithm so as to boost the partial search capability of the algorithm (exploitation). The size of the swarm differed in respect to the complexity of the problem. Therefore as far as the first two simpler problems were concerned, the size of the swarm was chosen to be equal to 200; while in the last two and most difficult cases the swarm size was chosen equal to 600 particles. In case studies 1 and 3 all sensor nodes were considered to have the equal sensing ranges, while in case studies 2 and 4 the sensor nodes were considered to have different sensing ranges.
In each case study the simulation test was executed 30 times and the mean value, the standard deviation of the area coverage, as well as the average time were calculated and are presented in corresponding tables along with the highest value of the area coverage which resulted from the execution of each case. The information concerning the number of evaluations of the fitness function, as well as the standard deviation of this value are also presented in the same table. Additionally, the final positions of the sensor nodes in the area, which were the optimal positions in terms of coverage maximization among these 30 results, are both found and depicted. Moreover, a graphical representation of the best value of the fitness function is provided in accordance with the iterations for one of the 30 executions of the algorithm. Referring to the first four case studies, it must be noted that the order of appearance in their presentation corresponds to a graded degree of difficulty starting from the easiest one to calculate. Also, referring to the last three case studies, the order of appearance in their presentation corresponds to that adopted in [31]. Finally, in all cases studies examined, the term ideal area coverage in the results presented refers to the sum of the area coverage of the available sensor nodes, without taking into consideration the overlaps that may occur among them.
In all of the case studies examined, a comparison among the algorithms investigated is performed. Specifically, in the first four case studies, the competing methodologies are the GA and PSO algorithms proposed, whereas in the last three case studies the comparison that takes place is among each one of the proposed algorithms and the algorithms presented in [30] and [31]. This comparison was carried out using t-test methodology, which allows statistical testing of a hypothesis applicable to a population. This methodology is based on the calculation of the p-value, which indicates how compatible the data are, with a hypothesis known as the null hypothesis. As null hypothesis it is assumed that the two competing algorithms produce results with the same mean.

4.1. Case Study 1

The aim in the first case study was to maximize the coverage of a two-dimensional, squared area of 20 × 20. The number of the available sensors was equal to 35 and their sensing range was equal to 1.5. The size of the population in the GA algorithm was selected to be equal to 200 while the swarm size in the PSO algorithm was adjusted to 200.
The results of the simulations performed are synoptically presented in Table 3.
Additionally, the optimal positions of the network nodes that are calculated with the use of the GA algorithm are depicted in Figure 3 while the best and mean fitness values for each generation are shown in Figure 4.
Similarly, the optimal positions of the network nodes calculated using the PSO algorithm are illustrated in Figure 5 while the best fitness values for each iteration are graphically presented in Figure 6.

4.2. Case Study 2

The aim in the second case study was to maximize the coverage of a two-dimensional, squared area of 20 × 20. The number of the available sensors was equal to 32 while their sensing range varied between 0.8 and 2.
More specifically, five sensors had a sensing range equal to 0.8, 20 sensors had a sensing range equal to 1.5, and the last seven had a sensing range equal to 2. The size of the population in the GA algorithm was selected to be equal to 200 while the swarm size in the PSO algorithm was adjusted to be equal to 200.
The results of the simulations performed in case study 2 are synoptically presented in Table 4.
Additionally, the optimal positions of the network nodes calculated with the use of the GA algorithm are depicted in Figure 7 while the corresponding best and mean fitness values for each generation are shown in Figure 8.
Similarly, the optimal positions of the network nodes calculated by using PSO algorithm are illustrated in Figure 9 while the corresponding best fitness values for each iteration are graphically presented in Figure 10.

4.3. Case Study 3

The aim in the third case study was to investigate the maximization of the coverage in a network located within a two-dimensional, squared area of 20 × 20 provided that k-coverage of six pre-defined spots was satisfied.
More specifically, the points (5, 5), (10, 5), (15, 5), (5, 15), (10, 15), and (15, 15) were considered to have three-coverage each one. The number of the available sensor nodes was equal to 45 while the sensing range of each of them was equal to 1.5. The size of the population used in the GA algorithm was selected to be equal to 600 while the swarm size in the PSO algorithm was adjusted to be equal to 600.
The results of the simulations performed are synoptically presented in Table 5.
Additionally, the optimal positions of nodes with the use of the GA algorithm are depicted in Figure 11 while the corresponding best and mean fitness values for each generation are shown in Figure 12.
Similarly, the optimal positions of nodes calculated by using PSO algorithm are illustrated in Figure 13 while the corresponding best fitness values for each iteration are graphically presented in Figure 14.

4.4. Case Study 4

The aim in the fourth case study is to maximize the coverage of a two-dimensional, squared area of 20 × 20 provided that k-coverage of six pre-defined spots has been satisfied. More specifically, the points (5, 5), (10, 5), (15, 5), (5, 15), (10, 15), and (15, 15) are considered to have three-coverage each one. The number of the available sensors was equal to 45 while their sensing range varied between 1 and 2. More specifically, 18 sensors had a sensing range equal to 1, 20 sensors had a sensing range equal to 1.5, and the last seven had sensing ranges equal to 2. The size of the population in the GA algorithm was selected to be equal to 600 while the swarm size in the PSO algorithm was adjusted to 600.
The results of the simulations performed are synoptically presented in Table 6.
Additionally, the optimal positions of nodes with the use of the GA algorithm are depicted in Figure 15 while the corresponding best and mean fitness values for each generation are shown in Figure 16.
Similarly, the optimal positions of nodes calculated by using PSO algorithm are illustrated in Figure 17 while the corresponding best fitness values for each iteration are graphically presented in Figure 18.

4.5. Case Study 5

The aim in the fifth case study was to maximize the coverage of a two-dimensional, squared area of 50 × 50. The number of the available sensors was equal to 40 and their sensing range was equal to 5. The grid dimensions were 1 × 1, the size of the population in the GA algorithm was equal to 600, and the swarm size in the PSO algorithm was adjusted to 600. The results derived are synoptically presented in Table 7.

4.6. Case Study 6

The aim in the sixth case study was to maximize the coverage of a two-dimensional, squared area of 50 × 50. The number of the available sensors was equal to 20 and their sensing range was equal to 5. The grid dimensions were 1 × 1, the size of the population in the GA algorithm was equal to 600, and the swarm size in the PSO algorithm was adjusted to 600. The results derived are synoptically presented in Table 8.

4.7. Case Study 7

The aim in the seventh case study was to maximize the coverage of a two-dimensional, squared area of 30 × 30. The number of the available sensors was equal to 20 and their sensing range was equal to 5. The grid dimensions were 1 × 1, the size of the population in the GA algorithm was equal to 600, and the swarm size in the PSO algorithm was adjusted to 600. The results derived are synoptically presented in Table 9.

5. Performance Evaluation

According to the outcome of the simulations presented above, both the algorithms present satisfactory results of coverage and k-coverage of the area, which are highly close to the ideal values for each case, within acceptable execution times.
A rather important factor which affects the quality of the solution as well as the computational execution time of the algorithm is the size of the population which is selected in the GA algorithm and the size of the swarm in the PSO algorithm. The choice of a large number of possible solutions, otherwise known as agents, exploring the search space increases the diversity, thus resulting in less iterations of the algorithm so as to converge to the optimal solution while at the same time the possibility of getting trapped in local extremes decreases. Contrastively, the selection of a large population size concerning the GA algorithm as well as a large swarm size of particles as far as the PSO algorithm is concerned, increases to a great extent the complexity of the calculations. During the use of both of the methods, large sizes for the population and the swarm were chosen, since the need for finding the optimal coverage and k-coverage result was prioritized compared to the fast execution of the algorithms.
Additionally, it was observed that when the complexity of the problem increased, while maintaining the sizes of population in GA algorithm and swarm in PSO algorithm, the standard deviation in the simulation results was higher. Thus, while the difficulty of the problem increased, larger sizes of the populations were chosen. The fact that was noticeable, was the ability of the PSO algorithm to adapt and solve the most demanding problems, where the requirement of k-coverage was added, having a smaller swarm size compared to the GA algorithm where the respective population size was not sufficient to find a solution to the coverage problem. Nevertheless, for comparison purposes equal population sizes were chosen in all case studies examined.
As far as the mean value of the coverage calculation is concerned, the GA algorithm outperforms the PSO algorithm in all cases except for case study 4, where PSO produces a far superior result. The differences between the two algorithms were found to be statistically significant with a confidence level higher than 99% in all case studies, with the exception of case study 6, where the confidence level dropped to 90%.
As the complexity of the calculations increased due to the large number of potential solutions, the execution times of the algorithms were significantly increased as well. The execution times of the algorithms were also affected by the number of sensor nodes and not as much by the k-coverage points and the degree of coverage which they demand. Another factor which undoubtedly affects the execution time is the sampling step which, nevertheless, contributes to the improvement of the algorithm’s results. What is considered as an issue of outmost importance is to define the optimal sampling step, since it was observed that after a certain point the further decrease of the sampling step led to a great increase of the time without the respective improvement of the area coverage. As far as the simpler cases are concerned, the execution of the GA algorithm demanded less time compared to the PSO algorithm; yet, as the difficulty of the experiments increased, the GA algorithm needed more time and a larger size of population so as to achieve a result comparable to the one that was calculated with the use of the PSO algorithm.
The results derived from a group of 30 executions of the algorithm for each case and in each one of them, the standard deviation was rather small, depending on the complexity of the problem. Based on these small standard deviation values, it was concluded that the algorithm’s results, having used both methods, present a high repeatability.
Furthermore, the results derived were close enough to the ideal coverage percentage value. Even though some cases where the problem needed k-coverage of certain points and the existence of overlaps within the sensor nodes—which is not calculated in the ideal area coverage—were inevitable, the results of the optimal solution were very close to the ideal optimal values. It is, thus, observed that through the use of the GA as well as the PSO algorithm a high degree of accuracy concerning the results can be achieved.
The examination of the last three case studies showed that both the proposed algorithms are more advantageous compared to the grid-based algorithm proposed in [30] as far as the average time is concerned, but not as good as the Voronoi-based algorithm proposed in [31]. This is reasonable because the construction of the Voronoi diagram is a less complicated approach than the sampling methodology. Nevertheless, both of the algorithms proposed were found to be superior compared to the older two approaches in all of the case studies examined in terms of the area coverage ratio. The superiority of the proposed algorithms over the algorithms proposed in [30] and [31] is statistically significant with a confidence level higher than 99%, since the p-value is always very close to 0.

6. Conclusions and Future Work

The optimization of the area coverage in WSNs is the subject of the research work presented in this article. Specifically, two computational intelligence algorithms were designed in order to achieve the maximization of area coverage and area k-coverage. Both the genetic algorithm and the particle swarm optimization algorithm developed were analytically compared against each other in the various scenarios examined, using statistical testing.
In all case studies examined, the efficacy of the two algorithms developed was found to be very close to the ideal in terms of the achieved coverage percentage. More precisely, it was found that in the simpler case studies examined, the execution of the GA required less execution time compared to the PSO algorithm. Yet, as the scale of the experiments increased, the genetic algorithm needed more time and a larger size of population in order to achieve results as well as those accomplished by using the PSO algorithm. Similarly, in the simpler case scenarios examined, the GA achieved a minimally better result in terms of mean value of coverage calculations compared to the PSO algorithm.
In the cases where the k-coverage was pursued, the difference in the mean value of coverage calculated when using both the algorithms was reduced and finally in the most complex case scenario, the PSO algorithm was found to be better. Additionally, the GA and the PSO algorithms developed were analytically compared against two well-known coverage maximization methods, i.e. a grid based PSO and a Voronoi-based PSO algorithm, using statistical testing. Both the algorithms proposed in this article were found to provide higher coverage percentages than the other algorithms in comparison, with execution times lower than the former of them and higher than the latter one.
Despite the promising results derived from this work, there are a lot of efforts that need to be made in order to achieve even better performance enhancement of WSN performance. The reason for this statement is that there are many problems that generally obstruct the operation of WSNs and in particular affect either directly or indirectly the coverage optimization. For instance, restrictions of energy in WSNs have a detrimental influence on coverage maximization. This is because the energy insufficiency of sensor nodes limits their operational life [39], and whenever the residual energy of a sensor node is exhausted, this node becomes inactive thus causing coverage holes. Consequently, the use of schemes aiming at the achievement of power control [40], data aggregation [41,42], energy efficiency [43,44,45], energy balancing [46,47,48], data compression and restoration [49,50,51], congestion avoidance, and congestion control [52,53,54,55,56] should be also considered. Likewise, the preservation of network connectivity is an issue of crucial importance for WSNs in order to be operational and thus has to be pursued [57,58,59,60]. Yet, the deployment of sensor nodes at the network field of a WSN affects not only connectivity but also coverage. This is because in order to ensure connectivity, the sensor nodes need to be placed close enough to each other so that they remain within their communication range. On the other hand, in order to maximize the coverage, the sensor nodes need to be scattered around the area so as to prevent forming coverage holes.
For the aforementioned reasons, in order to achieve optimal results, coverage maximization should be pursued in combination with the attainment of energy conservation, connectivity preservation, and other performance metrics through the application of proper multiobjective schemes [61,62,63,64,65,66,67]. This is the next challenge for the authors of this article in terms of future research work.

Author Contributions

All authors have contributed equally to conceptualization, methodology, formal analysis, investigation, validation, resources, original draft preparation, and review and editing of this research article; I.P. and K.T. were responsible for software and data curation; A.A. and D.K. carried out the overall supervision and project administration. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Akyildiz, I.F.; Su, W.; Sankarasubramaniam, Y.; Cayirci, E. Wireless Sensor Networks: A Survey. Comput. Netw. 2002, 38, 399–422. [Google Scholar] [CrossRef] [Green Version]
  2. Yick, J.; Mukherjee, B.; Ghosal, D. Wireless sensor network survey. Comput. Netw. 2008, 52, 2292–2330. [Google Scholar] [CrossRef]
  3. Kandris, D.; Nakas, C.; Vomvas, D.; Koulouras, G. Applications of Wireless Sensor Networks: An Up-to-Date Survey. Appl. Syst. Innov. 2020, 3, 14. [Google Scholar] [CrossRef] [Green Version]
  4. Arampatzis, T.; Lygeros, J.; Manesis, S. A survey of applications of wireless sensors and wireless sensor networks. In Proceedings of the 2005 IEEE International Symposium on, Mediterranean Conference on Control and Automation Intelligent Control, Limassol, Cyprus, 27–29 June 2005; Volume 200, pp. 719–724. [Google Scholar]
  5. Zantalis, F.; Koulouras, G.; Karabetsos, S.; Kandris, D. A Review of Machine Learning and IoT in Smart Transportation. Future Internet 2019, 11, 94. [Google Scholar] [CrossRef] [Green Version]
  6. Hussian, R.; Sharma, S.; Sharma, V.; Sharma, S. WSN applications: Automated intelligent traffic control system using sensors. Int. J. Soft Comput. Eng. 2013, 3, 77–81. [Google Scholar]
  7. Nikolidakis, S.A.; Kandris, D.; Vergados, D.D.; Douligeris, C. Energy efficient automated control of irrigation in agriculture by using wireless sensor networks. Comput. Electron. Agric. 2015, 113, 154–163. [Google Scholar] [CrossRef]
  8. Abreu, C.; Mendes, P. Wireless sensor networks for biomedical applications. In Proceedings of the 2013 IEEE 3rd Portuguese Meeting in Bioengineering (ENBENG), Braga, Portugal, 20–23 February 2013; pp. 1–4. [Google Scholar]
  9. Pantazis, N.A.; Nikolidakis, S.A.; Kandris, D.; Vergados, D.D. An Automated System for Integrated Service Management in Emergency Situations. In Proceedings of the 2011 15th Panhellenic Conference on Informatics, Kastoria, Greece, 30 September–2 October 2011; pp. 154–157. [Google Scholar]
  10. Đurišić, M.P.; Tafa, Z.; Dimić, G.; Milutinović, V. A survey of military applications of wireless sensor networks. In Proceedings of the 2012 Mediterranean Conference on Embedded Computing (MECO), Bar, Montenegro, 19–21 June 2012; pp. 196–199. [Google Scholar]
  11. Yadav, J.; Mann, S. Coverage in wireless sensor networks: A survey. Int. J. Electron. Comput. Sci. Eng. 2013, 2, 465–471. [Google Scholar]
  12. Mulligan, R.; Ammari, H.M. Coverage in wireless sensor networks: A survey. Netw. Protoc. Algorithms 2010, 2, 27–53. [Google Scholar]
  13. Fan, G.; Jin, S. Coverage problem in wireless sensor network: A survey. J. Netw. 2010, 5, 1033. [Google Scholar] [CrossRef]
  14. Aziz, N.A.A.; Aziz, K.A.; Ismail, W.Z.W. Coverage strategies for wireless sensor networks. World Acad. Sci. Eng. Technol. 2009, 50, 145–150. [Google Scholar]
  15. Wang, Y.; Wu, S.; Chen, Z.; Gao, X.; Chen, G. Coverage problem with uncertain properties in wireless sensor networks: A survey. Comput. Netw. 2017, 123, 200–232. [Google Scholar] [CrossRef]
  16. Siddique, N.; Adeli, H. Computational Intelligence: Synergies of Fuzzy Logic, Neural Networks and Evolutionary Computing; John Wiley & Sons: Chichester, UK, 2013; p. 1. [Google Scholar]
  17. Man, K.-F.; Tang, K.-S.; Kwong, S. Genetic algorithms: Concepts and applications [in engineering design]. IEEE Trans. Ind. Electron. 1996, 43, 519–534. [Google Scholar] [CrossRef]
  18. Whitley, D.; Sutton, A.M. Genetic algorithms-A survey of models and methods. In Handbook of Natural Computing; Springer: Berlin/Heidelberg, Germany, 2012; pp. 637–671. [Google Scholar]
  19. Alexandridis, A.; Paizis, E.; Chondrodima, E.; Stogiannos, M. A particle swarm optimization approach in printed circuit board thermal design. Integr. Comput. Aided Eng. 2017, 24, 143–155. [Google Scholar] [CrossRef]
  20. Alexandridis, A.; Chondrodima, E.; Sarimveis, H. Cooperative learning for radial basis function networks using particle swarm optimization. Appl. Soft Comput. 2016, 49, 485–497. [Google Scholar] [CrossRef]
  21. Alexandridis, A.; Chondrodima, E.; Sarimveis, H. Radial Basis Function network training using a non-symmetric partition of the input space and Particle Swarm Optimization. IEEE Trans. Neural Netw. Learn. Syst. 2013, 24, 219–230. [Google Scholar] [CrossRef]
  22. Famelis, I.T.; Alexandridis, A.; Tsitouras, C. A highly accurate DE-PSO algorithm for the construction of initial value problem solvers. Eng. Optim. 2018, 50, 1364–1379. [Google Scholar] [CrossRef]
  23. Thede, S.M. An introduction to genetic algorithms. J. Comput. Sci. Coll. 2004, 20, 115–123. [Google Scholar]
  24. Dianati, M.; Song, I.; Treiber, M. An Introduction to Genetic Algorithms and Evolution Strategies; Technical Report; University of Waterloo: Ontario, ON, Canada, 2002. [Google Scholar]
  25. Juneja, M.; Nagar, S. Particle swarm optimization algorithm and its parameters: A review. In Proceedings of the 2016 International Conference on Control, Computing, Communication and Materials (ICCCCM), Allahbad, India, 21–22 October 2016. [Google Scholar]
  26. Eberhart, R.; Shi, Y. Particle swarm optimization: Developments, applications and resources. In Proceedings of the 2001 Congress on Evolutionary Computation (IEEE Cat. No.01TH8546), Seoul, Korea, 27–30 May 2001. [Google Scholar]
  27. Sangwan, A.; Singh, R.P. Survey on coverage problems in wireless sensor networks. Wirel. Pers. Commun. 2015, 80, 1475–1500. [Google Scholar] [CrossRef]
  28. Laturkar, A.P.; Malathi, P. Coverage optimization techniques in WSN using PSO: A survey. Int. J. Comput. Appl. 2014, 975, 19–22. [Google Scholar]
  29. Rakavi, A.; Manikandan, M.S.K.; Hariharan, K. Grid based mobile sensor node deployment for improving area coverage in Wireless Sensor Networks. In Proceedings of the 2015 3rd International Conference on Signal Processing, Communication and Networking (ICSCN), Chennai, India, 26–28 March 2015; pp. 1–5. [Google Scholar]
  30. Wang, X.L.; Shu, L.; Yang, J.; Xu, H.; Cho, J.; Lee, S. Swarm based sensor deployment optimization in ad hoc sensor networks. In Proceedings of the Second international conference on Embedded Software and Systems, Xi’an, China, 16–18 December 2005; Springer: Berlin/Heidelberg, Germany; pp. 533–541. [Google Scholar]
  31. Aziz, A.; Nor Azlina, B.; Mohemmed, A.W.; Alias, M.Y. A wireless sensor network coverage optimization algorithm based on particle swarm optimization and Voronoi diagram. In Proceedings of the 2009 International Conference on Networking, Sensing and Control, Okayama, Japan, 26–29 March 2009; pp. 602–607. [Google Scholar]
  32. Yoon, Y.; Kim, Y.-H. An Efficient Genetic Algorithm for Maximum Coverage Deployment in Wireless Sensor Networks. IEEE Trans. Cybern. 2013, 43, 1473–1483. [Google Scholar] [CrossRef] [PubMed]
  33. Wang, G.; Cao, G.; Berman, P.; La Porta, T. Bidding Protocols for Deploying Mobile Sensors. IEEE Trans. Mob. Comput. 2007, 6, 563–576. [Google Scholar] [CrossRef]
  34. Zou, Y.; Chakrabarty, K. Sensor deployment and target localization in distributed sensor networks. ACM Trans. Embed. Comput. Syst. (TECS) 2004, 3, 61–91. [Google Scholar] [CrossRef]
  35. Wang, X.; Wang, S.; Bi, D.W. Virtual force-directed particle swarm optimization for dynamic deployment in wireless sensor networks. In Proceedings of the intelligent computing 3rd international conference on Advanced intelligent computing theories and applications, Qingdao, China, 21–24 August 2007; Springer: Berlin/Heidelberg, Germany; pp. 292–303. [Google Scholar]
  36. Ghosh, A. Estimating coverage holes and enhancing coverage in mixed sensor networks. In Proceedings of the 29th Annual IEEE International Conference on Local Computer Networks, Tampa, FL, USA, 16–18 November 2004; pp. 68–76. [Google Scholar]
  37. Boyabatli, O.; Sabuncuoglu, I. Parameter selection in genetic algorithms. J. Syst. Cybern. Inform. 2004, 4, 78–83. [Google Scholar]
  38. Shi, Y.; Eberhart, R.C. Parameter selection in particle swarm optimization. In Lecture Notes in Computer Science Evolutionary Programming VII. EP 1998; Porto, V.W., Saravanan, N., Waagen, D., Eiben, A.E., Eds.; Springer: Berlin/Heidelberg, Germany, 1998; Volume 1447. [Google Scholar]
  39. Kandris, D.; Tsioumas, P.; Tzes, A.; Pantazis, N.; Vergados, D.D. Hierarchical Energy Efficient Routing in Wireless Sensor Networks. In Proceedings of the 16th IEEE Mediterranean Conference on Control and Automation (MED’08), Ajaccio, France, 25–27 June 2008; pp. 1856–1861. [Google Scholar]
  40. Pantazis, N.; Kandris, D. Power Control Schemes in Wireless Sensor Networks. WSEAS Trans. Commun. 2005, 4, 1100–1107. [Google Scholar]
  41. Dhand, G.; Tyagi, S.S. Data aggregation techniques in WSN: Survey. Procedia Comput. Sci. 2016, 92, 378–384. [Google Scholar] [CrossRef] [Green Version]
  42. Krishnamachari, L.; Estrin, D.; Wicker, S. The Impact of Data Aggregation in Wireless Sensor Networks. In Proceedings of the 22nd International Conference on Distributed Computing Systems Workshops, Vienna, Austria, 2–5 July 2002. [Google Scholar]
  43. Kandris, D.; Tsioumas, P.; Tzes, A.; Nikolakopoulos, G.; Vergados, D.D. Power Conservation Through Energy Efficient Routing in Wireless Sensor Networks. Sensors 2009, 9, 7320–7342. [Google Scholar] [CrossRef] [PubMed]
  44. Nikolaos, A.; Pantazis, S.A.; Nikolidakis, D.; Vergados, D. Energy-Efficient Routing Protocols in Wireless Sensor Networks: A Survey. IEEE Commun. Surv. Tutor. 2013, 15, 551–591. [Google Scholar]
  45. Nakas, C.; Kandris, D.; Visvardis, G. Energy Efficient Routing in Wireless Sensor Networks: A Comprehensive Survey. Algorithms 2020, 13, 72. [Google Scholar] [CrossRef] [Green Version]
  46. Nikolidakis, S.A.; Kandris, D.; Vergados, D.D.; Douligeris, C. Energy Efficient Routing in Wireless Sensor Networks Through Balanced Clustering. Algorithms 2013, 6, 29–42. [Google Scholar] [CrossRef]
  47. Liu, T.; Li, Q.; Liang, P. An energy-balancing clustering approach for gradient-based routing in wireless sensor networks. Comput. Commun. 2012, 35, 2150–2161. [Google Scholar] [CrossRef]
  48. Du, R.; Gkatzikis, L.; Fischione, C.; Xiao, M. On maximizing sensor network lifetime by energy balancing. IEEE Trans. Control Netw. Syst. 2017, 5, 1206–1218. [Google Scholar] [CrossRef] [Green Version]
  49. Kandris, D.; Tsagkaropoulos, M.; Politis, I.; Tzes, A.; Kotsopoulos, S. A hybrid scheme for video transmission over wireless multimedia sensor networks. In Proceedings of the IEEE 17th Mediterranean Conference on Control and Automation 2009, Thessaloniki, Greece, 24–26 June 2009; pp. 964–969. [Google Scholar]
  50. Nikolakopoulos, G.; Kandris, D.; Tzes, A. Adaptive compression of slowly varying images transmitted over wireless sensor networks. Sensors 2010, 10, 7170–7191. [Google Scholar] [CrossRef] [Green Version]
  51. Nikolakopoulos, G.; Stavrou, P.; Tsitsipis, D.; Kandris, D.; Tzes, A.; Theocharis, T. A dual scheme for compression and restoration of sequentially transmitted images over Wireless Sensor Networks. Ad Hoc Netw. 2013, 11, 410–426. [Google Scholar] [CrossRef]
  52. Ploumis, S.E.; Sgora, A.; Kandris, D.; Vergados, D.D. Congestion Avoidance in Wireless Sensor Networks: A Survey. In Proceedings of the 2012 IEEE Panhellenic Conference on Informatics (PCI 2012), Piraeus, Greece, 5–7 October 2012; pp. 234–239. [Google Scholar]
  53. Ghaffari, A. Congestion control mechanisms in wireless sensor networks: A survey. J. Netw. Comput. Appl. 2015, 52, 101–115. [Google Scholar] [CrossRef]
  54. Kandris, D.; Vergados, D.J.; Vergados, D.D.; Tzes, A. A routing scheme for congestion avoidance in wireless sensor networks. In Proceedings of the 6th Annual IEEE Conference on Automation Science and Engineering (CASE 2010), Toronto, ON, Canada, 21–24 August 2010; pp. 21–24. [Google Scholar]
  55. Jan, M.A.; Jan, S.R.U.; Alam, M.; Akhunzada, A.; Rahman, I.U. A comprehensive analysis of congestion control protocols in wireless sensor networks. Mob. Netw. Appl. 2018, 23, 456–468. [Google Scholar] [CrossRef]
  56. Kandris, D.; Tselikis, G.; Anastasiadis, E.; Panaousis, E.; Dagiuklas, T. COALA: A protocol for the avoidance and alleviation of congestion in wireless sensor networks. Sensors 2017, 17, 2502. [Google Scholar] [CrossRef] [Green Version]
  57. Joshi, Y.K.; Younis, M. Restoring connectivity in a resource constrained WSN. J. Netw. Comput. Appl. 2016, 66, 151–165. [Google Scholar] [CrossRef] [Green Version]
  58. Pandana, C.; Liu, K.R. Robust connectivity-aware energy-efficient routing for wireless sensor networks. IEEE Trans. Wirel. Commun. 2008, 7, 3904–3916. [Google Scholar] [CrossRef] [Green Version]
  59. Al-Turjman, F.; Hassanein, H.S.; Ibnkahla, M.A. Connectivity optimization for wireless sensor networks applied to forest monitoring. In Proceedings of the 2009 IEEE International Conference on Communications, Dresden, Gemany, 14–18 June 2009; pp. 1–6. [Google Scholar]
  60. Younis, M.; Waknis, R. Connectivity restoration in wireless sensor networks using steiner tree approximations. In Proceedings of the 2010 IEEE Global Telecommunications Conference GLOBECOM 2010, Miami, FL, USA, 6–10 December 2010; pp. 1–5. [Google Scholar]
  61. Chen, Z.; Li, S.; Yue, W.J. Memetic algorithm-based multi-objective coverage optimization for wireless sensor networks. Sensors 2014, 14, 20500–20518. [Google Scholar] [CrossRef] [Green Version]
  62. Kandris, D.; Alexandridis, A.; Dagiuklas, T.; Panaousis, E.; Vergados, D.D. Multiobjective Optimization Algorithms for Wireless Sensor Networks. Wirel. Commun. Mob. Comput. 2020. (under review). [Google Scholar]
  63. Sengupta, S.; Das, S.; Nasir, M.D.; Panigrahi, B.K. Multi-objective node deployment in WSNs: In search of an optimal trade-off among coverage, lifetime, energy consumption, and connectivity. Eng. Appl. Artif. Intell. 2013, 26, 405–416. [Google Scholar] [CrossRef]
  64. Le Berre, M.; Hnaien, F.; Snoussi, H. Multi-objective optimization in wireless sensors networks. In Proceedings of the ICM 2011 Proceeding, Hammamet, Tunisia, 19–22 December 2011; pp. 1–4. [Google Scholar]
  65. Sharawi, M.; Emary, E.; Saroit, I.A.; El-Mahdy, H. WSN’s energy-aware coverage preserving optimization model based on multi-objective bat algorithm. In Proceedings of the 2015 IEEE Congress on Evolutionary Computation (CEC), Sendai, Japan, 12 October 2015; pp. 472–479. [Google Scholar]
  66. Jameii, S.M.; Faez, K.; Dehghan, M. Multiobjective optimization for topology and coverage control in wireless sensor networks. Int. J. Distrib. Sens. Netw. 2015, 11, 363815. [Google Scholar] [CrossRef]
  67. Fei, Z.; Li, B.; Yang, S.; Xing, C.; Chen, H.; Hanzo, L. A survey of multi-objective optimization in wireless sensor networks: Metrics, algorithms, and open problems. IEEE Commun. Surv. Tutor. 2016, 19, 550–586. [Google Scholar] [CrossRef] [Green Version]
Figure 1. K-coverage calculation algorithm.
Figure 1. K-coverage calculation algorithm.
Electronics 09 00675 g001
Figure 2. Area coverage calculation algorithm.
Figure 2. Area coverage calculation algorithm.
Electronics 09 00675 g002
Figure 3. Optimal node position with the use of the GA algorithm in case study 1.
Figure 3. Optimal node position with the use of the GA algorithm in case study 1.
Electronics 09 00675 g003
Figure 4. Best and mean fitness values for each generation of the GA algorithm in case study 1.
Figure 4. Best and mean fitness values for each generation of the GA algorithm in case study 1.
Electronics 09 00675 g004
Figure 5. Optimal node positions with the use of the PSO algorithm in case study 1.
Figure 5. Optimal node positions with the use of the PSO algorithm in case study 1.
Electronics 09 00675 g005
Figure 6. Best fitness value for each iteration of the PSO algorithm in case study 1.
Figure 6. Best fitness value for each iteration of the PSO algorithm in case study 1.
Electronics 09 00675 g006
Figure 7. Optimal node positions with the use of the GA algorithm in case study 2.
Figure 7. Optimal node positions with the use of the GA algorithm in case study 2.
Electronics 09 00675 g007
Figure 8. Best and mean fitness values for each generation of the GA algorithm in case study 2.
Figure 8. Best and mean fitness values for each generation of the GA algorithm in case study 2.
Electronics 09 00675 g008
Figure 9. Optimal node positions with the use of the PSO algorithm in case study 2.
Figure 9. Optimal node positions with the use of the PSO algorithm in case study 2.
Electronics 09 00675 g009
Figure 10. Best fitness value for each iteration of the PSO algorithm in case study 2.
Figure 10. Best fitness value for each iteration of the PSO algorithm in case study 2.
Electronics 09 00675 g010
Figure 11. Optimal node positions with the use of the GA algorithm in case study 3.
Figure 11. Optimal node positions with the use of the GA algorithm in case study 3.
Electronics 09 00675 g011
Figure 12. Best and mean fitness values for each generation of the GA algorithm in case study 3.
Figure 12. Best and mean fitness values for each generation of the GA algorithm in case study 3.
Electronics 09 00675 g012
Figure 13. Optimal node positions with the use of the PSO algorithm in case study 3.
Figure 13. Optimal node positions with the use of the PSO algorithm in case study 3.
Electronics 09 00675 g013
Figure 14. Best fitness value for each iteration of the PSO algorithm in case study 3.
Figure 14. Best fitness value for each iteration of the PSO algorithm in case study 3.
Electronics 09 00675 g014
Figure 15. Optimal node positioning with the use of the GA algorithm in case study 4.
Figure 15. Optimal node positioning with the use of the GA algorithm in case study 4.
Electronics 09 00675 g015
Figure 16. Best and mean fitness values for each generation of the GA algorithm in case study 4.
Figure 16. Best and mean fitness values for each generation of the GA algorithm in case study 4.
Electronics 09 00675 g016
Figure 17. Optimal node positioning with the use of the PSO algorithm in case study 4.
Figure 17. Optimal node positioning with the use of the PSO algorithm in case study 4.
Electronics 09 00675 g017
Figure 18. Best fitness value for each iteration of the PSO algorithm in case study 4.
Figure 18. Best fitness value for each iteration of the PSO algorithm in case study 4.
Electronics 09 00675 g018
Table 1. Genetic algorithm (GA) control parameters.
Table 1. Genetic algorithm (GA) control parameters.
Control ParametersFunctions/Values
Creation Function‘CreationLinearFeasible’
Selection Function‘SelectionStochUnif’
Crossover Function‘CrossoverScattered’
Crossover Fraction0.5
Mutation Function‘MutationAdaptFeasible’
Population Size[200, 600]
Function Tolerance0.01 (for 50 generations)
Table 2. Particle swarm optimization control parameters.
Table 2. Particle swarm optimization control parameters.
Control ParametersFunctions/Values
Inertia Range (w)[0.1, 1.1]
Self-Adjustment Weight c11.49
Social Adjustment Weight c21.49
Swarm Size[200, 600]
Function Tolerance0.01 (for 20 iterations)
Table 3. Simulation results of case study 1.
Table 3. Simulation results of case study 1.
ParameterGAPSO
Mean Value61.1760.92
Standard Deviation0.280.46
Average Time (sec)1.522.18
Mean Function Evaluations17,20027,400
Standard Deviation Function Evaluations8652300
Best Fitness61.5661.49
p-value0.00
Ideal Area Coverage61.85
Table 4. Simulation results of case study 2.
Table 4. Simulation results of case study 2.
ParameterGAPSO
Mean Value59.3758.83
Standard Deviation0.180.38
Average Time (sec)1.432.18
Mean Function Evaluations16,00027,200
Standard Deviation Function Evaluations6933020
Best Fitness59.6959.32
p-value0.00
Ideal Area Coverage59.85
Table 5. Simulation results of case study 3.
Table 5. Simulation results of case study 3.
ParameterGAPSO
Mean Value73.0772.13
Standard Deviation0.660.85
Average Time (sec)7.65.15
Mean Function Evaluations114,260139,960
Standard Deviation Function Evaluations12,30012,700
Best Fitness74.2873.77
p-value0.00
Ideal Area Coverage 79.52
Table 6. Simulation results of case study 4.
Table 6. Simulation results of case study 4.
ParameterGAPSO
Mean Value67.3969.89
Standard Deviation0.451.15
Average Time (sec)5.696.10
Mean Function Evaluations96,340136,180
Standard Deviation Function Evaluations1.31 × 1041.88 × 104
Best Fitness68.2471.64
p-value0.00
Ideal Area Coverage 71.47
Table 7. Simulation results of case study 5.
Table 7. Simulation results of case study 5.
ValuesPSO_GRID [30]PSO_VORONOI [31]GAPSO
Mean Value91.7489.8396.4095.53
Standard Deviation0.010.010.590.66
Average Time (sec)645.3361.28217.59200.99
p-value (GA)0.000.00-0.00
p-value (PSO)0.000.000.00-
Ideal Area Coverage100%
Table 8. Simulation results of case study 6.
Table 8. Simulation results of case study 6.
ValuesPSO_GRID [30]PSO_VORONOI [31]GAPSO
Mean Value61.0759.2462.5062.38
Standard Deviation0.000.000.230.18
Average Time (sec)362.4427.67149.1289.06
p-value (GA)0.000.00-0.10
p-value (PSO)0.000.000.10-
Ideal Area Coverage62.83%
Table 9. Simulation results of case study 7.
Table 9. Simulation results of case study 7.
ValuesPSO_GRID [30]PSO_VORONOI [31]GAPSO
Mean Value97.8997.9699.7699.55
Standard Deviation0.020.010.100.17
Average Time (sec)125.1827.1739.2444.98
p-value (GA)0.000.00-0.00
p-value (PSO)0.000.000.00-
Ideal Area Coverage100%

Share and Cite

MDPI and ACS Style

Tarnaris, K.; Preka, I.; Kandris, D.; Alexandridis, A. Coverage and k-Coverage Optimization in Wireless Sensor Networks Using Computational Intelligence Methods: A Comparative Study. Electronics 2020, 9, 675. https://doi.org/10.3390/electronics9040675

AMA Style

Tarnaris K, Preka I, Kandris D, Alexandridis A. Coverage and k-Coverage Optimization in Wireless Sensor Networks Using Computational Intelligence Methods: A Comparative Study. Electronics. 2020; 9(4):675. https://doi.org/10.3390/electronics9040675

Chicago/Turabian Style

Tarnaris, Konstantinos, Ioanna Preka, Dionisis Kandris, and Alex Alexandridis. 2020. "Coverage and k-Coverage Optimization in Wireless Sensor Networks Using Computational Intelligence Methods: A Comparative Study" Electronics 9, no. 4: 675. https://doi.org/10.3390/electronics9040675

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