Abstract

Portfolio management is an important technology for reasonable investment, fund management, optimal asset allocation, and effective investment. Portfolio optimization problem (POP) has been recognized as an NP-hard problem involving numerous objectives as well as constraints. Applications of evolutionary algorithms and swarm intelligence optimizers for resolving multi-objective POP (MOPOP) have attracted considerable attention of researchers, yet their solutions usually convert MOPOP to POP by means of weighted coefficient method. In this paper, a multi-swarm multi-objective optimizer based on p-optimality criteria called p-MSMOEAs is proposed that tries to find all the Pareto optimal solutions by optimizing all objectives at the same time, rather than through the above transforming method. The proposed p-MSMOEAs extended original multiple objective evolutionary algorithms (MOEAs) to cooperative mode through combining p-optimality criteria and multi-swarm strategy. Comparative experiments of p-MSMOEAs and several MOEAs have been performed on six mathematical benchmark functions and two portfolio instances. Simulation results indicate that p-MSMOEAs are superior for portfolio optimization problem to MOEAs when it comes to optimization accuracy as well as computation robustness.

1. Introduction

In real life, most optimization problems are multi-objective optimization problem (MOP). In MOP, numerous contradictory objectives which are subject to several certain constraints must be optimized at the same time. In general, the common approach to solve MOP is to find Pareto optimal set. And Pareto optimality theory indicates that if no vector makes , vector is Pareto optimality. Pareto optimal set could improve at least one objective without deteriorating other objectives. Currently, MOP has made progress in both theory and application [1, 2], yet there are still many challenges because of its complexity. As an effective method to solve MOP, MOEAs could obtain solutions with good diversity [3]. Consequently, they are widely found in various practical applications, such as power dispatching [4], financial management [5], electric machine designing [6], and spectrum allocation [7].

As a problem-solving technique, the main strengths of MOEAs are their fast convergence and efficient search ability. However, it is still a challenge to overcome the local convergence or balance diversity and convergence of swarms in MOP for the researchers. Many researchers have attempted to settle this issue with the ideas of optimality criterion and multi-swarm strategy. Optimality criterion could find the best solution according to the different needs of the problem. Yet the conventional Pareto method does not have the advantage of such flexibility. Meanwhile, multi-swarm strategy is prominent in improving diversity.

In k-optimality employed in literature [8], the dominating solution could have an inferior performance on some particular objectives, which is acceptable to decision maker. The number of objectives is prescribed previously by means of the adjustment of k value. This is difficult for other methods. In literature [9], Optimality Criteria method is employed to seek the optimum through finding a solution that satisfies some prespecified criteria, which are postulated to the corresponding optimal result for the problem. However, only applying optimality criteria, multi-objective algorithms may suffer from excessive loss of diversity. Indeed, multi-swarm strategy could restrict such rapid convergence and increase diversity effectively due to cooperation and exchange between swarms. In literatures [1013], several MOEAs introduce a multi-swarm strategy. These proposed algorithms contain multiple slave swarms, and the quantity of slave swarms is equal to that of objective functions. During evolution, every slave swarm is dedicated to optimizing a certain objective to discover its non-dominated solutions. An improved particle swarm optimization (PSO) algorithm is proposed in literature [14]. It is shown that whole swarm is stochastically separated into some small-scale sub-swarms. The swarm is reorganized stochastically every R generations. In that case, the good information obtained by each sub-swarm could be exchanged. In hybrid multi-swarm PSO algorithm shown in literature [15], PSO and differential evolution approach are employed during evolution. It is worth noting that all above algorithms utilize only one strategy to improve the algorithm and suffer from the balance of diversity and convergence, which have the potential for improvement.

In this paper, two classes of strategies combining MOEAs are adopted to solve MOP, p-optimality criteria [3], and multi-swarm strategy. P-optimality criteria are employed in selection operator during evolution. These criteria have the ability of determining the most feasible solutions among ones located in the same non-domination rank. Therefore, they have the potential to better the convergence of feasible solutions in late stages of evolution. Meanwhile, competition and cooperation techniques among sub-swarms are designed in multi-swarm strategy. Distribution list and replacement list are devised, guaranteeing the interaction between swarms. Multiple swarms are utilized for optimizing objectives, and each separated sub-swarm employs the MOEAs combining p-optimality criteria to find out all the non-dominated solutions. Multi-swarm strategy enables improving the diversity of feasible solutions and preventing local convergence. A multi-swarm multi-objective optimizer combining the above strategies, called multi-swarm multi-objective optimization evolutionary algorithms based on p-optimality criteria (p-MSMOEAs), is proposed. Several groups of experiment are conducted to evaluate the performance of p-MSMOEAs and MOEAs.

Simultaneously, p-MSMOEAs are employed to solve MOPOP. Markowitz puts forward the classic mean-variance (MV) portfolio model, which became the theoretical basis of modern portfolios [16, 17]. In Markowitz’s approach, the expected return of portfolio and the risk of portfolio (represented by mean and variance of assets, respectively) are described as two criteria of portfolio model. In the presence of the above two criteria, there is a tradeoff between risk and return. Since Markowitz proposed the MV theory, a large number of studies have been done to extend or modify the basic model in different directions [1820]. However, the study of multi-objective model considering expected cost of assets is a little rare. In this paper, a three-objective portfolio model considering expected return, expected cost, and risk is designed to solve MOPOP. In the proposed model, expected return is measured by mean of assets and should be maximized, risk is weighed by semi-variance of assets and should be minimized, and expected cost is represented by Euclidean distance of weight vectors and should be minimized. Afterwards, it is optimized by p-MSMOEAs.

The remainder of this paper is structured as follows. Section 2 presents three MOEAs. In Section 3, after an introduction to p-optimality criteria and multi-swarm strategy, p-MSMOEAs in this study are pictured. In Section 4, performance of p-MSMOEAs and MOEAs on six commonly used multi-objective benchmark functions will be shown. In Section 5, fulfillment of p-MSMOEAs for MOPOP is presented. Finally, Section 6 summarizes the paper.

2. Multi-Objective Optimization Evolutionary Algorithms

2.1. NSGA-II Algorithm

NSGA-II algorithm named by Deb et al. has been identified as a computationally fast MOEA. And because of its simplicity, excellent diversity, and convergence of feasible solutions, this algorithm is proved to be one of the most efficient MOEAs. It is prominent in two aspects: fast non-dominated sorting for individuals and elitist selection [21]. The fast non-dominated sorting depends on the indexes of non-dominated rank as well as crowding distance. Further information about process of NSGA-II algorithms could be seen in [22].

2.2. MODE Algorithm

MODE algorithm is a simple and powerful MOEA for MOP over a continuous domain. The outstanding advantages of MODE are its speed and robustness. MODE is mainly composed of three components: mutation, Pareto-based evaluation, and selection. Among them, Pareto-based evaluation is the same as NSGA-II. In addition, each vector of the individual undergoes a mutation process with certain mutation probability . At last, there is a parameter in selection operator that could indicate the distance between a solution and its surrounding solution in objective space. Further information about the process of MODE algorithms could be seen in [23].

2.3. MOEA/D Algorithm

The main idea of MOEA/D algorithm lies in decomposing MOP into multiple scalar sub-problems and optimizing them at the same time [24]. Every sub-problem utilizes the information of its neighboring sub-problems, which reduces its computational complexity of each generation. Scalarizing functions which are provided with uniformly distributed weight vectors is the fitness evaluation condition of MOEA/D [25]. In the computational experiments of this paper, the Tchebycheff function is employed to decompose. Further information about the process of MOEA/D algorithms could be seen in [24].

3. Multi-Swarm Multi-Objective Optimizer Based on p-Optimality Criteria

3.1. Introduction of P-Optimality Criteria

P-optimality criteria named by Emiliano (2014) are a new kind of optimality criteria to solve MOP. These criteria have the ability of determining the most feasible solutions among the ones located in the same non-domination rank.

As described in [3], the criteria are defined as follows. Let be finite set of feasible solutions. A vector is an optimal solution if and , where is the probability that is better than other solutions from in terms of an objective function (, ). Pi(a) is calculated as follows:where Si(a) is the rank of a according to the objective function fi through the quick-sort algorithm.

Thence, the aim is searching a vector that maximizes or equivalently.

If maximizes , the following formula should be maximized as well.

Inspired by the p-norm, the following function is considered:where , and pi(a) is calculated as (1). Then, p-optimality criteria could be defined as follows.

Let be the finite set of feasible solutions. A vector is optimal if and p-function() p-function(a).

P-optimality criteria have the ability of determining the most feasible solutions among ones located in the same non-domination rank. Section 3.3 will illustrate the evolution of MOEAs combining p-optimality criteria.

3.2. Introduction of Multi-Swarm Strategy

The above three algorithms introduced in Section 2 use the analogy of single swarm. However, only with combining p-optimality criteria, the above multi-objective algorithms may suffer from excessive loss of diversity. Indeed, multi-swarm strategy could restrict such rapid convergence and increase diversity effectively due to cooperation and exchange between swarms.

The linchpin of multi-swarm strategy lies in two aspects: on the one hand, K individuals with superior performance are selected from sub-swarms to compose a distribution list. Meanwhile, each sub-swarm prepares a replacement list comprised of K individuals with inferior performance. K is predefined, and the individuals in distribution list and replacement list are selected by non-domination rank and crowding distance.

The whole swarm is evolved in the form of predetermined number sub-swarms, each of them performs the same multi-objective algorithm at early stage. After some predefined generations of evolution, the individuals in distribution list from one sub-swarm are sent to the adjacent sub-swarm to replace individuals in its replacement list. Taking this order, the last sub-swarm performs information transformation with first sub-swarm, as shown in Figure 1.

Figure 1 illustrates hierarchical interaction topologies among individuals. Ring is adopted in swarm level, and ring as well as star topologies are simultaneously employed in individual level. Different sub-swarms are arranged in a unidirectional ring. In other words, every sub-swarm could accept individuals in its distribution list from adjacent sub-swarm to replace individuals of its replacement list. The simplicity of the structure makes this interaction topology very fast in interaction [26].

3.3. Description of the Proposed p-MSMOEAs

Multi-swarm non-dominated sorting genetic algorithm II based on p-optimality criteria, named p-MSNSGA-II, is demonstrated in this part.

3.3.1. -MSNSGA-II Algorithm

At the beginning of p-MSNSGA-II algorithm, the maximum number of cycles (MCN), the number of swarm maximum cycles (SMCN), and the number of exchange of swarms (EN) are set. The algorithm will loop a predefined number of times (MCN). As an example, the following tth loop will be described.

In initialization, m sub-swarms () of N solutions are stochastically generated. Each solution has n real-valued variables. The control parameter of p-optimality criteria pj [p-lb, p-ub] (1 ≤ j m) is determined for each sub-swarm (p-lb and p-ub are lower and upper limits of pj, respectively). Values p1, p2, …, pm are isometric, and p1 = p-lb and pm = p-ub. Solutions in sub-swarm are sorted and assigned a certain rank based on the non-domination sorting.

For sub-swarm , three operators, including selection, recombination, and mutation, are involved in the update process. The current sub-swarm is represented as parent swarm. Firstly, a group of q solutions is stochastically selected from , and then the solution with the least value of p-function is determined. After repetitions, N solutions are selected. Secondly, the recombination operator and mutation operator in NSGA-II are employed. Finally, the new sub-swarm of size N is regarded as the offspring swarm. The combination of parent and offspring swarms is carried out. Consequently, non-domination sorting and crowding distance are utilized to create new parent swarm .

After predefined generations SMCN, K individuals with superior performance are selected from sub-swarms into distribution list, as introduced in Section 3.2. And K individuals with inferior performance are selected from sub-swarms into replacement list. After EN times of information transformation among sub-swarms, all sub-swarms merge into one whole swarm. Thereafter, the whole swarm is no longer partitioned.

3.3.2. Flowchart

The general steps of p-MSNSGA-II algorithm are shown in Algorithm 1. And the flowchart is illustrated in Figure 2.

Main steps of p-MSNSGA-II
Set the number of swarm (m), the size of each swarm (N), the lower and upper bound of p (p-lb, p-ub),
the maximum number of cycles (MCN), the number of swarm maximum cycles (SMCN)
and the number of exchange of swarms (EN)
  repeat
Initialize the sub-swarms , assign for each swarm
repeat
The initialized solutions are sorted based on non-domination
For each sub-swarm
Selection operator based on p-optimality criteria are adopted to select superior individuals
Recombination operator and mutation operator are used
Offspring swarm is created
Non-domination and crowding distance are used by and to create
If mod (I,SMCN)=0
Exchange among m sub-swarms
End if
End for
Until cycle = SMCN EN
Sub-swarms are integrated together and sorted based on non-domination
Until cycle = MCN
3.3.3. Other p-MSMOEAs

MODE and MOEA/D based on multi-swarm strategy and p-optimality criteria (named p-MSMODE algorithm and p-MSMOEA/D algorithm, respectively) are similar to the above p-MSNSGA-II algorithm.

The p-MSMODE algorithm and p-MSMOEA/D algorithm also start by stochastically generating m initial sub-swarms. For p-MSMODE algorithm (or p-MSMOEA/D algorithm), before evolution operation, the superior individuals are chosen from each sub-swarm based on p-optimality criteria and then are placed in the intermediate mating pool (or temporary elite population) for subsequent evolution operation. After some predefined generations of evolution, K individuals with superior (inferior) performance are selected for information transformation same as p-MSNSGA-II algorithm. After EN times of information transformation among sub-swarms, all sub-swarms merge into one whole swarm.

4. Test and Results

To completely evaluate the performance of above p-MSMOEAs without bias against some certain selected problems, four two-objective as well as two three-objective benchmark functions are utilized. Formulas of those functions could be seen in Appendix.

4.1. Evaluation Method

For the purpose of facilitating the quantitative assessment of the performance of proposed algorithms, two performance metrics should be considered: convergence metric γ and diversity metric Δ. More detailed information about them could be seen in [27, 28].

4.2. Experimental Setting

Experiments have been executed with p-MSNSGA-II, p-MSMODE, p-MSMOEA/D, NSGA-II, MODE, and MOEA/D. To contrast different algorithms with a fair time metric during experiment, population size is set as 200, and the number of function evaluations (FEs) is set as 40000. Each algorithm runs 10 times, using a PC Intel Core i5-7200U, 2.50 GHz CPU with 8GB of RAM.

For NSGA-II, MODE, and MOEA/D, parameter settings are the same as original algorithms described in [2224], respectively.

For p-MSNSGA-II, p-MSMODE, and p-MSMOEA/D, the whole swarm with 200 individuals is equally partitioned into 4 sub-swarms. And the lower and upper bounds of the p-optimality criteria’s interval are set as 0.5 and 2.0, respectively (according to [3]). The number of swarm maximum cycles (SMCN) and the number of exchange of swarms (EN) are set as 20 and 10, respectively. The algorithm will loop 5 times (MCN). And the other setting is the same as original algorithms.

4.3. Results and Discussion

Test results of p-MSMOEAs and MOEAs on six benchmark functions, including maximum, minimum, average, and standard deviation of the convergence metric () and the diversity metric () values, are listed in this part. Besides, CPU time is employed to measure the time complexity of the algorithms. To further demonstrate performance of p-MSMOEAs, results of another multi-swarm algorithm, multi-hive multi-objective artificial bee colony (M2OABC) algorithm proposed in [26], on several of above benchmark functions, are also listed in the following. M2OABC algorithm has been proved to be effective and robust with combining multi-hive strategy.

4.3.1. Two-Objective Functions

Tables 14 and Figures 36 show the optimization results of these algorithms for two-objective functions. In Figures 36, the solid lines represent true Pareto front (PF), while the star spots stand for found non-dominated solutions.

On SCH2 function, it can be noticed that p-MSMOEAs have superior performance to MOEAs in terms of metric and metric after 40000 FEs from Table 1. Figure 3 shows that p-MSMOEAs have great potential to discover a well-distributed as well as diverse solution set for SCH2 function. Yet MOEA/D only finds a sparse distribution, although it can basically archive true PF for SCH2.

On ZDT3, ZDT4, and ZDT6 functions, Tables 24 show that performance of p-MSMOEAs in both γ metric and metric is better than that of MOEAs and lightly better than that of M2OABC. Figures 46 show that MOEAs produce poor results on these test functions and they are almost impossible to achieve true PF, while p-MSMOEAs have great potential to approach true PF.

4.3.2. Three-Objective Functions

Figure 7 shows the true PF for two three-objective functions. Tables 5 and 6 and Figures 8 and 9 show the optimization results of p-MSMOEAs, MOEAs, and M2OABC algorithms on DTLZ2 and DTLZ3.

On DTLZ2 function, when given 10000 FEs for seven algorithms, performance of p-MSMOEAs is better than that of MOEAs and is comparable to that of M2OABC as shown in Table 5. Figure 8 shows that p-MSMOEAs have great potential to obtain a superior PF for DTLZ2, especially p-MSNSGA-II and p-MSMODE. Moreover, the performance of MOEAs in metric is a little worse than that of p-MSMOEAs.

On DTLZ3 function, it could be observed from Table 6 that performance of p-MSMOEAs algorithms in both metric and metric has considerable competitiveness over this problem. From Figure 9, it can be seen that the fronts obtained from p-MSMOEAs and MOEAs are found to have a basically outstanding result in terms of convergence, while they do not perform satisfactorily in terms of diversity. However, p-MSMOEAs are better than MOEAs for the problem.

4.3.3. Time Complexity Analysis

In order to demonstrate the difference in the time complexity of six algorithms, Figure 10 plots the average CPU time over 10 runs.

Figure 10 shows the CPU time for six algorithms and gives the results on six benchmark functions (SCH2, ZDT3, ZDT4, ZDT6, DTLZ2, and DTLZ3). The results show that the time complexity of the original three MOEAs is basically the same, and NSGA-II and MOEA/D are slightly better than MODE. The time complexity of p-MSMOEAs is slightly higher than that of MOEAs, but within acceptable limits. In addition, for two-objective functions (SCH2, ZDT3, ZDT4, and ZDT6), the time complexity of p-MSMOEAs is about 1.32-1.64 times that of the original MOEAs. However, as the number of objectives increases, this difference is more pronounced. For example, for three-objective functions (DTLZ2 and DTLZ3), the time complexity of p-MSMOEAs is about 1.38-1.92 times that of MOEAs. It is worth mentioning that although p-MSMOEAs consume more CPU time, there is a significant improvement in performance compared to MOEAs.

5. Application for Multi-Objective Portfolio Management

5.1. Introduction of MOPOP

MOPOP has always had an indispensable place in modern risk management. Its ultimate goal is to find an optimal way of distributing a set of available assets, and the budget is scheduled. This is why MOPOP is favored by investors in terms of determining portfolio strategies. However, there is not a single portfolio that could fully satisfy the needs of all investors. In fact, investors' preference for risk-return ultimately determines a portfolio is an optimal one or not.

5.1.1. Two-Objective Portfolio Model

Markowitz [16] proposed a formal two-objective portfolio model, which is MV portfolio model. He used the mean returns of assets and covariance of them to describe the investment return and risk, respectively. His model considers two conflicting aspects: maximizing expected return of a portfolio while minimizing its risk [28]. In the existence of risk and return, the optimal solution is not a value yet a set of optimal portfolios, which weighs between above two aspects.

The MV model considered in this paper could be shown as follows [16]:where is variance of portfolios and wi and wj are the weights of assets i and j in all assets, respectively. σij is covariance between above two assets. N denotes quantity of available assets, and r expresses expected return while ri represents expected return of the asset i.

Although being popular in the past, the above MV model has an assumption that the return of assets is normally distributed. Unfortunately, the conditions are a bit harsh in real life and are rarely satisfied. There is now a widespread recognition of the fact that portfolios in reality do not follow a multivariate normal distribution. Skewness started to be considered in POP [29]. This implies the risk criteria of MV model could replace the variance with semi-variance. Markowitz indeed recommended that models considering semi-variance are preferable [30].

5.1.2. Three-Objective Portfolio Model

In this section, a three-objective portfolio model, return-risk-cost model, is proposed. The two main innovations are the addition of transaction costs and replacement of the risk criterion. There exist three criteria in the proposed model: expected return (measured by mean of assets) that should be maximized, risk (semi-variance of assets) that should be minimized, and expected cost (Euclidean distance of weight vectors) that should be minimized.

The MV model has a fact-based function limitation; that is, the weight of each asset in the portfolio should be a non-negative real number and the sum of them should be 1. In the modified Markowitz model by Fernandez and Gomez, the upper and lower limit constraints are added. The constraints of the modified model could be shown as follows:

The semi-variance is described in [29] as follows:where B indicates the return after comparison; Rit expresses the return of asset i in period t.

An indirect method is employed in this paper to represent transaction costs. There are two assumptions that the transaction cost is related to the quantity of an asset and the distance between current portfolio as well as the expected portfolio is considered in transaction cost. According to the above assumptions, the distance which is the number of different weights in two different portfolios could be quantified as the Euclidean distance:with higher values meaning higher transaction costs.

Hence, the return–risk-cost portfolio model proposed in this paper could be formalized as follows:

Among them, budget constraints are given as follows:

It is worth mentioning that the number of model objectives can also be increased if there are suitable indicators.

5.2. Applications for Portfolio Problem

A numerical example is provided to demonstrate the effectiveness of p-MSMOEAs for solving MOPOP in this part. A Cesarone’s study shows that limiting the size of portfolio is capable of improving performance [31]. So historical daily data of 12 assets from Shanghai Stock Exchange are employed in the experiment, which are collected by every stock's month rates from January 2010 to December 2016.

Running p-MSMOEAs in MATLAB software, under the mentioned above models, the efficient frontiers of the p-MSMOEAs are calculated, as shown in Figures 11 and 12. In addition, since the true PF of the portfolio problems is not clear, all the PF of p-MSMOEAs algorithms are integrated to obtain a PF as the reference PF (true PF) [32]. The hypervolume indicator has been utilized to evaluate the performance of p-MSMOEAs. The results of comparison are listed in Tables 7 and 8.

Figure 11 gives the generated non-dominated solutions of MV model using p-MSMOEAs. Risk and expected return are almost positively correlated, which means the greater risk the investors can accept, the greater expected return they can obtain. Investors could select a portfolio approach based on their preference for risk to get a corresponding return.

Obviously, in Figure 11, efficient curves of p-MSNSGA-II and p-MSMOEA/D are smooth and continuous, while p-MSMODE's is converse. From Table 7, it shows that performance of p-MSNSGA-II, p-MSMOEA/D, and p-MSMODE in hypervolume indicator is decreasing in order.

Figure 12 gives the generated non-dominated solutions of return-risk-cost model using p-MSMOEAs. The distributions of solutions are located in three-dimensional coordinate graphs corresponding to return, risk, and cost. As can be seen, risk and expected return are also almost positively correlated when cost is not considered. Similarly, this is also the case with cost and risk, cost and expected benefit without considering another variable, which is consistent with the reality. When considering these three variables, investors could select a portfolio approach based on their preference for risk and cost to receive corresponding benefits.

Apparently, in Figure 12, the distribution of non-dominated solutions in Figure 12(a) as well as Figure 12(c), which resolved by p-MSNSGA-II and p-MSMODE, is more uniform and more diverse in the whole searching space. From Table 8, it can be perceived that the performance of p-MSNSGA-II is better than p-MSMODE and p-MSMOEA/D in terms of hypervolume indicator.

6. Conclusion

In this paper, a multi-swarm multi-objective optimizer based on p-optimality criteria called p-MSMOEAs is proposed. In p-MSMOEAs, p-optimality criteria are employed to ensure algorithms converge to true PF. In addition, multiple swarm cooperative coevolution is adopted, guaranteeing the diversity of the whole population. P-MSMOEAs are simply constructed and easily achieved and have considerable potential to solve complex MOP. With six mathematical benchmark functions, p-MSMOEAs are proven to obtain good distributed PF with respect to optimization accuracy and convergence robust.

Additionally, a constrained MOPOP with three criteria, expected return (mean of return), risk (semi-variance of return), and expected cost (the Euclidean distance of weight vectors), is proposed. And p-MSMOEAs are utilized to resolve the return-risk-cost portfolio model. The proposed p-MSMOEAs are considered to be capable of getting a good diversity of solutions' distribution.

Appendix

SCH2: this is a single-variable problem having a convex Pareto optimal set. The functions used are as follows:where the variable lies in the range .

ZDT3: this is a 30-variable problem having a number of disconnected Pareto optimal fronts:where all variables lie in the range . The Pareto optimal region corresponds to for , and hence not all points satisfying lie on the Pareto optimal front.

ZDT4: this is a 10-variable problem having a convex Pareto optimal set.where .

ZDT6: this is a 10-variable problem having a nonconvex Pareto optimal set. Moreover, the density of solutions a cross the Pareto optimal region is nonuniform and the density towards the Pareto optimal front is also thin:where all the variables lie in the range . The Pareto optimal region corresponds to and for .

DTLZ2: this test problem has a spherical Pareto-optimal front:where the Pareto-optimal solutions corresponds to and all objective function values must satisfy . As in the previous problem, it is recommended to use . The total number of variables is is suggested.

DTLZ3: this test problem has a spherical Pareto-optimal front:where , and the total number of variables is suggested.

Data Availability

All data in this article is unprocessed raw data and reliable.

Conflicts of Interest

The authors declare that they have no conflicts of interest.

Authors’ Contributions

Yabao Hu is the main writer of this paper. She proposed the main idea, proposed p-MSMOEAs, and completed the simulation. Hanning Chen gave some important suggestions for the simulation. Maowei He and Liling Sun analyzed the result of the experiments. Rui Liu did some work in the revision of the paper in late period. Hai Shen put forward some constructive opinions on the increase of CPU time information and the revision of the paper and guided the added experiment. All authors read and approved the final manuscript.

Acknowledgments

This work is supported by National key Research and Development Program of China under Grants nos. 2017YFB1103603 and 2017YFB1103003, National Natural Science Foundation of China under Grants nos. 61602343, 51607122, 61772365, 41772123, 61802280, 61806143, and 61502318, Tianjin Province Science and Technology Projects under Grants nos. 17JCYBJC15100 and 17JCQNJC04500, and Basic Scientific Research Business Funded Projects of Tianjin (2017KJ093, 2017KJ094).