Abstract

Decomposition-based evolutionary multiobjective algorithms (MOEAs) divide a multiobjective problem into several subproblems by using a set of predefined uniformly distributed reference vectors and can achieve good overall performance especially in maintaining population diversity. However, they encounter huge difficulties in addressing problems with irregular Pareto fronts (PFs) since many reference vectors do not work during the searching process. To cope with this problem, this paper aims to improve an existing decomposition-based algorithm called reference vector-guided evolutionary algorithm (RVEA) by designing an adaptive reference vector adjustment strategy. By adding the strategy, the predefined reference vectors will be adjusted according to the distribution of promising solutions with good overall performance and the subspaces in which the PF lies may be further divided to contribute more to the searching process. Besides, the selection pressure with respect to convergence performance posed by RVEA is mainly from the length of normalized objective vectors and the metric is poor in evaluating the convergence performance of a solution with the increase of objective size. Motivated by that, an improved angle-penalized distance (APD) method is developed to better distinguish solutions with sound convergence performance in each subspace. To investigate the performance of the proposed algorithm, extensive experiments are conducted to compare it with 5 state-of-the-art decomposition-based algorithms on 3-, 5-, 8-, and 10-objective MaF1–MaF9. The results demonstrate that the proposed algorithm obtains the best overall performance.

1. Introduction

In the real world, decision makers often encounter some problems with more than one objective to be solved simultaneously. These problems are called multiobjective optimization problems (MOPs), and if the number of objectives is larger than 3, they are termed as many-objective optimization problems (MaOPs). An MOP or MaOP can be formulated as follows:where denotes the decision space and is a map from to , i.e., from the decision space to the objective space. is the th objective value of the problem and is the number of objectives. Mostly, the objectives of an MOP or MaOP are contradictory to each other and thus there rarely exists a solution that can surpass all the other solutions on each objective. As a result, a set of solutions representing the trade-off among all the objectives, called Pareto-optimal solutions, can be achieved and pursued by researches. The Pareto-optimal solutions are known as Pareto front (PF) in the objective space and Pareto set (PS) in the decision space, respectively.

To address the multiobjective problems (MOPs) and many-objective problems (MaOPs) appearing in many real-world industries, e.g., data mining [1], airline crew roster recovery [2], and software engineering [3], multiobjective evolutionary algorithms (MOEAs) and many-objective evolutionary algorithms (MaOEAs) are seen as the major methods for approximating PF of MOPs because of its population-based nature. During the past decades, a large number of algorithms have been developed such as Nondominated Sorting Genetic Algorithm II (NSGA-II) [4], multiobjective evolutionary algorithm based on decomposition (MOEA/D) [5], and so on [6]. According to their environmental selection strategies, the existing algorithms can be roughly divided into four categories: (1) Pareto-dominance-based; (2) decomposition-based; (3) indicator-based; and (4) others. Pareto-dominance-based algorithms [4, 7, 8] often divide solutions into different nondominated levels and use a second criterion to select solutions in the last level; decomposition-based MOEAs [913] decompose the original MOP into multiple subproblems and solve them in a cooperative way; for indicator-based MOEAs and MaOEAs, such as hypervolume-based many-objective (HypE) [14] and indicator-based multiobjective evolutionary algorithm with reference point adaptation (AR-MOEA) [15], it tends to develop an indicator to evaluate the overall performance and sort the individuals according to their indicator values.

Among the four categories, a branch of decomposition-based MOEAs and MaOEAs divides the whole objective space into a number of subspaces by a set of predefined uniformly distributed reference vectors or reference weights, such as RVEA [16] and MOEA/D-M2M [17]. This branch shows promising performance in maintaining population diversity. However, there are still some shortcomings in this branch of algorithms. Firstly, when the MOP owns irregular PF, e.g., degenerated or disconnected, the PF is not uniformly distributed in the objective space, and thus the predefined reference vectors are not able to evenly divide the PF which may affect the final quality of the output population. The PFs of 3-objective DTLZ7 and MaF6 are shown in Figure 1 where the PF of DTLZ7 is disconnected and that of MaF6 is degenerated.

Besides, although the PFs of the above two problems are irregular, the PF of 2 or 3 objectives can still be divided to some degree of satisfaction because the objective space is not large and the predefined reference vectors can still be densely distributed in the area where the PF is located. However, with the increase of the number of objectives, the objective space expands sharply and the distribution of reference vectors in the objective space is very sparse. As a result, sometimes the PF is divided by few reference vectors. To visually describe this phenomenon, an example about the optimization of 10-objective MaF1 by RVEA is shown in Figure 2.

In RVEA, a reference vector is called active when at least one candidate solution is associated with it. Figure 2 shows the proportion of active reference vectors among all the predefined reference vectors during the searching process, and the population size is set as 275. We can see that only less than of the predefined reference vectors are working.

To cope with the above issues, a new decomposition-based evolutionary algorithm is proposed in this paper. In the newly proposed algorithm, a new definition termed as is developed to evaluate the position of a candidate solution in the objective space (the new algorithm is thus called AP-RVEA). Then, the reference vectors are adaptively adjusted according to the distribution of the candidate solutions on the basis of the definition of angle position. The inactive reference vectors will be deleted and some candidate solutions will be constructed into new reference vectors according to their positions relative to the active reference vectors in the objective space. In this way, the subspaces in which the true PF lies will be further divided.

Besides, the metric in APD value (the selection indicator used in RVEA) responsible for evaluating the convergence of solutions is the length of the normalized objective vector. This metric is poor at posing enough selection pressure in terms of convergence performance with the increase of the objective size. To fix the above issue, an improved APD value is proposed in AP-RVEA to keep promising solutions in problems with many objectives.

The main contributions of this paper can be summarized as follows:(1)A novel adaptive reference vector adjustment strategy based on the positions of candidate solutions in the objective space relative to the current active reference vectors is proposed. With the strategy, the predefined reference vectors will be adjusted according to the distribution of promising solutions, which can be considered as an approximation of the true PF in some way. During each generation that runs the strategy, the subspaces in which the true PF lies may be further divided into more subspaces and contribute more to that final result.(2)To cope with the poor selection pressure in terms of convergence performance posed by APD value, an improved APD value method is designed to better evaluate the convergence performance of solutions in each subspace.

The rest of this paper is organized as follows. Section 2 gives a survey of strategies about reference vector adjustment. Section 3 introduces some basic definitions of the proposed AP-RVEA. In Section 4, the details of the proposed AP-RVEA are described. Section 5 presents the experimental results of AP-RVEA and other 5 algorithms on MaF [18] test suite. Finally, the conclusion and future work are covered in Section 6.

Reference vector-based MOEAs or MaOEAs are efficient in maintaining population diversity when dealing with MOPs or MaOPs [19, 20]. However, since the shape of PF is unknown in advance for most MaOPs, using predefined reference vectors to acquire a set of evenly distributed solutions might not be feasible especially when the problem has an irregular PF. As a result, some research studies about the adjustment of reference vectors have been developed in recent years.

Jiang et al. [21] proposed a asymmetric Pareto-adaptive () scheme for MOEA/D [5] to deal with problem with symmetric and asymmetric Pareto fronts. The scheme was useful when the PF of the problem satisfied that , where is a parameter to estimate the shape of the PF and is the number of objectives. In EMOSA [22], a set of evenly distributed weight vectors (reference vectors) and a set of predefined candidate wight vectors are maintained during the optimization process, where denotes a positive integer and . For a solution (associated with ), its closest nondominated neighbor (associated with ) is labeled. The new weight vector is chosen from and is replaced if and only if (1) ) and (2) .

In [16], for each inactive subspace (empty subspace), the corresponding reference vector would be deleted and replaced by a unit vector that was randomly generated inside the range of the minimum and maximum value. Wang et al. [23] also proposed an algorithm called PICEA-w where weights were co-evolved with candidate solutions during the optimization process. As a result, suitable weights could be adaptively constructed and guide the candidate solution to the true Pareto front (PF) effectively.

In Qi et al. [24], an improved MOEA/D with adaptive weight vector adjustment was proposed to handle problems with irregular PFs. During the searching process, the weights were periodically adjusted to redistribute the weights of the subproblems so as to obtain better uniformity of solutions. In Jiang [25], new reference vectors were chosen from the combination of parent population and offspring according to their distances to the current reference vectors. In the first step of the algorithm, all the extreme solutions would be selected into the empty reference vector set.

Liang et al. [26] developed two reference vector adaptation strategies called scaling of reference vectors (SRV) and transformation of solutions location (TSL) for many-objective evolutionary algorithms. SRV introduced a center vector and adjusted the other reference vectors around by a scaling function; TSL transformed the promising solutions in the current generation into a set of new reference vectors. Cai et al. [27] also proposed a decomposition-based MaOEA with two types of adjustments for direction vectors where a Pareto-dominance-based mechanism was used to evaluate the effectiveness of each direction vector and the ineffective direction vectors would be adjusted to better fit the shape of the true PF.

Asafuddoula et al. [28] proposed an enhanced decomposition-based evolutionary algorithm with adaptive reference vectors called G-DBEA. In G-DBEA, two types of reference vectors called active and inactive reference vectors were maintained. During the search process, if an offspring preferred an inactive reference vector, the vector would be removed from the set of inactive reference vectors and the corresponding reference vector of the offspring would be deleted from the set of active reference vectors. At the same time, if a reference vector was not associated with any nondominated solutions in a certain period, it will be deleted from the set of active reference vectors and the solution with the smallest perpendicular distance to the reference vector would be constructed as a new reference vector.

Zhao et al. [29] proposed a modified decomposition-based many-objective ant colony optimization (ACO) algorithm and employed an adaptive reference point mechanism that chooses the ideal point or nadir point as the reference point according to the distribution of the candidate solutions. Zhou et al. [30] developed a novel entropy-based evolutionary algorithm with adaptive reference points called EARPEA where entropy computed based on reference points and a learning period are employed to control adaptation of the reference points. Wang et al. [31] gave a new preference-based MOEAs called MOEA/D-AWV in which the weight vectors are generated adaptively by the decision maker’s preference and finally guide the solutions to converge to a preferred distribution.

In Deb et al. [32], reference points with no associated solution would be directly deleted and a simplex of reference points around a remaining reference point would be added. In Cheng et al. [33], a solution that had the least similarity from active reference vectors was found and normalized, and then an inactive reference vector would be randomly deleted and replaced by the normalized solution. Liu et al. [34] used the growing neural gas network to learn the distribution of the reference vectors, thus achieving automatic yet stable adaptation.

In the proposed AP-RVEA, inactive reference vectors will be deleted after a period of generations. Besides, the newly defined works to evaluate the position of solutions with promising performance against the reference vectors. Then, new reference vectors will be chosen on the basis of the information given by . The core idea of the AP-RVEA is to adaptively adjust the reference vectors to further divide the subspaces where the true PF may lie. Furthermore, an improved version of APD method called F-APD based on the fractional dominance relation is developed to distinguish the convergence performance of the solutions. They cooperate with each other to achieve promising convergence and diversity and sound balance between them.

3. Background

3.1. The Objective Space Decomposition Strategy

In this section, an objective space decomposition strategy is shown to divide the objective space into a set of subspaces [17]. Each subspace owns a set of solutions and can be seen as a subproblem. In other words, a population is divided into a set of subpopulations to maintain diversity for the whole population. In each generation, all the subpopulations are optimized together.

Definition 1 (subspace). At first, uniformly distributed unit vectors: , are predefined to divide the objective space into subspaces . Then, each solution will be associated with an subspace according to their acute angles between the solution and unit vectors. , where denotes the acute angle between and . According to the definition of subspace, a vector belongs to , if and only if has the smallest angle to compared to other unit vectors. Each solution is to be associated with an unit vector and in a subspace during the optimization process. is the corresponding reference vector of all the solutions in and the acute angle of to is the acute angle of to .

Definition 2 (neighborhood subspace). Let be the size of neighborhood spaces. For subspace , its neighborhood subspaces are defined as , where , . In other words, the neighborhood subspaces of subspace are the union of subspaces whose unit vectors have the first smallest acute angles to among all the unit vectors.

3.2. RVEA

On the basis of the above objective space decomposition strategy, RVEA [16] aims to maintain a sound balance between convergence and diversity for the population. It adopts the acute angles between solutions and the reference vectors and the length of the objective vectors to assess the overall performance of solutions by using the following formula called angle-penalized distance (APD):where and measure the diversity performance and convergence performance, respectively, is the acute angle between the th objective vector and , and is a penalty function related to :where denotes the population size and is the objective number. is the minimum angle between and other reference vectors. The value of controls the changing rate of and a larger means that more emphasis will be allocated to the convergence performance compared to the diversity performance.

In the environmental selection of RVEA, a solution will be selected from each subspace, and among all the solutions in a subspace, the solution being assigned with the minimum APD method will be selected.

3.3. The Definition of Angle Position

In this paper, we try to further divide the active subspaces during the optimization of algorithms with the objective space decomposition strategy. Consequently, it is essential to know the accurate position of a solution to the active reference vectors. For this purpose, the definition of angle position is proposed.

Definition 3 (neighborhood reference vector). At first, the definition of neighborhood reference vectors of a solution is defined. Let , the objective number, be the size of neighborhood reference vectors. For one solution , its neighborhood reference vectors is defined as where for each and each , . In other words, the neighborhood reference vectors of are the reference vectors with the first smallest acute angle to among all the reference vectors.

Definition 4 (angle position). The definition of angle position is designed to determine the spatial position of one solution relative to the reference vectors around it. For a solution , is the set of its neighborhood reference vectors. If , the angle position of is defined as . Generally speaking, the angle position of a solution with biobjectives is the absolute value of the difference between the solution and its two neighborhood reference vectors. If , it means that the vector of the solution is in the middle of its two neighborhood reference vectors and the space between the two neighborhood reference vectors can be evenly divided by the vector of . If , , the variance of the angles between and its neighborhood reference vectors. Similarly, the vector of the solution with a smaller value of angle position is able to divide the space among the neighborhood reference vectors of the solution more evenly.
The definition of neighborhood reference vector is designed for a solution while the definition of neighborhood subspace is for a subspace. To visually describe the two definitions and the difference between them, a simple example is given. As can be seen in Figure 3, , , , , and are 5 reference vectors; and are 2 solutions. , , , and are the angles between solutions and reference vectors. It is apparent that is smaller than and is smaller than ; as a result, is associated with and is associated with . The neighborhood spaces of the subspace of are the corresponding subspaces of and . The neighborhood reference vectors of are and . The angle position value of is and that of is . It is obvious that and the space between and can be more evenly divided by when it is compared with the space between x and divided by .

4. The Proposed AP-RVEA

In this section, the details of the proposed AP-RVEA will be given. The overall framework of AP-RVEA is presented at first, followed by its main components.

4.1. The Main Framework of AP-RVEA

The pseudocode of the proposed AP-RVEA is shown in Algorithm 1. As shown in Algorithm 1, 4 parameters are first initialized in lines 1–4: (1) a set of uniformly distributed reference vectors ; (2) a population with individuals; (3) the number of function evaluations: ; and (4) an archive in which elite individuals will be stored and will be updated in each generation. Then, the main loop of AP-RVEA is given in lines 5–12. In lines 6–7, the offspring population is generated and the FEs will be updated. is combination of the parent population and offspring population. In lines 9–10, when half of the optimization process pasts, the reference vectors will be adaptively adjusted via function . The adjusted reference vector and the archive of elite individuals will be used to select promising individuals from the combined population . In line 12, the new archive of elite solutions will be generated according to the current archive and the new parent population . The environmental selection strategy and the reference vectors adjustment strategy are the two main contributions of this paper and will be detailed in the following section.

Input: population Size ; objective size ; the maximal function evaluations ();
Output: final population ;
(1)Generate a set of unit reference vectors ;
(2)Generate a population ;
(3)Initialize function evaluations ;
(4);
(5)whiledo
(6);
(7);
(8);
(9)ifthen
(10);
(11);
(12);
4.2. Reference Vector Adjustment

The pseudocode of function is described in Algorithm 2. In this function, the inactive reference vectors (no solution exists in its corresponding subspace) will be deleted and new promising reference vectors will be generated from , the combination of elite solutions. The inputs of this function are current reference vectors , the set of elite individuals , and the combine population . The output of this function refers to the updated reference vectors .

Input:; ; the combined population ;
Output: updated ;
(1)fordo
(2);
(3)fordo
(4);
(5)Associate each solution in with an unit reference vector in according to Definition 2;
(6)fordo
(7) Find the neighborhood reference vectors of among and store as ;
(8)Fordo
(9)if no solution is associated to then
(10)  ;
(11)whiledo
(12)  ;
(13)  fordo
(14)   Calculate angle position value for ;
(15)  ;
(16)  
(17)  Remove all the solutions that own the same neighborhood reference vectors with in ;

At first, individuals in are normalized according the following equations:where and and , and , are the minimum value and maximal value of the th objective among , respectively. The normalized ranges from 0 to 1. After that, new reference vector is constructed asand through this transformation, .

Then, each individual in will be associated with an unit reference vector in , i.e., each will lie in a subspace. In lines 6-7, the neighborhood reference vectors of each individual in are obtained and stored in . In lines 8–10, the inactive reference vectors will be deleted from the current reference vectors. The addition of new reference vectors are described in lines 11–17. Since the new reference vectors are chosen from and the maximal number of reference vectors is , once is 0 or is larger than , the process will stop. In line 12, the AP (angle position) value of each individual in is initialized. In lines 13-14, the AP values of all the individuals will be calculated and stored. Among those individuals, the individual with the smallest AP value will be chosen as a new reference vector. Next, individuals that have the same neighborhood reference vectors will be removed from . That is to say, through each iteration, a new reference vector will be chosen and some individuals will be removed from , and once has reference vectors or is an empty set, this procedure will stop. It should be noted that removing some individuals from is a penalization mechanism. To visually show the detailed mechanism of this function, a simple example is plotted.

As can be seen in Figure 4(a), , , , , and denote the predefined unit reference vectors, and , , , , , and represent 6 solutions. The arrows in Figure 4(a) point from the solutions to their associated reference vectors, e.g., is associated with and is associated with . At first, the AP values of the six solutions are calculated and the solution with the least AP value will be selected as the first new reference vector. In Figure 4(b), the solution is chosen as the first new reference vector and there is no solution with the same neighborhood reference vectors as that need to be removed (line 17 in Algorithm 2). Then, in Figure 4(c), the solution is selected as the second new reference vector. In Figure 4(d), as the solution and the solution own the same neighborhood reference vectors ( and ), solution is removed from the candidate solution set. In Figure 4(e), the solutions and are selected or removed in the same way. Figure 4(f) shows the final result of the reference vectors after being modified by the reference vector adjustment strategy. It is obvious that the active subspace is further divided by the new reference vectors and may contribute more for the diversity performance of the population in the following environmental selection method. Besides, for a solution, its position in the objective space instead of corresponding reference vector matters whether it can be constructed as a new reference vector.

4.3. Environmental Selection

The environmental selection strategy of RVEA has two obvious weaknesses. (1) In , works to distinguish the convergence performance of a solution. However, when the number of objectives increases, the length of the objective vector is poor at posing enough selection pressure to the candidate population and selecting solutions with promising convergence performance. (2) After the APD method of each solution is calculated, RVEA selects one solution from each subspace to maintain sound diversity for the new population, while it is hard to guarantee that each reference vector can be associated with one or more solutions, especially with the increase of the number of objectives. To cope with the above two issues, the proposed AP-RVEA offers two methods.

We choose to construct a new parameter to replace to evaluate the convergence performance in . As can be seen in Algorithm 3, all the solutions in are first normalized in lines 1–4. Then, each solution is associated with a subspace in lines 5–7. means the solutions in the th subspace. Inspired by fractional dominance relation [35], if lies in , the new parameter can be constructed as follows:where means the th solution in and means the th objective of . denotes the sum of the number of objectives on which surpasses each solution that lies in the same subspace with . is a normalized value of and ranges from 0 to 1. For two solutions and in the same subspace, if , surpasses in terms of convergence performance. It is worth noting that the calculation of in different subspaces is independent of each other and thus offers a good way to guarantee that solutions with good convergence performance in each subspace can be found and selected. The improved APD can be calculated as , where , the length of the normalized solution, is replaced by the aforementioned new parameter. With the improved APD method, the shortage of the original APD method that it is poor at posing enough selection pressure can be filled.

Input:; population size ; the combined population ;
Output: new population ;
(1)
(2)Calculate the ideal point for
(3)fordo
(4)  
(5)fordo
(6)  
(7)  
(8)Calculate the improved APD method for each solution in
(9)whiledo
(10)fordo
(11)  ifthen
(12)   Selected the solution with the minimum improved APD method into ;
(13)   Remove the solution from ;

To make the definition of more clear, an example is shown to make the readers easily understand . , , , , and are 5 objective vectors. , , and lie in the first subspace, and and are in the second subspace. surpasses , , , and on 3, 4, 2, and 6 objectives, respectively. Then, the value is 7, the sum of the objective on which surpasses and . The number of the objectives on which surpasses and is not used in the calculation of because and lie in different subspaces with . The same way can be used to calculate , , , and .

After the improved APD methods of population are calculated in line 8 in Algorithm 3, the method tailored for addressing the second issue mentioned above is described in lines 9–13. The loop will continue till the population size increases to : in line 12, one solution will with the least improved APD method will be selected into in each subspace and these solutions will be removed from in line 13; then, if the size of still less than , the remaining solutions in will be selected into in the same way as the selected solutions until .

4.4. Archive Update

The pseudocode of function is shown in Algorithm 4. The inputs of this function are the current , population size , and the new parent population . In line 1, the dominated solutions in will be filtered out and the remaining solutions will be stored in . If is larger than , some solutions in the current will be removed until the size of combination of and is equal to the population size, the predefined size of archive. If the size of the combination of and the current is less than , all solutions in will be absorbed into . The updated criterion is that nondominated solutions in current generation are superior to the nondominated solutions in the last generation, so the excess nondominated solutions in last generation will be randomly removed. In each generation, will be updated.

Input:; population size ; selected population ;
Output: updated ;
(1)Filter out the dominated solutions in and store the remaining solutions into
(2)ifthen
(3)  ;
(4)  Randomly delete solutions from ;
(5)else
(6)  

5. Experimental Studies and Discussion

To test the performance of the proposed AP-RVEA, we compare it with 5 state-of-the-art algorithms: A-NSGA-III [32], MOEA/D [5], [16], MaOEA-IT [36], and MOEA/D-PaS [37]. The proposed AP-RVEA and the comparative algorithms are all encoded in MATLAB and embedded in PlatEMO [38], which is free to public. All the experiments are run on MATLAB R2018a.

5.1. Experimental Settings
5.1.1. Benchmark Problems

The performance of the six algorithms is compared in the context of MaF1 to MaF9 taken from MaF test suite [18], with 3, 5, 8, and 10 objectives. These 9 benchmarks contain various properties, e.g., disconnected, multimodal, irregular PF, deceptiveness, etc. In this section, a benchmark with a specific number of objective is referred to as a test instance.

5.1.2. Performance Indicator

The hypervolume [39] (HV) and inverted generational distance [40] are chosen to evaluate the final population output by the six algorithms.(1)The HV is the volume of the space consisting of a reference point and a set of solutions and is widely used to reflect the performance of a population in terms of both convergence and diversity. A population with a larger HV value tends to own better overall performance. In this paper, the reference point used to calculate the HV value of a population on each test instance is embedded in PlatEMO. Besides, in this paper, all the HV values are normalized to .(2)IGD evaluates the overall performance of a population by calculating the distance between the population and the true Pareto front. During the process, the true Pareto front is represented by a set of solutions lying in it and the number in PlatEMO is set to 10,000. The IGD can be calculated as follows:where is a set of reference points and denotes the objective vectors of a population. represents the minimum Euclidean distance from the point to all the points in .

5.1.3. Termination Condition

The maximal number of function evaluations (MFEs) is adopted as the termination condition for the six algorithms. For MaF1–MaF9 with 3, 5, 8, and 10 objectives, the MFEs is set to 100,000.

5.1.4. Population Size

For MOEA/D [5] and other decomposition-based algorithms, the population size is largely determined by the total number of reference points in an -objective problem. For problems with , a two-layer vector generation strategy can be employed to generate reference (or weight) vectors not only on the outer boundaries but also on the inside layers of the Pareto fronts [7]. Therefore, the population sizes of the six algorithms on MaF1–MaF9 are set according to the number of objectives, that is, 100, 212, 156, and 275 for 3, 5, 8, and 10 objectives, respectively.

5.2. Environmental Results and Analyses

All the test instances are run 30 times, and the Wilcoxon rank-sum test with is applied to test the significant differences between the HV indicators of populations output by the six algorithms. The mean and standard deviation of HV values and IGD values are shown in Tables 1 and 2, respectively. The symbols , , and in the two tables mean that the corresponding HV values or IGD values are worse than, better than, and equal to that of AP-RVEA. In the bottom of Tables 1 and 2, the number of test instances on which each comparative algorithm behaves worse than, better than, and equal to AP-RVEA is counted.

As can be seen in Table 1, the proposed AP-RVEA surpasses all the comparative algorithms on 17 out of 36 test instances, while the numbers of that of A-NSGA-III, MOEA/D, , MaOEA-IT, and MOEA/D-PaS are 5, 3, 7, 0, and 4. Besides, AP-RVEA outperforms the five comparative algorithms on 23, 23, 20, 36, and 23 test instances in terms of HV metric, respectively. In summary, the proposed AP-RVEA shows the best overall performance among the six algorithms. With respect to the results measured by IGD metric shown in Table 2, although the specific statistic are different from that of Table 1, it is also obvious that the proposed AP-RVEA shows promising overall performance. In more detail, AP-RVEA performs better than A-NSGA-III, MOEA/D, , MaOEA-IT, and MOEA/D-Pas on 23, 22, 21, 32, and 27 test instances in all, respectively.

The reason why there exist some differences between Tables 1 and 2 may lie in the way the two metrics are calculated. HV metric evaluates the overall performance of a population according to the volume of the space decided by a predefined reference point and the nondominated solutions in the population. Consequently, the HV value is affected by the convergence of each solution in the population on each objective. Generally, it is a concrete value rather than a relative value, while IGD metric assesses the overall performance of a population by calculating the distance between the population and the true Pareto front. During the process, a set of uniformly distributed reference points is used to work as an approximation of the true PF during the calculation of IGD results. When the number of objectives is small, the reference points can be seen as a good approximation of the true PF with respect to uniformity and density; however, when the number of objectives increases, the objective space grows rapidly and the number of the reference points (in PlatEMO, the number is 10,000) is not enough to represent the whole PF of the problems. As a result, some errors may appear during the calculation process of IGD values. For example, if a few solutions in a population happen to lie very close to some reference points, then their contribution to the population IGD value will also be greater than some solutions with good convergence but far away from the reference point. After all, the objective space of MaOPs is very large. It is difficult or even impossible to guarantee that 10,000 reference points can be densely and evenly distributed on the entire PF to fairly evaluate the overall performance of a population by calculating the distances between it and the reference points. Furthermore, how many points can be said to be densely distributed on the real PF of a many-objective problem is still a problem.

Considering the above issues, the IGD and HV metrics may show contradictions in some test instances. However, the overall results shown by the two metrics are consistent, that is, the proposed AP-RVEA obtains the most competitive performance.

Such superior performance of AP-RVEA can be attributed to the following facts. Firstly, the reference vectors are adaptively adjusted according to the obtained solutions with promising performance, i.e., the approximated PF of the MaOP, and thus sound diversity of the obtained population can be achieved. Besides, after the reference vectors are adjusted, the convergence performance of the solutions in each subspace can be more accurately evaluated by an improved APD method compared with the original APD method. Generally, the reference vector adjustment strategy and the improved APD method work together to get the whole performance of AP-RVEA.

In order to visually show the comparison among the six algorithms, their output populations with the largest HV values among the 30 runs on 10-objective MaF1 and 8-objective MaF5 are plotted in the parallel coordinates. Figure 5 gives the comparison results of 10-objective MaF1, and Figure 6 shows the results of 8-objective MaF5.

MaF1 is a linear problem where no single optimal solution lies in any subset of objectives [18]. For 10-objective MaF1, the value of each objective ranges in . As can be seen in Figure 5(c), we can find that only a few solutions are output by . For A-NSGA-III and MOEA/D-Pas, they fail to converge to the true PF on some objectives. In the populations output by MaOEA-IT and MOEA/D, it is obvious that some objectives of some solutions do not fall into . The proposed AP-RVEA gains good balance between convergence and diversity according to the figure of its population. In summary, AP-RVEA possesses the best overall performance on 10-objective MaF1.

The output populations obtained by the six algorithms on 8-objective MaF5 are plotted in Figure 6. MaF5 is a concave and biased problem and has a badly scaled PF. Each objective function of MaF5 is scaled to a substantially different range [18]. In Figures 6(a), 6(e), and 6(f), A-NSGA-III, MOEA/D-Pas, and AP-RVEA gain good approximations of the true PF of 8-objective MaF5, while fails to converge on the third objective. For MaOEA-IT, we can see that the range of its output population is instead of . Besides, the population obtained by MOEA/D seems to have a bad diversity as well as convergence according to the messy line in Figure 6. The results in Table 1 demonstrate that the proposed AP-RVEA shows the most promising overall performance.

6. Conclusion and Future Works

In this paper, a novel adaptive reference vector adjustment strategy is developed to adjust the predefined reference vectors according to the distribution of current promising solutions. Then, an improved APD method is shown to pose more selection pressure in terms of convergence performance to the candidate population. On the basis of the above two methods, an improved version of RVEA called AP-RVEA is proposed to maintain sound population diversity and converge efficiently to the true PF. The proposed AP-RVEA is compared with five state-of-the-art decomposition-based algorithms on 36 test instances taken from MaF test suite. The HV results and IGD results give the conclusion that AP-RVEA achieves the most competitive performance among the six algorithms.

In the future, we hope that AP-RVEA can be used to solve some real-world problems with irregular problems instead of being limited to test problems. Besides, it may also be meaningful to extend AP-RVEA to solve some constraint problems with irregular PFs [41].

Data Availability

The data used to support the findings of this study are available from the corresponding author upon request.

Conflicts of Interest

The authors declare that they have no conflicts of interest.