Abstract

The research of agricultural wireless sensor networks (AWSNs) plays an important role in the field of facility agricultural technology. The temperature and humidity nodes in AWSNs are so tiny that they are limited on computation, network management, information collection, and storage size. Under this condition, task allocation plays a key role in improving the performance of AWSNs to reduce energy consumption and computational constraints. However, the optimization of task allocation is a nonlinearly constrained optimization problem whose complexity increases when constraints such as limited computing capabilities and power are undertaken. In this paper, an elite immune ant colony optimization (EIACO) is proposed to deal with the problem of task allocation optimization, which is motivated by immune theory and elite optimization theory. The EIACO uses ant colony optimization (ACO) to combine the clone operator and elite operator together for the optimization of task allocation. The performances of EIACO with different numbers of temperature and humidity sensor nodes and tasks have been compared by both genetic algorithm (GA) and simulated annealing (SA) algorithm. Simulation results show that the proposed EIACO has a better task execution efficiency and higher convergence speed than GA and SA. Furthermore, the convergence speed of EIACO is faster than GA and SA. Therefore, the whole system efficiency can be improved by the proposed algorithm.

1. Introduction

With the rapid progress in the research and development of efficient software algorithms, electronics and mobile networking have shown a great potential in computation, managing network, collecting information, low-cost, and self-adaptation [1]. Agricultural wireless sensor networks (AWSNs) are composed of some wireless sensors for monitoring temperature and humidity in the environment [2]. Each temperature and humidity sensing unit consists of the data acquisition, the computing capability, the short-range radio transmitter, the data storage, and the power supply [37]. AWSNs have been applied in many important areas such as intelligent family, military, automated assistance for the elderly monitors, environmental, multimedia surveillance, and traffic avoidance [8, 9].

Recent success of emerging AWSN technology has encouraged researchers to develop new task allocation algorithm in this field. Generally, temperature and humidity sensors are small and have limited abilities of computing [10]. Careful task allocation scheme can be an effective optimization mean for achieving the desired high-energy consumption goals, comprising computing capability constraints. The task allocation problem is combinatorial in nature and consists of numerous hard constraints such as computing capabilities and limited computing power [11, 12].

In this paper, an EIACO-based task allocation approach for maximizing task execution efficiency is proposed. To assess the efficiency of algorithms, the mathematical model of task allocation is given firstly. After that, the immune and elite selection mechanism is introduced into ant colony optimization (ACO). The fitness function for task allocation is designed to optimize the task execution efficiency. The results show that the proposed immune strategy and elite strategy improved the global search ability of EIACO.

In the simulation, EIACO has shown a great ability to find optimal individuals. It can also avoid local optima. Simulations demonstrate that the EIACO has a better performance when implemented into AWSNs.

The rest of the paper is organized as follows. Section 2 discusses the related work. Section 3 presents the task allocation model and our problem description. The proposed EIACO is then extended to optimize the performance of task allocation in Section 4. Simulation and results are given in Section 5. Finally, conclusions are drawn in Section 6.

In wireless sensor networks, an effective task allocation scheme can attain low total computational time as well as low energy costs, increase network reward, and improve lifetime of networks. In [13], a distributed task allocation strategy based on particle swarm optimization (PSO) is proposed. Furthermore, task can be allocated quickly and directly. In order to reduce energy consumption and extend lifetime, a heuristic-based algorithm is proposed. The task is distributed to sensor nodes in different allocation phases to balance the workload [14]. In [15], a social network optimization algorithm is given to deal with task allocation issue for reducing total computational time and the energy costs.

Exhaustive search can achieve high task execution efficiency compared with other schemes, but its computational complexity is too high for practical implementations. For this reason, many heuristics have been proposed for the practical situation [16], such as genetic algorithm (GA), ant colony optimization (ACO), and particle swarm optimization. Aiming at this problem in heterogeneous wireless sensor networks, GA is first found and its capability is evaluated through the task execution efficiency in [17]. It has been used for the task allocation in WSNs in which the resources and computing power of sensors are limited. It turns out that the computational complexity of limited computing power increases exponentially with the number of sensor nodes and targets. In [18], SA can achieve high task execution efficiency when dealing with task allocation issue. In [19], authors proposed a GA scheme to improve system performance for better total system efficiency in WSNs. GA is adaptable but has many problems, computational complexity for instance. In their work, they maximize the task execution efficiency but neglect the ability constraint of computing [20, 21].

3. Task Allocation Model

In this section, a mathematical model of the task allocation in AWSNs is given with respect to the constraints of computing capabilities and limited computing power. In [22], authors used a max-min type model with nonlinear constraints to demonstrate the task allocation problem in AWSNs. Later in [23], the authors showed a similar model by a fewer number of sensor nodes and targets. The model is more flexible than the first and more suitable to different requirements of flows.

In this paper, an optimizing model comprising wireless sensor nodes located at the coordinates is described. The model can be expressed simply as assuming that there are tasks and temperature and humidity sensor nodes in AWSN system. sensor nodes are randomly deployed in a certain area, and the task allocation is executed on the gateway. The gateway node stores the location information of all sensors; sensors allocate tasks.

It is assumed that the urgency of the task being assigned has been assessed and ranked. The advantage of assigning tasks has been assessed and evaluated. The urgency of the task being assigned is , and the advantage of the task assigned to the sensor is estimated to be , so that each sensor assigns a benefit value to the task as . In equation (1), represents the benefit value of assigning a task. In equation (2), the reward of all tasks being allocated is calculated and the maximum reward needs to be pursued.

Here, an ant, 3 sensor nodes, and 4 tasks are assumed in the model. The ant randomly generates a solution in (5).

The advantage of the task being allocated to the sensor is estimated to be .

Each task has the value of urgency as

One solution is randomly generated in order to store the allocation results in (5). The encoding method is described in Section 4.

Real coding needs to be converted to a binary encoding method in order to perform the next operation. The binary allocation matrix is shown as

According to (3) and (6), is calculated in (7). It represents the advantage of the task being allocated to the sensor. is the binary allocation matrix. represents that task is allocated to sensor. Otherwise, task is not allocated to sensor. is the advantage matrix. The value in the advantage matrix represents the advantage value of the task being allocated to the sensor.

The identity matrix with columns is generated in in the following formulas. The number of sensors corresponds to the number of columns of . The calculated can be shown in (11).

represents the benefit value of assigning a task; it can be calculated as

In AWSNs, task allocation not only needs to meet the requirements of application quality of service but should also increase the total task execution efficiency as much as possible. The efficiency of task execution refers to the sum of execution efficiency of each sensor node to complete tasks. Since the temperature and humidity nodes in the AWSNs are heterogeneous, the execution efficiency of sensor nodes is different, so the total task execution efficiency generated by the task mapping of sensor nodes may also be different. The allocation of tasks usually achieves better performance and higher total task execution efficiency for the application. Therefore, the gateway needs to perform a task schedule according to the execution capability of each sensor node and the load size of each task.

4. EIACO-Based Task Allocation for Maximizing Task Execution Efficiency in AWSNs

To solve the problem of task allocation in AWSNs, an optimization scheme based on EIACO is proposed. It was inspired by the real ants in nature [24]. By taking advantage of the ACO, it combines the merits of both elite operator and immune operator. This strategy enables EIACO to deal with the task allocation and direct the search toward an optimal solution. In our strategy of EIACO, the important improvement is that elite operator and immune operator are added to the traditional ACO algorithm.

The traditional ACO algorithm was proposed by the Italian scholar Dorigo M. in the 1990s. Later, people paid more attention to the application and development of this new algorithm in bionics [25]. The traditional ACO algorithm was derived from the behavior of the ant community. The ants use pheromones to communicate information with others, so that each ant can find a path from the nest to the food location with the shortest distance [26]. Dorigo M. found that the famous traveling salesman problem (TSP) is quite similar to the ant foraging behavior. After efforts, the ACO algorithm was successfully used to solve the TSP problem [27, 28]. It uses the characteristics of ant colony foraging, such as discrete optimization which can be solved by the EIACO algorithm.

EIACO is a technique for approximate optimization caused by swarm intelligence. The process of finding the optimal reward can be divided into the early adaptation phase and the later collaboration phase. In the early adaptation phase, the pheromone changes continuously with the number of time that the ants pass. The more time the ants pass, the higher the pheromone, so the tasks with higher task execution efficiency are more likely to be allocated to the sensor nodes. In the later stage of cooperation, the problem of task allocation is solved through the pheromone in the environment, which will form a self-organized collaborative relationship. The self-organized collaborative relationship between individuals will result in a better performance.

The main parts of the EIACO are described in terms of initialization, fitness evaluation, path selection, pheromone update, and termination condition.

4.1. Solution Encoding

Encoding is the primary step to be solved by EIACO. In the process of EIACO, it will directly affect the fitness calculation, path selection, and pheromone update. Encoding methods include binary encoding and real encoding. In this paper, real encoding is employed to facilitate searching for larger space. Assume that there are ants and the numbers of sensors and tasks are and , respectively. Each ant generates a solution after visiting all the tasks. The population can be described as follows. In formula (13), represents the relationship between ant, sensor node, and task. In formula (14), the number of ants is 5, and the number of sensors and tasks is 8 and 10, respectively. Therefore, 5 individuals are randomly generated in order to store the allocation results.

4.2. Ant Initialization

The population is created on the basis of encoding. It aims to create a link between the problem of task allocation and the EIACO. Before the initial irritation, individuals are randomly generated as an initial population. Initial population contains individuals that can be described as . Formula (14) shows the initial population that contains 5 individuals. It represents the allocated relationship between 8 sensors and 10 tasks.

4.3. Fitness Evaluation

The objective function has a greater influence on the convergence of the EIACO. Each ant has a solution of path selection. In other words, each ant has its corresponding objective fitness. The reward is compared with the fitness of different ants. The fitness in this paper is to calculate the reward between the sensor nodes and tasks. The fitness of EIACO can be evaluated as (2). The aim of the fitness is to pursue the best reward with high task execution efficiency. Therefore, it is aimed at maximizing the reward to obtain task execution efficiency. According to (1) and (2), if is bigger, then is bigger, and becomes better.

4.4. Path Selection

There are ants and each ant has the following characteristics: the advance value and the number of pheromones on path determine which sensor node will be selected by the ant. is the total amount of pheromone on the connection path between the two nodes at the moment. The walking rules of ants are as follows: the ants must complete the travel, and they cannot visit the same node twice. When the ant completes a travel, it leaves a certain number of pheromones on the road that it has traveled. In the beginning, the number of pheromones on the path of two nodes is the same. When the ant selects the next node, the number of pheromones on the path and the benefit value determine which node will be selected by the ants. represents the probability that the ant will choose the next sensor node on the path from the task to the task in each generation. and are two selected adjacent nodes on the path, respectively.

When the ant selects the next node, the pheromone and benefit value of the path are used to calculate the probability of selecting the next node. If the condition is met, the node can be selected. The probability of the ant visiting from node to node in the generation is calculated from equation (15). According to formula (15), the roulette wheel strange is used to select the sensor nodes on each path.

In equation (15), represents iteration time. denotes the pheromone on the path at the generation; is the benefit value of assigning the sensor node to the task that can be calculated by equation (17). and represent the weight of pheromone and the weight of benefit value, respectively. They determine the proportion of the pheromone and the benefit value. When the value of is large, the probability of choosing this sensor node is great, and when the value of is large, ants are more likely to choose the sensor node based on the benefit value of the task assigned to the sensor. In equation (15), when the concentration of the pheromone and the benefit value are large, the probability that ants select the sensor nodes will increase.

In equation (16), the matrix is the urgency degree of the task being assigned, and it is composed of identical matrixes, which is . According to (3) and (16), is a matrix of benefit value that can be calculated in (17).

4.5. Pheromone Update

In the process of finding the best solution, it is necessary to calculate pheromones. Ants leave pheromones from the sensor node to the sensor node when they visit sensor nodes. As the number of iterations increases, the pheromone also volatilizes while accumulating. Similarly, in the EIACO algorithm, each ant updates the pheromone on the path after one step or one travel. The pheromone concentration on the path during generation is updated in

In formula (18), indicates the value of pheromones that the ant left on the path during the generation . is the evaporation coefficient of pheromone to avoid infinite growth of pheromone on the path. And in equation (19) represents the increment of pheromone information that the ant left on the path during the generation.

Formula (20) shows the ant-cycle system model of the EIACO to calculate .

In formula (20), is a constant and the pheromone released by the ant on the path is the intensity per unit . represents the benefit value that the task is assigned to the sensor node. In the ant-cycle system model, the ants release the pheromone when the ant has found an optimal solution. The ant-cycle system model utilizes the overall information.

4.6. Termination Condition

After irritations, EIACO will check whether the condition is satisfied. If the number of iterations is reached, the algorithm will be terminated.

4.7. Elite Strategy

The elitist strategy is introduced to EIACO. In EIACO, the pheromone quantity update formulas are as follows:

In formulas (21) and (22), represents the increased amount of pheromone on the path found by elite ants. represents the number of elite ants. represents the benefit value of assigning a task with elite strategy.

4.8. Immune Strategy

Unlike the traditional ACO, the EIACO is proposed in this paper for the task allocation problem with immune strategy. The main mechanisms in the immune system, which have been developed in the field of wireless sensor networks based on the immune theory, are applied in the problem of task allocation. The immune strategy is a global optimization method. It has the advantages of strong global search ability, maintaining antibody diversity and robustness. Therefore, the immune strategy is used to deal with the problem of task allocation.

Principles of immune operator in EIACO are as follows. The first step is to identify the antigen. Antigen can be described as the problem of task allocation. Then, create the initial population from the memory cells. The affinity needs to be calculated to evaluate the reward generated by the ants. If the terminal condition is not satisfied, it is necessary to perform immune selection, cloning, mutation and inhibition of mutation, etc. The next step is to refresh the population. A reward of solution with lower performance is replaced by a new generated solution to form an antibody.

The immune operator in EIACO uses the immune mechanism to accelerate convergence. At the same time, the similarity between individuals is used to ensure the diversity of the population, so as to avoid falling into local optimum.

4.9. Basic Steps

The steps of the EIACO algorithm are as follows.

Step 1. Initialize the parameters. The maximum number of iterations is . The initial number of iterations . Set the pheromone value, benefit value, and pheromone volatilization coefficient. The number of ants is . is used to initialize the pheromone information on the edge , .

Step 2. Add the number of iterations, .

Step 3. Add one number of ants, .

Step 4. Calculate the probability of selecting the next node based on formula (15).

Step 5. If , turn to Step 3; otherwise, perform Step 6.

Step 6. Update pheromone.

Step 7. If the condition is satisfied, that is, the number of irritations , output the reward. Otherwise, turn to Step 2.

5. Simulation and Results

In this section, the performance of the proposed EIACO method is tested and compared with the GA and SA methods for task allocation in AWSNs. The performance of EIACO is compared with different quantity of temperature and humidity sensor nodes and targets. All cases are run by a computer with a Pentium 2.4 GHz CPU. As indicated earlier, the objective function in Section 3 is to demonstrate the effectiveness of schemes in optimizing the task allocation.

In our simulation, the performance of EIACO will be compared with the GA and the SA. All the runs of the EIACO, GA, and SA algorithms were terminated after 100 generations and the population size is 50. In EIACO, the weight of pheromone is 2 and the weight of benefit value is 2; pheromone volatilization coefficient is employed as 0.98. In GA, the crossover probability is 0.85 and mutation probability is employed as 0.05. In SA, the value of the original temperature is defined as 200 and the value of annealing temperature is defined as 0.85.

The rewards for the EIACO, GA, and SA with different sensors and tasks are listed in Table 1. It shows the task execution efficiency versus the number of iterations of EIACO, GA, and SA on the task allocation problem with different quantity of sensors and tasks, respectively.

Figures 1(a)1(d) show the convergence for EIACO, GA, and SA, respectively. Figure 1(a) illustrates obviously that EIACO has a better performance than GA and SA when the number of the sensors is 8 and the number of the tasks is 15. Figure 1(a) shows that the optimal reward of SA is lower than GA as EIACO performs better than GA. Within the initial 50 iterations, the reward of EIACO varies greatly and the convergence speed improves as the generations increase. From 50 to 100 iterations, the reward of EIACO is close to 6.81; however, GA is still far from it and the value of reward is 6.27. The reward of SA is 5.72. EIACO outperforms GA and SA in task execution efficiency after about 50 generations; the population diversity of EIACO with elite operator and immune operator will boost. Over all 100 iterations, the reward of SA is lower than GA, and the convergence rate of EIACO is greater. In Figures 1(b)1(d), the rewards of EIACO perform better than those of GA and SA with solving the problem of task allocation when the numbers of the sensors are 15, 20, and 50, respectively, and the numbers of the tasks are 30, 40, and 100, respectively. GA and SA show a slower convergence rate than EIACO, and they converge to a suboptimal solution. EIACO displayed no premature convergence in average profits, which are a common feature of GA and SA. Overall, EIACO is more successful and ideal for task allocation and its convergence is faster than GA and SA when the number of generations is the same.

The performance of EIACO, GA, and SA is compared with a histogram in Figure 2. In Figure 2(a), EIACO yielded much better results compared with GA and SA when the number of the sensors is 8 and the number of tasks is 15 after 100 generations. The reward of SA is smaller than the reward of GA, and EIACO provides a better performance than GA. In Figures 2(b)2(d), similar conclusions are concluded when the numbers of the sensors are 15, 20, and 50, respectively, and the numbers of the tasks are 30, 40, and 100, respectively. Overall, the performance of EIACO is better than that of the other two algorithms.

In Figure 3, 10 sensors, 20 sensors, 30 sensors, and 40 sensors are considered. The objective function in equations (1) and (2) is used to evaluate the reward. In Figure 3(a), after 100 iterations, the sensors of EIACO, GA, and SA are 10, and the reward increases when the number of tasks is from 10 to100. It shows that EIACO is more effective than GA and the performance of GA is better than SA. In Figures 3(b)3(d), comparable results are given when the numbers of the sensors are 20, 30, and 40, respectively. EIACO always performs better than GA and SA.

6. Conclusion

Hence, an elite immune ant colony optimization (EIACO) is proposed in this paper for task allocation in AWSNs. By introducing EIACO into the problem of task allocation, a mathematical model that evaluates the efficiency of task execution is designed to maximize task execution efficiency for AWSNs. Rewards of EIACO in simulation results validate the task execution efficiency, with comparison of GA and SA. In Section 5, the proposed algorithm has higher task execution efficiency than the conventional GA and SA approaches, especially for AWSNs that have numerous targets and temperature and humidity sensor nodes. It further validates the effectiveness of EIACO-based task allocation for maximizing task execution efficiency in AWSNs.

Data Availability

The data used to support the findings of this study are available from the corresponding author upon request.

Conflicts of Interest

The authors declare that they have no conflicts of interest.

Acknowledgments

This paper is supported by the National Nature Science Foundation of China (No. 61662063), High-Level Talent Research Project of Shihezi University (No. RCZX201530), and Major Scientific and Technological Projects of Corps (No. 2017AA005-04).