Abstract

In order to solve the shortcomings of particle swarm optimization (PSO) in solving multiobjective optimization problems, an improved multiobjective particle swarm optimization (IMOPSO) algorithm is proposed. In this study, the competitive strategy was introduced into the construction process of Pareto external archives to speed up the search process of nondominated solutions, thereby increasing the speed of the establishment of Pareto external archives. In addition, the descending order of crowding distance method is used to limit the size of external archives and dynamically adjust particle parameters; in order to solve the problem of insufficient population diversity in the later stage of algorithm iteration, time-varying Gaussian mutation strategy is used to mutate the particles in external archives to improve diversity. The simulation experiment results show that the improved algorithm has better convergence and stability than the other compared algorithms.

1. Introduction

In many engineering problems, the problems are composed of multiple goals that influence and conflict with each other. In solving practical issues, people often encounter multiple objectives that need to obtain the best optimal solution at the same time, that is, multiobjective optimization problems. The optimization problem has more than one optimization objective and needs to be processed at the same time, which becomes a multiobjective optimization problem (MOP). Usually, the optimal solution of the multiobjective optimization problem obtained after analyzing the objective function is the Pareto optimal solution set [1]. Therefore, in solving the multiobjective optimization problem [2], the following three key elements need to be solved: (1) The solution set is as close to the Pareto front as possible. (2) Keep the good diversity of the population as much as possible. (3) Make the particles effectively and uniformly distributed in the solution space. In recent years, in order to effectively solve MOP, multiobjective optimization algorithms based on different optimization theories have been continuously proposed. Deb et al. [3] proposed a multiobjective evolutionary computing algorithm based on nondominated sorting, called NSGA-II, and introduced a new selection operator into the algorithm to reduce the complexity of the algorithm. Zitzler et al. [4] proposed SPEA-II using the idea of Pareto domination. Coello et al. [5] proposed an improved multiobjective particle swarm algorithm that uses the concept of Pareto dominance to determine the flight direction of a particle and it maintains previously found nondominated vectors in a global repository that is later used by other particles to guide their own flight. This algorithm improves the efficiency of solving multiobjective problems. Tsai et al. [6] proposed an improved multiobjective particle swarm optimizer with proportional distribution and jump improved operation, named PDJI-MOPSO, for dealing with multiobjective problems. PDJI-MOPSO maintains diversity of newly found nondominated solutions via proportional distribution and combines advantages of wide-ranged exploration and extensive exploitations of PSO in the external repository with the jump improved operation to enhance the solution searching abilities of particles. Introduction of cluster and disturbance allows the proposed method to sift through representative nondominated solutions from the external repository and prevent solutions from falling into local optimum. Mnif et al. [7] introduced a new approach called multiobjective firework algorithm (MFWA). Mellouli et al. [8], in order to solve the two-dimensional cutting stock problem, combined genetic algorithm with linear programming model to estimate the best Pareto frontier for these two goals. The Pareto front provided by this algorithm is very close to the optimal front. Ali et al. [9] proposed a modified variant of Differential Evolution (DE) algorithm for solving multiobjective optimization problems. The proposed algorithm, named Multiobjective Differential Evolution Algorithm (MODEA), utilizes the advantages of Opposition-Based Learning for generating an initial population of potential candidates and the concept of random localization in mutation step. Zhou et al. [10] proposed a generic transformation strategy that can be referred to as the Mucard strategy, which converts an MSCCOP into a low-dimensional multiobjective optimization problem (MOP) to simultaneously obtain all the (near-) optima of the constrained optimization problems in a single algorithmic run. Vargas et al. [11] studied the performance of the combination of adaptive penalty technology called APM and GDE3 algorithm. Sun et al. [12] proposed a novel multiobjective particle swarm optimization algorithm based on Gaussian mutation and an improved learning strategy. This method uses Gaussian mutation strategy to improve the consistency of external archives and current population. In order to improve the global optimal solution, different learning strategies are proposed for nondominant and dominant solutions. An indicator is proposed to measure the distribution width of nondominated solution sets generated by various algorithms. Coello et al. [13] proposed that the external set could be used to retain the nondominated solutions found in the iterative process, which improved the efficiency of the algorithm. Tsai et al. [6] used the specific global optimal value to replace the individual optimal value fully using the guiding role of the global optimal value. Zhang [14] proposed an improved MOPSO algorithm with a mutation operator that can maintain the diversity of optimal solutions and has good convergence. Zhang [15] proposed a MOPSO algorithm based on fuzzy dominance, and the experimental results showed the effectiveness of the proposed algorithm. Tao [16] proposed a multiobjective optimization algorithm combining PSO and difference algorithms. By generating common new particles and updating the particle velocity formula, the search efficiency of the algorithm was effectively improved. Li [17] proposed an improved MOPSO algorithm that updates the optimal position of all particles through the Pareto dominance relationship. The experiment shows that the proposed algorithm can obtain a better noninferior solution. Ni [18] proposed an adaptive dynamic recombinant PSO algorithm that adopts a high-level clustering algorithm. The experimental results show that this algorithm can improve the convergence speed and evolutionary ability of the algorithm.

More and more improved algorithms and strategies are used to solve various multiobjective optimization problems. However, few researchers have improved the algorithm from the perspective of the balance between local search capability (exploitation) and global search capability (exploration) to solve multiobjective optimization problems. Related research has pointed out that the effective balance between the exploration and exploitation of intelligent algorithms will have a vital impact on the optimization performance of the algorithm [19]. Different from other study results, in this study, we proposed a multiobjective particle swarm optimization algorithm based on competition mechanism strategy and Gaussian mutation to balance the exploration and exploitation of the algorithm and enable the algorithm to search the optimal location and converge to the Pareto front more quickly. Finally, through the simulation test of the multiobjective test functions and the comparison with other multiobjective optimization algorithms, the results show that the algorithm proposed in this paper is superior to the compared algorithm in terms of convergence and population distribution.

The rest of the paper is organized as follows. Section 2 describes the multiobjective optimization problem and the basic concept. Section 3 presents the PSO algorithm. In Section 4, an improved multiobjective particle swarm optimization algorithm is introduced. In Section 5, the evaluation indicators and test functions used are introduced. The numerical experiment results and data analysis are described in Section 6. Finally, conclusions and respects are presented in Section 7.

2. Multiobjective Optimization Problem and the Basic Concept

2.1. Formal Definition of Multiobjective Optimization Problem

Generally, a multiobjective optimization problem (MOP) includes a set of objective functions and some constraints\enleadertwodots. Without loss of generality, an MOP with objective functions and decision variables can be described as follows [20, 21]:where are the n-dimensional decision variables. is the objective function, which contains one or more objective functions; and is the multiobjective function ; is the objective function; is the inequality constraint; represents the equality constraint condition. is the feasible domain of decision variables.

2.2. Pareto Optimal Solution Concepts

The Pareto optimal solution was discovered by the Italian economist Pareto. It was originally limited to the field of economics; this rule has gradually extended to various fields of social life and was deeply recognized by people as well. The strict Pareto optimal solution can be described by multiobjective mathematical programming. Assuming that there are several objectives at the same time, these objectives are independent of each other and cannot be weighed and summed. New optimization theories are needed to solve such problems. Generally, if one subobjective is improved, other subobjectives will be sacrificed. So, it is impossible to improve all subobjectives at the same time. Pareto optimal solution is also called nondominated solution. In a multiobjective optimization problem, due to factors such as conflict and incomparability among various subobjectives, a solution is often the best in one subobjective and may be the worst in other subobjectives; if there is one solution, improving any subobjective function will inevitably weaken at least one other subobjective function, which is called nondominated solution or Pareto optimal solution. All Pareto optimal solutions constitute the Pareto optimal solution set, and these solutions are mapped by the objective function to form the Pareto optimal front. Pareto proposed the concept of nondominated set of multiobjective solutions in 1986, which is defined as follows: assuming any two solutions and for all objectives, if is better than , then we say that dominates , and if is not dominated by other solutions, then is called a nondominated solution, also called a Pareto optimal solution.

2.3. Related Definitions of Multiobjective Optimization Problem

The following introduces some basic concepts in the multiobjective optimization problem [22, 23].

Definition 1. (feasible domain). In the decision space, the feasible domain is represented by , and its expression is

Definition 2. (feasible solution). For the point in the decision space, if , is the feasible solution.

Definition 3. (Pareto dominates). For any vector , if and only ifthen dominates , so .

Definition 4. (Pareto optimal solution). The Pareto optimal solution is also known as the nondominant solution. For a solution in the feasible domain, if is not dominated by any other solution in the feasible domain, is called the Pareto optimal solution, and its definition is as follows:

Definition 5. (Pareto optimal solution set, PS). The set of all nondominated solutions in the feasible domain is called the Pareto optimal solution set and can be defined as follows:

Definition 6. (Pareto optimal frontier, PF). The target vector set corresponding to the Pareto optimal solution set is the Pareto optimal frontier, also known as the Pareto optimal front end or Pareto equilibrium surface, which is defined as follows:

3. Particle Swarm Optimization Algorithm

Particle swarm optimization (PSO) is a heuristic swarm intelligence algorithm that solves optimization problems by imitating the swarm behavior of birds [24]. The algorithm has high stability and good adaptability. It is an intelligent global optimization algorithm that has attracted the attention of many scholars in recent years. Each particle in the PSO algorithm is equivalent to a bird in the population, so each particle has its own speed and position. Through self-learning and social learning, the particles move in the solution space to obtain the global optimum solution. Assuming that the population size of the particle is and the dimension of the space is , the update formula for the velocity and position of the particle are as follows:where () is the particle, () is the velocity (position) of the dimension, is the current iteration number, velocity and position are limited in a certain range, is the inertia weight, and are two positive constants in which represent the learning factors, and are two random numbers in , represents a coordinate that defines a particle in the dimension of the individual best position, and represents a coordinate that defines the global best position in the dimension of the population. is determined by the following formula:where are the maximum and minimum values of inertia weight. Generally the value is set as 0.9 and 0.4, represents the number of current iterations, and is the maximum number of iterations.

4. An Improved Multiobjective Particle Swarm Optimization Algorithm

4.1. Competition Mechanism

The competition mechanism of this paper can quickly search the disposal solution set and build the external archives set in the MOPSO algorithm. First, select a particle from the population , and generally select the first particle in the population. Then, let and compare each particle in the population on the basis of the objective function value of Pareto dominance relations. If , particle will be removed from the population ; otherwise, let . Finally, let until , at which time is the nondominant solution set to be solved. This method is also adopted when the nondominant solution set enters the external archive set. As more and more particles are removed, the number of times the algorithm runs is less, which can effectively reduce complexity of the algorithm and improve search speed of the algorithm. The pseudocode of the algorithm is shown in Table 1.

4.2. External Archives Maintenance Strategy

In solving a MOPSO algorithm, each iteration produces a set of Pareto solutions. Therefore, external archives are needed to store the nondominated solutions produced by each iteration, and the solution set forms the Pareto front [25]. After each iteration, the Pareto front is also updated. However, as the number of iterations increases, the size of external archives will increase, and the complexity of the algorithm will also greatly increase. Therefore, it is necessary to limit the size of external archives to reduce the complexity of the algorithm. This paper uses the descending order of crowded distance to limit the size of the external archives set.

4.3. Selecting pbest and gbest

In a MOPSO algorithm, selecting the gbest is very important, which directly affects the convergence speed and capabilities. In IMOPSO, the size of the particle population is fixed, and the particles will not be deleted from the population, but the position of the particles in the population needs to be adjusted to update pbest and gbest. In multiobjective conditions, gbest normally exists in a group of noninferior solutions and is not a single gbest position. When gbest and pbest are nondominated, each particle may have more than one pbest. Therefore, it is necessary to choose pbest and gbest by the appropriate method.

4.3.1. Selecting pbest

The specific process is as follows: is used to record the individual position and save the nondominated solution of the particles in the evolution process. The updating formula of for the generation particles is as follows:where is the optimal position of the particle in the previous generation and is the position of the particle in the generation.

4.3.2. Selecting gbest

The specific process is as follows: In the selection process of gbest, this paper adopts the Pareto principle, also known as the asymmetry principle or the 80/20 law; that is, 80% of the results in practical issues are produced by 20% of key factors [26]. Therefore, in this study, the global optimal value is randomly selected from the top 20% nondominated solutions of the external archive.

4.4. Parameter Improvement Strategy

Inertia weight and the learning factors and in the PSO algorithm have a considerable influence on the searching ability of the population in the target region. However, the traditional linear adjustment strategies for these two types of parameters cannot effectively reflect the search process of the algorithm. Therefore, this article adopts a nonlinear dynamic adjustment strategy to more accurately reflect the search process of the algorithm and to more effectively balance the exploitation and exploration.

4.4.1. Inertia Weight

The inertia weight determines the influence of the velocity of the previous generation particle on the current velocity. The appropriate adjustment rule of can effectively balance the exploitation and exploration of the algorithm. If , the particle speed is determined by the current position, and the particle has no inheritance to the speed of the previous generation, so the algorithm is easy to fall into the local optimum. If , the larger inertial weight can strengthen the global search capability, and the smaller inertial weight can strengthen the local search capability. In order to effectively balance the exploration and exploitation and improve the search performance of the algorithm, this paper adopts a new strategy for adjustment; the updated formula is as follows:where changes with the number of iterations. In this paper, is one-third of the maximum number of iterations. is 10. is 0.5. is 0.4. is the number of current iterations. Figure 1(a) shows the change curve of the new inertia weight.

4.4.2. Learning Factor

The learning factor determines the influence of self-learning ability and social-learning ability on particle motion during the search process, which reflects the state of information exchange between particles. In recent years, many scholars have revised the learning factors. Some scholars have proposed asynchronous learning factors; that is, in the initial search phase of the algorithm, the particles have greater self-learning ability and smaller social-learning ability; in the later phase of the algorithm search, the asynchronous learning factors can enhance the ability of particles to move to the global optimal position and obtain high-quality particles, which makes the algorithm have a higher probability of converging to the global optimal solution. For the learning factors, the nonlinear function of the new inertia weight mentioned above [27] is adopted in this paper, and its updated formula is as follows:where, through the above formula, it is known that the learning factor also adjusts dynamically with the adjustment of inertia weight. Figure 1(b) shows the change curve of the learning factor.

4.5. Time-Varying Gaussian Mutation

In solving the problem of multiobjective optimization, the fast convergence of the PSO may not be advantageous. Instead, it may make the population prematurely gather around certain particles or a certain area and lose diversity, which is easy to make the algorithm show premature phenomena. Therefore, to enhance the population diversity and avoid the algorithm falling into local optimum, based on literature [13], this paper designs a kind of time-varying particle mutation to produce new solutions through mutation operators to external archives. The perturbation formula is as follows:where is the mutation probability. is subject to a Gaussian distribution with a mean of 0 and a variance of 1. represents the scope of action of variation. and are the upper bound and lower bound of decision variables of the dimension, respectively. is the mutation parameter, and the value in this paper is 0.5.

4.6. The Specific Steps of the IMOPSO Algorithm

Step 1. Initialize the group’s position and speed. Set the iteration times, population size, and algorithm parameters.

Step 2. Calculate the fitness value of each particle. Generate a nondominating solution set according to dominating relation.

Step 3. Update the external archive set.

Step 4. Arrange each particle of the external archival set in descending order according to the crowding distance and determine whether the set size number is exceeded. If it is exceeded, clear the nondominant solution beyond the size.

Step 5. Update the individual optimal position; if it is the first generation, directly select the initial position of each particle as the individual optimal value; otherwise, update according to the Pareto dominance relationship.

Step 6. Randomly select the global optimal location from the external archive set ranked in the top 20% nondominant solution.

Step 7. Update the speed formula. If the particle velocity , then let ; if the particle velocity , then let .

Step 8. Update the position of the next generation of each particle and carry out time-varying Gaussian variation on the particles in each external archive according to the probability to avoid premature precocity of the algorithm.

Step 9. Determine whether the condition (the maximum number of iterations) is met, and if so, end the loop. Otherwise, return to Step 2 to continue the iteration.

5. Algorithm Performance Evaluation Indexes and Test Functions

5.1. Performance Measurement

The quality evaluation mainly focuses on the distance between the solution produced by the algorithms and the Pareto optimal solution for MOPs and the extent covered by the solution produced by the algorithms. In this paper, two performance indicators are adopted.

5.1.1. Generational Distance

Generational Distance (GD) is used to evaluate the convergence performance of multiobjective algorithms. It is used to calculate the average minimum Euclidean distance from each point in the solution set to the reference set . The calculation formula is defined as follows [28]:where is the solution set obtained by the algorithm, is a set of uniformly distributed reference points sampled from true Pareto front (PF), and is the Euclidean distance between the point in the solution set and the point in the reference set . The smaller is, the closer the Pareto optimal solution set obtained by the algorithm is to the true Pareto front, and the better convergence of the algorithm is. The ideal value of is 0; that is, the Pareto optimal solution obtained by the algorithm is on the true Pareto front.

5.1.2. Spacing

Spacing () is a parameter used to evaluate the performance of the Pareto optimal solution obtained by the algorithm. The mathematical expression is [29, 30]where represents the number of nondominated solutions found; is the average of all , and is calculated as follows:where represents the number of objective functions. The smaller is, the better the distribution of the solution obtained by the algorithm is. The ideal value of is 0; that is, the Pareto optimal solution obtained by the algorithm is evenly distributed in the target space.

5.1.3. Inverted Generational Distance

GD can only evaluate the convergence of the algorithm. In order to further evaluate the comprehensive performance of the algorithm, Inverted Generational Distance (IGD) was proposed. IGD represents the average value of the Euclidean distance between each reference point in the reference set and the closest solution to . The closer the IGD value is to 0, the better the overall performance of the algorithm is. The calculation formula of IGD is as follows:where is the solution set obtained by the algorithm, is a set of uniformly distributed reference points sampled from true PF, and is the Euclidean distance between the point in the reference set and the point in the solution set .

5.2. Test Functions

To test the performance of the IMOPSO algorithm, this paper selects the classic multiobjective test functions for the simulation test [27, 31]. The test functions are expressed in Tables 2 and 3.

6. Experimental Analysis and Comparison

Through experiments, the IMOPSO algorithm in this paper was compared with the experimental results of the NSGA-II, SPEA-II, MOPSO, and NSGA-III [32] algorithms. The population size was set as 100, the maximum number of iterations was set as 10,000, and the size of the external archive was set as 100. The specific parameters of each algorithm were set as shown in Table 3. Among them, is the crossover probability, is the mutation probability, is the mutation rate, is the variable step length, is the grid control maximal particle number, is the cross probability, is the expansion probability, and and are mutation parameters. The NSGA-II, SPEA-II and MOPSO, and NSGA-III and IMOPSO independent algorithms were ran 30 times on each test function. Tables 46, respectively, show the convergence, distribution, and comprehensive performance of the algorithms. The test was completed in MATLAB with a Windows 10 system, and the computer was configured with an Intel Core processor.

The numerical experiment results are shown in Tables 46, and the optimal results are marked in bold. Table 4 gives the numerical experiment result of the evaluation index GD, which is the convergence performance of the algorithm; Table 5 gives the numerical experiment result of the evaluation index SP, which is the algorithm distribution index; Table 6 gives the numerical experiment result of the evaluation index IGD, which represents the algorithm comprehensive performance. It can be seen from Table 4 that, compared with the other compared algorithms, in the test functions, ZDT, IMOPSO has obtained the best results 4 times, and NSGA-III has obtained the best results once; in the test functions, DTLZ, IMOPSO has obtained the best results 5 times and NSGA-III has obtained the best results 2 times. It can be concluded that the convergence of IMOPSO is superior to those of the other algorithms used for comparison, and, at the same time, it can be further concluded that the learning factor adjustment rules adopted in this paper have effectively improved the convergence of the IMOPSO. The numerical experiment results of the algorithms distribution are shown in Table 5. In the test functions, ZDT, IMOPSO obtained the best results 5 times; in the test functions, DTLZ, IMPSO obtained the best results 4 times, NSGA-II obtained the best results 2 times, and SPEA-II obtained the best result once. By analyzing the numerical results in Table 5, it can be seen that the distribution of the algorithm can be effectively improved by introducing time-varying Gaussian mutation strategy into IMOPSO. By analyzing Table 6, it can be seen that, in the test functions, ZDT, IMOPSO has obtained the best results 3 times, and NSGA-II and SPEA-II have obtained the best results once, respectively; in the test functions, DTLZ, IMOPSO has obtained the best results 4 times, and NSGA-II and MOPSO obtained the best results 2 times and once, respectively, so, on the whole, IMOPSO has better comprehensive performance (Table 7).

In order to more intuitively show the characteristics of each optimization problem in this article and the status of each algorithm in solving the optimization problems, Figures 213 show the corresponding relationship between the optimal solutions obtained by each algorithm and the true PF. In Figures 26, we can intuitively draw the following conclusions: In the test functions, ZDT, except that the convergence of IMOPSO in ZDT3 is worse than that of NSGA-III, IMOPSO is better than the other compared algorithms in terms of convergence and distribution. In addition, in the test functions, DTLZ, the convergence of IMOPSO in DTLZ2 and DTLZ4 is worse than that of NSGA-III, but it is better than the other compared algorithms in other test functions; in terms of SP, NSGA-II is better than IMOPSO in DTLZ1 and DTLZ6, and SPEA-II is better than IMOPSO in DTLZ6, but, in the remaining DTLZ test functions, the performance of IMOPSO is better than those of the other compared algorithms.

7. Conclusions and Prospects

In order to improve MOPSO prone to premature convergence, poor distribution, and so forth, in solving multiobjective optimization problems, this paper proposes an improved multiobjective particle swarm optimization (IMOPSO) algorithm. In this paper, by introducing a competition mechanism strategy in IMOPSO and dynamically adjusting the inertia weight and learning factor of the algorithm, the convergence performance of the algorithm is effectively improved. In addition, in order to solve the shortcomings of insufficient distribution of the algorithm in the optimization process, time-varying Gaussian mutation is cited in the algorithm to increase the diversity of the algorithm and improve its distribution. Through the analysis of numerical experiment results, in the experimental results of the test functions, ZDT, and the test functions, DTLZ, as a whole, the convergence and distribution of the algorithm are better than those of the other compared algorithms. Finally, in the results of the comparison of the comprehensive performances of the algorithms, the comprehensive performance of the IMOPSO algorithm is also the best among the compared algorithms.

It should be pointed out that this article only conducts the numerical experiment analysis of the benchmark function, and its performance in actual multiobjective optimization problems needs further verification and analysis, such as multiobjective job shop scheduling problems and redundancy allocation problem with cold-standby strategy. This will be our next research works.

Data Availability

At present, these raw data cannot be shared because which forms part of an ongoing study.

Conflicts of Interest

The authors declare that there are no conflicts of interest regarding the publication of this paper.

Acknowledgments

This research was supported by the National Natural Science Foundation of China (Grants 11961001 and 61561001), the Construction Project of First-Class Subjects in Ningxia Higher Education (NXY LXK2017B09), and the major proprietary funded project of North Minzu University (ZDZX201901).