Next Article in Journal
Improving Temporal Coverage of an Energy-Efficient Data Extraction Algorithm for Environmental Monitoring Using Wireless Sensor Networks
Next Article in Special Issue
Study of Alternative GPS Network Meteorological Sensors in Taiwan: Case Studies of the Plum Rains and Typhoon Sinlaku
Previous Article in Journal
Distributed Joint Source-Channel Coding in Wireless Sensor Networks
Previous Article in Special Issue
Applications of Remote Sensing to Alien Invasive Plant Studies
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

CoCMA: Energy-Efficient Coverage Control in Cluster-Based Wireless Sensor Networks Using a Memetic Algorithm

1
Department of Bio-Industrial Mechatronics Engineering, National Taiwan University, Taipei 106, Taiwan
2
Department of Electrical Engineering, National Taipei University of Technology, Taipei 106, Taiwan
3
Department of Entomology, National Taiwan University, Taipei 106, Taiwan
*
Author to whom correspondence should be addressed.
Sensors 2009, 9(6), 4918-4940; https://doi.org/10.3390/s90604918
Submission received: 20 May 2009 / Revised: 14 June 2009 / Accepted: 19 June 2009 / Published: 22 June 2009
(This article belongs to the Special Issue Sensor Algorithms)

Abstract

:
Deployment of wireless sensor networks (WSNs) has drawn much attention in recent years. Given the limited energy for sensor nodes, it is critical to implement WSNs with energy efficiency designs. Sensing coverage in networks, on the other hand, may degrade gradually over time after WSNs are activated. For mission-critical applications, therefore, energy-efficient coverage control should be taken into consideration to support the quality of service (QoS) of WSNs. Usually, coverage-controlling strategies present some challenging problems: (1) resolving the conflicts while determining which nodes should be turned off to conserve energy; (2) designing an optimal wake-up scheme that avoids awakening more nodes than necessary. In this paper, we implement an energy-efficient coverage control in cluster-based WSNs using a Memetic Algorithm (MA)-based approach, entitled CoCMA, to resolve the challenging problems. The CoCMA contains two optimization strategies: a MA-based schedule for sensor nodes and a wake-up scheme, which are responsible to prolong the network lifetime while maintaining coverage preservation. The MA-based schedule is applied to a given WSN to avoid unnecessary energy consumption caused by the redundant nodes. During the network operation, the wake-up scheme awakens sleeping sensor nodes to recover coverage hole caused by dead nodes. The performance evaluation of the proposed CoCMA was conducted on a cluster-based WSN (CWSN) under either a random or a uniform deployment of sensor nodes. Simulation results show that the performance yielded by the combination of MA and wake-up scheme is better than that in some existing approaches. Furthermore, CoCMA is able to activate fewer sensor nodes to monitor the required sensing area.

1. Introduction

A wireless sensor network (WSN) is a telecommunication network that consists of a number of wireless sensor nodes. Given the limited energy and communication range of wireless sensor nodes, many previous studies have attempted to improve the quality of service (QoS) through prolonging network lifetime. Some fundamental issues have also been investigated to enhance the reliability of WSNs, such as power management [1], routing protocols [2], localization [3], medium access control (MAC) [4], and coverage control [5,6]. For mission-critical applications for WSNs, such as military surveillance [7] and object tracking [8], full sensing coverage is crucial for event detection. As a result, how well the deployed sensor nodes cover a target area is a fundamental criterion to evaluate QoS. Usually, both minimizing the energy consumption and extending the lifetime are also essential.
In general, the k-coverage problem has been discussed when coverage control for WSNs is considered [5,6]. The k-coverage means that each point is within the sensing range of k or more sensor nodes. The value of k would be determined in different application-specific WSNs. For example, in [9] the authors consider the m-coverage problem in a target tracking application, where every target should be monitored by m sensor nodes. They then optimize the accuracy of target tracking and power consumption using the genetic algorithm (GA). In this paper, we consider 1-coverage problem for a WSN, where each point of interest (POI) is covered by one sensor node at least. Usually, in order to maintain a maximum sensing coverage area with the lowest power consumption, the redundant sensor nodes chosen by node-scheduling algorithms [10-12] should enter an inactive mode (sleeping mode) to reserve battery power. If one active node runs out of its energy, one or more of the inactive nodes needs to be awakened instantly to replace the dying node. These node-scheduling algorithms guarantee 100% sensing coverage as long as possible. In addition, the approach in [13] adjusts the sensing ranges of nodes dynamically to improve the sensing coverage. They utilized density control and various patterns of node placements to evaluate the performance of coverage preservation.
On the other hand, the problem of selecting a minimum number of sensor nodes to cover all the required POIs belongs to the NP-Complete problem [14], also named the set covering problem (SCP) [14-16]. Some studies have applied optimization algorithms to the SCP. Jia et al. presented an elitist non-dominated sorting genetic algorithm (NSGA-II) to find the redundant nodes and turn them off in order to conserve energy [17]. Lin et al. employed the ant colony algorithm to solve the SCP [14]. Since the evaluation of area coverage is complicated, some studies used point coverage to approximate area coverage [18]. In this paper, we consider a SCP with a number of POIs deployed in a sensing field. In coverage control, we concern whether each POI in a sensing field that can be monitored by at least one sensor node at different time (i.e., the 1-coverage problem). Thus, the coverage control should guarantee that the original coverage is maintained after turning off redundant nodes.
Memetic algorithms (MAs) are population-based heuristic search approaches for optimization problems [19]. MAs are similar to GAs, but MAs incorporate local search with GAs. Inspired by the notion of meme presented by Dawkins [20], MAs employ one or more problem-specific heuristic searching to improve the solutions generated by GA operators, such as crossover and mutation. Hence, the performances of MAs are generally better than those of GA. Particularly, MA is a very suitable optimization algorithm for complex problems, such as the traveling salesman problem [21], the graph bi-partitioning problem [22], and binary quadratic programming [23]. MA has also been utilized to solve the minimum energy network connectivity (MENC) in WSNs [24]. The MENC problem is to simultaneously minimize the power consumption on each node and to maintain the global connectivity of the network, which belongs to the NP-Complete problem. Additionally, the optimal operation mode for each node that can be a cluster head or a regular sensor node with a high or low transmitting range of signals is determined by the MA, so that the energy consumption can be minimized [25]. The energy consumption for each operation mode is different. These two [24,25] do not consider sensing coverage requirements when using MAs to optimize sensor networks. In this paper, we utilize the MA to optimize the sensing coverage of a CWSN while minimizing the number of activated nodes (i.e., the SCP encountered in a given CWSN).
This study presents a MA-based coverage-preserving algorithm to optimize the point coverage of a CWSN. We investigate how the MA can be applied to an optimization problem in CWSNs. Note that many sensor nodes may be redundant after all of the nodes are deployed. In general, redundant sensor nodes cover sensing areas that are overlapped with other neighboring sensor nodes. In order to reduce energy consumption, the CoCMA determines which sensor nodes should be switched to sleeping modes. The CoCMA can also awaken some of the sensor nodes when sensing coverage declines. This step is called the wake-up scheme, which is different from that in the MA. Using evolutionary operations, our CoCMA is time consuming, so we develop a wake-up scheme that is less complex to determine an optimal schedule for nodes, awakening one or more sensor nodes near a dying one. The lost coverage of POIs can therefore be retrieved. The CoCMA can allow a minimum number of active sensor nodes to achieve maximum coverage and prolong the network lifetime simultaneously. This is very different from the aforementioned algorithms; for example, the NSGA-II [17] only considers coverage optimization in the phase of the initial deployment without considering long-term operation. The CoCMA can be incorporated into different routing protocols. We have applied the proposed CoCMA to a CWSN [26] and compared their performances with the existing approaches in [26-29]. Simulation results show that the proposed CoCMA can not only prolong the network lifetime considerably but also maintain the higher sensing coverage.
The remainder of this paper is organized as follows. Section 2 describes the preliminary models and assumptions. In Section 3, we formulate the SCP and present the energy-efficient coverage control that employs a MA to solve the SCP. Section 4 shows our experimental results in comparison to different approaches and then provides discussions on the comparisons. Finally, Section 5 gives our conclusions.

2. Preliminaries

In this paper, we assume that all of the wireless sensor nodes (referred to sensor nodes or nodes) and the sink node (sink) are stationary after deployment. These nodes are assumed to be homogenous, with the same communication capacity, sensing range, and data processing capacity. In addition, we assume that the position of every sensor node is known a priori, and the sink is aware of the positions of all sensor nodes in this study. The sensing area for a sensor node is assumed a disk-shaped area with a specific diameter (rs). In fact, the CoCMA can be applied to WSNs with irregular-shaped sensing areas as long as their sensing coverage models are given.
The proposed approach considers the point coverage problem in a given area. The POI is the place where the event occurs. We assume that an event signal is always generated at each POI. As shown in Figure 1, each POI is surrounded by a number of sensor nodes. If the POI is located within the sensing range rs of a given sensor node, the sensor node will detect the event signal and transmit the measured data to the sink by a multi-hop manner.

2.1. Sensing Coverage Model

A given target area R is a two-dimensional plane of Lx × Ly m2. A set of sensor nodes in R is thus defined as C = {c1, c2, c3, …, cN}, where ci = {xi, yi, rs}, i∈[1, N] and N is the total number of deployed sensor nodes. The coordinate and sensing radius of a sensor node are {xi, yi} and rs, respectively. A set of POIs distributed over the region R is defined as P = {p1, p2, …, pM}, where pj is a POI located at {xj, yj}, j∈[1, M], and M is the number of POIs. In addition, we introduce a binary variable ℜi,j to represent whether ci is able to cover pj. ℜi,,j is defined as:
i , j = { 1 if ( x i x j ) 2 + ( y i y j ) 2 < r s 2 0 otherwise .
If the distance between pj and ci is less than rs, then pj is covered by ci (i.e., ℜi,j = 1). Thus, the event signal generated at the POI can be detected. However, pj may be covered by v sensor nodes at the same time. For a particular pj, if it is covered by two or more sensor nodes (i.e., c1, c2, …, and cv, vN), the union of ℜ1, j, ℜ2,j, …, and ℜv, j for pj can be calculated using the basic operation of the Boolean algebra:
1 , j 2 , j v , j = 1 ¯ 1 , j ¯ 2 , j ¯ v , j ,
where ℜ̂i,j is the Boolean inverse of ℜi,j, i.e., ℜ̂i,j = 1 i,j, “v” denotes the Boolean union, and “∧ ” denotes the Boolean intersect.

2.2. Energy Consumption Model

According to a previous study [26], the cluster-based WSN (CWSN) should be an optimal design so that energy dissipation over the entire network is equally distributed, and the lifetime of the network can be prolonged. The CoCMA was designed to follow this suggestion. In order to compare the performance of the proposed algorithm with existing ones, we use the model in the previous study [26] to measure the energy consumption for both transmission and reception. This energy consumption model is depicted in Figure 2. Given that energy consumption in radio transmission is often greater than that in general sensor operations or memory access [30,31], we consider the energy consumption for radio transmission and ignore energy consumption for other operations.
In Figure 2, Eelecdenotes the dissipated energy for the transmit circuitry or receive circuitry per bit (in nano-Joules), Eamp denotes the energy consumption for the power amplifier per bit, and β denotes the exponent for path loss. Consequently, when a transmitter sends an H-bit packet to a receiver, the total energy consumption can be calculated by:
E T x ( d , H ) = E elec × H + E amp × H × d β E R x ( d , H ) = E elec × H ,
where ETx and ERx are the total energy consumption on transmitting and receiving an H-bit packet, respectively. Since all of the sensor nodes are assumed homogeneous, every sensor node has the same initial energy. The energy-rich sink, however, does not involve this energy consumption model; rather, it presumably comes from other power sources with plenty of supply.

3. Coverage Control Using Memetic Algorithm

3.1. The Set Covering Problem (SCP)

The SCP, one of the NP-Complete problems, was first defined in [14]. We apply this definition to the node scheduling optimization here. In this study, the SCP involves the issue of managing coverage with energy efficiency. SCP is to find a set of nodes with the minimum cost so that each POI is covered by at least one node. Thus, the SCP considered in the CoCMA can be formulated mathematically as follows:
Optimization Model : min i g i x i i [ 1 , N ]
Subject to : i i , j x i 1 , j [ 1 , M ] x i = 1 or 0 , i [ 1 , N ] ,
where gi is the cost of activating each node; xi’s are the key decision variables that need to be determined by the CoCMA (e.g. one is for activation, and zero is for inactivation). The objective function in Equation (4) minimizes the total number of nodes needed to be activated. In this paper, we suppose that the cost of activating each node is identical (i.e., gi = 1). The constraint described in Equation (5) stipulates that every pj must be covered by at least one node. When the network is activated, using the optimization model depicted in Equations (4) and (5) is critical, since the model improves energy efficiency of the network.
Meta-heuristics are a group of approximate methods, designed to cope with optimization problems. For example, genetic algorithms, memetic algorithm (MA), problem-space search, neural networks and simulated annealing are all members of the family of meta-heuristics. In order to efficiently find the optimal solutions, we develop a meta-heuristic method that employs an iterative generation process to explore the search spaces based on learning strategies [32]. Based on these reasons, we propose the CoCMA to solve the SCP using a MA and an optimization strategy, named the wake-up scheme. The proposed CoCMA will be described in detail as follows.

3.2. The CoCMA Proposed for Cluster-based WSNs

In this study, we propose a method, called Coverage Control Using Memetic Algorithm (CoCMA), and apply it to CWSNs. The CoCMA contains two optimization strategies: a MA-based schedule for sensor nodes and a wake-up scheme. The first optimization strategy inactivates the redundant sensor nodes in a given CWSN according to the MA-based schedule for sensor nodes. The flowchart of the MA procedure is illustrated in Figure 3. In addition, the wake-up scheme is required to handle the energy-efficient coverage optimization in each round. In CWSNs, the word “round” represents a basic time unit. As mentioned above, MA consists of two parts, GA operations and local search. The initial population is usually generated randomly or by a specific manner. The evolutionary process is carried out in the GA operations, including selection, crossover and mutation.
In the CoCMA, every individual represents a solution with a corresponding fitness value, derived from a fitness function. The fitness function is used to represent the goodness of a solution. After completing the GA operations, the local search is utilized to further enhance the goodness of the solutions. By doing so, a new population of superior individuals is generated, and, the individuals in the new population are much closer to the global optimal solution. In addition, the evolutionary process will be terminated (i.e., the optimal solution is found) if a termination criterion is satisfied. In following subsections, the CoCMA will be presented in detail.

3.2.1. Genetic Representation

Designing a genetic representation that focuses on a given problem is essential for MAs and GAs. A better genetic representation can improve the performance of evolution. For the energy-efficient coverage optimization, it is necessary to convert the schedule for nodes to genetic representations. In this study, an optimal schedule for nodes is used to activate or inactivate sensor nodes in CWSNs at a specific time, so, the network lifetime can be prolonged. For the schedule, solutions are represented by binary strings of 0s and 1s, and the status of a node is represented by an allele. For example, 0 denotes that the sensor node is inactivated, while 1 denotes that the node is activated.
The genetic representation for the energy-efficient coverage optimization is depicted in Figure 4. In this figure, Λ denotes the number of the individuals (chromosomes), and allele ℓi,j denotes the status of sensor node cj in chromosome i. Note that the length of each chromosome is N. Since various population sizes lead to different population diversities, it is critical for the CoCMA to use an appropriate population size. According to the review paper presented by Eiben et al [33], the optimal population size can be controlled by an innovative way [34]. In their discussion, the population size of GA can be one of the variables. Thus, the resulting system favors the propagation of better genes. In order to simplify this work, the population size of CoCMA is set depending on the general experience before activating the CoCMA. Therefore, the population size is fixed for every population generated in each generation. As depicted in Figure 5, there are sixteen nodes used for environmental sensing, and some redundant nodes (red circle) are found. In order to save energy and achieve the optimal coverage ratio, an optimal schedule for nodes is integrated into the CoCMA to inactive these redundant nodes. From the viewpoint of the genetic representation; we use a string “1111111111000000” to express a chromosome in the example given in Figure 5.

3.2.2. Fitness Function

The fitness function is a measure that indicates the goodness of a particular chromosome. The objective of the CoCMA is to achieve the optimal coverage ratio using fewer sensor nodes. As a result, the goodness of schedule for active sensor nodes is regarded as the fitness function of the proposed CoCMA.
For each node, a coverage vector is proposed to represent the coverage of POIs. According to the sensing coverage model described in Section 2.1, the coverage vector of one particular node ci can be defined as πi =[ℜi,1, ℜi, 2, ,ℜj,M], where ciC. Likewise, for another sensor node cjC, the coverage vector is denoted by πj = [ℜj,1, ℜj,2, …, ℜj,M], where i≠j. We use a binary model to represent whether a given POI is covered by a sensor node. The Boolean operations is applied to the vector. A synthetic coverage vector of ci and cj can be then calculated by performing the Boolean union between π and πj:
ϖ ( c i , c j ) = π i π j = [ i , 1 j , 1 , i , 2 j , 2 , , i , M j , M ] ,
where ϖ denotes a synthetic coverage vector, which determines whether every POI is covered by ci, cj or not covered. Therefore, the synthetic coverage vector for a particular chromosome k is defined as follows:
ϖ ( k ) = ( l k , 1 π 1 ) ( l k , 2 π 2 ) ( l k , N π N ) .
Since the coverage evaluation process is simplified into binary operations, the performance of the CoCMA can be improved greatly. In addition, we can calculate the coverage ratio for the chromosome k by:
ɛ k = ϖ ( k ) 2 M ,
where ‖ϖ(k)‖2 represents the number of active nodes. The utility ratio t k of nodes for chromosome k is calculated by:
t k = g = 1 N l k , g N ,
where g = 1 N l k , g denotes the number of the nodes that are selected to be activated. We define f c k as the goodness of chromosome k and formulate it as:
f c k = α 1 ( ɛ k ) λ 1 α 2 ( t k ) λ 2 .
Substituting ɛk and t k in Equations (8) and (9) into the above equation gives:
f c k = α 1 ( ϖ ( k ) 2 M ) λ 1 α 2 ( g = 1 N l k , g N ) λ 2 ,
where a1 and a2 are the weighting coefficients, and λ1 and λ2 are the exponential factors. By doing so, the response surface of f c k has a nonlinear characteristic, as the example shown in Figure 6. The response surface, the represents the distribution of solutions in a 3D space, indicates that the increment of f c k becomes greater as εk increases or t k decreases. In this study, we suppose that a1= a2=1, λ = 2, and λ2 = 0.5 according to our practical experience after repeated experiments. The constrained boundaries are 0 εk 1, 0 t k 1 and 1 f c k 1. Thus, the higher value of f c k represents a better solution encoded in chromosome k.

3.2.3. Genetic Operations

The GA operations encompass selection, crossover and mutation. There are several kinds of strategies for the selection operation; the most popular ones are the proportional fitness, roulette wheel and tournament. In the CoCMA, we adopt the tournament selection strategy that seeks the optimal fitness of each generation more efficiently. The tournament selection runs a tournament among randomly chosen individuals and then selects the winner for crossover. According to the genetic representation for the CoCMA described above, every allele represents the status of a sensor node: 1-active or 0-inactive. The chromosome with higher fitness implies that the CWSN has a better schedule for sensor nodes to cope with SCP while applying CoCMA. In the process of tournament selection, ten chromosomes are randomly selected from the population, and the elitist chromosome is then selected as parent chromosome 1. The second best chromosome is selected as parent chromosome 2. Both the selected parent chromosomes will breed the new chromosomes of offspring by crossover.
In order to maintain the diversity of a population, determining an appropriate crossover rate is important. The crossover rate Rc specifies the probability of producing two new chromosomes from two selected chromosomes by crossover. For the crossover task, the CoCMA uses a single-point crossover.
Mutation is a genetic operator that helps the entire GA to prevent the population from being trapped in a local optimal solution. It alters one or more values in any possible gene allele. Thus, the new individual is added to the original gene pool. The mutation of GA operations usually occurs after crossover. The mutation rate Rm specifies the probability of altering the value of an allele from its original value. In general, Rm is set to a low value to prevent the search process from turning into a brute-force one. Through the iterative operations of crossover and mutation, the final offspring have a higher fitness on average. According to the paper presented by Eiben et al. [33], the crossover rate and mutation rate can be optimized by attaching the parameters to individuals during the evolutionary process. However, we set both of them as fixed values in order to simplify our study. For detailed descriptions regarding the GA, please refer to [35].

3.2.4. Local Search Scheme

In this study, a simple local search strategy is developed to feature the CoCMA with fast convergence and thus further improves the goodness of the population computed by GA operations. For one generation, local search modifies every chromosome (individual) by the proposed local search strategy. This strategy changes the value of every allele from one to zero and determine whether to keep the modification by comparing the fitness of the original and the new chromosomes. The strategy is applied to allele ℓi,j of chromosome i, wherej = 1, …, N. This means that we can get a better schedule for nodes than the original one through the process of local search. The pseudo code of local search scheme used in the CoCMA is described as follows. In this search scheme, let Popk = {u1, u2, …, uρ} be the population k, which is a set of ρ chromosomes.

Pseudo code of the proposed local search scheme

  • Step 1: Input a population Popk = { u1, u2, …, uρ }k to the local search unit.
  • Step 2: Let ui be the i-th chromosome in Popk, and N be the length of ui. According to the definition of allele ℓi,j, we know that ui is a binary string composed of ℓi,j, where ∀ i, 1≤ j ≤ N.
    For i = 1 to ρ do
      For j = 1 to N do
       If the value of ℓi,j is equal to one then
        Record the allele ℓi,j in the array Si.
       End
      End
    End
  • Step 3: For y = 1 to ρ do
     Let h be the length of Sy.
      For l = 1 to h do
       fitness1 = fit(uy);//fit() is the fitness function.
       In uy, let the allele ctmp, corresponding to the h element in Sy, be zero.
       fitness2 = fit(uy); // Re-evaluate the fitness
       If fitness1 > finess2 then
        Let ctmp equal to one.
       End
      End
    End
  • Step 4: Output the improved Popk.
The hromosome could be refined to a better one if unnecessary nodes are found. Unlike the conventional GAs, the proposed CoCMA can get better results by performing the local search process. Using the developed local search scheme, the CoCMA converges quickly. It is worthy to note that selecting an appropriate number of chromosomes in each generation is important, since the large number of chromosomes will slow down the process of convergence.

3.2.5. MA Termination

The proposed CoCMA keeps evolving until a termination criterion is satisfied. In the proposed CoCMA, the evolutionary process is terminated when its optimal solution is unchanged for η following generations.

3.3. Wake-up Scheme

Considering the energy-efficient coverage, we propose a wake-up scheme to awaken some sleeping nodes to recover the uncovered POIs due to energy exhaustions on some sensing nodes. When applying the proposed CoCMA to a CWSN [26], we assumed that the power for the sink of the network is sufficient to carry out the CoCMA operation and the wake-up scheme. In the CWSN [26], each sensor node is capable of communicating with the sink directly. In the following paragraphs, the proposed CWSN-based wake-up scheme will be described in detail.
For the CWSN [26], sensor nodes self-organize themselves into several clusters. In each cluster, only one node can serve as a cluster head. The CWSN uses a TDMA (Time Division Multiple Access) approach to achieve communication between the nodes and their cluster head. Moreover, the cluster head is able to communicate with the remote base station directly and in charge of forwarding the messages received from its cluster nodes to the base station. The head node will set up a TDMA schedule and transmit it to its cluster nodes. The cluster nodes can use the TDMA schedule to arrange the time slots for each node. After the setup phase, the nodes will be in a steady-state phase to forward the data packets to their cluster head. An example of a time slot arrangement in a round is illustrated in Figure 7. In the CWSN [26], the clusters can be re-established in each “round”. A new cluster head is also elected in every round.
When the sink receives the signal transmitted from a dying node, it will determine which nodes should be active and then activates them, when another new round comes. According to the MA-based schedule for sensor nodes, some sensor nodes are switched to sleeping mode, and the remaining sensor nodes are responsible for the sensing task. The MA-based schedule of sensor nodes is conducted in the first round, and the proposed wake-up scheme awakens some sensor nodes in the next round if there is one sensor node about to run out its energy.
According to the coverage vector, which is defined in Section 3.2.2, the sensing coverage can be evaluated by using bitwise Boolean operations. If one node ni exhausts its energy, the sink will re-evaluate the coverage of the CWSN and find the uncovered POIs by:
π uncovered n i = π n i Δ π n i ,
where ⊕ denotes the Boolean exclusive disjunction (also called exclusive or), π n i Δ denotes the original synthetic coverage vector of all sensor nodes including sensor node ni, π n i denotes the synthetic coverage vector without sensor node ni, and π uncovered n i denotes the vector that indicates which points are not uncovered. Some definitions should be given before proposing the wake-up scheme.

Definition 1

Let node niC, where C is the set of all sensor nodes, and i ∈ [1, N].

Definition 2

The ui denotes the set of all neighboring nodes of ni, where i ∈ [1, N]. Here ui is defined as ui = {njC|distance(ni, nj)<λ·rs, ij, j∈ [1, N]}, where λ is a constant. We suppose that two nodes are neighbors if the Euclidean distance between them is smaller than λrs.

Definition 3

Let ψi be defined as ψ i = { n u i h π π uncovered n i 1 }, which represents the set of the nodes that have the overlapped POIs between their synthetic coverage vectors and π uncovered n i, where π* denotes the synthetic coverage vector of n*, and h denotes each vector element in π π uncovered n i. In addition, let sψi,k represents the k-th possible subset of ψi, and χ represents the number of subsets of ψi.
In order to recover the lost network coverage using sleeping nodes, the wake-up scheme will seek the neighboring nodes of ni and awaken some of them by the following procedure.

Procedure of the wake-up scheme

variable best_comb, best_value = 0;
map, res = [0, 0, …,0], length = M;
If node ni has exhausted its energy and can not work correctly then
For k = 1 to χ do
For every element d of sψi,k do
   map = πd ∪ map;
  End
   res = map π uncovered n i ;
  If γ res γ + 1 size ( s ψ , k ) + 1 > bes t _ value then
    best _ value = ϕ res ϕ + 1 size ( s ψ , k ) + 1 ;
   best_comb= sψ,k;
  End
End
output = best_comb;
End
The main objective of the wake-up scheme is to generate an optimal schedule to awaken some sensor nodes in a sleeping mode. Similar to MAs, the wake-up scheme also emphasizes on energy-efficient coverage. The proposed wake-up scheme requires the sink to transmit a wake-up signal to the neighboring nodes of the dying node from the sink. If these sensor nodes constantly receive the signals, energy consumption will increase significantly. To deal with this problem, some studies [36,37] and corporations [30,31] have proposed a radio wake-up circuit to transmit and receive wake-up signals through different radio channels. In general, transmitting or receiving a packet wastes more energy than performing a sensing task (see Tmote Sky [30] and Mica [31]). In this way, a considerable amount of energy on the sensor nodes can be saved by turning off the onboard communicating module. Once the wake-up circuit receives a wake-up signal, it will activate some of the sensor nodes. The wireless sensor node equipped with wake-up capability has become a commercial standard. As a result, we suppose that each sensor node in the applied CWSN has a built-in wake-up module.
As mentioned above, the sink will awaken some sensor nodes according to the optimal schedule of nodes yielded by the wake-up scheme at the beginning of the next round. If any sensor nodes die again, the wake-up scheme will re-evaluate the coverage and decide to awaken some other sensor nodes to recover the uncovered POIs. Through this way, the coverage preservation of POIs can be achieved effectively.

4. Performance Evaluation

In this section, we suppose that a virtual field is monitored by a CWSN with some POIs. The numbers of nodes and POIs are predetermined by the administrator. Each POI and sensor node is stationary after either random deployment or predetermined deployment. All the simulations are conducted on the MATLAB platform.

4.1. Convergence of the CoCMA

In order to verify the quick-convergence characteristic of the CoCMA, we evaluate the computing time and the fitness of the CoCMA applied to various sizes of the CWSNs. The results will be compared with those of GAs. We consider 64 POIs randomly distributed in a 100 m × 100 m monitoring area and the number of deployed nodes varies from 50 to 500. The sensing range of a node is fixed as 17.675 m, regardless of the number of deployed sensor nodes. All sensor nodes are randomly distributed. Each experimental simulation was repeated 30 times.
In general, GAs need more generations to generate an optimal solution because of their evolutionary constraints. However, the CoCMA is able to generate the optimal solution within fewer generations as the additional local search scheme is used. We suppose that the CoCMA and GA use the same criterion to stop the evolutionary process. The evolutionary process is terminated when the fitness of the best chromosome is higher than the predetermined threshold. The thresholds of fitness for different network sizes are determined according to our previous experimental studies. We found that the CoCMA has a great leap of fitness around the second generation based on the experimental results. The discrete timestamp and fitness are recorded when one generation finished. Both timestamp and fitness of the GA are also recorded. We utilize a cubic spline interpolation to fit the time-fitness curve for the CoCMA. We then compare the computing time of the CoCMA with that of the GA at different fitness values. The corresponding simulation results are shown in Table 1.
Note that the higher fitness implies a better energy efficiency schedule for nodes according to the definition of fitness function mentioned above. Table 1 clearly indicates that the CoCMA can provide an optimal schedule for nodes that is better than that of GA. We can see that CoCMA takes lesser computing time to yield solutions with better fitness than that in GA. The advantage of CoCMA becomes more apparent when the network size increases. This is because the SCP becomes more complicated as the numbers of the deployed nodes and POIs increases. In the case of network with 500 nodes, the average computing time for the CoCMA at a fitness value of 0.5 is 34.64 second, a 69.3% shorter than that for the GA. In all other cases, the proposed CoCMA is also capable of reaching higher fitness but using lesser time; the average computing time is several times faster than that of the GA. In summary, the operation performance is both convergence and fitness yielded by the CoCMA is more superior to those of the GA, as the nodes deployed in the CWSN become denser.

4.2. Network Lifetime Prolongation and Coverage Preservation

In this section, we present the evaluation results for the performance of the CoCMA with respect to network lifetime prolongation and coverage preservation. The CoCMA is applied to the sink and used to control the activation or inactivation of sensor nodes to maintain higher coverage ratio of POIs with energy efficiency. In this scenario, we suppose that there are 64 POIs and 400 nodes distributed uniformly in a sensing field with size of 100 m × 100 m. The initial energy for every node is the same, and all the nodes are assumed homogenous. Similarly, the nodes share the same sensing range of 17.675 meters and can communicate directly with the sink and other nodes in the sensing field. The corresponding parameters of this simulation scenario are summarized in Table 2. Additionally, the nodes are deployed to form a CWSN [26].
For the simulation scenario of uniform deployments, the redundant nodes can be efficiently found by the CoCMA and then be inactivated to conserve energy. Figure 8 (left) shows the initial deployment of nodes and POIs. Based on the proposed MA-based schedule for nodes, the redundant nodes are determined and inactivated. The remaining nodes are still activated and they are responsible to perform sensing tasks. Figure 8 (right) shows the coverage for POIs after applying the MA-based optimal schedule. In this simulation case, only 2.75% of nodes need to be activated to cover all POIs, which are all 1-coverage.
Figure 9 shows the random deployment for a CWSN with POIs. The adopted parameters for the network are summarized in Table 2. In this simulation, there are 100 nodes and 100 POIs randomly deployed in a 50 m × 50 m sensing field, as shown in the left of Figure 9. At this stage, the CoCMA is not applied yet. We note that there are many redundant sensor nodes in this sample network. After applying the CoCMA to the network, the new coverage for POIs is depicted in the right of Figure 9. It is clearly seen from this figure that a better energy-efficient coverage is achieved. The simulation data shows that 72% of the sensor nodes have been switched to a sleeping mode by the assistance of the CoCMA. In this case, only 28% of sensor nodes need to be active. This simulation demonstrates that the given CWSN using the CoCMA is able to monitor all 1-covered POIs and achieves a full coverage.
In the next simulations, we will verify the feasibility of applying the proposed algorithm to a CWSN [26]. The sink node with sufficient power is able to arrange the optimal schedule for every node in the sensing field. When one node exhausts its energy, the wake-up scheme in the CoCMA can determine which neighboring nodes need to be awakened to recover the uncovered POIs. Therefore, the sensing coverage ratio and the number of active nodes are managed simultaneously. To compare the performance of the CoCMA with other four algorithms, simulations were conducted using the same sample network mentioned earlier under uniform deployments of nodes and POIs. The simulation results are compared to those of the Grid-Based Data Gathering Scheme (EGDG) [27], LEACH-Coverage-U [28], LEACH [26] and PEGASIS [29]. Figure 10 depicts the sensing coverage ratio versus the number of rounds. It clearly indicates that PEGASIS, LEACH-Coverage-U and LEACH provide poor capabilities in maintaining the sensing coverage ratio. The proposed CoCMA maintains the sensing coverage ratio at 100% until the 2,000th round which doubles that provided by the PEGASIS. The proposed CoCMA and EGDG yielded similar results in the interval between the 2,000th and the 3,500th round, but the sensing coverage ratio of the EGDG method decreases to around 97% at the 2,000th round. The advantage of the proposed CoCMA becomes significant starting from the 3500th round. Moreover, the network lifetime is prolonged to 5,118 rounds by the CoCMA, which lasts about 1,000 rounds longer compared to the EGDG method.
Figure 11 shows the number of rounds versus the percentage of dead nodes. The EGDG, PEGASIS, LEACH-Coverage-U, and LEACH methods lose their 50% of nodes at the 1950th, 1120th, 502th, and 300th round, respectively. The simulation result demonstrates that the proposed CoCMA significantly prolongs the lifetime of the network, even outperforms the EGDG method. We observe that the nodes die rapidly using PEGASIS, LEACH-Coverage-U and LEACH methods, since they do not have node-scheduling strategies. On the contrary, the EGDG and the proposed CoCMA can inactivate the redundant nodes via node-scheduling strategies that save much energy, so the longer network lifetime can be obtained. A longer network lifetime and higher sensing coverage are important for coverage-preserving sensor networks. The simulation results show that the CoCMA is able to achieve these missions. Thereby, the QoS of the network can be improved by using the CoCMA.
In order to compute the energy distribution over the network, a 2-D Gaussian distribution is utilized as a point spread function to estimate the spatial strength of energy. Figure 12 depicts the energy distribution over the entire network at different rounds of the simulation. In CWSNs, cluster heads consume most energy since they are responsible for data collection, fusion and packet transmission with a sink. As a result, the energy density on a specific sensing area will decrease rapidly if a large number of nodes congregate at a sub-region of the sensing field as time passes. If the cluster is far away from the sink, the energy level of the cluster will also be lowered. Since the sink is located at (50, 200) (which is far from the sensing field) in this simulation case, the nodes located at the bottom of the given CWSN exhausted their energy rapidly because of the long distance between these nodes and sink. An inspection of Figure 12 indicates that most sensor nodes have died in the sensing field from the sub-figure of the 4,900th round except for the sensor nodes at the top of the sensing field.
Clearly, the position of a sink will significantly affect the distribution of the remaining energy for the entire CWSN. If the sink is placed at the center of the CWSN, the remaining energy will be distributed over the field evenly, which can be seen in Figure 13. Since the average distance between nodes and sink in Figure 13 is less than that in Figure 12, the total remaining energy in Figure 13 is higher than that in Figure 12. Hence, the network lifetime in Figure 13 is longer than that in Figure 12. In addition, the energy congregated in the surrounding regions of the sink as time passes because the distance between these nodes and the sink is shorter. In Figure 13, some light red regions appear at the 500th round, which implies that some of the active nodes have consumed much energy. At the 1500th round, the original light red regions extended outward, and their centers become yellow-green representing lower remaining energy. After the 1,500th round, we observe the same phenomenon in the extension of light regions. This is because the nearby nodes were awakened to replace the original dying ones. Thus, these awakened sensor nodes will start consuming energy and result in the extension of light regions.
Through the proposed CoCMA, preserving the sensing coverage and prolonging the lifetime can be carried out successfully in the CWSN. In CWSNs applying the CoCMA, the position of the sink will affect the performance of the CWSN according our simulation results. The spatial distribution of energy is more even if the position of the sink approximates the geometric center of the CWSN. This is caused by the innate restriction in CWSNs. We will keep studying the related issues in the future.

5. Conclusions

In this paper we have proposed an energy-efficient coverage-preserving algorithm, called CoCMA, which encompasses optimization for initial deployments using a MA and a wake-up scheme. The CoCMA turns off the redundant nodes according to the MA-based schedule for nodes in order to save energy. It also used the wake-up scheme to awaken some sensor nodes in a sleeping mode through an optimization strategy to preserve the sensing coverage of the CWSN. The experimental results show that the proposed CoCMA can be successfully applied to the CWSNs. It minimizes the number of active nodes during the operation period of the CWSN, so the sensing coverage is better preserved comparing with the LEACH, LEACH-Coverage-U, PEGASIS and EGDG. Moreover, the performance of the CoCMA could be significantly improved if the positions of the sink are chosen and the nodes are chosen appropriately. With the promising results demonstrated in this paper, the proposed CoCMA might be applied to other WSNs with different structures, and we reserve this as future work.

Acknowledgments

This work was supported financially in part by the National Science Council, Taiwan, under contracts no.: NSC 97-2218-E-002-006 and NSC 96-2628-E-002-252-MY3. The authors would also like to thank the Council of Agriculture of the Executive Yuan, Taiwan, for their financial supporting under contracts no.: 97AS-9.1.1-FD-Z1(3) and 98AS-6.1.5-FD-Z1.

References and Notes

  1. Shu, T.; Krunz, M. Energy-efficient power/rate control and scheduling in hybrid TDMA/CDMA wireless sensor networks. Comput. Netw. 2009, 53, 1395–1408. [Google Scholar]
  2. Chen, C.P.; Chuang, C.L.; Tseng, C.L.; Yang, E.C.; Liu, M.Y.; Jiang, J.A. A novel energy-efficient adaptive routing protocol for wireless sensor network. J. Chin. Soc. Mech. Eng. 2009, 30, 59–65. [Google Scholar]
  3. Vemula, M.; Bugallo, M.F.; Djuric, P.M. Sensor self-localization with beacon position uncertainty. Signal Process. 2009, 89, 1144–1154. [Google Scholar]
  4. Kim, J.; Park, K.H. An energy-efficient, transport-controlled MAC protocol for wireless sensor networks. Comput. Netw. 2009, 53, 1879–1902. [Google Scholar]
  5. Chen, J.; Koutsoukos, X. Survey on coverage problems in wireless ad hoc sensor networks. In Proceedings of IEEE southeastCon.; Richmond, VA, USA, 2007. [Google Scholar]
  6. Huang, C.F.; Tseng, Y.C. The Coverage Problem in a Wireless Sensor Network. Proceedings of the 2nd ACM international conference on Wireless sensor networks and applications, San Diego, CA, USA, September 19, 2003; pp. 115–121.
  7. Arora, A.; Dutta, P.; Bapat, S.; Kulathumani, V.; Zhang, H.; Naik, V.; Mittal, H.C.; Demirbas, M.; Gouda, M.; Choi, Y. A line in the sand: a wireless sensor network for target detection, classification, and tracking. Comput. Netw. 2004, 46, 605–634. [Google Scholar]
  8. Chung, W.Y.; Lee, B.G.; Yang, C.S. 3D virtual viewer on mobile device for wireless sensor network-based RSSI indoor tracking system. Sens. Actuat. B: Chem. 2009, 140, 35–42. [Google Scholar]
  9. Buczak, A.; Jin, Y.; Darabi, H.; Jafari, M. Genetic algorithm based sensor network optimization for target tracking. In Intelligent Engineering Systems through Artificial Neural Networks; Dagli, C.H., Buczak, A., Ghosh, J., Embrechs, M., Ersoy, O., Eds.; ASME Press: New York, NY, USA, 1999; Volume 9, pp. 349–354. [Google Scholar]
  10. Liu, Y.; Pu, J.; Zhang, S.; Liu, Y.; Xiong, Z. A Localized coverage preserving protocol for wireless sensor networks. Sensors 2009, 9, 281–302. [Google Scholar]
  11. Bellur, U.; Jaiswal, N. Power aware duty scheduling in wireless sensor networks. Lect. Note comput. Sci. 2006, 4308, 546–551. [Google Scholar]
  12. Boukerche, A.; Fei, X.; Araujo, R.B. An optimal coverage-preserving scheme for wireless sensor networks based on local information exchange. Comput. Commun. 2007, 30, 2708–2720. [Google Scholar]
  13. Zalyubovskiy, V.; Erzin, A.; Astrakov, S.; Choo, H. Energy-efficient area coverage by sensors with adjustable ranges. Sensors 2009, 9, 2446–2460. [Google Scholar]
  14. Daskin, M.S. Network and Discrete Location: Models, Algorithms, and Applications.; Wiley: New York, NY, USA, 1995. [Google Scholar]
  15. de A Silva, R.M.; Ramalho, G.L. Ant System for the Set Covering Problem. Proceedings of 2001 IEEE International Conference on Systems, Man, and Cybernetics, Tucson, AZ, USA, October 2001; pp. 3129–3133.
  16. Lin, L.; Wang, H.J.; Xu, Z. Coverage Control In Wireless Sensor Network Based On Improved Ant Colony Algorithm. Proceedings of 2008 IEEE Conference on Cybernetics and Intelligent Systems, Chengdu, China; 2008; pp. 865–868. [Google Scholar]
  17. Jia, J.; Chen, J.; Chang, G.; Li, J.; Jia, Y. Coverage Optimization based on Improved NSGA-II in Wireless Sensor Network. Proceedings of the 2007 IEEE International Conference on Integration Technology, Shenzhen, China; 2007; pp. 614–618. [Google Scholar]
  18. Wang, B.; Chua, K.C.; Srinivasan, V. Connected sensor cover for area information coverage in wireless sensor networks. Int. J. Comp. Integ. Manu. 2008, 21, 1181–1203. [Google Scholar]
  19. Moscato, P. On Evolution, Search, Optimization, Genetic Algorithms and Martial Arts: Towards Memetic Algorithms. In Caltech Concurrent Computation Program; California Institute of Technology: Pasadena, CA, USA, 1989. [Google Scholar]
  20. Dawkins, R. The Selfish Gene; Oxford University Press: New York, NY, USA, 1976; pp. 203–215. [Google Scholar]
  21. Buriol, L.; França, M.P.; Moscato, P. A new memetic algorithm for the asymmetric traveling salesman problem. J. Heuristics 2004, 10, 483–506. [Google Scholar]
  22. Merz, P.; Freisleben, B. Memetic Algorithms and the Fitness Landscape of the Graph Bi-Partitioning Problem. Proceedings of the 5th International Conference on Parallel Problem Solving from Nature – PPSN, Amsterdam, the Netherlands, September 27-30; 1998; pp. 765–774. [Google Scholar]
  23. Merz, P.; Freisleben, B. Genetic Algorithms for Binary Quadratic Programming. Proceedings of the Genetic and Evolutionary Computation Conference, Orlando, FL, USA; 1999; pp. 417–424. [Google Scholar]
  24. Konstantinidis, A.; Yang, K.; Chen, H.H.; Zhang, Q. Energy-aware topology control for wireless sensor networks using memetic algorithms. Comput. Commun. 2007, 30, 2753–2764. [Google Scholar]
  25. Ferentinos, K.P.; Tsiligiridis, T.A. A memetic algorithm for dynamic design of wireless sensor Networks. Proceedings of 2007 IEEE Congress on Evolutionary Computation (CEC2007), Swissotel, The Stamford, Singapore, September 25-28, 2007; pp. 2774–2781.
  26. Heinzelman, W.; Chandrakasan, A.; Balakrishnan, H. Energy-Efficient Communication Protocols for Wireless Microsensor Networks. Proceedings of the 33rd Hawaii International Conference on Systems Science, Maui, HI; 2000; pp. 3005–3014. [Google Scholar]
  27. Hwang, S.F.; Lu, K.H.; Chang, H.N.; Dow, C.R. An efficient grid-based data gathering scheme in wireless sensor networks. Lect. Note Comput. Sci. 2007, 4611, 545–556. [Google Scholar]
  28. Tsai, Y. Coverage-preserving routing protocols for randomly distributed wireless sensor networks. IEEE Trans. Wirel. Commun. 2007, 6, 1240–1245. [Google Scholar]
  29. Lindsey, S.; Raghavendra, C.S. PEGASIS: power-efficient gathering in sensor information systems. Proceeding of IEEE Aerospace Conference, Big Sky, MT, USA, March 2003; pp. 1125–1130.
  30. Available online: http://www.sentilla.com (accessed on April 21, 2008).
  31. Available online: http://www.xbow.com (accessed on April 21, 2008).
  32. Osman, I.H.; Kelly, J.P. Meta-Heuristics: Theory & Applications.; Kluwer Academic Publishers: Dordrecht, The Netherlands, 1995. [Google Scholar]
  33. Eiben, A.E.; Michalewicz, Z.; Schoenauer, M.; Smith, J.E. Para meter Control in Evolutionary Algorithms. In Parameter Setting in Evolutionary Algorithms, Studies in Computational Intelligence.; Lobo, F.G., Lima, C.F., Michalewicz, Z., Eds.; Springer: New York, NY, USA, 2007; Volume 54, pp. 19–46. [Google Scholar]
  34. Michalewicz, Z. Genetic Algorithms + Data Structures = Evolution Programs., 3rd ed.; Springer: New York, NY, USA, 1996. [Google Scholar]
  35. Goldberg, D.E. Genetic Algorithms in Search, Optimization, and Machine Learning.; Addison-Wesley Professional: Boston, MA, USA, 1989. [Google Scholar]
  36. Gu, L.; Stankovic, A.J. Radio-triggered wake-up for wireless sensor networks. Real-time Syst. 2005, 29, 157–182. [Google Scholar]
  37. Ansari, J.; Pankin, D.; Mahonen, P. Radio-Triggered Wake-ups with Addressing Capabilities for extremely low power sensor network applications. Proceeding of IEEE 19th International Symposium on Personal, Indoor and Mobile Radio Communications, Cannes, France, August 2008; pp. 1–5.
Figure 1. For the coverage-preserving application for a WSN, the events at the position marked by stars will be detected and reported to the sink node through the surrounding nodes.
Figure 1. For the coverage-preserving application for a WSN, the events at the position marked by stars will be detected and reported to the sink node through the surrounding nodes.
Sensors 09 04918f1
Figure 2. The energy consumption model used in this study.
Figure 2. The energy consumption model used in this study.
Sensors 09 04918f2
Figure 3. Flowchart of the optimization strategy using MA in the CoCMA.
Figure 3. Flowchart of the optimization strategy using MA in the CoCMA.
Sensors 09 04918f3
Figure 4. Genetic representation used in the CoCMA.
Figure 4. Genetic representation used in the CoCMA.
Sensors 09 04918f4
Figure 5. Illustration of sensing coverage in a CWSN for environmental sensing application. In this case, 16 nodes are activated to cover 10 POIs.
Figure 5. Illustration of sensing coverage in a CWSN for environmental sensing application. In this case, 16 nodes are activated to cover 10 POIs.
Sensors 09 04918f5
Figure 6. The response surface of f c k in 3-D space, where 0 ≤ εk 1, 0 t k 1, 1 f c k 1, α1 = α2 = 1, λ1 = 2 and λ2 = 0.5.
Figure 6. The response surface of f c k in 3-D space, where 0 ≤ εk 1, 0 t k 1, 1 f c k 1, α1 = α2 = 1, λ1 = 2 and λ2 = 0.5.
Sensors 09 04918f6
Figure 7. An illustration of time slot arrangement in one round in CWSN.
Figure 7. An illustration of time slot arrangement in one round in CWSN.
Sensors 09 04918f7
Figure 8. An illustration of uniform deployments of sensor nodes and POIs in the sample network and the simulation result after applying the CoCMA. The yellow star-shaped points represent POIs, and the blue circles represent the sensing ranges for nodes.
Figure 8. An illustration of uniform deployments of sensor nodes and POIs in the sample network and the simulation result after applying the CoCMA. The yellow star-shaped points represent POIs, and the blue circles represent the sensing ranges for nodes.
Sensors 09 04918f8
Figure 9. Illustration of random deployments of sensor nodes and POIs in the sample network and the simulation result after applying the CoCMA. (Left) A random deployment of 100 sensor nodes and 100 POIs in a 50 m × 50 m sensing field. (Right) The optimal schedule for nodes is yielded by the CoCMA.
Figure 9. Illustration of random deployments of sensor nodes and POIs in the sample network and the simulation result after applying the CoCMA. (Left) A random deployment of 100 sensor nodes and 100 POIs in a 50 m × 50 m sensing field. (Right) The optimal schedule for nodes is yielded by the CoCMA.
Sensors 09 04918f9
Figure 10. Sensing coverage ratio versus the number of rounds in the uniform deployment scenario.
Figure 10. Sensing coverage ratio versus the number of rounds in the uniform deployment scenario.
Sensors 09 04918f10
Figure 11. The number of rounds versus percentage of dead nodes (%) for the uniform deployment scenario.
Figure 11. The number of rounds versus percentage of dead nodes (%) for the uniform deployment scenario.
Sensors 09 04918f11
Figure 12. Spatial distribution of the remaining energy for the CWSN during simulation. The dark red regions indicate that the regions reserve more energy, and the dark blue regions preserve less remaining energy.
Figure 12. Spatial distribution of the remaining energy for the CWSN during simulation. The dark red regions indicate that the regions reserve more energy, and the dark blue regions preserve less remaining energy.
Sensors 09 04918f12
Figure 13. Spatial distribution of the remaining energy for the CWSN, under a same uniform deployment but with previously mentioned case for a uniform deployment, except for a different position of the sink which is changed to (50, 50).
Figure 13. Spatial distribution of the remaining energy for the CWSN, under a same uniform deployment but with previously mentioned case for a uniform deployment, except for a different position of the sink which is changed to (50, 50).
Sensors 09 04918f13
Table 1. Comparison of average computing time (second) for the CoCMA and GA at different fitness values. The number of nodes varies from 50 to 500. There are 64 positions of POIs randomly located in a CWSN with sensing field of 100 m × 100 m. Every case is repeated 30 times.
Table 1. Comparison of average computing time (second) for the CoCMA and GA at different fitness values. The number of nodes varies from 50 to 500. There are 64 positions of POIs randomly located in a CWSN with sensing field of 100 m × 100 m. Every case is repeated 30 times.
NODE# 50100
fitnessGAStd.CoCMAStd.fitnessGAStd.CoCMAStd.
0.323.2111.450.90.360.5321.72.140.09
0.30.060.050.820.180.580.580.342.080.09
0.250.060.050.690.10.450.310.061.980.1
NODE# 200300
fitnessGAStd.CoCMAStd.fitnessGAStd.CoCMAStd.
0.5921.2113.316.230.140.5527.3413.3712.990.41
0.556.623.596.150.140.56.171.512.840.41
0.51.450.386.040.140.451.580.3412.70.41
NODE# 400500
fitnessGAStd.CoCMAStd.fitnessGAStd.CoCMAStd.
0.5253.4929.8122.430.490.5112.866.834.640.78
0.524.67822.360.490.4511.643.7434.410.79
0.454.531.3522.160.490.42.10.4434.160.79
Table 2. Parameters used in the CWSN-type sample network.
Table 2. Parameters used in the CWSN-type sample network.
a)
The sensing range rs is 17.675 meters.
b)
λ is 1. Nodes with distance less than 17.675 meters are defined as neighbors.
c)
η = 20.
a)
Crossover rate Rc = 0.5, mutation rate Rm = 0.07.
d)
Eelec = 50 nJ/bit, Eamp = 100 pJ/bit/m2, EDA = 5 nJ/bit/report, β = 2.
e)
A sink is located at the coordinate (50, 200), which is far from the sensing field and power-rich.
f)
The size of every data packet is 2,000 bits, i.e., H = 2,000.
g)
Initial energy = 0.25 Joules.

Share and Cite

MDPI and ACS Style

Jiang, J.-A.; Chen, C.-P.; Chuang, C.-L.; Lin, T.-S.; Tseng, C.-L.; Yang, E.-C.; Wang, Y.-C. CoCMA: Energy-Efficient Coverage Control in Cluster-Based Wireless Sensor Networks Using a Memetic Algorithm. Sensors 2009, 9, 4918-4940. https://0-doi-org.brum.beds.ac.uk/10.3390/s90604918

AMA Style

Jiang J-A, Chen C-P, Chuang C-L, Lin T-S, Tseng C-L, Yang E-C, Wang Y-C. CoCMA: Energy-Efficient Coverage Control in Cluster-Based Wireless Sensor Networks Using a Memetic Algorithm. Sensors. 2009; 9(6):4918-4940. https://0-doi-org.brum.beds.ac.uk/10.3390/s90604918

Chicago/Turabian Style

Jiang, Joe-Air, Chia-Pang Chen, Cheng-Long Chuang, Tzu-Shiang Lin, Chwan-Lu Tseng, En-Cheng Yang, and Yung-Chung Wang. 2009. "CoCMA: Energy-Efficient Coverage Control in Cluster-Based Wireless Sensor Networks Using a Memetic Algorithm" Sensors 9, no. 6: 4918-4940. https://0-doi-org.brum.beds.ac.uk/10.3390/s90604918

Article Metrics

Back to TopTop