Abstract

This paper proposes a new multiobjective evolutionary algorithm based on the black hole algorithm with a new individual density assessment (cell density), called “adaptive multiobjective black hole algorithm” (AMOBH). Cell density has the characteristics of low computational complexity and maintains a good balance of convergence and diversity of the Pareto front. The framework of AMOBH can be divided into three steps. Firstly, the Pareto front is mapped to a new objective space called parallel cell coordinate system. Then, to adjust the evolutionary strategies adaptively, Shannon entropy is employed to estimate the evolution status. At last, the cell density is combined with a dominance strength assessment called cell dominance to evaluate the fitness of solutions. Compared with the state-of-the-art methods SPEA-II, PESA-II, NSGA-II, and MOEA/D, experimental results show that AMOBH has a good performance in terms of convergence rate, population diversity, population convergence, subpopulation obtention of different Pareto regions, and time complexity to the latter in most cases.

1. Introduction

Most problems can be considered as multiobjective optimization problems (MOPs) [1, 2] in the fields of social production [3], engineering design [4], path planning [5], product design [6], motor design [7], mechanics design [8], and so forth. For example, to design a new toll plaza of a highway, at least two objectives should be considered, which are traffic efficiency and land cost. Hence, the study of MOPs is very meaningful in many research fields. Unlike the single-objective optimization problems (SOPs), there are multiple global optimum solutions which are called Pareto optimal solutions in MOPs. And objectives are often conflicting with each other [1]. Some traditional approaches use the weight function to transform MOPs into SOPs. However, they require some prior knowledge and can only get one solution of the Pareto optimal solution set.

Over the past decades, bioinspired computation and swarm intelligence based algorithms have been introduced into solving MOPs called evolutionary multiobjective optimization. Bioinspired computation is motivated by the natural and social behavioral phenomena and can start with a set of initial variables and then evolve to find multiple optima simultaneously [9]. Therefore, bioinspired computation is suitable for solving MOPs. The most popular multiobjective evolutionary algorithms (MOEAs) are Pareto dominance based algorithms [2], such as nondominated sorting genetic algorithm II (NSGA-II) [10] and strength Pareto evolutionary algorithm II (SPEA-II) [11]. Besides the criterion of Pareto dominance, they also adopted a diversity related secondary criterion to promote a good distribution of the solutions [12].

The BH algorithm was first proposed to solve the complex, hard optimization and clustering problem which is NP-hard [13]. It simulates the phenomenon of the black hole absorption. It has evolved from the PSO algorithm with new mechanisms. The BH algorithm searches the entire space of solutions (stars) and finds the global optimum solution (black hole). In the PSO algorithm, particles cannot disappear, which results in a premature convergence problem. To overcome the weakness of the PSO algorithm, in the BH algorithm, a star will be reborn randomly in the search space if it comes too close to the black hole. So, compared with the PSO algorithm, the BH algorithm has a better performance in avoiding the premature convergence phenomenon and a less time complexity than PSOs and GAs. What is more, the BH algorithm has only one controlling parameter which is the radius of the black hole.

A lot of MOEAs have two main problems: (1) high selection pressure or low selection pressure and (2) how to balance the diversity and convergence. Therefore, in this paper, we proposed a new multiobjective evolutionary algorithm which is based on the black hole algorithm (BH algorithm) [13] to solve these problems. A new individual density criterion called cell density is proposed to improve the convergence and diversity of Pareto optimal solutions. In this paper, the global optimum selection strategy is based on the Shannon entropy and will be adjusted adaptively. The Shannon entropy is used to analyze the status of evolution. To calculate the entropy, the approximate Pareto front is mapped to PCCS [14]. The elite mutation strategy referred to in [14, 15] is used for improving the local search ability of the proposed algorithm. We rank solutions in an archive based on the cell density and the concepts of strength of cell dominance [14, 16], respectively. And we introduce adaptive evolution strategies to adjust the elite learning rate and the global optimum selection strategy according to evolution status adaptively. A simulation using seven test problems with different degrees of difficulty which are ZDT1, ZDT3, ZDT4 [17], DLTZ2, DLTZ4, DLTZ5, and DLTZ7 [18], respectively, is demonstrated to investigate the scalability of AMOBH. The simulation results showed that AMOBH has a good performance in both diversity and convergence during solving different multiobjective optimization problems. Furthermore, we perform a comparison with four well-known MOEAs—SPEA-II [11], PESA-II [19], NSGA-II [10], and MOEA/D [20]—for evaluation. Besides, we use the metric called inverted generation distance [20] which can evaluate convergence and diversity at the same time to analyze the results. In order to further verify the diversity or uniformity of the results, we use the metric called spacing [2123] to corroborate it. As will be shown in this study, the proposed algorithm outperforms the other four algorithms in terms of diversity and convergence in most cases. And it has a good time complexity.

After [24] first introduced vector evaluated genetic algorithms (VEGAs) to solve multiobjective optimization problems, a lot of MOEAs based on GAs have been proposed. Among them, the most representative algorithms are NSGA-II [10], SPEA-II [11], and MOEA/D [20]. And, recently, a lot of MOEAs based on GAs for solving many-objective problems were also proposed [1, 2, 12, 25, 26]. But all of them suffer from a slow convergence rate and a lot of time on generating new offspring, which are the main problems of GAs [27].

Compared with GAs, the particle swarm optimization (PSO) algorithm has the advantages of simplified formula, rather quick convergence rate, global optimization performance, fewer controlling parameters, and so forth. Based on the successful experience in the field of MOEAs using GAs, a multiobjective particle swarm optimization algorithm (MOPSO) was proposed soon [28]. Compared to some previous MOEAs, MOPSO has a faster convergence rate and it can get a rather satisfied and fully covered approximate Pareto front. Reference [29] introduced Shannon entropy [30] to analyze the MOPSO dynamics along the algorithm execution. Reference [14] introduced parallel coordinates in MOPSO to calculate entropy. However, the main problem of PSO algorithm is that it is easily trapped into a local optimum [31].

At present, a lot of MOEAs adopted the global optimum selection strategy based on the nondominated sorting [10, 11] or Pareto dominance [32] or hypervolume [33, 34] or niche [35, 36] and so on. But they all have some problems of high selection pressure or low selection pressure. In evolutionary multiobjective optimization, maintaining a good balance between convergence and diversity is particularly crucial to the performance of the evolutionary algorithms [37]. And most of the MOEAs face the problem of balancing the convergence and diversity. The evaluation of individual density is always based on one metric (such as Pareto dominance or crowding density), which results in the algorithm being unable to take into account both convergence and diversity [14].

Bearing these ideas and motivations in mind, an adaptive multiobjective black hole algorithm is proposed, investigated, and discussed in the following sections.

3. Definitions and Some Concepts

3.1. Multiobjective Optimization Problem

A minimum continuous unconstrained multiobjective optimization problem (in the optimization field, the maximization problems and minimization problems are dual problems) can be defined as follows:in which , is the number of decision variables, is the objective function, is the number of objectives, and is an -dimensional search space.

3.1.1. Pareto Optimality

Normally, objectives are restricted or conflicting with each other [38], which results in the global optimum solution being not unique. There cannot be found a solution that is superior to all. But noninferior solutions exist; the so-called noninferior solutions are solutions that cannot be optimized for at least one objective; at the same time, other objectives will not deteriorate. And these solutions are called Pareto optimal.

Here are some definitions of Pareto optimality.

Definition 1 (Pareto optimality). In search space, and are the decision vectors; if the following conditions are satisfied: is said to be Pareto optimal.

Definition 2 (Pareto dominance). There are two objective vectors , , where is an -dimensional objective space; if the following conditions are met: is said to dominate .

Definition 3 (Pareto front). The set of all Pareto optimal solutions is called Pareto optimal set. The space composed of Pareto optimal objective vectors is called Pareto front.

3.2. Parallel Cell Coordinate System

Parallel coordinates are a common way of visualizing high-dimensional geometry and analyzing multivariate data [39]. Reference [16] proposed the GrEA which mapped the approximate Pareto front to grid coordinates. Inspired by these, [14] proposed a concept called parallel cell coordinate system (PCCS) which mapped the approximate Pareto front to a two-dimensional plane from Cartesian coordinates to integer coordinates. The formula of the transformation is defined as follows:where is a two-dimensional plane grid composed of cells, is a top integral function, , is the number of members in archive in the current iteration , , is the number of objectives to be optimized, and are the minimum and maximum of objective in the current approximate Pareto optimal set, respectively, and is the integral coordinate or integral label of in PCCS.

To rank the solutions in archive, we need to introduce the following definitions [14, 16].

Definition 4 (cell dominance). If and are integral coordinates of any two solutions in an archive, at the same time, the following conditions are satisfied:Solution is said to cell-dominate solution .

Definition 5 (strength of cell dominance). The total number of solutions which are cell-dominated by solution is said to be the strength of cell dominance of solution .

3.3. Shannon Entropy

In 1949, Shannon et al. in their paper [30] introduced a concept which is called Shannon entropy, which was proposed as a measure of the amount of information that is missing before reception.

Shannon entropy is defined as follows:where is the probability of occurrence of the th possible value of the source symbol, is a positive constant, and is the collection of events .

In this paper, we refer to [14, 29] to calculate as follows:in which is the number of objective vectors which are mapped to PCCS in the cell grid with indexes and , is the number of solutions in archive in the current iteration and it will be changed with the change of the solution’s number in archive, and is the number of objectives.

The update formula of entropy is as follows:

It is a measure to evaluate the status of evolution. It was mentioned in [29] that entropy is able to capture the convergence rate of the algorithm. Entropy represents uniformity and diversity of approximate Pareto optimal solutions. Larger entropy means better uniformity and diversity. The evolution status update algorithm is as shown in Algorithm 1   [14], where   and are the number of solutions in archive in iterations and , respectively, and is the size of the archive. The initial entropy is and the initial delta entropy is .

Require: Entropy , delta entropy , and the size of archive ;
(1) if    then
(2) evolutionStatus ’convergence’;
(3) elseif  
(4) evolutionStatus ’diversity’;
(5) elseif  
(6) evolutionStatus ’stagnation’;
(7) end if
(8) return  evolutionStatus;
3.4. Black Hole Algorithm

Inspired by the black hole phenomenon, the BH algorithm was first put forward in [13].

In the BH algorithm, the best candidate at each iteration is selected as a black hole and all the other candidates form the normal stars. The creation of the black hole is not random and it is one of the real candidates of the population. Then, all the candidates move towards the black hole based on their current location and a random number.

The details of the BH algorithm are as follows. Like other population-based algorithms, in the proposed BH algorithm, a randomly generated population of candidate solutions (the stars) is placed in the search space of some problems or functions. After the initialization, the fitness values of the population are evaluated and the best candidate in the population, which has the best fitness value, is selected to be the initial black hole; at the same time, the rest form the normal stars. The black hole has the ability to absorb the stars that surround it. After initializing the black hole and stars, the black hole starts absorbing the stars around it and all the stars start moving towards the black hole. The absorption of stars by the black hole is formulated as follows:

Here, and are the locations of the star in iterations and , respectively, is the location of the black hole in the search space, is a random number in the interval , and is the number of stars (candidate solutions) or the size of population.

Every star (candidate solution) that crosses the event horizon of the black hole will be absorbed by the black hole. The radius of the event horizon in the BH algorithm is calculated using the following equation: where is the fitness value of the black hole, is the fitness value of the star , is the number of stars (candidate solutions), and is the radius of the black hole.

When the distance between a candidate solution and the black hole (best candidate) is less than , the candidate is collapsed and meanwhile a new candidate is created and distributed randomly in the search space.

4. Adaptive Multiobjective Black Hole Algorithm

4.1. Multiobjective Black Hole Algorithm with Mutation

When the BH algorithm is extended from single-objective optimization to multiobjective optimization, the radius formula will be a little different. At the same time, the criterion of whether a star crosses the event horizon of the black hole or not is also changed. In this paper, the radius of the event horizon is defined as follows:in which is the radius of the th objective of the black hole ; is the fitness value of the th objective of the black hole , ; is the number of black holes; we set it to ; the reason will be explained in Section 4.4; and is the fitness value of the th objective of star .

Therefore, the criterion of whether a star crosses the event horizon of the black hole or not is as follows: if ,

Here, is the upper bound of search space, is the lower bound of search space, is a random number in the interval , and is the location of the th star in iteration .

4.1.1. Star Mutation

Almost all PSO algorithms adopt the mutation to improve the prevention of precocious puberty and avoid the local optimum [40]. Similarly, this paper introduces this strategy to the BH algorithm. We introduce a random mutation into the stars’ location update. If a random number is smaller than , is the mutation rate which will affect the degree of random oscillation, and then the star’s location will be updated in search space randomly (the larger the value of , the greater the random oscillation). This paper set .

The mutation of a star’s location is shown as follows:

This formula will enhance the proposed algorithm’s ability of global search and improve the searching accuracy by increasing random oscillation.

4.2. Cell Density

When the archive of approximate Pareto optimal solutions is full, both new solutions and old solutions are not superior to each other. To get well-distributed diversity, the algorithm needs to estimate the impact of replacing one old solution with a new solution on the individual density. This paper presents a new individual density concept called cell density in PCCS which uses the total number of solutions in the cell grid occupied by one solution as its individual density. The formula of cell density is defined as follows:where is the cell density of solution , is the number of objectives, is the number of solutions (when the archive is full, ), is the size of the archive, and are the integral labels of solution and solution of objective in PCCS, respectively, and is the area; in this paper, it is set to value .

Take Figure 1 as an example; in this example, , . means solution 1 of objective 1. The cell density of all solutions is shown in Table 1.

As can be seen from Table 1, solution 1 and solution 2 have the max cell density, which is also proved by Figure 1. The example of how to compute the cell density of solution 2 is shown in Figure 1. If a new solution’s cell density is lower than the max cell density of all old solutions, the new solution replaces one old solution of the max cell density and updates the archive. Otherwise, it should be refused.

4.3. Archive Maintenance Strategy

The algorithm begins with a fixed size of archive. The archive is used for storing elite solutions. It needs to be updated when new solutions come in. The strategy of the archive’s update is based on the cell density. When a new solution comes, there will be five situations as follows.(1)When the new solution and all old solutions are nondominant to each other and the archive is not full, accept the new solution into the archive.(2)When the new solution is inferior to some old solutions, refuse the new solution.(3)When the new solution is dominant to some old solutions, replace all inferior old solutions with the new solution.(4)When the new solution and all old solutions are nondominant to each other and the archive is full, we need to evaluate the cell density of the new solution and all old solutions. And if the cell density of the new solution is not the largest one, replace one old solution which has the largest cell density with the new solution.(5)When the new solution and all old solutions are nondominant to each other and the archive is full, we need to evaluate the cell density of the new solution and all old solutions. And if the cell density of the new solution is the largest one, refuse the new solution.

This strategy maintains the diversity of solutions in population evolution by pruning the large density solutions from the archive. It will maintain the high quality solutions and improve the convergence rate. The algorithm of the strategy is shown in Algorithm 2.

Require: The archive and the new solution .
(1) if  isFull() then
(2) if  isAnyDominant()  then
(3) %Remove all the inferior solutions.
(4) Remove(isInferior (),);
(5) Accept();
(6) else
(7) if  isAllNondominant()  then
(8) %Evaluate the cell density.
(9) CD CellDensity([]);
(10) if  CD() max(CD)  then
(11) Replace(Ar[max(CD)],);
(12) else
(13) end if
(14) else
(15) end if
(16) end if
(17) else
(18) if  isAnyDominant() then
(19) Remove(isInferior(),);
(20) Accept();
(21) else
(22) if  isAllNondominant() then
(23) Accept();
(24) else
(25) end if
(26) end if
(27) end if
(28) return  ;
4.4. Adaptive Global Optimum Selection Strategy

In SOPs, the BH algorithm uses the global optimum solution as the black hole to update the location of stars (candidate solutions) and determine the direction of evolution. When the BH algorithm is extended to MOPs, the global optimum solution is not unique. If all the approximate Pareto optimal solutions are adopted as the black holes, this will cause a small selection pressure, hindering the effective promotion ability of the evolution process. What is more, it will slow down the convergence rate of the BH algorithm and make it premature and lose diversity. Accordingly, a reasonable strategy of global optimum selection which balances the diversification and intensification of the algorithm is necessary.

To get an approximate Pareto optimal solution set of good diversity and convergence, we need to select some nondominant solutions from the archive which can represent the diversity and convergence as the global optimum solutions. Because the convergence and diversity of solutions are generally conflicting, using different metrics to evaluate the convergence and diversity of the approximate Pareto optimal solutions in the archive, respectively, is very necessary.

This paper adopts the strength of the cell dominance as the convergence ranking metric and the cell density as the diversity ranking metric for selecting the global optimum solutions. It was mentioned in [14] that the whole population can share a common global optimum solution, but this will make the algorithm search with a single point which produces a high selection pressure, or each individual in the population uses different global optimum solutions, but this will lead to a scatter search which produces a low selection pressure. To control the selection pressure, we adopt the strategy of selecting global optimum solutions referred to in [14]. The strategy selects a total of global optimum solutions from the archive for each iteration. And the selection process is based on the evolution status which can be adjusted with the change of evolution environment dynamically. Here, we give the algorithm of this strategy as shown in Algorithm 3.

Require: The archive .
(1) %Calculate the cell density of solutions in archive.
(2) CD = CellDensity(Ar);
(3) %Calculate the strength of cell dominance of solutions in archive.
(4) SCD = StrCellDominance();
(5) %Sort the solutions with cell density in ascending order.
(6) SC = Sort(CD, ’ascend’);
(7) %Sort the solutions with strength of cell dominance in descending order.
(8) SS = Sort(SCD, ’descend’);
(9) %Select 2 solutions from archive as the global optimum solutions.
(10) if  evolutionStatus ’convergence’  then
(11) Bholes = [Ar[FindFirst(SC, )], Ar[FindFirst(SS, )]];
(12) %Select the first solutions from .
(13) %And select the first solutions from .
(14) elseif  evolutionStatus ’stagnation’
(15) Bholes = [Ar[FindFirst(SC, )], Ar[FindFirst(SS, )]];
(16) elseif evolutionStatus ’diversity’
(17) Bholes = [Ar[FindFirst(SC, )], Ar[FindFirst(SS, )]];
(18) end if
(19) return  ;
4.5. Adaptive Elite Mutation Strategy

Inspired by [15], we adopt the strategy of elite mutation to increase the oscillation of local search. As mentioned earlier, all the solutions in the archive can be regarded as elite solutions. But here, we use this strategy to update the black holes (global optimal solutions’ set which is got from Algorithm 3). Referred to in [14], the learning rate update algorithm is as shown in Algorithm 4, where is the delta entropy of iteration , is the maximum of iteration, is the update step size, and and are the maximum and minimum of learning rate, respectively; in this paper, we set and .

Require: The elite learning rate .
(1) if  evolutionStatus ’convergence’ then
(2) ;
(3) elseif evolutionStatus ’stagnation’
(4) ;
(5) elseif evolutionStatus ’diversity’
(6) ;
(7) end if
(8) return  ;

The learning rate update algorithm will increase the oscillation of local search to skip the local optimum solutions quickly when the evolution status is “stagnation.” And if evolution status is “diversity,” the learning rate will decrease for improving the searching accuracy. It is a feedback control for balancing the diversification and intensification dynamically. And the elite mutation formula is as follows [15]:where and are the th decision variables of an elite solution in iterations and , respectively, is the maximum of the th decision variable of all elite solutions, is the minimum of the th decision variable of all elite solutions, is a random number uniformly distributed in the interval , and is a random number of a function with a mean and a standard deviation .

4.6. The Whole Algorithm

Through the previous analysis, the whole algorithm description of AMOBH is shown in Algorithm 5, where APF is the approximate Pareto optimal front, APS is the approximate Pareto optimal solutions, and oV is the objective vectors.

Require: The stars’ population , the archive
, the variable bound , the max iteration
, and the elite learning rate .
(1) fitnessFcn ();
(2) [APF, APS] getInitAP();
(3) %Put the APS into Ar.
(4) Ar[] APS;
(5) %Map the APF to PCCS and calculate the and .
(6) PCCS = MapToPCCS(APF);
(7) [, ] CalSE(PCCS);
(8) %Update the evolution status.
(9) Algorithm  1;
(10) %Get the candidate black holes.
(11) Algorithm  3;
(12) for    to  
(13) for    to  
(14) %Randomly choose a black hole for star update.
(15) Bhole = Bholes(randperm (length (Bholes), 1));
(16) if  rand   then
(17) %Elite mutation.
(18) bBhole EM(bBhole);
(19) end if
(20) ;
(21) fitnessFcn();
(22) if    then
(23) ...;
(24) fitnessFcn();
(25) end if
(26) %Determine whether accept the star .
(27) Algorithm  2;
(28) end for
(29) [APF, APS] getAP(Ar);
(30) PCCS MapToPCCS(APF);
(31) [, ] CalSE(PCCS);
(32) Algorithm  1;
(33) %Update the learning rate .
(34) Algorithm  4;
(35) %Whether a star crosses the event horizon of the black holes or not.
(36) for    to  
(37) if any(distance(, gBholes) ) then
(38) ...;
(39) end if
(40) end for
(41) Algorithm  3;
(42) end for
(43) return  APF, APS;
4.7. Computation Analysis

In Section 4.6, we can see that Algorithm 2 is in the innermost loop. And we need to calculate solutions’ cell density in the worst case when the archive is full. At the same time, to calculate cell density, the parallel cell coordinates of each solution need to be calculated. And this computation needs to be executed times in the worst case. So, the total computation of Algorithm 2 is which determines the computation of the full algorithm.

5. Results and Discussion

In this section, the paper uses seven functions with 2 or 3 objectives to be optimized of different degrees of difficulty to test the scalability of AMOBH. The dimensions of test functions range from 10 to 30. The seven test functions are ZDT1, ZDT3, ZDT4 [17], DLTZ2, DLTZ4, DLTZ5, and DLTZ7 [18]. These functions will test the proposed algorithm’s performance in the different characteristics of the Pareto front: convexity, concaveness, discreteness, nonuniformity, and multimodality. All functions are to be optimized using AMOBH with iterations , population size of stars , and archive size . To compare the performance of the proposed algorithm (AMOBH) with other multiobjective evolutionary algorithms, in this paper, we select four well-known multiobjective evolutionary algorithms (SPEA-II, PESA-II, NSGA-II, and MOEA/D) as the comparative algorithms. And the results of these functions’ optimization and the performance analysis of comparative experiments are shown in the following sections. All experiments are carried out on a personal computer with an Intel Core 2.3 GHz CPU, 4 GB memory, and Windows 10 OS. The test functions are as follows.

ZDT1:

ZDT3:

ZDT4:

DLTZ2:

DLTZ4:

DLTZ5:

DLTZ7:

5.1. Results of ZDT1 Optimization

The first optimization function is ZDT1. ZDT1 is very simple and is only used for the validation of feasibility of the proposed algorithm’s application in multiobjective optimization problems. It has a convex Pareto optimal front. Figure 2(a) illustrates the true and approximate Pareto front of ZDT1 in one of the experiments. Figure 2(b) shows the entropy evolution during the optimization of ZDT1. As mentioned earlier, the entropy curve can be a measure to capture the convergence rate of the algorithm.

As can be seen from Figure 2(b), there is an ascending period which takes about 100 iterations. After that, the curve becomes smooth. Hence, AMOBH has a good convergence rate. It can be seen that the initial delta entropy is quite large. This is because the initial approximate Pareto optimal solutions that we select are solutions which have the best fitness in at least one objective. As mentioned earlier, the entropy will change with the change of solutions’ number in archive and the initial delta entropy is equal to the entropy in iteration . So, the initial cell density is very small, making the initial entropy and delta entropy quite large. And from Figure 2(a), we can see that AMOBH can get an approximate Pareto front which is quite close to the true Pareto front and has a good diversity.

5.2. Results of ZDT3 Optimization

To test the performance of the proposed algorithm in discontinuous problems, the second optimization function that we choose is ZDT3. It has a total of 30 decision variables. ZDT3 represents the discreteness features [17]. Its Pareto front has several noncontiguous convex parts. Figure 3(a) illustrates the true and approximate Pareto front of ZDT3 in one of the experiments. From Figure 3(a), we can see that the convergence and diversity of the approximate Pareto front which is obtained by the proposed algorithm are quite good. Entropy evolution during the optimization of ZDT3 is represented in Figure 3(b). It can be seen that the convergence rate does not largely change. And it has been proved that the proposed algorithm has a good performance in some disconnected problems.

5.3. Results of ZDT4 Optimization

The third optimization function is ZDT4. The Pareto front of ZDT4 is convex and it contains many local solutions. Hence, we use this function to test the proposed algorithm’s ability to deal with multimodality. Figure 4(a) illustrates Pareto front of ZDT4 in one of the experiments. In this function, we set the elite learning rate to 0.4 to get a better balance of diversity and convergence rate. We can see that the proposed algorithm converges very close to the true Pareto optimal front and it maintains a very diverse approximate Pareto optimal solution set. The entropy evolution during the optimization of ZDT4 is represented in Figure 4(b).

In Figure 4(b), we can see that the entropy curve is very different from that of previous functions’ optimization. It has gone through several drastic changes. This is because it contains many local Pareto fronts. To skip these local Pareto fronts, many local solutions will be replaced from the archive which makes the drastic oscillation of the entropy curve. Therefore, it takes more time to reach convergence. It takes about 600 iterations to be stable. It is seen that the convergence rate of the proposed algorithm during solving some multimodal problems is not very ideal. It needs to be improved.

5.4. Results of DLTZ2 Optimization

From this section, we extend test functions from two-objective problems to three-objective problems to test the scalability of AMOBH. The first three-objective optimization function is DLTZ2. It has 10 decision variables. The true Pareto front of DLTZ2 is a surface , as the results illustrated in Figure 5(a). Figure 5(a) also illustrates the approximate Pareto front of DLTZ2 in one of the experiments. It can be seen that the proposed algorithm converges to an approximate Pareto front which is very close to the true Pareto front and has a good uniformity on the surface. Figure 5(b) shows entropy evolution during the optimization of DLTZ2. We can see that the entropy curve is quite similar to ZDT3. Both of them have a very short dynastic initial period and a stable period with slight oscillation. And it has been proved that the proposed algorithm has a high convergence rate in some concave problems and a good scalability when the number of objectives is expanded from 2 to 3.

5.5. Results of DLTZ4 Optimization

To further investigate the proposed algorithm’s performance in three-objective optimization problems, the next optimization function we choose is DLTZ4. The function of DTLZ4 is very similar to DLTZ2, but all in objectives of DLTZ2 are replaced by in objectives of DLTZ4. And . Therefore, the larger value of α makes the feature of Pareto front nonuniform. DLTZ4 is used to further test the proposed algorithm’s ability to maintain a good distribution of solutions. Figure 6(a) illustrates the true Pareto front and approximate Pareto front of DLTZ4 in one of the experiments. We can see that the true Pareto front of DLTZ4 is a surface same as DLTZ2. What is more, the proposed algorithm also converges to an approximate Pareto front which is very close to the true Pareto front and has a good distribution. Figure 6(b) illustrates the entropy evolution during the optimization of DLTZ4. We can see the difference of entropy curve between DLTZ2 and DLTZ4. The initial period of DLTZ4 is an ascending curve and it takes much longer time to stabilize than DLTZ2. This is because of the nonuniform Pareto front of DLTZ4. However, it takes only 100 iterations to converge. These results confirm that the proposed algorithm has a quite high convergence rate and an ability to obtain good distribution solutions in some concave and nonuniform problems.

5.6. Results of DLTZ5 Optimization

The next optimization function is DLTZ5. DLTZ5 is used to test the proposed algorithm’s ability to converge to a degenerated curve. Figure 7(a) illustrates the true and approximate Pareto front of DLTZ5 in one of the experiments. The true Pareto front of DLTZ5 is a part of a circle. Figure 7(b) shows entropy evolution during the optimization of DLTZ5. It is seen that the entropy curve is very similar to DLTZ2, which means that the proposed algorithm has a good convergence rate and it can also be proved by the good convergent and uniform approximate Pareto front shown in Figure 7(a).

5.7. Results of DLTZ7 Optimization

The final optimization function that we choose for three-objective optimization is DLTZ7; it has 4 disconnected Pareto front regions in search space. We use it to have a look at the performance of the proposed algorithm to obtain a subpopulation in different Pareto optimal regions. Figure 8(a) illustrates the approximate Pareto front and true Pareto front of DLTZ7 in one of the experiments. As can be seen from Figure 8(a), the proposed algorithm gets an approximate Pareto front which covers the whole Pareto optimal regions and converges very close to the true Pareto front. Figure 8(b) illustrates the entropy evolution during the optimization of DLTZ7. In the first 50 iterations, there is an obvious ascending phase, which means the diversity of the population has acute changes. This is because some new solutions replace some old solutions which have large cell density in the archive and make the entropy curve violently change. This also means that the algorithm frequently jumps out of one Pareto optimal region to another and keeps the diversity of population. And then, the entropy curve stabilizes in a certain range. As can be seen from these figures, the proposed algorithm has an ability to maintain the subpopulation in different Pareto optimal regions. It is also seen that the proposed algorithm can converge to an approximate Pareto front which is quite close to the true Pareto front, and it was further proved that AMOBH has a good scalability.

5.8. Comparative Experiment

In this section, we choose four well-known multiobjective evolutionary algorithms—SPEA-II, PESA-II, NSGA-II, and MOEA/D—for comparison with AMOBH. Before analyzing the results, we first describe the test metrics used for the experiments. In multiobjective optimization, there are mainly two goals to achieve regarding the obtained approximate Pareto optimal solution set [41]. The algorithm should converge as close to the true Pareto optimal front as possible and it should maintain as diverse an approximate Pareto optimal solution set as possible. Hence, the first test metric we choose is inverted generation distance (IGD) referred to in [20], which can evaluate convergence and diversity at the same time. Smaller IGD value means better diversity and convergence. The formula of IGD is shown as follows:where is the sample number of the real Pareto optimal solutions, is the minimum normalized Euclidean distance, is the number of the approximate Pareto optimal solutions, and are the maximum and minimum of objective in the real Pareto optimal solution set, respectively, is the sample of the real Pareto optimal solution set, and is the solution of the approximate Pareto optimal solution set. The testing results and of each test function are shown in Table 2.

To further verify the uniformity of the results, the second test metric we choose is spacing [2123]; the formula of spacing is as follows:where is the number of the approximate Pareto solutions and is the Euclidean distance between the th solution and its nearest neighbor in approximate Pareto solution set. Smaller means better uniformity of the approximate Pareto solutions.

And to compare the time complexity of the proposed algorithm, we record the CPU runtime of all the comparative experiments and give the average CPU runtime in Table 2.

For the sake of fairness, all algorithms use the same max iteration and the same population size . For AMOBH, SPEA-II, PESA-II, and MOEA/D, the archive’s size . In Tables 2 and 3, the Best, Worst, Mean, and STD represent the best, worst, mean, and standard deviation of IGD metric or spacing metric using the same algorithm which runs times independently on the same test problem, respectively. And the boldface data are the best among all the data; the AT is the average CPU runtime.

In Table 2, we can see that the proposed algorithm achieves the best mean and STD values of IGD metric on the performance of all 7 problems. That is to say, the proposed algorithm has a good accuracy and stability on the performance of these problems. There is no significant difference between the proposed algorithm and SPEA-II on the performance of ZDT1 and ZDT3, which also can be seen in Figures 9 and 10. For the two objectives and multimodal problem, ZDT4, although NSGA-II gets the best STD value of IGD metric, there is no significant difference between NSGA-II and the proposed algorithm. However, the mean, best, and worst values of IGD metric on ZDT4 obtained by NSGA-II are significantly inferior to the proposed algorithm. Hence, the rank of performance on ZDT4 is AMOBH MOEA/D SPEA-II NAGA-II PESA-II, and this is also evident from Figure 11. For the performance on nonuniform problem DLTZ4, the proposed algorithm gets the best balance of convergence and uniformity as Figures 12(b), 12(f), 12(j), 12(n), and 12(r) show. And for the performance on the disconnected multimodal problem DLTZ7, the proposed algorithm can converge to all 4 Pareto regions and has the best mean and STD values of IGD metric, which means the proposed algorithm can get a good balance of diversity and convergence on DLTZ7 although some solutions cannot converge to the real Pareto front, which also can be seen from Figure 12. According to previous analysis, it can be concluded that the proposed algorithm outperforms the other four algorithms on IGD metric, especially on the performance of ZDT4, DLTZ4, and DLTZ5. Comparison results show that the proposed algorithm can get a good balance of diversification and intensification in dealing with the problems of more objectives, nonuniformity, and multimodality.

Table 3 shows the results in terms of spacing metric of five algorithms. For the performance of ZDT1 and ZDT3, although the values of spacing metric obtained by the proposed algorithm are not the best, there is no significant difference between the proposed algorithm and the best one. It can be seen that PESA-II gets the best mean and STD values of spacing metric on ZDT1. SPEA-II gets the best mean value of spacing metric on ZDT3. Although NSGA-II gets the best STD value of spacing metric on ZDT3, there is no significant difference between NSGA-II and SPEA-II. However, the mean value of spacing metric on ZDT3 obtained by NSGA-II is significantly inferior to the SPEA-II. Hence, SPEA-II gets the best performance on ZDT3 in spacing metric. NSGA-II gets the best STD value of spacing metric on the performance of ZDT4 and the proposed algorithm is second to NSGA-II. However, the mean, best, and worst values of spacing metric on ZDT4 obtained by NSGA-II are significantly inferior to the proposed algorithm. That is to say, the proposed algorithm performs better on ZDT4 than NSGA-II in spacing metric. For the performance of DLTZ4, PESA-II gets the best mean value of spacing metric, but there is no significant difference between PESA-II and the proposed algorithm in the mean value of spacing metric, whereas the proposed algorithm is significantly superior to PESA-II in the STD value of spacing metric. That is to say, the proposed algorithm is more stable than PESA-II on the performance of DLTZ4 in spacing metric. The proposed algorithm gets the best mean and STD values of spacing metric on DLTZ2 and DLTZ5. Hence, the proposed algorithm is significantly superior to the other four algorithms on the performance of DLTZ2 and DLTZ5 which also can be seen in Figure 12. For the performance of DLTZ7, the rank of performance in mean spacing metric is PESA-II SPEA-II AMOBH MOEA/D NAGA-II and the rank of performance in STD spacing metric is AMOBH PESA-II SPEA-II NAGA-II MOEA/D. However, the difference between PESA-II and AMOBH is not so significant. This result has further corroborated the good scalability of the proposed algorithm. At the same time, in terms of the average CPU runtime, the proposed algorithm is significantly superior to the other four algorithms, as Table 2 shows.

6. Conclusions

This paper proposes a new multiobjective evolutionary algorithm based on an improved BH algorithm which adopts the mutation into the stars location update. In the proposed algorithm, we use Shannon entropy for adaptive evolution strategies’ control. In order to get a uniform Pareto front distribution, we propose a new individual density concept which is called cell density to calculate the individual density of approximate Pareto optimal solutions in parallel cell coordinate system. In AMOBH, the entropy represents the uniformity and diversity of the approximate Pareto optimal solution set and it can be a measure to capture the convergence rate of the algorithm. Larger entropy means better uniformity and diversity. And the interpretation of cell density is to express the uniformity of approximate Pareto optimal solutions in parallel cell coordinate system. It is used for screening the solution which has max individual density to keep the diversity of the population. The simulations have confirmed its efficiency in screening. The optimization of seven functions was carried out to test the scalability of AMOBH. AMOBH gets a good balance of diversity and convergence in almost all test functions, although its convergence rate will be affected a lot on the performance of some multimodal problems. Through the comparative experiments with another four well-known multiobjective evolutionary algorithms, AMOBH outperforms the other four algorithms in most cases especially in some complex high-dimensional problems, which has further proved that AMOBH has a good scalability. And in terms of the time complexity, AMOBH is also much better than the other four algorithms. Hence, AMOBH is a new powerful multiobjective evolutionary algorithm.

To sum up, the BH algorithm can be used in multiobjective optimization problems like PSO algorithm and GA. Compared with some traditional multiobjective evolutionary algorithms, AMOBH has the advantages of solving the problems of higher dimensions and more objectives. And its time complexity is also quite good. In the future, we will be devoted to testing AMOBH in more complex multiobjective optimization problems like the many-objective optimization problems, comparing it with more multiobjective evolutionary algorithms and improving its convergence rate in some multimodal problems. What is more, we are considering to apply it to a DC motor parameters optimization problem.

Conflicts of Interest

The authors declare that they have no conflicts of interest.

Acknowledgments

This work was jointly supported by the National Natural Science Foundation of China with Grant no. 11401110; the Open Research Fund of Research Center for Advanced Control of Complex Systems and Intelligent Geoscience Instrument, China University of Geosciences (Wuhan), with Grants nos. AU2015CJ018 and AU2015CJ008; the Fundamental Research Funds for the Central Universities, China University of Geosciences (Wuhan), with Grants nos. CUGL120238 and CUG160833; and the Natural Science Foundation Project of Hubei Province with Grants nos. 2016CFB481 and 2014CFB903.