Abstract

A hybrid multiobjective discrete particle swarm optimization (HMODPSO) algorithm is proposed to solve cooperative air combat dynamic weapon target assignment (DWTA). First, based on the threshold of damage probability and time window constraints, a new cooperative air combat DWTA multiobjective optimization model is presented, which employs the maximum of the target damage efficiency and minimum of ammunition consumption as two competitive objective functions. Second, in order to tackle the DWTA problem, a mixed MODPSO and neighborhood search algorithm is proposed. Furthermore, the repairing operator is introduced into the mixed algorithm, which not only can repair infeasible solutions but also can improve the quality of feasible solutions. Besides, the Cauchy mutation is adopted to keep the diversity of the Pareto optimal solutions. Finally, a typical two-stage DWTA scenario is performed by HMODPSO and compared with three other state-of-the-art algorithms. Simulation results verify the effectiveness of the new model and the superiority of the proposed algorithm.

1. Introduction

The weapon target assignment (WTA) is a typical NP-complete constrained combinatorial optimization problem [1], which can be classified into two categories: static WTA (SWTA) and dynamic WTA (DWTA) [2, 3]. In SWTA, all the weapons attack targets in a single stage. In contrast, DWTA is much more complicated than SWTA, which takes the time window and resource constraints into account [4]. Besides, DWTA needs to deal with the new incoming targets and assesses the outcome of each engagement.

Most of the previous researches on WTA are focused on SWTA [4]. However, DWTA has begun to gain more attention of researchers since it was put forward by Hosein and Athans in 1990 [3]. Cai et al. [4] provided a survey of the research on DWTA problem and introduced some basic concepts on DWTA. Khosla [5] proposed a hybrid approach, which combines genetic algorithm (GA) with simulated annealing (SA) to solve a target-based DWTA problem. Liu et al. [6] analyzed the time and space restriction of the mathematical model of DWTA and proposed an adaptive memetic algorithm to obtain the suboptimum solution step by step. Chen et al. [7] established a generic asset-based DWTA model which incorporates four categories of constraints, namely, capability constraints, strategy constraints, resource constraints, and engagement feasibility constraints. Based on the asset-based DWTA model, Xin et al. [8] proposed a new technique for constraint handling. Moreover, Xin et al. [9] proposed an efficient rule-based heuristic, which uses the domain knowledge of DWTA in the form of three crucial rules, to solve asset-based DWTA problems. The proposed method has obvious advantage over the Monte Carlo method (MCM) with regards to solution quality and computation time. Wang et al. [10] applied intuitionistic fuzzy entropy of discrete particle swarm optimization (IFDPSO) algorithm to solve DWTA problem. Wang et al. [11] firstly established a multicombat step DWTA game model of UAV aerial combat and then presented a clonal selection optimization algorithm to solve the model.

However, the above WTA problems are focused on one objective (i.e., operational effects), ignoring the operational cost, while in actual combat situations, apart from considering the maximum of the damage to targets, the ammunition consumption should be also taken into account. Clearly, the two competitive objectives are conflicting, which implies that the WTA problem is a multiobjective optimization problem. Up to now, there have been several studies on multiobjective optimization for DWTA problems. Liu et al. [12] and Zhou et al. [13] proposed an improved MOPSO algorithm to solve the multiobjective programming model of SWTA, respectively. Lötter and Van Vuuren [14] used NSGA-II to solve a triobjective DWTA model for surface-based air defense. Li et al. [15, 16] established deterministic and uncertain multiobjective optimization models of multistage WTA (MWTA) problem and modified two multiobjective optimizers, NSGA-II and MOEA/D, by adding an adaptive mechanism for solving the NWTA models. However, MOPSO easily falls into the local optimum; NSGA-II and MOEA/D have complex computation for DWTA. DWTA problem has higher requirements for the real-time performance and the convergence. In order to meet the real-time performance and the convergence accuracy simultaneously, this paper proposed an efficient HMODPSO algorithm to solve the DWTA multiobjective optimization problem. The proposed HMODPSO algorithm can generate obviously better DWTA decisions without the cost of overmuch extra computation time, which can improve the cooperative air combat effectiveness.

The rest of this paper is organized as follows. In Section 2, the cooperative air combat DWTA multiobjective optimization model based on the threshold of damage probability is formulated. Section 3 presents the structure of HMODPSO algorithm. The simulation results based on the proposed algorithm for a typical two-stage DWTA scenario are discussed in Section 4, and also the comparisons with three other state-of-the-art algorithms are conducted in this section. Conclusions and future work will be drawn in Section 5.

2. The Cooperative Air Combat Multiobjective Optimization Model for DWTA

Definition 1 (time window of target). The time window of target () is the exposure time of a target which the weapon can attack efficiently.

Definition 2 (time window of algorithm). The time window of algorithm () is the running time for solving the DWTA.

A complete cooperative air combat is a multistage offensive and defensive process. So the DWTA model can be regarded as the repetition of the SWTA model with the damage assessment. There are at most stages of DWTA, which means no targets or weapons left after final stage assignment. In the cooperative air combat DWTA model, the “shoot-look-shoot” engagement policy is adopted. When entering the stage, it is necessary to determine a set of alive targets and remaining weapons. Therefore, it needs to observe the outcome of the stage engagement and reformulate air combat situation assessment. The schematic diagram of cooperative air combat DWTA model is shown in Figure 1.

2.1. The DWTA Multiobjective Optimization Model

Assuming in the cooperative air combat that there are flights in blue formation and each flight carries missiles, the total number of weapons is . At a certain time, the formation detects targets, which can be attacked by the weapons. is the damage probability that the -th missile attacks -th target. is the threat value of target . Obviously, and can be obtained by I system according to the weapons’ performance and air combat situation.

In order to describe the DWTA problem, a Boolean type decision matrix is introduced:where if the weapon is assigned to the target and otherwise. After all the weapons attack the target cooperatively, the joint damage probability of the target can be expressed as

In order to avoid wasting weapon resources in the single WTA optimization model, we define the maximum of the target damage efficiency and minimum of using weapon units as two objective functions. Additionally, aiming at targets with different threat values, the new model should guarantee the threshold of damage probability of each target. Hence, the formulation of the objective functions for the stage is constructed:where is the stage index; and are the numbers of existing weapons and targets at the stage , respectively; is the damage probability that the -th missile attacks the -th target at the stage ; is the Boolean type decision variable at the stage .

The following three categories of constraints are incorporated in the cooperative air combat DWTA multiobjective optimization model:

Constraint set (4) represents the threshold of damage probability of each target, the value of which depends on the decision-makers or the command system based on the current air combat situation. If one of the targets does not satisfy the threshold, the weapon target assignment is regarded as invalid assignment. Constraint set (5) reflects the capability of weapons attacking targets at the same time. In fact, a missile can only shoot one target each time. Constraint set (6) is very important for DWTA model, which takes the time windows of target and algorithm into account, influencing the engagement feasibility of weapons. In this case, it makes particularly high requirements for operational efficiency of the algorithm.

2.2. Constraints Handling

The DWTA multiobjective optimization model is a typical constrained nonlinear combinational optimization problem. To ensure the feasibility of solutions generated by the proposed algorithm, we make some preliminary treatments to constraints (4)–(6). First, we utilize the penalty function method to handle the constraint set (4). The function is defined as

For constraint set (5), it can be satisfied by solution encoding. And the constraint set (6) is satisfied by adopting the proposed algorithm.

Above all, the multiobjective optimization model for the cooperative air combat DWTA problem aforementioned can be formulated aswhere is the penalty parameter and is selected in this paper.

3. HMODPSO Algorithm for DWTA

3.1. Particle Position Encoding

Decimal encoding for particles is adopted in this paper. The length of the particle position encoding (denoted by ) is the total number of weapons. Each weapon is treated as a dimension of particle position encoding, and the value of each dimension indicates the number of the targets to which the weapon is assigned. Figure 2 provides an example to explain the encoding method (), and is the corresponding 0-1 decision matrix. Obviously, such a particle position encoding method can guarantee that all the generated solutions satisfy the constraint set (5).

3.2. The Leader Particle Selecting

In PSO [17], each particle in the swarm corresponds to a potential solution of the optimization problem. In a -dimensional search space, each particle has a position and a velocity . During the movement, the personal best position () for each particle is recorded as , and the global best particle () of the swarm is referred to as . For specific DWTA problem, the velocity and position of the particle are updated by the following equations, respectively:where represents the -th particle of the swarm, represents the -th dimension in the search space, is the number of current iterations, is the inertia weight, are the acceleration coefficients, and are uniformly distributed random variables. and are the lower and upper boundaries of the position, respectively; and are the lower and upper boundaries of the velocity, respectively. is said to be an integer operator. In MOPSO, selecting the global best position or the leader () randomly from the external archive is a popular way [12]. However, the roulette method may damage evolution direction of the particles. Considering the weakness, a new method of selecting the leader particle is presented. First, the square root distance (SRD) [18] of particles and is defined as follows:where represents the number of the objective functions. During the process of iteration, first, calculate all the particles’ SRD with the nondominated solutions in the external archive; then, select the nondominated solution which has the minimum SRD as the leader particle; that is,where represents the nondominated solutions in the external archive and represents the current position of particle. Particles can choose closer nondominated solutions as their leader particles through the new method, which can help the algorithm overcome the uncertainty of random selection and improve the convergence accuracy.

3.3. Repairing Operator

Clearly, unfeasible solutions which do not satisfy the constraint set (4) may be generated for solving the DWTA. To cope with this issue, a repairing operator is introduced [19], which includes two parts.

(1) Deleting the Redundant Allocation. First, select the unfeasible solutions and mark the targets satisfying the threshold of the damage probability. Then, try to delete the missile attacking the target with minimum damage probability. After deleting, if the target still satisfies the threshold, confirm the deletion; otherwise, retain the missile.

(2) Supplementing the Insufficient Allocation. First, select the targets which do not satisfy threshold of damage probability. Then mark the target with the minimum joint damage probability, and select one missile attacking the target with the maximum damage probability. Repeat the operation until no weapons are left or all the targets satisfy the threshold of damage probability.

The corresponding pseudocode of the repairing operator is shown in Algorithm 1.

Input. Unfeasible solutions
Output. New solutions
Deleting the redundant allocation
for
 while
  
  
  if
    
    
  end if
 end while
end for
Supplementing the insufficient allocation
  
  
  
while
   
   
   
   
  
end while
3.4. Cauchy Mutation Operator

In order to further maintain the diversity of particles, the Cauchy mutation [20] is introduced into HMODPSO algorithm. When the current particle is dominated by , the Cauchy mutation is applied to disturb the current particle. The Cauchy mutation operator is defined aswhere is a uniformly distributed random value, is a standard Cauchy-distributed random value, and the adapting mutation rate is computed as

3.5. Neighborhood Searching Operator

Neighborhood search (NS) algorithm begins with an initial solution and searches the better solution in its neighborhood range [21]. At present, define a solution , and a new vector can be obtained by exchanging any two positions of the solution. A collection of all the new vectors is referred to as exchange neighborhood shown in Figure 3.

NS algorithm is usually carried out at the end of the global search for individual local optimization, which can improve the convergence accuracy of algorithm. In MOPSO, the nondominated solutions in the external archive are regarded as leader particles to guide the swarm to fly. Additionally, the nondominated solutions are evolved into the Pareto optimal solutions set. In view of the particularity of the external archive, NS algorithm is introduced into the external archive. This paper proposed three kinds of operations: NS-1, NS-2, and NS-3. The procedures are described as follows.

For NS-1, do the following steps.

Step 1. Take each nondominated solution in the external archive as the initial solution.

Step 2. Exchange randomly two positions of the initial solution to get a new solution. If the new solution is better than the initial solution, then replace it with the new solution; otherwise, keep the initial solution.

For NS-2, do the following steps.

Step 1. Take each nondominated solution in the external archive as the initial solution.

Step 2. Select the best solution from the neighborhood range of the initial solution.

Step 3. If the best solution is better than the initial solution, then replace it with the new solution; otherwise, keep the initial solution.

For NS-3, do the following steps.

Step 1. Take each nondominated solution in the external archive as the initial solution.

Step 2. Exchange two positions of the initial solution in sequence to get a new solution; if the new solution is better than the initial solution, replace it with the new solution; then serve the new solution as the initial solution and repeat the above operation; otherwise, keep the initial solution.

The corresponding pseudocode of the local search operations is shown in Algorithm 2.

NS-1
for
end for
NS-2
for
for
  for
  
  
  end for
end for
end for
NS-3
for
for
  for
  
  
  
  end for
end for
end for
3.6. The Procedure of HMODPSO Algorithm

Summarizing the above procedures, we obtain the following pseudocode of the HMODPSO algorithm in Algorithm 3, where CheckBoundaries validates the particles to search in the solution space and is the maximum iterations. Furthermore, use the crowding distance sorting strategy [22] to maintain the external archive. Figure 4 illustrates the entire flowchart of HMODPSO.

Initialize the swarm with particles
Initialize the external archive
for
 for
  Select leader for each particle
  Update velocity (Eq. (9))
  Update position (Eq. (10))
  CheckBoundaries (Eq. (12))
  Repairing operator
  Evaluate the particle
  Update
  Cauchy mutation operator (Eq. (15))
  CheckBoundaries (Eq. (17))
  Update
  Update external archive
  Neighborhood searching operator
 end for
 if
  Maintain the external archive by crowding distance sorting strategy
 end if
end for
Return the external archive

4. Simulations and Results

In the experimental scenario, set , , and , and obtain . When , the time window of each target is ; and each target’s threat coefficient is . The damage probability threshold of each target can be set to 0.9. The weapon’s damage probability is

To verify the efficiency of HMODPSO algorithm, three different kinds of algorithms were proposed: HMODPSO-1 (adopting NS-1 operation), HMODPSO-2 (adopting NS-2 operation), and HMODPSO-3 (adopting NS-3 operation). At the same time, compare the proposed algorithms with NSGA-II [23], MODPSO [12], and MODPSO-GSA [24] to show their potential competences. In the experiment, population size is 60, 100 iterations are carried out, the external archive size is chosen as 30, the crossover probability of NSGA-II is 0.8, and the mutation rate of NSGA-II is 0.1. All the simulations were performed under the same environment (Matlab) on Intel Core i5-4590 3.3 GHz CPU with 4 GB RAM.

The Pareto fronts produced by six algorithms are shown in Figure 5; it can be seen that all the solutions using HMODPSO are better than the other three algorithms. MODPSO-GSA can also get good solutions. However, MODPSO and NSGA-II easily fall into the local optimum. The different Pareto fronts are compared in Figure 6.

For each algorithm, 30 independent runs were executed. The computational time of algorithm is represented by . The average results of the Pareto optimal solutions attained by six algorithms are shown in Table 1.

Owing to the time window constraint of the DWTA multiobjective optimization model, the computational time of algorithm must satisfy requirements of the targets’ time window. From Table 1, NSGA-II, HMODPSO-2, and HMODPSO-3 algorithms do not meet the requirements. MODPSO has the fastest convergence speed, but it easily falls into the local optimum. Compared with MODPSO-GSA, HMODPSO-1 has better comprehensive performance. So, in the stage, the assignment () which was obtained once by HMODPSO-1 can be selected for the engagement. Figure 7 shows the damage probability of each target and the scheme of the assignment ().

After the first engagement, the parameters , , , , and need to be updated in the next stage according to the target damage assessment and the new air combat situation. Assume that, in the stage, and . The damage probability threshold of each target can be set to 0.9. The time window of each target is ; and each target’s threat coefficient is . The weapon’s damage probability is

Since is so small that it is difficult to satisfy the time window of the special target, a new priority selecting method is efficiently adopted to deal with several special targets whose time windows do not satisfy the time window constraint of the proposed algorithm. From the existing weapons at a certain stage, select the missile with the maximum damage probability to attack the special target; repeat this operation until the special target’s joint damage probability satisfies the threshold. As seen from , the -th missile attacking the target can satisfy the threshold of damage probability. The assignment of the remaining targets can be solved by HMODPSO-1 algorithm. Figure 8 shows the Pareto front.

HMODPSO-1 was independently run for 30 times. The average results of the Pareto optimal solutions attained by HMODPSO-1 are shown in Table 2.

In the stage, the assignment () can be selected for the engagement. Figure 9 shows the damage probability of each target and the scheme of the assignment (). HMODPSO-1 can efficiently solve the DWTA until no targets or weapons are left in the cooperative air combat.

5. Conclusions

This paper has presented a new hybrid multiobjective DPSO called HMODPSO algorithm to solve the cooperative air combat DWTA multiobjective optimization problems. The proposed algorithm has three advantages. (a) The leader particle selecting operator and neighborhood searching operator can improve the search ability and the rate of convergence. (b) The repairing operator can enhance the efficiency of generating feasible solutions. (c) The Cauchy mutation operator can boost the diversity and distribution of Pareto optimal solutions. HMODPSO can find solutions with good accuracy, convergence, and diversity, which can generate obviously better DWTA decisions without the cost of overmuch extra computation time compared to NSGA-II, MODPSO, MODPSO-GSA, and MOEA/D. HMODPSO can also improve the cooperative air combat effectiveness efficiently.

Future research will focus on optimizing DWTA instances under larger scales. In addition, more new mechanisms on reducing the time complexity of the proposed algorithm will also be investigated.

Conflicts of Interest

The authors declare that they have no conflicts of interest.