Abstract

In the edge environment, the multiobjective evolutionary algorithm based on decomposition (MOEA/D) has been widely used in the research of multitarget firepower resource allocation. However, as the MOEA/D algorithm uses a fixed neighborhood update mechanism, it is impossible to rationally allocate computing resources based on the difficulty of each subproblem optimization, which results in some problems such as reduced population evolution efficiency and poor evolution quality during the calculation process. In order to solve these problems, a decision mechanism for subproblems and population evolution stages is designed, and on this basis, a MOEA/D algorithm based on the neighborhood adaptive adjustment mechanism is proposed to adapt to the edge environment. The optimization model of multiobjective firepower resource allocation based on the maximization of damage effect and the minimization of strike cost is constructed and solved. Using the ZDT series of test functions for comparative experiments, the simulation results show that the proposed algorithm can balance the distribution and convergence of population evolution and obtain satisfactory optimization results.

1. Introduction

In the edge environment, due to the limited computing resources of edge clients, the allocation of firepower resources based on factors such as battlefield situation, weapon performance, and combat objectives reasonably deploying and allocating various types and quantities of weapons and equipment to obtain the best combat effect is an important part of combat planning [1]. The firepower resource allocation optimization problem in edge environment usually constructs a single-objective firepower resource allocation optimization model based on the damage probability objective function, using heuristic genetic algorithm [2], simulated annealing genetic algorithm [3], particle swarm algorithm [4], and ant colony algorithm to solve the model. In practical problems, the objective function that only considers the single factor of damage probability is obviously not realistic. Literature [5] establishes interception benefit maximization and loss minimization models and used multiobjective quantum behavior particle swarm algorithm with a single/dual potential trap to solve the model. Literature [6] uses a genetic algorithm based on reference point nondominated sorting to solve the optimization problem of multispace-based ground strike weapon multitarget firepower resource allocation. Literature [7] uses the multitarget discrete particle swarm-gravity search algorithm (MODPSO-GSA) to achieve the solution of the multitarget allocation model of coordinated air combat weapons. The decomposition-based multiobjective evolutionary algorithm decomposes the high-dimensional and complex multiobjective optimization problem into multiple single-objective subproblems by referring to the decomposition strategy in mathematical programming and optimizes the subproblems separately. It has the advantages of high algorithm efficiency and simple operation [8, 9].

The MOEA/D algorithm has been used in the study of multitarget firepower resource allocation in edge environment. Literature [10] comprehensively considers the influence of factors such as weapon type, target number, and damage probability and uses the MOEA/D algorithm as the framework to construct the WMOM/D algorithm for solving the multitarget fire distribution model. Simulation experiments prove that the WMOM/D algorithm has the advantage of solving the problem of small-scale fire distribution. Literature [11] applies the MOEA/D algorithm to the multiobjective fire optimization problem of aircraft carrier formation antisubmarine warfare and proposes the GD-MOEA/D algorithm combining differential evolution and Gaussian mutation operation, which greatly improves the speed of solving the problem and the quality of the solution. Literature [12] integrates the MOEA/D algorithm with the multilevel coevolutionary algorithm and uses the multilevel cooperative MOEA/D algorithm to solve the multiobjective optimization model of the joint fire strike target assignment problem. The simulation experiment proves that the algorithm has good convergence and uniformity.

However, because the MOEA/D algorithm uses a fixed neighborhood update mechanism, the ability to reasonably allocate computing resources is low especially in the edge environment with limited computing resources. So the problems such as reduced population evolution efficiency and poor evolution quality will occur in the calculation process.

To this end, this paper considers the impact of subproblems and the degree of population evolution on the performance of the algorithm, designs the decision mechanism for subproblems and population evolution stages, and proposes a MOEA/D algorithm based on the neighborhood adaptive adjustment mechanism. Compared with the traditional MOEA/D algorithm, the NAAM-MOEA/D algorithm can better balance the convergence and distribution and improve the quality of the solution.

In the simulation experiment, the NAAM-MOEA/D algorithm was compared with the MOEA/D algorithm, the MOEA/D-DE algorithm, and the NSGA-III algorithm. The algorithm running time was reduced by 82.1%, 108.1%, and 153.6%, respectively; the GD value was reduced by 84%, 59%, and 35%, respectively; and the IGD value of the algorithm was reduced by 75%, 56%, and 40%, respectively.

The main innovations of this article are summarized as follows: (1)Aiming at the defects of the traditional MOEA/D algorithm’s fixed neighborhood update mechanism in solving the multiobjective fire resource allocation problem, a MOEA/D algorithm based on the neighborhood adaptive adjustment mechanism is proposed, which greatly improves the efficiency and quality in edge(2)A method for judging the evolution stage of the population based on the attribution of the weight vector and the degree of evolution of the subproblems is proposed, which provides a reliable basis for judging the evolution state of the population(3)Based on the population evolution stage judgment method, a neighborhood adaptive adjustment mechanism is constructed and used in the MOEA/D algorithm to improve the convergence and distribution of the algorithm

The organizational structure of the paper is as follows:

Firstly, the related work is discussed in Section 2. Then, the optimization model of firepower resource allocation in edge environment is established in Section 3.1, the construction and decomposition of subproblems are discussed in Section 3.2.1, the shortcomings of traditional MOEA/D algorithm are analyzed in Section 3.2.2, and a mechanism for judging population evolution state is proposed in Section 3.2.3. The neighborhood adaptive adjustment mechanism is proposed in Section 3.2.4 and the steps of the NAAM-MOEA/D algorithm are summarized in Section 3.2.5. Finally, the simulation experiment is carried out in Section 4, and the performance of the algorithm is tested.

In order to improve the performance of traditional MOEA/D algorithms in edge environment, researchers have proposed a variety of improved algorithms. The MOEA/D-DE algorithm proposed in literature [13] uses a difference operator instead of an evolution operator to enrich the diversity of the population, but the difference operator used by the algorithm is only applicable to a population of a specific size. The MOEA/D-DRA algorithm proposed in literature [14] allocates corresponding computing resources according to the complexity of specific problems and improves the performance of the algorithm by dynamically adjusting resource allocation; however, the proposed resource allocation criteria also have certain limitations. The MOEA/D-GL algorithm proposed in literature [15] embeds the grouping and statistical learning mechanism in the traditional MOEA/D algorithm, which prevents the population from falling into local optimization and improves the diversity of the population, but the overall performance improvement of the algorithm is not significant. The CD-MOEA/D-DE algorithm proposed in literature [16] controls the operation process of the algorithm by formulating control parameters and balances the performance of a multiobjective optimization problem solving and adaptive ability; however, the algorithm has a certain randomness in the value of the control parameter and does not have universal applicability.

In addition, the researchers have proposed many specific improvement measures for the shortcomings of the fixed neighborhood update mechanism of the MOEA/D algorithm in solving multiobjective optimization problems especially in the edge conditions with limited computing resources; however, the article does not elaborate on the mechanism of how the neighborhood size affects the performance of the MOEA/D algorithm. Literature [17] points out that the size of the neighborhood will have an important impact on the performance of the MOEA/D algorithm, which provides important research directions for subsequent researchers. Literature [18] believes that different multiobjective optimization problems require different neighborhood sizes, and that the same multiobjective optimization problem also requires different neighborhood sizes at different stages of the algorithm, and proposes the ENS-MOEA/D algorithm with neighborhood adaptive adjustment capability; however, the ENS-MOEA/D algorithm may fall into local optimization in the later stage of operation. The ADEMO/D-ENS algorithm proposed in literature [19] combines the adaptive differential evolution algorithm with the variable neighborhood decomposition method to achieve the optimization of the algorithm. The MOEA/D-AGR algorithm proposed in literature [20] introduces an adaptive global replacement strategy in the neighborhood update method, which makes up for the shortcomings of the traditional MOEA/D algorithm in terms of global search capabilities. The MOEA/D-NMO algorithm proposed in literature [21] combines mutation strategies with different characteristics and neighborhoods of different sizes to select the best evolutionary combination to ensure the convergence of the algorithm while maintaining the diversity of the algorithm. The algorithms proposed in literature [19], literature [20], and literature [21] have all made improvements to the fixed field, but they all have certain limitations in application.

Although the current improved methods for fixed neighborhoods have improved the performance of traditional MOEA/D algorithms, the neighborhood adaptive strategies used by these algorithms do not consider the impact of population evolution on neighborhoods. Literature [22] proposes a neighborhood adaptive adjustment mechanism based on population evolution stage and individual fitness value, so that every individual has a corresponding neighborhood value at different evolution stages, but its neighborhood adjustment method does not consider the evolution status of the subproblems. Although the MOEA/D-ANS algorithm proposed in literature [23] adopts the ANS mechanism that adaptively adjusts the size of the neighborhood according to the evolution state of the population and subproblems, it can balance the convergence and distribution of population evolution, but it does not give a clear method on the statistical evolution of the number of better subquestions.

3. Method

3.1. Optimization of Fire Resource Allocation Model

The multitarget firepower resource allocation optimization problem in the edge environment can be described as follows: on the basis of satisfying the maximum damage effect and the minimum combat cost, determine the number of various weapons and equipment used to strike specific targets to obtain a feasible combat plan.

Set the target set of the enemy’s combat system as ; represents the -th target. There are a total of types of weapons available for use.

, and represents the -th types of weapons. If there is a total of class to choose from the -th type of weapons, then . Select the -th weapon in the weapon set to strike the -th target in the target set ; the probability of the target being destroyed is and the cost of each use of the -th weapon is . Suppose that the damage ability of the -th type of weapons to target is

Among them, only when the -th type of weapons of class weapon is used to strike target , there is ; otherwise, . The purpose of firepower resource allocation is to maximize the damage effect under limited conditions. It is necessary to consider the priority of attacking the targets with high importance. Therefore, the calculation model of damage capability can be defined as

Among them, is the importance of the -th target.

In addition, the minimum operational cost calculation model is defined as follows:

The constraints of the model are as follows: (1)Damage lower bound constraint: if the target is to be destroyed to a certain extent so that it will lose certain combat capability, it is necessary to reach its damage lower bound. If the damage lower bound of target is defined as , then(2)Constraints on the number and types of weapons used: it is stipulated that one weapon can only attack one target at most:

It is stipulated that one type of weapon can only attack one type of target:

In summary, the multiobjective firepower resource allocation optimization model can be defined as

3.2. Detailed Introduction of NAAM-MOEA/D Algorithm
3.2.1. Construction and Decomposition of Subproblem

The core of constructing the subproblem of the MOEA/D algorithm is to construct the weight vector of an objective function subproblem. Suppose the weight vector of the subproblem of the objective function is

In the formula, is the number of subproblems after decomposition, .

The core of the MOEA/D algorithm is the decomposition operation, usually using aggregate functions to decompose the multiobjective constraint problem into single-objective subproblems. Commonly used decomposition methods are weighted sum method, Chebyshev method, and boundary crossing method based on penalty. This paper adopts the Chebyshev method, and its decomposition principle is

Among them, is the weight vector corresponding to the subproblem . is the ideal point. is the -th objective function, and is the -th component of the weight vector . is the -th component of the ideal point .

The single-objective optimization function of the -th subproblem of objective function constructed by the Chebyshev method can be expressed as follows:

In the formula, is the -th objective function, is the reference vector, is the -th component of the reference vector , is the weight vector, and is the -th component of the weight vector .

3.2.2. Defects of Traditional MOEA/D Algorithm

The MOEA/D algorithm maintains the power of population evolution from the update strategy of the neighborhood. The parent gene of an individual comes from the neighborhood, and it adopts a coevolution model based on neighborhood update. The evolution of an individual is carried out on the basis of the neighborhood. While evolving by itself, it drives the evolution of other neighborhoods by optimizing other individuals in the neighborhood. The MOEA/D algorithm uses a fixed neighborhood strategy. For different subproblems, the MOEA/D algorithm divides it into a neighborhood of the same size. In fact, the computational complexity of each subproblem in the objective function is different. The subproblems have different requirements for the size of the neighborhood at different stages. The size of the neighborhood has a very important impact on the evolution of the subproblems. When the size of the neighborhood is large, the probability of other individuals in the neighborhood being replaced by offspring individuals increases, and the population convergence speeds up, but the distribution of the population will become worse as the neighborhood size increases, making it easy for the algorithm to fall into local find the best. When the size of the neighborhood is small, the probability of other individuals in the neighborhood being replaced by offspring individuals decreases, the population convergence speed slows, the algorithm convergence decreases, and the overall evolution speed of the population decreases accordingly.

3.2.3. Judging Mechanism of Population Evolution State

From the previous analysis, we can see that in the MOEA/D algorithm, subproblems and populations have different requirements for neighborhood size at different evolution stages. Then, how to judge the evolution state of the population and whether it can find a mechanism that can effectively evaluate the evolution stage of the population is the core problem that the new algorithm needs to solve.

Some scholars propose to use the individual density of subproblems to assess the degree of population evolution. The individual density of the subproblem is equivalent to the number of individuals in the subinterval. If the individual density of the subproblem is smaller, the surrounding individuals are denser, the better the degree of evolution of the individual is, and the greater the probability of the problem being solved. If the individual density of the subproblem is smaller, the surrounding individuals are sparser, then the degree of evolution of the individual is smaller, and the problem is less likely to be solved.

Some scholars propose that if the distance between the subproblem and a certain solution in space is used as the evaluation criterion, if the distance between them is relatively close, it can be judged that the solution belongs to the subproblem. In the spatial coordinate system, the solution corresponds to the individual in the coordinate system, and the subproblem corresponds to the weight vector. Therefore, the problem of determining the attribution of the solution can be transformed into the problem of finding the distance between the weight vector and the individual.

This paper proposes a mechanism for evaluating the evolutionary stage of a population (see Algorithm 1):

Input: the threshold , , ; is the attribution judging mechanism of weight vector; is the subproblem evolution degree judgment mechanism; is the population evolution degree judgment mechanism; is the distance between the weight vector and the individual; is the number of individuals owned by the weight vector; represents the number of subproblems with better evolution.
Output: the population evolution state
1 Determine the attribution of the weight vector;
2 for, do
    ; determine that the individual belongs to the weight vector
    else do
3 Calculate the number of individuals owned by the weight vector: ;
4 Determine the degree of evolution of subproblems;
5 for, do
     and determine the degree of evolution of subproblems is better
    else do;
6 Calculate the number of subproblems with better evolution:
7 Determine the evolution stage of the population;
8 for, do
     and determine that the current population evolution degree is too fast, belonging to an overevolution state;
    else for, do
     and determine that the current population is slowly evolving and belongs to a state of lagging evolution
    else for , do
     and determine that the current population has a good evolution speed and belongs to a normal evolutionary state
9 end
3.2.4. Neighborhood Adaptive Adjustment Mechanism

In order to meet the needs of balancing the convergence and distribution of the MOEA/D algorithm, according to the population evolution state judgment mechanism in Section 3.2.3, this paper proposes a neighborhood strategy that adaptively adjusts the population size based on the different evolution stages of the population, which can also be called a neighborhood adaptive adjustment mechanism (NAAM) as in Algorithm 2.

Input: the initial population ; the size of the initial neighborhood corresponding to the subproblem within the population ; the population initial neighborhood Ti
Output: the size of the neighborhood corresponding to the subproblem within the population , the current population size .
1 Initialize: .
2 evolution
3 fordo
    Take corresponding to the individuals in neighborhood to perform crossover and mutation operations to obtain offspring individuals;
4 Determine the degree of evolution of the subproblems and the evolution status of the population according to the mechanism provided in Section 3.2.3;
5 Neighborhood adaptive adjustment
6 for, do
    The evolution of the previous generation is fast and uses formula (11) to appropriately reduce the current neighborhood size ;
    else for, do
    The evolution of the previous generation is slow and uses formula (11) to appropriately increase the current neighborhood size ;
7 for, do
    The evolution rate of the previous generation population is moderate;
    else for, do
    The evolution rate of the previous generation population is fast and uses formula (12) to appropriately reduce the current population size ;
    else for, do
    The evolution rate of the previous generation population is slow and uses formula (12) to appropriately increase the current population size ;
8 Output and .

The setting adjustment formula is as follows:

3.2.5. The Framework of NAAM-MOEA/D Algorithm

The framework of the NAAM-MOEA/D algorithm can be described as in Algorithm 3:

Input: optimal model of multiobjective fire resource allocation; termination criteria; population size ; population crossover probability ; probability of population variation ;
Output: optimal plan for firepower resource allocation
1 Initialize
2 
3 Initialize population individuals ;
4 Generate weight vector , ,…, ;
5 Calculate the Euclidean distance between any two weight vectors. For each weight vector, find the nearest weight vectors to form its neighborhood. and . Among them, ,,…, are the weight vectors closest to ;
6 Initialize the ideal point ;
7 Evolution
8 for, do
9   Crossover and mutation: randomly select two individuals in to perform crossover and mutation operations to obtain offspring individual ;
10   Update ideal point
11   for each.
   if, then
      end
12   Set adaptive neighborhood
13   Judge the subproblems and the evolution status of the population through the criteria provided in Section 2.1;
14   Use the method provided in Section 2.2 to obtain the population neighborhood and the neighborhood corresponding to the subproblem;
15   Update neighborhood
     for each
       if then
        ,
       end
     end
16   Remove all individuals dominated by in and add individuals not dominated to at the same time;
17 end
18 Stop operation
19 After the algorithm evolves to the maximum algebra , it stops and outputs the optimal solution. If the stopping condition is not met, it returns to Step 7.

4. Experiment and Simulation

4.1. Example Analysis of Algorithm

There are 4 types of weapons to strike at 4 targets in the enemy’s combat system. Combining the content of Section 3.1, we assume that the model satisfies various constraints, and the model parameters are given in Table 1.

MATLAB 2020 is selected to write the algorithm program. The running environment is a Windows 7 R64-bit operating system, 4 GB memory, Intel Pentium processor. The NAAM-MOEA/D algorithm, MOEA/D algorithm, MOEAD/D-DE algorithm, and NSGA-III algorithm are selected for the simulation operation.

Figure 1 counts the number of various weapons used by the four algorithms. It can be seen from Figure 1 that the NSGA-III algorithm uses 7 W1 weapons, which is more than the MOEA/D algorithm and the MOEA/D-DE algorithm; both algorithms use 5 W1 weapons, and the NAAM-MOEA/D algorithm uses 4 W1 weapons. The NSGA-III algorithm uses 6 W2 weapons; the MOEA/D-DE algorithm and the NAAM-MOEA/D algorithm use 4 and 2 W2 weapons, respectively; while the MOEA/D algorithm uses the least number of W2 weapons and only one is used. The NAAM-MOEA/D algorithm and the NSGA-III algorithm both use 5 W3 weapons, which is more than the MOEA/D algorithm and the MOEA/D-DE algorithm. Both algorithms use 4 W3 weapons. The MOEA/D algorithm uses 8 W4 weapons, which is more than the NSGA-III algorithm. The NAAM-MOEA/D algorithm and the MOEA/D algorithm use 3 and 2 W4 weapons, respectively.

Figure 2 counts the total number of weapons used by the four algorithms. It can be seen from Figure 2 that the NSGA-III algorithm uses the largest number of weapons, using 23 weapons in total. The MOEA/D algorithm and the MOEA/D-DE algorithm use 18 and 15 weapons, respectively, and the NAAM-MOEA/D algorithm uses the least amount of weapons—only 14 weapons are used.

Figure 3 compares the total cost of weapon use of the four algorithms. It can be seen from Figure 3 that the NSGA-III algorithm costs the most weapons, with a total cost of 155, followed by the MOEA/D-DE algorithm, with a total cost of 113, while the MOEA/D algorithm and NAAM-MOEA/D algorithm had the least weapon use cost, costing 99 and 92, respectively.

Figure 4 compares the computing time of the four algorithms. It can be seen from Figure 4 that the NAAM-MOEA/D algorithm has the least computing time, which takes only 12.3 s, and the NSGA-III algorithm has the most computing time, which takes 30 s. The computing times of the MOEA/D algorithm and the MOEA/D-DE algorithm are, respectively, 22.4 s and 25.6 s.

The statistics of firepower resource allocation obtained through simulation calculation are shown in Table 2.

It can be seen from Table 2 that the number of weapons used and the total cost obtained by the NAAM-MOEA/D algorithm are better than those of the other three algorithms. The number of weapons used by the MOEA/D-DE algorithm is close to the number of weapons used by the NAAM-MOEA/D algorithm, but the total cost is about 23% higher. The total cost calculated by the MOEA/D-DE algorithm is close to the total cost calculated by the NAAM-MOEA/D algorithm, but 4 more weapons are used. The number of weapons used and the total cost obtained by the NSGA-III algorithm are significantly more than those of the other three algorithms, indicating that the algorithm has the worst performance. In addition, the running time of the NAAM-MOEA/D algorithm is 12.3 s, which is reduced by 82.1%, 108.1%, and 153.6% compared with the MOEA/D algorithm, the MOEA/D-DE algorithm, and the NSGA-III algorithm, respectively, indicating that the NAAM-MOEA/D algorithm has obvious advantages in computing speed.

4.2. Performance Test of the Algorithm

In order to verify the performance of the NAAM-MOEA/D algorithm, ZDT series of test functions are selected to test the performance of the NAAM-MOEA/D algorithm with the MOEA/D algorithm, MOEA/D-DE algorithm, and NSGA-III algorithm.

In order to ensure the fairness and rationality of the algorithm evaluation, the population size and initial neighborhood size of the four algorithms are set to the same (population size , initial neighborhood ). All algorithms adopt simulated binary crossover (crossover probability ) and polynomial mutation (mutation probability , is the dimension of decision variables). Each algorithm runs 20 times independently, and the evaluation times are set to 10000. Inverse generation distance (IGD) and generation distance (GD) were used as evaluation indexes. Each test function is run 20 times independently and averaged every 10 generations. The variation curve of GD with the number of iterations (0-500 generations) of the algorithm is shown in Figure 1.

As shown in Figure 5(a), the NAAM-MOEA/D algorithm tends to be stable on the test function ZDT1, and the convergence speed is slower than the NSGA-III algorithm and faster than the MOEA/D algorithm and the MOEA/D-DE algorithm.

As shown in Figure 5(b), on the test function ZDT2, the convergence speed of the NAAM-MOEA/D algorithm is faster than that of the MOEA/D-DE algorithm and the NSGA-III algorithm. Although it is slightly slower than the MOEA/D algorithm, the population degradation degree of the MOEA/D algorithm is higher than that of the NAAM-MOEA/D algorithm.

As shown in Figure 5(c), on the test function ZDT3, the NAAM-MOEA/D algorithm converges faster than the other algorithms.

As shown in Figure 5(d), on the test function ZDT4, the NAAM-MOEA/D algorithm has a faster population convergence speed due to the advantages of the adaptive neighborhood adjustment mechanism adopted, and the algorithm convergence performance is significantly better than the MOEA/D algorithm, MOEAD/D-DE algorithm, and NSGA.

Therefore, the NAAM-MOEA/D algorithm not only ensures that the algorithm has a faster convergence rate but also solves the population degradation problem that occurs during the algorithm operation and ensures the stability of the algorithm operation, so that the algorithm can have more resources to improve the diversity of the population.

As shown in Figure 6, comparing the IGD box plots of various algorithms on the ZDT series test functions in the comparison Table 3, we can see that the NAAM-MOEA/D algorithm’s mean, minimum, median (at the position of the red line in the figure), and interquartile range (key indicators such as box length) are lower than those of the MOEA/D algorithm, MOEA/D-DE algorithm, and NSGA-III algorithm. The probability and size of the abnormal value of the NAAM-MOEA/D algorithm are also lower than those of the other three algorithms, which show that the stability and quality of the NAAM-MOEA/D algorithm is higher.

On the test functions ZDT1 and ZDT2, the comprehensive performance of the NAAM-MOEA/D algorithm is slightly better than that of the MOEA/D algorithm and significantly better than that of the MOEA/D-DE algorithm and the NSGA-III algorithm. On the test functions ZDT3 and ZDT4, the comprehensive performance of the NAAM-MOEA/D algorithm is significantly better than that of the MOEA/D algorithm, the MOEA/D-DE algorithm, and the NSGA-III algorithm. This is because there are many discontinuous regions in the target space of test function ZDT3. These regions adopt the fixed neighborhood setting method, but do not use the adaptive neighborhood allocation strategy to reasonably allocate the algorithm, which leads to the waste of algorithm resources and the slowdown of population evolution speed.

Figure 7 shows the comparison of the Pareto front and the ideal Pareto front obtained by the four algorithms on the ZDT test function. Among them, the red meter character represents the ideal PF, and the blue circle represents the optimal solution of the Pareto frontier obtained by the various algorithms.

On the test function ZDT3, the improved MOEA/D solution set is more evenly distributed on the ideal Pareto front. In the other three algorithms, some leading edges are not completely found, and the solution set is missing to a certain extent. Among them, the MOEA/D algorithm and the MOEA/D-DE algorithm have a little poor distribution of solution set, while the NSGA-III algorithm has the least distribution. This is because the other algorithms spend limited computing resources in the discrete region of test function ZDT3 and produce too many nondominated solutions, which hinders the evolution of the population.

On the test function ZDT4, the NAAM-MOEA/D algorithm has converged to the ideal, while the other algorithms have fallen into the local optimization state to varying degrees. It can be seen that the NAAM-MOEA/D algorithm has more advantages in reasonable allocation of computing resources and can better ensure the convergence of the algorithm.

Through the comparison, we can see that the Pareto frontier solution set obtained by the NAAM-MOEA/D algorithm almost uniformly converges to the PF of the ideal Pareto. However, the other three algorithms have different degrees of missing or uneven distribution of solution sets in various test functions. The NAAM-MOEA/D algorithm shows some performance advantages when dealing with simple test problems such as ZDT1, but the advantages are not obvious. However, the NAAM-MOEA/D can allocate computing resources reasonably and take into account the convergence and distribution of the algorithm due to its flexible neighborhood update strategy when dealing with relatively complex test problems such as ZDT3 and ZDT4.

5. Discussion

In this section, we establish a firepower resource allocation optimization model for edge environment based on given specific data, conduct simulation experiments, and test and evaluate the performance of the algorithm combined with the ZDT series of functions. However, several additional points should be pointed out and further analyzed in detail, which are specified as below. (1)The types of weapons and the number of samples given in Section 4.1 are not large enough (both are 4). Therefore, in the future simulation experiments, we should focus on large sample data sets to verify the performance of the method under the condition of large sample data(2)In Section 4.2, the ZDT series functions are selected to test the performance of the algorithm. The simulation results show that the performance of the NAAM-MOEA/D algorithm is better than that of the other three algorithms. However, only one kind of test function verification is not convincing enough, so DLTZ, WFG, and other test functions should be selected to evaluate the algorithm, so as to provide more sufficient reference for the improvement of algorithm performance

6. Conclusion

This paper constructs a multiobjective firepower resource allocation optimization model for edge environment with limited computing resources, based on maximizing damage effect and minimizing combat cost. Aiming at the defects of the traditional MOEA/D algorithm fixed neighborhood update mechanism, a MOEA/D algorithm based on neighborhood adaptive adjustment mechanism is proposed and the model is solved. It can be seen from the simulation experiment that the MOEA/D algorithm based on the neighborhood adaptive adjustment mechanism has significantly improved its stability, convergence, and distribution.

In the next step, current work will continue to be improved by considering security and privacy issues [2433]. In addition, more complex multiobjective solutions with more context factors [3441] will be considered.

Abbreviations

MOEA/D:Multiobjective evolutionary algorithm based on decomposition
NAAM-MOEA/D:Neighborhood adaptive adjustment mechanism-multiobjective evolutionary algorithm based on decomposition
MODPSO-GSA:Multiobjective discrete particle swarm optimization-gravitational search algorithm
WMOM/D:Weapon-target assignment multiobjective model based on decomposition
GD-MOEA/D:Gauss mutation and differential evolution based on a multiobjective evolutionary algorithm based on decomposition
MOEA/D-DE:Multiobjective evolutionary algorithm based on decomposition-differential evolution
MOEA/D-DRA:Multiobjective evolutionary algorithm based on decomposition-dynamical resource allocation
ENS-MOEA/D:Ensemble neighborhood size-multiobjective evolutionary algorithm based on decomposition
ADEMO/D-ENS:Adaptive differential evolution for multiobjective problems-ensemble neighborhood size
MOEA/D-AGR:Multiobjective evolutionary algorithm based on decomposition-adaptive global replacement
MOEA/D-NMO:Multiobjective evolutionary algorithm based on decomposition-neighborhood mutation operator
MOEA/D-ANS:Multiobjective evolutionary algorithm based on decomposition-adaptive neighborhood strategy
NSGA-III:Nondominated sorted genetic algorithm-III.

Data Availability

The experiment dataset is generated randomly through simulation.

Conflicts of Interest

We declare that there is no conflict of interest regarding this submission.

Authors’ Contributions

Liyuan Deng finished the English writing, review, and editing of the paper. Liyuan Deng, Ping Yang, and Weidong Liu finished the experiments. Lina Wang, Sifeng Wang, and Xiumei Zhang finished the algorithm design.

Acknowledgments

This work was supported by Xi’an Research Institute of High-Technology.