Next Article in Journal
Evaluation of the Potential Toxicity of Effluents from the Textile Industry before and after Treatment
Previous Article in Journal
Modelling the Effects of Aerosol on Mei-Yu Frontal Precipitation and Physical Processes
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Novel Genetic Algorithm for the Synthetical Sensor-Weapon-Target Assignment Problem

1
School of Electronics and Information, Northwestern Polytechnical University, Xi’an 710072, China
2
First Military Representative Office of Air Force Equipment Department, People’s Liberation Army Air Force, Chengdu 610013, China
*
Authors to whom correspondence should be addressed.
Appl. Sci. 2019, 9(18), 3803; https://doi.org/10.3390/app9183803
Submission received: 31 July 2019 / Revised: 29 August 2019 / Accepted: 7 September 2019 / Published: 11 September 2019
(This article belongs to the Section Computing and Artificial Intelligence)

Abstract

:
The sensor-weapon–target assignment (S-WTA) problem is a crucial decision issue in C4ISR. The cooperative engagement capability (CEC) of sensors and weapons depends on the S-WTA schemes, which can greatly affect the operational effectiveness. In this paper, a mathematical model based on the synthetical framework of the S-WTA problem is established, combining the dependent and independent cooperative engagement modes of sensors and weapons. As this problem is a complex combinatorial optimization problem, a novel genetic algorithm is proposed to improve the solution of this formulated S-WTA model. Based on the prior knowledge of this problem, a problem-specific population initialization method and two novel repair operators are introduced. The performances of the proposed algorithm have been validated on the known benchmarks. Extensive experimental studies compared with three state-of-the-art approaches demonstrate that the proposed algorithm can generate better assignment schemes for the most of the benchmarks.

1. Introduction

The sensor-weapon–target assignment (S-WTA) problem, as one of the most important issues in C4ISR [1,2], has attracted great attention in recent years. Its objective is to find an appropriate assignment scheme for sensors and weapons to enemy targets with the goal of maximizing the benefit of the scheme. This problem is a constrained combinatorial optimization problem, which can be regarded as a nondeterministic polynomial time complete (NP-complete) problem [3]. For certain cases, S-WTA can be considered as a composite of two independent parts, i.e., the sensor–target assignment (STA) [4,5,6,7,8] and the weapon–target assignment (WTA) [9,10,11,12,13,14,15,16]. As the sensor is mainly used to obtain the information of the battlefield situation, the STA is performed in the mission of reconnaissance and surveillance to make decisions for the sensor management. As the weapon is used to protect the assets and obtain the superiority in the engagement, the WTA is implemented in the mission of attack to intercept and destroy the target. At present, as network-centric warfare (NCW) [17] and knowledge-centric warfare (KCW) [18] are the key operational architectures of the military operations, autonomy and cooperation are becoming more and more important. As a result, in this paper, we focus on the S-WTA problem, in which the sensors and weapons are allocated cooperatively. To be specific, the sensor can transmit the target information to the weapon in real-time and guide the weapon to attack the target accurately.
In the last few decades, some scholars have paid attention to the S-WTA problem. The S-WTA model was established by Bogdanowicz and Coleman [19] for the first time. They deeply analyzed the characteristics of the S-WTA problem and proposed two types of S-WTA models: the independent S-WTA model and the dependent S-WTA model. Meanwhile, a heuristic algorithm based on auction algorithm was put forward in their paper to solve these S-WTA models. Afterwards, based on the proposed S-WTA model, Bogdanowicz further improved the auction algorithms named as Swt-opt [20], which has been proved that Swt-opt can generate complete optimal assignment. In order to improve the efficiency of the allocation schemes over many dynamic network topologies, Li et al. [21] proposed an improved Swt-opt, combining the consensus algorithm with Swt-opt. Li et al. [22] introduced the temporal and spatial constraints into the S-WTA problem to establish an improved dependent model. They considered this specific S-WTA problem as a kind of dynamic weapon–target assignment (DWTA) [23] problem and proposed an anytime algorithm based on decentralized cooperative auction to solve this problem. Chen et al. [24] proposed an improved particle swarm optimization (PSO) to solve a similar dependent S-WTA problem. In this algorithm, some novel genetic operators were adopted to enhance the performance of the algorithm. Ezra et al. [25,26] analyzed the integrated relationship between sensor, weapon, and target. They proposed four integrated formulations combining the sensor resource management and weapon–target assignment to further demonstrate the characteristics of the independent and dependent S-WTA problem. Wang et al. [27] proposed an improved genetic algorithm (GA) to solve the dependent S-WTA problem, considering the situation where the kill probability of the weapons was modified to a formula with regard to the detection precision of sensors. Taking into account the synergic relationship between weapons and sensors as well as some specific constraints, Xin et al. [28] established a novel dependent S-WTA model. Moreover, they proposed a marginal-return-based constructive heuristic (MRBCH) to solve the formulated S-WTA model, so as to generate the allocation scheme rapidly and accurately. The work has been discussed thus far only focus on one aspect of the S-WTA problem. Consequently, some details of the collaborative operations of the sensors and weapons, which involve the cooperative engagement mode and the capacity constraints, are neglected. Therefore, in this paper, we focus on designing a comprehensive S-WTA model to demonstrate a more realistic S-WTA scenario.
In order to improve the solution of the S-WTA model, the optimization algorithm is also studied in this paper. The algorithms used to solve the S-WTA problem can be divided into two categories: The first category is the heuristic algorithm, such as Swt-opt and MRBCH. Heuristic algorithms can solve the S-WTA in real-time. It can be used in a dynamic environment and handle the uncertainties over the engagement. Although heuristic algorithms can solve the S-WTA problem in real-time, they are very difficult to achieve a satisfactory solution in such a NP-hard problem. This is because heuristic algorithms search for solutions using specific heuristic information, which traps them into the local optimal easily. The second category is the evolutionary algorithm (EA) [29,30], such as GA and PSO. As EA-based algorithms use many flexible mechanisms that fully consider the prior knowledge, they can achieve a satisfactory solution. However, the running time of EA-based algorithms are relatively large; they cannot solve the S-WTA problems in real-time. In this paper, as we focus on obtaining a high-quality assignment scheme, the running time of the algorithm is not considered. Since EA has many significant advantages in finding the optimal solution, we believe that choosing EA to solve the S-WTA problem can achieve a satisfactory assignment scheme.
EA has attracted massive interest from researchers for decades. At present, the well-known evolutionary algorithms are GA [31], PSO [32], ant colony algorithm (ACO) [33], and differential evolution (DE) [34]. Among these algorithms, GA is one of the most important algorithms. Because GA has a simple framework, high flexibility, and strong convergence ability, it has been successfully applied in many real-world problems [35,36,37], especially in the WTA problem [13,23,38]. For these reasons, we believe that choosing GA to solve the S-WTA problem is reasonable and promising. In this paper, we proposed a novel GA to solve the S-WTA problem named GA-SWTA. The contributions of this paper are described as follows.
(1)
In the context that sensors and weapons are allocated cooperatively, a novel S-WTA model is presented. The traditional S-WTA model has only two frameworks: the dependent framework and the independent framework. In order to fully reflect the relationship between sensors and weapons, the S-WTA has been extended to the synthetical framework.
(2)
For the proposed S-WTA model, a novel GA framework is proposed. Based on the characteristic of S-WTA, we redefine the form of chromosome encoding. We also adaptively improved the crossover operator to better match the redefined encoding. In addition, a problem-specific chromosome initialization method is proposed.
(3)
In order to handle the constrains and improve the convergence ability of the algorithm, chromosome repair approaches are proposed. Based on the prior knowledge of S-WTA, two repair operations— R-STA operation and R-WTA operation—are designed to cooperatively repair the chromosome. The experiments validate the good performance of the proposed approaches.
The rest of this paper is organized as follows. In Section 2, the frameworks of the S-WTA problem are analyzed first, then we present a mathematical optimization model for the synthetical S-WTA problem. In Section 3, a novel GA, i.e., GA-SWTA, is proposed to solve the S-WTA problem. Meanwhile, a problem-specific initialization and a chromosome-repair mechanism are designed to improve the performance of the algorithm. In Section 4, GA-SWTA is compared with three state-of-the-art S-WTA approaches, then the performance of the proposed initialization and a chromosome-repair mechanism are investigated. The conclusion and future work are described in Section 5.

2. Problem Analysis and Formulation

2.1. Existing Work of the S-WTA Problem

In this paper, the engagement scenario is described as follows. In one engagement of a military conflict, N targets belonging to the opponent are coming under attack from the defender. The target can be any object that poses a threat to the security of the defender, such as missiles, unmanned aerial vehicles (UAVs), and so on. As each target is coming from a different direction, each one has a certain value of threat. The defender has M sensors (e.g., Doppler radar and millimeter-wave radar) to detect and track the targets. It also has W weapons (e.g., missile and antiaircraft gun) to intercept the targets.
Based on this scenario, to the best of our knowledge, there are five different formulations of the S-WTA problem. In order to present these formulations clearly, we describe these formulations with the uniform variable name. The variables used in these formulations are defined in Table 1.
According to existing work of the S-WTA problem, the problem can be divided into two typical categories: independent and dependent. As the dependent model is more in line with actual engagement, most of the current models are based on the dependent model. However, the independent model has its own unique advantages. Therefore, in order to design an appropriate framework to fully describe the characteristics of the S-WTA problem, all of these models should be deeply analyzed to explore the relationship between independent and dependent S-WTA problems.
As the S-WTA problem can be categorized into the independent part and dependent part, the framework of this problem also consists of these two parts. Based on these existing formulations, we summarize these models and divide them into three frameworks: one independent framework and two dependent frameworks. The details of these frameworks are summarized as follows.

2.1.1. Framework A: The Independent S-WTA Framework

As far as we know, the mathematical models of the S-WTA problem were first proposed by Bogdanowicz and Coleman [19]. According to the benefit of the weapon assignment and sensor assignment, they proposed an independent model. The independent model is shown as
max k = 1 N i = 1 M a i k · x i k + max k = 1 N j = 1 W b j k · y j k s . t . i = 1 M x i k 1 , k 1 , 2 , , N k = 1 N x i k 1 , i 1 , 2 , , M j = 1 W y j k 1 , k 1 , 2 , , N k = 1 N y j k 1 , j 1 , 2 , , W .
As shown in Equation (1), the objective function is composed of two independent parts. The first part is the total benefit of sensor assignment. The second part is the total benefit of weapon assignment. Therefore, no matter how sensors are assigned, the results of their assignment will not affect the benefit of the weapon assignment.This S-WTA model describes an independent framework. It is summarized and shown in Figure 1.
As shown in Figure 1, as the sensors and weapons are independent, the information of sensors and weapons is not shared. Furthermore, the objective function includes two parts: the benefits of sensor assignment and the benefits of weapon assignment. Therefore, the sensor assignment and the weapon assignment is directly impact on the battlefield situation. As a result, as the scheme of sensor assignment and the scheme of weapon assignment do not affect each other, their effectiveness can be clear analyzed separately. However, the relationship between sensor and weapon is neglected. Therefore, the framework is unable to provide the accurate sensor and weapon assignment scheme.

2.1.2. Framework B: The Dependent S-WTA Framework-I

In addition to the independent model, Bogdanowicz and Coleman [19] also proposed a dependent model. Equation (2) shows the dependent model. As this model is more realistic of the current engagement, it is used frequently [19,20,21].
max k = 1 N i = 1 R ( c i k · z i k ) ,
where R is the number of the sensor–weapon pair. In this paper, we assume that there are M sensors and W weapons, so R = M · W . The constraints of this formulation are the same as the model (1). As the decision variable in this model is the assignment of the sensor–weapon pair, the objective function of this formulation is the total benefit of the assignment of the sensor–weapon pair. Therefore, sensor assignment will affect the benefit of the assignment of weapons.
Li et al. [22] and Chen et al. [24] present a similar dependent S-WTA model to model (2), but reformulate the problem with a different method of calculating the benefits. The model is shown as
min i = 1 M j = 1 W 1 k = 1 N h i j k · u i j k s . t . j = 1 W k = 1 N u i j k = 1 , i 1 , 2 , , M i = 1 M k = 1 N u i j k n j , j 1 , 2 , , W i = 1 M j = 1 W u i j k = m k , k 1 , 2 , , N ,
where n j is the number of weapons in jth weapon platform in which all the weapons have the same kill probability to a specific target and m k is the number of weapons of intercepting kth target. As the variables and structure of model (2) and (3) are very similar, these two models can be regarded as the same kind of dependent S-WTA model.
These dependent S-WTA models describe another S-WTA framework. As we divide the existing dependent S-WTA formulations into two types, the frameworks of the dependent S-WTA models have two forms. This framework is the first form and is shown in Figure 2.
As shown in Figure 2, sensor and weapon are regarded as a unity. A sensor–weapon pair is composed by a sensor assignment scheme and a weapon assignment scheme. All the information of the sensors and weapons is shared. In addition, as the sensor assignment and weapon assignment cannot be separate in this framework, the benefits of sensor–weapon assignment are calculated in the objective function. Therefore, the sensor–weapon pair is directly impact on the battlefield situation. As a result, the sensor assignment scheme and the weapons assignment scheme are integrated entirely. The interaction between the sensor and weapon can be fully considered. However, as the sensor and weapon are too tightly coupled, the framework is unable to represent the local details about sensor and weapon.

2.1.3. Framework C: The Dependent S-WTA Framework-II

Wang et al. [27] propose another dependent S-WTA model. In this model, some complex factors are introduced, such as the detection and guidance. The formulation is described as:
max k = 1 N v k · 1 j = 1 W i = 1 M 1 p i j k · g i j · d i k s . t . i = 1 M g i j 1 , j 1 , 2 , , W k = 1 N g i j · d i k 1 , i 1 , 2 , , M , j 1 , 2 , , W k = 1 N d i k 1 , i 1 , 2 , , M .
In addition to the above three constrains, there are another three complex constrains that indicate the conditions of the detection, guidance, and interception. The details of these constraints can be seen in the literature [27]. As the objective function of this formulation is the expected total value of the eliminated threat, this formulation is similar to the model of WTA problem. The assignment of sensors can direct influence the survivability of the target.
Xin et al. [28] take into account the detection probability of the sensors to establish the dependent S-WTA model. The model is shown as
max k = 1 N v k 1 i = 1 M 1 q i k x i k 1 j = 1 W ( 1 p j k ) y j k s . t . k = 1 N x i k 1 , i 1 , 2 , , M k = 1 N y j k 1 , j 1 , 2 , , W i = 1 M x i k n k , k 1 , 2 , , N j = 1 W y i k m k , k 1 , 2 , , N ,
where n k is the sensor cost of target k and m k is the weapon cost of target k. In this model, the assignment of sensors can affect the detection probability of the target. It can fully reflect the role of sensors in the whole engagement. As the objective function is the same as Equation (4), these two models can be regarded as another same kind of dependent S-WTA model.
These S-WTA models indicate the other independent S-WTA framework. It is the second form of the dependent S-WTA models, which is summarized and shown in Figure 3.
As shown in Figure 3, sensors are assigned to detect and track the targets. Then, the information achieved by sensors is shared to the weapon. Afterwards, weapons are launched to intercept the target. Therefore, in this framework, partial information of the sensor and weapon is shared. In addition, as described in models (4) and (5), the objective functions of these formulations are the expected total value of the eliminated threat. Therefore, in this framework, only weapons can impact on the battlefield situation. As a result, since the sensor assignment schemes would affect the weapon assignment schemes, the effectiveness of weapon assignment can be fully analyzed. However, the effectiveness of weapon assignment has received so much attention that the effectiveness of sensor assignment has been neglected.
According to the above analysis, all frameworks have their own advantages and disadvantages. Because of the different frameworks focus on the different aspects of the sensor assignment and the weapon assignment, some details of the sensors and weapons are neglected. Therefore, it is necessary to design a relatively comprehensive S-WTA model and framework to fully describe the S-WTA problem.

2.2. The Improved S-WTA Model

2.2.1. The Proposed S-WTA Model

Based on the model (5), the improved S-WTA model is proposed as follows,
max k = 1 N v k Q k + Q k · P k Q k = 1 i = 1 M 1 q i k x i k P k = 1 j = 1 W ( 1 ( p j k + σ ) ) y j k σ = 0 , if i = 1 M x i k = 0 ( 1 p j k ) · t a n h ( i = 1 M x i k 1 ) , if i = 1 M x i k 0 s . t . k = 1 N x i k 1 , i 1 , 2 , , M k = 1 N y j k 1 , j 1 , 2 , , W i = 1 M x i k n k , k 1 , 2 , , N j = 1 W y i k m k , k 1 , 2 , , N ,
where N is the number of targets, M is the number of sensors, W is the number of weapons, Q k is the probability of detecting and tracking the kth target by the sensor, P k is the probability of destroying the kth target by the weapon, σ is the gain factor of the kill probability, and the function t a n h is the hyperbolic tangent function. The definitions of v k , q i k , p j k , x i k , and y j k are shown in Table 1. The first constraint represents that each sensor can detect or track only one target. The second constraint denotes that each weapon can intercept only one target. The third constraint and last constraint limit the sensor cost and the weapon cost for each target, respectively.
As presented in Equation (6), the model consists of two parts. The first part k = 1 N v k · Q k represents the expected total value of the detected threat. It can be regarded as the benefits of sensor assignment. The second part denotes the expected total value of the eliminated threat. It can be regarded as the benefits of weapon assignment. The sum of these two parts is similar to the framework A, which has the characteristics of the independent S-WTA model. The second part, k = 1 N v k · Q k · P k , is similar to models (4) and (5), which belong to framework C. It has the characteristics of the dependent S-WTA model. As the proposed model incorporates the characteristics of the framework A and C, the S-WTA problem can be described more completely.
Although framework B is also based on the dependent model, it should be noted that frameworks A and B are not integrated in this proposed model. As described in framework B, the sensor assignment and weapon assignment are integrated. As framework B can only reflect the effect of sensor and weapon assignment, it is unable to describe the effect of the sensors on the weapons. In this proposed model, since we incorporate the framework A and C, the two parts involve the detailed information of sensors (i.e., the probability of detecting and tracking the target by sensors). As a result, the interaction between sensors and weapons can be fully reflected.
In addition to improve the framework, the second part, which represents the dependent relationship between sensors and weapons, is also improved. As described in models (4) and (5), different sensor assignment schemes only affect the probability of detecting and tracking. However, according to the actual situation of the S-WTA problem, if multiple sensors detect and track a target simultaneously, they will greatly enhance the accuracy of tracking and recognition of the target which are the most important factor of the interception of target by weapons. Therefore, the kill probability of the weapon against the target should be adjusted according to the sensor assignment scheme. Based on the above analysis, the gain factor σ is proposed to represent the specific dependent relationship between sensors and weapons. In conclusion, the proposed framework of model (6) can be summarized in Figure 4. This framework is called the synthetical S-WTA framework.
As shown in Figure 4, the sensor assignment and weapon assignment directly impact the battlefield situation. In addition, the target information achieved by sensors is shared with the weapon. The two features mentioned above are the most important characteristics of the independent S-WTA framework and the dependent S-WTA framework-II, respectively. Therefore, these characteristics are combined into the proposed synthetical S-WTA framework. Furthermore, according to the proposed gain factor σ , the detection and tracking for the targets have an effect on the weapons: the improved dependent relationship between the sensors and weapons. Based on the analysis above, as the proposed framework contains more details on S-WTA problem, the S-WTA problem can be described more comprehensively.

2.2.2. Behaviors of the Proposed Gain Factor σ

(1)   Validity in the proposed S-WTA model
As the S-WTA problem is a complicated practical application problem, the gain factor σ should be designed appropriately to satisfy the constraints of the S-WTA problem. The validity of the designed gain factor σ is analyzed as follows.
As the kill probability p j k is in [0, 1], p j k + σ should be limited in [0, 1]. Therefore, σ should be limited in [0, 1 p j k ]. According to the model of the designed gain factor σ in (6), if i = 1 M x i k 0 , then the hyperbolic tangent function t a n h ( i = 1 M x i k 1 ) is in [0, 1]. As a result, σ is in [0, 1 p j k ], so p j k can meet the constraint of the S-WTA problem. In conclusion, the proposed gain factor σ can ensure that the proposed model can meet the constraints of the S-WTA problem. It is a valid and feasible variable in S-WTA model.   
(2)   Efficiency in the proposed S-WTA model
The gain factor σ is proposed to adjust the kill probability, which can improve the dependent relationship between the sensors and weapons. With a certain kill probability p j k , the gain factor σ is changed according to the sensor assignment decision variable x i k . Therefore, it is necessary to analysis the efficiency of σ to study its effects on the proposed S-WTA model under different decision variables.
As shown in model (6), the gain factor σ is divided into two cases according to the value of i = 1 M x i k , which is the number of sensors assigned to the kth target. If i = 1 M x i k = 0 , then σ = 0 . It means that if no sensors are assigned to the target, the target will not be attacked. As a result, as the weapons are not affected by the sensors, the kill probability p j k is not enhanced. If i = 1 M x i k 0 , one or more sensors are assigned to the kth target, and the kill probability p j k is enhanced by σ . As the kill probability p j k is a constant, the efficiency of σ is depend on the hyperbolic tangent function tanh ( i = 1 M x i k 1 ) . To analyze the efficiency of σ conveniently, we figured out the value of σ with i = 1 M x i k in [1, 5]. It is shown in Table 2.
As shown in Table 2, when i = 1 M x i k = 1 , then σ = 0 . Therefore, the kill probability p j k is not enhanced because one sensor is assigned to the target; it is the prerequisite for weapons to be able to attack the target. When i = 1 M x i k > 1 , σ increases as the variable i = 1 M x i k increases. It should be noted that the smaller the variable i = 1 M x i k , the larger σ increases when the variable i = 1 M x i k increases. This is because in the S-WTA problem the effect of tracking and detection of the sensors on the target depends on the number of sensors assigned to the target. When there are few sensors assigned to the target, increasing the number of sensors can significantly improve the detection and tracking accuracy of the target, so as to significantly improve the kill probability to the target. However, if there are many sensors assigned to the target, the detection and tracking accuracy of the target by the sensors is high enough. At this moment, increasing the number of sensors has little effect on the accuracy of detection and tracking, so the kill probability will increase very little.
For example, assume that there is one sensor assigned to the kth target and the detection and tracking probability q i k is 0.8, then the probability Q k is 0.8. If we add an identical sensor to detect and track the kth target, then the probability Q k is 0.96. If we add another identical sensor to detect and track the kth target, which means that there are three sensors assigned to one target, the probability Q k is 0.996. Therefore, as more and more sensors are assigned to a target, the probability Q k will increase less and less. Therefore, as we introduce the hyperbolic tangent function t a n h ( i = 1 M x i k 1 ) to control the value of σ , the gain of the kill probability can tally with the actual situation of the S-WTA problem. According to the above analysis, the proposed model of the gain factor σ in line with the practical S-WTA problem; it can effectively reflect the influence of different sensor assignment schemes on the kill probability.

3. Description of the Proposed Method

In this section, the proposed novel GA method for solving S-WTA problem (GA-SWTA) is described. At the beginning, chromosome encoding is introduced. Then, the proposed population initialization method is presented. Afterwards, the evolutionary operations are demonstrated, and then the chromosome-repair mechanism is given. At last, the framework of GA-SWTA is elaborated.

3.1. Chromosome Encoding

As the S-WTA problem has many similar characteristics to the WTA problem, the traditional encoding method of WTA [13] can be used as a reference. Based on the WTA model, Wang [27] proposed a chromosome encoding method for S-WTA. However, because the S-WTA model used in their paper is more difficult than the one we proposed, chromosome encoding needs to be further customized for better adaptation of the proposed S-WTA model. The chromosome encoding is defined as C = t m 1 , , t m i , t m M , t w 1 , , t w j , t w W , where t m i is the target that is detected or tracked by sensor i and t w j is the target which is attacked by weapon j. Figure 5 is the illustration of the chromosome encoding.
As depicted in Figure 5, the chromosome comprises two parts: The first part represents the assignment of sensors. The second part is the assignment of weapons. Based on the definition of chromosome encoding, the code can handle some basic constraints of the S-WTA. First, the dimension of the chromosome is M + W , which is the sum of the number of sensors and weapons. Therefore, the consumption of sensors and weapons can be ensured within the predefined amount.

3.2. Population Initialization

A population initialization method is an important part in the framework of GA. A common way to initialize the population for this problem is random initialization, which may generate initial solutions with an inferior fitness and redundancy. In addition, S-WTA has much prior knowledge, such as the benefits of detection or damage, which should be fully considered to improve the quality of the initial population to speed up algorithm to reach global optimum.
In this paper, some important prior knowledge, which was originally designed for the WTA problem [13], is adaptively improved as the rules of initialization of the S-WTA problem. It is defined as in Rule 1 and Rule 2. Rule 1 is used for the sensor–target assignment. Rule 2 is used for the weapon–target assignment.
Rule 1: If q i k · v k is the highest value among all the sensor–target pair, the assignment scheme that the ith sensor is assigned to the kth target is the most appropriate scheme.
Rule 2: If ( p i k + σ ) · v k is the highest value among all the weapon–target pair, the assignment scheme that the ith weapon is assigned to the kth target is the most appropriate scheme.
The flow chart of the proposed initialization method is shown in Figure 6.
As shown in Figure 6, the population is initialized by two procedures. First, the sensor is assigned to the target according to the Rule 1. Then, on the basis of the results of sensor assignment, the weapon is assigned according to the Rule 2. To facilitate further implementation of the algorithm, the pseudocode of the proposed method is given in Algorithm 1.
Algorithm 1 Initialization
Input: The number of sensors is M. The number of weapons is W. The number of targets is N. The matrix of the probability of detecting and tracking the targets by the sensors is Q = ( q i k ) M × N . The matrix of the probability of destroying the targets by the weapons is P = ( p j k ) W × N . The maximum sensor cost of each target is n 1 , , n k , , n N . The maximum weapon cost of each target is m 1 , , m k , , m N . The threat value of each target is v 1 , , v k , , v N .
Output: The initialized population C 1 , , C p o p .
1:
for i = 1 to p o p do
2:
   C i = c 1 , , c M , c M + 1 , , c M + W = 0
3:
  for j = 1 to M do
4:
    Randomly select an unassigned sensor s j .
5:
    for each target t do
6:
       V t = q s j t · v t
7:
    end for
8:
    Sort the targets in descending order by V t as t 1 , , t k , , t N .
9:
    Initial the sensor cost for t 1 , , t k , , t N as n 1 , , n k , , n N = 0 .
10:
    for k = 1 to N do
11:
      if n k < n k then
12:
         c s j = t k
13:
         n k = n k + 1
14:
         v k = v k · ( 1 q s j t k )
15:
        break
16:
      end if
17:
    end for
18:
  end for
19:
  Restore the updated threat value v 1 , , v k , , v N to the original value.
20:
  for j = 1 to W do
21:
    Randomly select an unassigned weapon w j .
22:
    for each target t do
23:
     V t = ( p w j t + σ t ) · v t
24:
    end for
25:
    Sort the targets in descending order by V t as t 1 , , t k , , t N .
26:
     Initial the weapon cost for t 1 , , t k , , t N as m 1 , , m i , , m k = 0 .
27:
    for k = 1 to N do
28:
      if m k < m k and n t k > 0 then
29:
         c M + w j = t k
30:
         m k = m k + 1
31:
         v k = v k · ( 1 ( p w j t k + σ t k ) )
32:
        break
33:
      end if
34:
    end for
35:
  end for
36:
end for
In Algorithm 1, the procedure of sensor–target assignment is from Step 3 to Step 18. In this procedure, Step 6 is to calculate the values of the sensor–target pairs. Based on Rule 1, Step 8 determines the optimal sensor–target pair. Afterwards, Step 11 ensures that the current assignment can meet the third constraint in model (6). The weapon–target assignment is from Step 20 to Step 35. This procedure is similar to the sensor–target assignment. In this procedure, Step 25 is to determine the optimal weapon–target pair by the Rule 2. Step 28 ensures that the current weapon–target assignment can meet the last constraint in model (6), and the target is detected and tracked by at least one sensor.

3.3. Evolutionary Operations

Evolutionary operation is an important mechanism in evolutionary algorithm. Therefore, we use crossover operation and mutation operation to find out better individuals. As the chromosome encoding of S-WTA problem is similar to the WTA problem, the evolutionary operations used in the WTA problem can be also suitable for the S-WTA problem. In this paper, we use the EX operator [13] as the crossover operation. Meanwhile, we use the mutation operation to randomly change a gene. All of the above are commonly used evolutionary operations in WTA problems. However, as the chromosome encoding of S-WTA is different from WTA, the EX operator should be adaptively improved so it can be appropriately used in S-WTA. The improved EX operator is described as follows.
In the traditional EX operator, the so-called “good” genes contained in both parents are preserved. Therefore, for the S-WTA problem, the “good” genes represent the most appropriate assignment scheme from Rules 1 and 2. In addition, since the chromosome encoding of S-WTA is composed by two parts, the EX operator should be performed in the two parts, respectively. It is illustrated in Figure 7.
As shown in Figure 7, suppose that there are 4 targets, 5 sensors, and 6 weapons. We generate two individuals, A and B. First, genes 2, 5, 7, 9, and 10, which have the same value in both A and B, are selected to be evaluated. Assuming that the genes of 2, 5, 7, and 9 are the “good” genes. Then, these “good” genes are preserved, which means that they do not change during the crossover operation. Afterwards, two genes are randomly selected in the STA part and exchanged to generate the new individual. Similarly, the other two genes are randomly selected in the WTA part and exchanged.

3.4. Repair Operations

As the evolutionary operation mentioned above is unable to handle the constraints, some individuals may not satisfy the constraints of the S-WTA problem. Therefore, the repair operations should be adopted to repair the unsatisfactory individuals. In this paper, we propose two novel repair operations. The first repair operation is designed for the part of STA (R-STA operation). The second operation is designed for the part of WTA (R-WTA operation). The R-STA operation is performed first to repair the chromosome. Then, the R-WTA operation is performed. This process is illustrated in Figure 8.

3.4.1. R-STA Operation

In the S-WTA problem, the target should be detected and tracked by sensors before it is attacked by weapons. Therefore, the R-STA operation is performed first to ensure that the sensors are appropriately assigned. The flow chart of the proposed R-STA operation is shown in Figure 9.
To illustrate the details of the operation, the pseudocode is given in Algorithm 2. In this algorithm, step 2 ensures that all the improper assignment scheme can be repaired. In step 3, the available target means that the sensor cost of this target is no more than the maximum sensor cost. In step 4, the sensors assigned to the unavailable targets are selected to be repaired. Step 6 ensures that the STA scheme does not suffer overallocation. Therefore, if there are no available targets, the selected sensors are no longer assigned. In step 12, e a is the benefit of the assignment scheme of sensor s r and target t a . From step 7 to step 13, the benefits of all the assignment scheme for each available target and sensor s r are calculated based on Rule 1. Then the optimal sensor–target pair is determined according to the benefit of the assignment scheme by steps 14 and 15. Based on the procedures of R-STA operation, we can see that the prior knowledge Rule 1 is used to determine the sensor–target pair. In this way, the efficiency of the repair operation will be greatly improved.
Algorithm 2 R-STA operation
Input: The chromosome that need to be repaired is c 1 , , c M , c M + 1 , , c M + W . The matrix of the probability of detecting and tracking the targets by the sensors is Q = ( q i k ) M × N . The maximum sensor cost for target t 1 , , t k , , t N are n 1 , , n k , , n N . The threat value of each target is v 1 , , v k , , v N .
Output: The repaired chromosome c 1 , , c M , c M + 1 , , c M + W .
1:
Calculate the sensor cost for target T = t 1 , , t k , , t N as n 1 , , n k , , n N .
2:
while ( n i > n i ) do
3:
  Find the available targets as T a = t a | n a n a > 0 , t a T .
4:
  Find the sensors which need to be repaired as S a = s a | n a n a < 0 .
5:
  Randomly select a sensor in S a as s r .
6:
  if T a then
7:
    for each t a in T a do
8:
      for each sensor s which is assigned to t a do
9:
         v a = v a · ( 1 q s t a )
10:
      end for
11:
       v a r = v a · ( 1 q s r t a )
12:
       e a = v a v a r
13:
    end for
14:
    Find the target t b in T a for which the corresponding e b is the largest.
15:
     c s r = t b
16:
  else
17:
     c s r = 0
18:
  end if
19:
end

3.4.2. R-WTA Operation

In the S-WTA problem, if the targets are detected and tracked by sensors, the weapons can be launched to attack the target. Therefore, after the R-STA operation has been performed, the R-WTA operation should be implemented to ensure that the weapons are appropriately assigned. The flow chart of the proposed R-WTA operation is shown in Figure 10.
In order to further illustrate the implementation process of the algorithm, the pseudocode of R-WTA operation is given in Algorithm 3. In this algorithm, most of the procedures are similar to the R-STA operation. However, as the sensors are assigned first, the effect of STA should be fully considered in R-WTA operation. According to the actual situation of S-WTA problem, only the target that has been detected and tracked by sensors can be attacked by weapons. Therefore, in the R-WTA operation, the weapons must be assigned to a target with sensor cost greater than zero. In step 3, in addition to determining whether the current WTA scheme satisfies the last constraint in model (6), it is also necessary to determine whether the target of the assigned weapons has been allocated any sensors. In step 4, the available target means that the weapon cost of this target is no more than the maximum weapon cost and this target has been assigned any sensors. Similarly, in step 5, the weapons assigned to the unavailable targets are selected to be repaired. Step 7 to step 19 have a similar structure to step 6 to step 18 in R-STA operation. With these steps, the optimal weapon–target pair is determined. It should be noted that in the R-WTA operation, the prior knowledge in Rule 2 is used to enhance the efficiency of the repair operation.
Algorithm 3 R-WTA operation
Input: The chromosome in which the R-STA operation has been performed is { c 1 , , c M , c M + 1 , , c M + W } . The matrix of the probability of destroying the targets by the weapons is P = ( p j k ) W × N . The maximum weapon cost for target t 1 , , t k , , t N are m 1 , , m k , , m N . The threat value of each target is v 1 , , v k , , v N .
Output: The repaired chromosome c 1 , , c M , c M + 1 , , c M + W .
1:
Calculate the weapon cost for target T = t 1 , , t k , , t N as m 1 , , m k , , m N .
2:
Calculate the sensor cost for target T = t 1 , , t k , , t N as n 1 , , n k , , n N .
3:
while ( m i > m i ) or ( m i > 0 and n i = 0 ) do
4:
  Find the available targets as T a = t a | m a m a > 0 a n d n a > 0 , t a T .
5:
  Find the weapons which need to be repaired as W a = { w a | ( m a m a < 0 ) o r ( n a = 0 a n d m a > 0 ) } .
6:
  Randomly select a sensor in W a as w r .
7:
  if T a then
8:
    for each t a in T a do
9:
      for each weapon w which is assigned to t a do
10:
         v a = v a · ( 1 ( p w t a + σ t a ) )
11:
      end for
12:
       v a r = v a · ( 1 ( p w r t a + σ t a ) )
13:
       e a = v a v a r
14:
    end for
15:
    Find the target t b in T a for which the corresponding e b is the largest.
16:
     c w r = t b
17:
  else
18:
     c w r = 0
19:
  end if
20:
end

3.5. The Framework of GA-SWTA

In this paper, a novel genetic algorithm for the S-WTA problem (GA-SWTA) is proposed. This algorithm begins with a proposed problem-specific initialization method to generate the population. Then, it proceeds to the loop phase. Initially, the selection is performed to generate a new generation by some specific selection method, such as the roulette wheel selection and the tournament selection. Afterwards, the crossover and mutation operators are implemented to generate new individuals. Thereafter, in order to handle the constrains of the S-WTA problem, the proposed R-STA operation and R-WTA operation are performed to repair the individuals. At the end of the loop, the potential individuals are selected for the next evolution. The loop will continue until the iterations reaches the maximum number. The framework of GA-SWTA is shown in Algorithm 4.
Algorithm 4 GA-SWTA
Input: Max generation: m a x g e n . Population size: p o p . Crossover probability: p c . Mutation probability: p m . Other necessary scenario information of S-WTA problem.
Output: The best individual I b e s t .
  • Step 1 Initialization: Generate an initial population X = x 1 , x 2 , , x p o p by the proposed initialization method. Meanwhile, I t e r = 0 .
  • Step 2 Selection: A proportion of population X are selected as a new generation X = x 1 , x 2 , , x p o p by some specific selection method.
  • Step 3 Reproduction: For i = 1 , 2 , , p o p do
  •   3.1 Crossover: Generate a random number p [ 0 , 1 ] , if p < p c , randomly select an individual x j in X , then perform the crossover operator on x i and x j to generate two new individuals as x i and x j .
  •   3.2 Mutation: Generate a random number p [ 0 , 1 ] , if p < p m , randomly select an individual x i in X , then perform the mutation operator on it to generate a new individual x i .
  • Step 4 Repair: Perform the proposed R-STA operation and R-WTA operation for the reproduced population X .
  • Step 5: Let X = X X . Calculate the fitness for all the individuals in X , then select the best p o p individuals as the new generation X.
  • Step 6: I t e r = I t e r + 1 , then go to Step 2. If I t e r reaches m a x g e n , output the best individual I b e s t .

4. Experimental Studies

4.1. Comparison Algorithms

In this paper, two heuristic algorithms, named MRBCH and Swt-opt, and one GA-based algorithm, referred to as ds-GA, are selected to compare with the proposed algorithm.
The MRBCH algorithm proposed in the work by the authors of [28] is a real-time heuristic algorithm. It uses the concept of maximum marginal return (MMR), which is derived from economics, to handle the S-WTA problem. We choose it as our comparison algorithm because, as, to the best of our knowledge, it has the best performance among all the real-time heuristic algorithms in handling the S-WTA problem. We want to show that our proposed algorithm can achieve better optimization results.
The Swt-opt algorithm [20] is another real-time heuristic algorithm based on the auction algorithm. In this algorithm, each sensor–weapon pair can be assigned to at most one target, and each target can be engaged by at most one sensor–weapon pair. We choose it as our comparison algorithm because it has many advantages in solving the S-WTA problem in which the number of sensors, weapons, and targets are the same. Our proposed algorithm cannot only get preferable optimization results in this special case, but also can achieve excellent optimization results in general S-WTA problem.
The ds-GA algorithm was proposed by Wang and Chen [27], in which an improved genetic algorithm is used to solve the S-WTA problem. We choose it as our comparison algorithm because our proposed algorithm is also based on GA. We want to show that our proposed GA-based algorithm is more suitable to deal with the S-WTA problem.

4.2. Experimental Settings

The experiments are performed on a personal computer with i7-2.5GHz CPU and 8GB memory. All algorithms are written by Matlab. In our experiments, twenty-five S-WTA test instances are used for comparing GA-SWTA with MRBCH, Swt-opt and ds-GA. As these instances are carefully designed by Xin et al. [28] and generated with different scales and features, they can comprehensively examine the performance of the proposed algorithm. These instances and their features are shown in Table 3. Detailed data of these instances, such as the threat value of target, the constrains of sensors cost, and so on, are available online [28].
In these experimental studies, all parameters of the MRBCH algorithm and Swt-opt algorithm are the same as the by the authors of [28]. In addition, for our proposed algorithm, the population size is p o p = 100 , the selection method is the roulette wheel selection, the crossover probability is p c = 0.8 , and the mutation probability is p m = 0.4 . The crossover probability and the mutation probability are the recommended settings in the work by the authors of [13].
For the ds-GA algorithm, the population size p o p = 100 , the crossover probability p c = 0.1 , and the mutation probability p m = 0.8 , a max = 0.95 , a min = 0.5 , β max = 0.5 and β min = 0.05 . All the parameters are the recommended settings in paper [27]. Furthermore, in ds-GA, the penalty function is used for constraint handling. However, in this paper, as the proposed S-WTA model is different from the one in ds-GA, the penalty function should be redesigned to make it can be suitable for our proposed algorithm. We use the general constraint handling rules of the penalty function [39], which are also used in ds-GA, to redesign the penalty function. In this way, as the redesigned function can maintain the same characteristics as the original function, the performance of the algorithm is not greatly affected. The penalty function of the ith individual is shown as
f i ( x , y ) = f i ( x , y ) g ( x , y ) g ( x , y ) = 0 , the constraints are satisfied min F ( x , y ) , otherwise F ( x , y ) = f 1 ( x , y ) , , f p o p ( x , y ) ,
where f i ( x , y ) is the fitness of the ith individual, f i ( x , y ) is the penalized fitness, and F ( x , y ) is the fitness set of the populations.
As the MRBCH and Swt-opt algorithms are deterministic, the result is an invariable for the same instance. Therefore, both are performed only once. In addition, because our proposed algorithm and the ds-GA algorithm are GA-based algorithms, each run of the algorithms produces a different result. Therefore, we perform 30 independent runs on both of the algorithms for each instance. Meanwhile, we stop both of the algorithms until the best solutions found so far remain unchanged in 500 generations.

4.3. Experiments on Comparison Algorithms

In these experiments, the performances of the comparison algorithms are analyzed. As the optimal S-WTA scheme is unknown for each instance, we use the fitness of individual as the comparative metric. Therefore, we propose that the greater the fitness of an individual, the better the corresponding S-WTA scheme.
As the proposed GA-SWTA and ds-GA are performed for 30 independent runs for each instance, we demonstrate the results from 30 runs. Although the MRBCH and Swt-opt are deterministic algorithms, their results are also shown from 30 runs to facilitate the analysis. Furthermore, for instance 21 to instance 25, the results of Swt-opt are not available within the acceptable time (15,000 s). The experimental results are presented in Figure 11.
As shown in Figure 11, GA-SWTA performs better than other comparison algorithms in most instances. For the instance No. 1, ds-GA and GA-SWTA have the same performance. For the instance No. 3, all the algorithms can get their best result. For the instance No. 19, the performance of the Swt-opt outperforms other algorithms. For the instance No. 4 to the instance No. 25, GA-SWTA performs remarkably better than ds-GA. However, for the very large-scale instances, No. 24 and No. 25, MRBCH has the best performance.
Based on the experimental results presented above, it can be concluded that our proposed algorithm can effectively solve the S-WTA problem. Although the MRBCH and the Swt-opt outperforms GA-SWTA in a few cases, GA-SWTA can still provide high-quality solutions for all instances. In addition, if the scale of the problem is small, the MRBCH, ds-GA, and proposed GA-SWTA have the similar performance; as the solution space of the small-scale instances is small, these algorithms can easily search most areas of the solution space. Moreover, if the scale of the problem is very large, MRBCH can achieve better results in solving this problem. This is because the used evolutionary operators are originally designed for small-scale WTA problems that lose efficiency when solving the large-scale S-WTA problem. Additionally, the Swt-opt has the best performance for the instance No. 3 and No. 19. However, for most instances, its performance is worse than other algorithms. Because the Swt-opt is designed to solve the special instance described in the work by the authors of [19], if more than one sensor or weapon can be assigned to one target, the objective cannot be calculated appropriately. Furthermore, the performance of ds-GA is worse than GA-SWTA for the vast majority of instances, which means that our proposed novel framework of GA is more suitable to solve the S-WTA problem.

4.4. Experiments on Initialization

In order to verify the performance of the proposed initialization method, the random initialization method is used for comparison. Using the random initialization method means that the encoding of an individual is generated randomly without any prior knowledge. Since many of the evolutionary mechanisms used in ds-GA differ from the proposed algorithm, it is difficult to rule out the influence of different evolutionary mechanisms on algorithm performance. As a result, in order to ensure the fairness of the comparison, the proposed initialization method in GA-SWTA is replaced by the random initialization method. Meanwhile, the other mechanisms and parameters remain unchanged. The variant is called GA-SWTA-r1. We performed 30 independent runs on each algorithm for each instance. Figure 12 shows the results of the two algorithms.
From Figure 12, it can be found that the difference in the performance of the given indexes between GA-SWTA and GA-SWTA-r1 are very small. It means that the proposed initialization method does not affect the convergence of the algorithm. This is because the convergence of the proposed algorithm is mainly affected by the evolutionary operators. As the initialization method is designed to improve the quality of the initial population, its main function is to improve the efficiency of the convergence. In this paper, the evolution of the mean value of the objective value versus number of iterations is used to demonstrate the efficiency of the proposed initialization method. As we stop both of the algorithms until the best solutions found so far remain unchanged in 500 generations, the convergent generation of each run of the algorithm is different. Therefore, we calculate the maximum number of iterations of all the runs, then extend the number of iterations of all the runs to the same size as the maximum number. In this paper, the best objective value of each run is used as the value of the extended iteration. The results are shown in Figure 13.
As presented in Figure 13, the proposed initialization method can obtain a better initial value for almost all the instances. This means the proposed initialization method can generate a superior population at the beginning of the algorithm. In addition, for many instances, such as instances 2, 5, 9, 16, and 19, the maximum number of iterations of the proposed initialization method is remarkably less than the random method. This indicates our proposed method can effectively improve the convergence speed of the algorithm. Furthermore, for the very small-scale instances, instances No. 1 and No. 2, and the very large-scale instances, instances No. 21 to No. 25, our proposed initialization method is remarkably better than the random method. According to these experimental results, it can be concluded that the proposed initialization method can effectively improve the convergence efficiency of the algorithm, especially for the very small-scale and very large-scale S-WTA problems. This method cannot only improve the quality of the initial population, but also improve the convergence speed of the algorithm.

4.5. Experiments on Repair Operations

In this section, the performance of the repair operations is verified. In general, there are three methods to handle the individuals that do not satisfy the constraints. The first method is to delete the individuals. Although this method can quickly eliminate unsatisfactory individuals, it may reduce the efficiency of convergence. The second method is to punish the individuals. In this method, a penalty function is designed to adjust the objective values of the individuals, and the unsatisfactory individuals will be eliminated during the process of evolution. We should note that this method has been successful used in ds-GA to handling the constraints. The third method is to repair the individuals, which is used in our proposed algorithm. Therefore, the first and the second methods for handling constraints are selected for comparison.
Based on the proposed GA-SWTA, the repair operations are replaced by the first and the second methods. The variant is called GA-SWTA-r2, and GA-SWTA-r3, respectively. In GA-SWTA-r2, all unsatisfactory individuals are deleted instead of repair. In GA-SWTA-r3, the penalty function (7) is used to handling the constraints. Meanwhile, other mechanisms and parameters remain unchanged. We performed 30 independent runs on each algorithm for each instance. Figure 14 shows the results of the three algorithms.
As shown in Figure 14, GA-SWTA has the best performance on the given indexes for all the 25 instances. For the instance No. 1, all algorithms have the same performance. For the small-scale instances, No. 2 to No. 5, the performance of all the algorithms are very similar. In addition, for the majority of other instances, GA-SWTA-r2 has the worst performance. Based on analyzing the experimental results in Figure 14, we can conclude that the proposed repair method performs better than the other two methods in most of the instances. All the methods are work well on the small-scale problem. All these results show that the repair method proposed in this paper can effectively handle the constraints.

5. Conclusions

The STA and WTA problems have been widely concerned in the previous studies. However, few researches have focused on the S-WTA problem. In this paper, we proposed a novel genetic algorithm for the synthetical S-WTA problem. First, the frameworks of S-WTA are deeply analyzed. Then, a new model based on a novel framework of S-WTA is proposed. Furthermore, in order to solve the proposed model, a novel genetic algorithm, GA-SWTA, is presented. In the proposed GA-SWTA algorithm, a prior knowledge-based population initialization method is put forward to improve the efficiency of the convergence. Afterwards, two novel repair operations are designed to handle the constrains of the problem.
The performance of the GA-SWTA is analyzed in 25 test instances. Extensive experiments with two state-of-the-art heuristic algorithms and one GA-based algorithm demonstrate that our proposed algorithm outperforms other algorithms in most of the test instances. Furthermore, experiments on the proposed initialization method and random initialization method show that our proposed initialization method can improve the efficiency of the convergence. Moreover, the performance of the presented R-STA and R-WTA repair operations are detailed, which illustrate that these operations can effectively handle the constraints of the S-WTA problem as well as enhance the convergence of the algorithm.
According to these experimental results, we can conclude that our proposed algorithm can effectively solve the S-WTA problem. Compared with the traditional heuristic algorithms and evolutionary algorithm, the proposed algorithm has better convergence performance, which means that it can achieve better S-WTA scheme. However, since this algorithm is based on the framework of evolutionary computation, it cannot be performed in a real-time environment. Therefore, this proposed algorithm can be used in a non real-time and high-precision environment.
Although GA-SWTA can effectively solve the S-WTA problem in most of the test instances, its performance is worse than MRBCH in very large-scale problems. This is because the evolution operators used in this paper, which are the key factors to affect the convergence of GA-SWTA, are originally designed for the WTA problem, so they may lose their efficiency in solving S-WTA problems. Therefore, in our future work, we will focus on the design of evolution operators. We hypothesize that if the evolution operators are designed appropriately, the performance of the proposed algorithms in the very large-scale problems can be greatly enhanced.
In this paper, as we mainly focus on the framework of the S-WTA problem and the design of the solving algorithm, the configuration of the sensor–weapon system in practical application environment is neglected. Due to the rapid technological development of sensors like the array and wide range sensor systems, the sensor signal data can greatly affect the performance of the target detection and weapon guidance. In addition, the damage effect of the weapon on the target mainly depends on the type of targets and duration of destroying targets. Therefore, in our future work, we will also focus on these important elements, which may truly reflect the actual situation of the S-WTA problem, to build a more reasonable model.

Author Contributions

Conceptualization, X.L. and D.Z.; Methodology, X.L. and Q.P; Software, X.L. and Z.Y.; Data curation, X.L. and J.H.; Formal analysis, X.L and Q.P.; Validation, X.L.; Writing—Original draft, X.L.; Writing—Review & editing, X.L.

Funding

This work was supported by the Fundamental Research Funds for the Central Universities under Grant 3102019ZX016.

Acknowledgments

The authors are very grateful to the two anonymous referees for their valuable and constructive comments, which improved the manuscript significantly.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Jiao, Z.; Yao, P.; Zhang, J.; Wan, L.; Wang, X. Capability Construction of C4ISR Based on AI Planning. IEEE Access 2019, 7, 31997–32008. [Google Scholar] [CrossRef]
  2. Lan, Y.; Deng, K.; Mao, S.; Wang, H.; Yi, K.; Lei, M. Adaptive evolvement of information age C4ISR structure. J. Syst. Eng. Electron. 2015, 26, 301–316. [Google Scholar] [CrossRef]
  3. Lloyd, S.P.; Witsenhausen, H.S. Weapons allocation is NP-complete. In Proceedings of the 1986 Summer Computer Simulation Conference, Reno, NV, USA, 28 July 1986; pp. 1054–1058. [Google Scholar]
  4. Chhetri, A.S.; Morrell, D.; Papandreou-Suppappola, A. Sensor Resource Allocation for Tracking Using Outer Approximation. IEEE Signal Process. Lett. 2007, 14, 213–216. [Google Scholar] [CrossRef]
  5. Zhao, W.; Han, Y.; Wu, H.; Zhang, L. Weighted Distance Based Sensor Selection for Target Tracking in Wireless Sensor Networks. IEEE Signal Process. Lett. 2009, 16, 647–650. [Google Scholar] [CrossRef]
  6. Zhang, H.; Xie, J.; Shi, J.; Zhang, Z.; Fu, X. Sensor Scheduling and Resource Allocation in Distributed MIMO Radar for Joint Target Tracking and Detection. IEEE Access 2019, 7, 62387–62400. [Google Scholar] [CrossRef]
  7. Zheng, Y.; Cao, N.; Wimalajeewa, T.; Varshney, P.K. Compressive Sensing Based Probabilistic Sensor Management for Target Tracking in Wireless Sensor Networks. IEEE Trans. Signal Process. 2015, 63, 6049–6060. [Google Scholar] [CrossRef]
  8. Krishnamurthy, V.; Djonin, D.V. Structured Threshold Policies for Dynamic Sensor Scheduling-A Partially Observed Markov Decision Process Approach. IEEE Trans. Signal Process. 2007, 55, 4938–4957. [Google Scholar] [CrossRef]
  9. Kline, A.; Ahner, D.; Hill, R. The Weapon-Target Assignment Problem. Comput. Op. Res. 2019, 105, 226–236. [Google Scholar] [CrossRef]
  10. Bogdanowicz, Z.R. Advanced Input Generating Algorithm for Effect-Based Weapon-Target Pairing Optimization. IEEE Trans. Syst. Man Cybern. Part A Syst. Hum. 2012, 42, 276–280. [Google Scholar] [CrossRef]
  11. Xin, B.; Chen, J.; Peng, Z.; Dou, L.; Zhang, J. An Efficient Rule-Based Constructive Heuristic to Solve Dynamic Weapon-Target Assignment Problem. IEEE Trans. Syst. Man Cybern. Part A Syst. Hum. 2011, 41, 598–606. [Google Scholar] [CrossRef]
  12. Ni, M.; Yu, Z.; Ma, F.; Wu, X. A Lagrange Relaxation Method for Solving Weapon-Target Assignment Problem. Math. Probl. Eng. 2011, 2011, 873292. [Google Scholar] [CrossRef]
  13. Lee, Z.J.; Su, S.F.; Lee, C.Y. Efficiently solving general weapon–target assignment problem by genetic algorithms with greedy eugenics. IEEE Trans. Syst. Man Cybern. Part B (Cybern.) 2003, 33, 113–121. [Google Scholar] [CrossRef]
  14. Xin, B.; Chen, J.; Zhang, J.; Dou, L.; Peng, Z. Efficient Decision Makings for Dynamic Weapon-Target Assignment by Virtual Permutation and Tabu Search Heuristics. IEEE Trans. Syst. Man Cybern. Part C (Appl. Rev.) 2010, 40, 649–662. [Google Scholar] [CrossRef]
  15. Madni, A.M.; Andrecut, M. Efficient Heuristic Approaches to the Weapon-Target Assignment Problem. J. Aerosp. Comput. Inf. Commun. 2009, 6, 405–414. [Google Scholar] [CrossRef]
  16. Pan, Q.; Zhou, D.; Tang, Y.; Li, X. A Novel Antagonistic Weapon-Target Assignment Model Considering Uncertainty and its Solution Using Decomposition Co-Evolution Algorithm. IEEE Access 2019, 7, 37498–37517. [Google Scholar] [CrossRef]
  17. Wilson, C. Network Centric Warfare: Background and Oversight Issues For Congress; Library of Congress Washington DC Congressional Research Service: Washington, DC, USA, 2004.
  18. Phister, P.W., Jr.; Plonisch, I.G. Information and Knowledge Centric Warfare: The Next Steps in The Evolution of Warfare; Technical report; Air Force Research Lab Rome Ny Information Directorate: Rome, Italy, 2004. [Google Scholar]
  19. Bogdanowicz, Z.R.; Coleman, N.P. Sensor-target and weapon-target Pairings Based on Auction Algorithm. In Proceedings of the 11th WSEAS International Conference on Applied Mathematics, Dallas, TX, USA, 22–24 March 2007. [Google Scholar]
  20. Bogdanowicz, Z.R. A new efficient algorithm for optimal assignment of smart weapons to targets. Comput. Math. Appl. 2009, 58, 1965–1969. [Google Scholar] [CrossRef] [Green Version]
  21. Li, Z.-F.; Li, X.-M.; Dai, J.-J.; Chen, J.-Z.; Zhang, F.-X. Sensor-weapon–target assignment based on improved SWT-opt algorithm. In Proceedings of the 2011 IEEE 2nd International Conference on Computing, Control and Industrial Engineering, Wuhan, China, 20–21 August 2011; Volume 2, pp. 25–28. [Google Scholar] [CrossRef]
  22. Li, Z.; Li, X.; Yan, J.; Dai, J.; Kong, F. An anytime algorithm based on decentralized cooperative auction for dynamic joint fire distribution problem. In Proceedings of the 2012 IEEE International Conference on Mechatronics and Automation, Chengdu, China, 5–8 August 2012; pp. 2031–2036. [Google Scholar] [CrossRef]
  23. Chen, J.; Xin, B.; Peng, Z.; Dou, L.; Zhang, J. Evolutionary decision-makings for the dynamic weapon-target assignment problem. Sci. China Ser. F Inf. Sci. 2009, 52, 2006–2018. [Google Scholar] [CrossRef]
  24. Chen, H.; Liu, Z.; Sun, Y.; Li, Y. Particle Swarm Optimization Based on Genetic Operators for Sensor-Weapon-Target Assignment. In Proceedings of the 2012 Fifth International Symposium on Computational Intelligence and Design, Hangzhou, China, 28–29 October 2012; Volume 2, pp. 170–173. [Google Scholar] [CrossRef]
  25. Ezra, K.L.; DeLaurentis, D.A.; Mockus, L. Comparative Solution Methods for the Integrated Problem of Sensors, Weapons, and Targets. In Proceedings of the AIAA Modeling and Simulation Technologies Conference, Atlanta, GA, USA, 16–20 June 2014; p. 2082. [Google Scholar]
  26. Ezra, K.L.; DeLaurentis, D.A.; Mockus, L.; Pekny, J.F. Developing Mathematical Formulations for the Integrated Problem of Sensors, Weapons, and Targets. J. Aeros. Inf. Syst. 2016, 13, 175–190. [Google Scholar] [CrossRef]
  27. Jian, W.; Chen, C. Sensor-weapon joint management based on improved genetic algorithm. In Proceedings of the 2015 34th Chinese Control Conference (CCC), Hangzhou, China, 28–30 July 2015; pp. 2738–2742. [Google Scholar] [CrossRef]
  28. Xin, B.; Wang, Y.; Chen, J. An Efficient Marginal-Return-Based Constructive Heuristic to Solve the Sensor-Weapon-Target Assignment Problem. IEEE Trans. Syst. Man Cybern. Syst. 2018, 1–12. [Google Scholar] [CrossRef]
  29. Li, K.; Zhang, Y.; Wei, S.; Yue, H. Evolutionary Algorithm-Based Friction Feedforward Compensation for a Pneumatic Rotary Actuator Servo System. Appl. Sci. 2018, 8, 1623. [Google Scholar] [CrossRef]
  30. He, J.; Lin, G. Average Convergence Rate of Evolutionary Algorithms. IEEE Trans. Evo. Comput. 2016, 20, 316–321. [Google Scholar] [CrossRef]
  31. Wei, H.; Tang, X. A Genetic-Algorithm-Based Explicit Description of Object Contour and its Ability to Facilitate Recognition. IEEE Trans. Cybern. 2015, 45, 2558–2571. [Google Scholar] [CrossRef] [PubMed]
  32. Gong, M.; Cai, Q.; Chen, X.; Ma, L. Complex Network Clustering by Multiobjective Discrete Particle Swarm Optimization Based on Decomposition. IEEE Trans. Evol. Comput. 2014, 18, 82–97. [Google Scholar] [CrossRef]
  33. Sakalli, U.S.; Atabas, I. Ant Colony Optimization and Genetic Algorithm for Fuzzy Stochastic Production-Distribution Planning. Appl. Sci. 2018, 8, 42. [Google Scholar] [CrossRef]
  34. Li, Y.; Zhan, Z.; Gong, Y.; Chen, W.; Zhang, J.; Li, Y. Differential Evolution with an Evolution Path: A DEEP Evolutionary Algorithm. IEEE Trans. Cybern. 2015, 45, 1798–1810. [Google Scholar] [CrossRef] [PubMed]
  35. Choi, K.; Jang, D.; Kang, S.; Lee, J.; Chung, T.; Kim, H. Hybrid Algorithm Combing Genetic Algorithm With Evolution Strategy for Antenna Design. IEEE Trans. Magn. 2016, 52, 1–4. [Google Scholar] [CrossRef]
  36. Ahn, Y.; Park, J.; Lee, C.; Kim, J.; Jung, S. Novel Memetic Algorithm implemented With GA (Genetic Algorithm) and MADS (Mesh Adaptive Direct Search) for Optimal Design of Electromagnetic System. IEEE Trans. Magn. 2010, 46, 1982–1985. [Google Scholar] [CrossRef]
  37. Kuo, C.C.; Liu, C.H.; Chang, H.C.; Lin, K.J. Implementation of a Motor Diagnosis System for Rotor Failure Using Genetic Algorithm and Fuzzy Classification. Appl. Sci. 2017, 7, 31. [Google Scholar] [CrossRef]
  38. Li, J.; Chen, J.; Xin, B.; Dou, L. Solving multi-objective multi-stage weapon target assignment problem via adaptive NSGA-II and adaptive MOEA/D: A comparison study. In Proceedings of the 2015 IEEE Congress on Evolutionary Computation (CEC), Sendai, Japan, 25–28 May 2015; pp. 3132–3139. [Google Scholar] [CrossRef]
  39. Deb, K. An efficient constraint handling method for genetic algorithms. Comput. Methods Appl. Mech. Eng. 2000, 186, 311–338. [Google Scholar] [CrossRef]
Figure 1. The independent sensor-weapon–target assignment (S-WTA) framework.
Figure 1. The independent sensor-weapon–target assignment (S-WTA) framework.
Applsci 09 03803 g001
Figure 2. The dependent S-WTA framework-I.
Figure 2. The dependent S-WTA framework-I.
Applsci 09 03803 g002
Figure 3. The dependent S-WTA framework-II.
Figure 3. The dependent S-WTA framework-II.
Applsci 09 03803 g003
Figure 4. The synthetical S-WTA framework.
Figure 4. The synthetical S-WTA framework.
Applsci 09 03803 g004
Figure 5. The illustration of the chromosome encoding.
Figure 5. The illustration of the chromosome encoding.
Applsci 09 03803 g005
Figure 6. The flow chart of the proposed initialization method.
Figure 6. The flow chart of the proposed initialization method.
Applsci 09 03803 g006
Figure 7. The illustration of the improved EX operator.
Figure 7. The illustration of the improved EX operator.
Applsci 09 03803 g007
Figure 8. The illustration of the process of the repair operations.
Figure 8. The illustration of the process of the repair operations.
Applsci 09 03803 g008
Figure 9. The flow chart of the R-STA operation.
Figure 9. The flow chart of the R-STA operation.
Applsci 09 03803 g009
Figure 10. The flow chart of the R-WTA operation.
Figure 10. The flow chart of the R-WTA operation.
Applsci 09 03803 g010
Figure 11. Comparison results of MRBCH, Swt-opt, ds-GA and GA-SWTA with respect to the objective value.
Figure 11. Comparison results of MRBCH, Swt-opt, ds-GA and GA-SWTA with respect to the objective value.
Applsci 09 03803 g011
Figure 12. Comparison results of GA-SWTA-r1 and GA-SWTA with respect to the objective value.
Figure 12. Comparison results of GA-SWTA-r1 and GA-SWTA with respect to the objective value.
Applsci 09 03803 g012
Figure 13. Comparison results of GA-SWTA and GA-SWTA-r1 with respect to the evolution of the mean value of the objective value.
Figure 13. Comparison results of GA-SWTA and GA-SWTA-r1 with respect to the evolution of the mean value of the objective value.
Applsci 09 03803 g013
Figure 14. Comparison results of GA-SWTA-r2, GA-SWTA-r3, and GA-SWTA with respect to the objective value.
Figure 14. Comparison results of GA-SWTA-r2, GA-SWTA-r3, and GA-SWTA with respect to the objective value.
Applsci 09 03803 g014
Table 1. Variables declaration.
Table 1. Variables declaration.
v k :The threat value of the kth target.
a i k :The benefit of assigning ith sensor to kth target.
b j k :The benefit of assigning jth weapon to kth target.
c i k :The benefit of assigning i th sensor–weapon pair to kth target.
h i j k :The benefit of assigning ith sensor and jth weapon to kth target.
p j k :The kill probability that the weapon j against target k.
q i k :The detection and tracking probability that the sensor i against target k.
p i j k :The kill probability that the weapon j against target k under the detection and tracking of sensor i.
d i k :The sensor detection decision variable (if the ith sensor detects kth target d i k = 1 ; otherwise, d i k = 0 ).
g i j :The sensor guidance decision variable (if the ith sensor guides the jth weapon g i j = 1 ; otherwise, g i j = 0 ).
x i k :The sensor assignment decision variable (if the ith sensor is assigned to kth target x i k = 1 ; otherwise, x i k = 0 ).
y j k :The weapon assignment decision variable (if the jth weapon is assigned to kth target y j k = 1 ; otherwise, y j k = 0 ).
z i k :The sensor–weapon assignment decision variable (if the i th sensor–weapon pair is assigned to kth target z i k = 1 ; otherwise, z i k = 0 , z i k = x i k · y j k ).
u i j k :The sensor and weapon platform assignment decision variable (if the ith sensor and jth weapon platform are assigned to kth target u i j k = 1 ; otherwise, u i j k = 0 ).
Table 2. The value of σ with i = 1 M x i k in [1, 5].
Table 2. The value of σ with i = 1 M x i k in [1, 5].
FunctionVariable
i = 1 M x ik = 1 i = 1 M x ik = 2 i = 1 M x ik = 3 i = 1 M x ik = 4 i = 1 M x ik = 5
t a n h ( i = 1 M x i k 1 ) 00.76160.9640.99510.9993
σ 00.7616 ( 1 p j k ) 0.964 ( 1 p j k ) 0.9951 ( 1 p j k ) 0.9993 ( 1 p j k )
Table 3. The test instances and its features.
Table 3. The test instances and its features.
InstanceMWNInstanceMWN
No. 1543No. 14262317
No. 2457No. 15242221
No. 3666No. 16282319
No. 4988No. 17231930
No. 510712No. 18252028
No. 613119No. 19404040
No. 7171412No. 20625030
No. 8191415No. 21677254
No. 9151821No. 22857267
No. 10192316No. 231009080
No. 11202215No. 24150130120
No. 12211820No. 25180170160
No. 13202823
M, W, and N represent the number of sensors, weapons, and targets, respectively.

Share and Cite

MDPI and ACS Style

Li, X.; Zhou, D.; Yang, Z.; Pan, Q.; Huang, J. A Novel Genetic Algorithm for the Synthetical Sensor-Weapon-Target Assignment Problem. Appl. Sci. 2019, 9, 3803. https://doi.org/10.3390/app9183803

AMA Style

Li X, Zhou D, Yang Z, Pan Q, Huang J. A Novel Genetic Algorithm for the Synthetical Sensor-Weapon-Target Assignment Problem. Applied Sciences. 2019; 9(18):3803. https://doi.org/10.3390/app9183803

Chicago/Turabian Style

Li, Xiaoyang, Deyun Zhou, Zhen Yang, Qian Pan, and Jichuan Huang. 2019. "A Novel Genetic Algorithm for the Synthetical Sensor-Weapon-Target Assignment Problem" Applied Sciences 9, no. 18: 3803. https://doi.org/10.3390/app9183803

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