Abstract

In order to solve the multiobjective optimization problems efficiently, this paper presents a hybrid multiobjective optimization algorithm which originates from invasive weed optimization (IWO) and multiobjective evolutionary algorithm based on decomposition (MOEA/D), a popular framework for multiobjective optimization. IWO is a simple but powerful numerical stochastic optimization method inspired from colonizing weeds; it is very robust and well adapted to changes in the environment. Based on the smart and distinct features of IWO and MOEA/D, we introduce multiobjective invasive weed optimization algorithm based on decomposition, abbreviated as MOEA/D-IWO, and try to combine their excellent features in this hybrid algorithm. The efficiency of the algorithm both in convergence speed and optimality of results are compared with MOEA/D and some other popular multiobjective optimization algorithms through a big set of experiments on benchmark functions. Experimental results show the competitive performance of MOEA/D-IWO in solving these complicated multiobjective optimization problems.

1. Introduction

Multiobjective optimization problems (MOPs) widely exist in applications [1], such as design [2], scheduling [35], path planning [6], retrieval [7], and cloud computing [8]. These problems usually have two or more objectives, which often conflict with each other. Traditional mathematical methods often cannot deal with them well. Evolutionary algorithms present unique superiority in handling this type of problems. Due to the wide application scenes of MOPs, research on multiobjective evolutionary algorithms (MOEAs) remains prosperous [911].

Multiobjective evolutionary algorithms that have been proposed in literatures can be classified into three categories [9, 12]: the dominance-based approach, the indicator-based approach, and the decomposition-based approach.

Dominance-based approach: in this type of approach, Pareto-dominance selection principle plays an important role in convergence process, among which the Pareto-based nondominated sorting approach is the most popular, where solutions having better Pareto ranks are selected. Besides, often a diversity maintaining strategy is needed for achieving an even distribution of the Pareto optimal solutions. Improved strength Pareto EA (SPEA2) [13] and nondominated sorting genetic algorithm II (NSGA-II) [14] are two representative Pareto-based MOEAs, which perform effectively in solving 2-objective or 3-objective MOPs. However, when the number of objectives becomes large, selection pressure will reduce sharply and optimization process will become ineffective [1517].

Indicator-based approach: i.n this type of approach, a performance indicator such as hypervolume indicator or R2 indicator is used to measure the fitness of solutions by assessing their contributions. The used indicator needs the capability of measuring both convergence and diversity of an optimization algorithm. R2 indicator based evolutionary algorithm (R2-IBEA) [18], hypervolume-based evolutionary algorithm (HypE) [19], and hybrid Multiobjective Particle Swarm Optimization Algorithm Based on R2 Indicator (R2HMOPSO) [20] are three well-known indicator-based optimization algorithms.

Decomposition-based approach: in this type of approach, an MOP is transformed into a series of single-objective optimization subproblems through decomposition method, weighted sum approach, for example, and solves these subproblems simultaneously in a single run by an optimization algorithm. Decomposition-based method will utilize aggregated fitness value of solutions in selection process. Multiobjective genetic local search (MOGLS) [21], cellular genetic algorithm for multiobjective optimization (C-MOGA) [22], and MOEA/D [15] etc. are some of well famous representative MOEAs based on decomposition.

MOEA/D first proposed in 2007 [15] is a milestone in the development of MOEAs; it is a classical decomposition-based algorithm. MOEA/D defines a framework of multiobjective optimization; its improved version has won first on CEC 2009 [23]. Since being proposed, MOEA/D and its variants have solved many complex MOPs, which demonstrates that MOEA/D has lower computation complexity and performs better than NSGA-II in dealing with complex MOPs in a sense [2427]. Therefore, its research is worthy of attention.

Invasive Weed Optimization (IWO) [28] first proposed in 2006, is a derivative-free metaheuristic algorithm mimicking the ecological behavior of colonizing weeds and distribution and is able to efficiently handle general linear, nonlinear, and multidimensional optimization problems [28, 29]. Since its proposal, IWO has been successfully applied in many practical optimization problems, such as developing a recommender system [30], many kinds of antenna configuration optimization [2, 31], and DNA computing [32].

Kundu et al. [33] proposed multiobjective invasive weed optimization (IWO) in 2011 and applied it on solving CEC 2009 MOPs. In their work, fuzzy dominance mechanism, instead of nondominated sorting, was carried out to sort the promising weeds in each iteration. Y. Liu et al. developed multiobjective invasive weed optimization for synthesis of phase-only reconfigurable linear arrays [2]. In addition, as far as we know, there has not much research on the multiobjective invasive weed optimization. Then in this work, we extend the classical IWO algorithm and integrate it into the framework of MOEA/D for well handling multiobjective problems. Based on the smart and distinct features of IWO and MOEA/D, we propose multiobjective invasive weed optimization algorithm based on decomposition (MOEA/D-IWO) and try to combine their excellent features in this extended hybrid algorithm. MOEA/D-IWO decomposes an MOP into a series of single-objective subproblmes and solves them in parallel in each generation. The population consists of the best solutions searched so far for each subproblem, and each subproblem utilizes an extended IWO algorithm for evolution in each generation. The performance of the proposed MOEA/D-IWO in both convergence speed and optimality of results are compared with those of NSGA-II, MOEA/D, and some other multiobjective evolutionary algorithms on a big set of MOPs. Comparison results indicate the feasibility of IWO as a very hopeful metaheuristic candidate in the domain of multiobjective optimization.

The remaining parts of this paper are organized as follows. Section 2 formally describes the background knowledge on multiobjective optimization, the basic framework of MOEA/D, and an overview of IWO. Section 3 provides an adaptive modification of IWO and then integrates it into MOEA/D deducing our proposed MOEA/D-IWO. Experiments are carried out and discussed in Section 4. Finally, Section 5 concludes this paper and prospects our further research.

2. Background

2.1. Multiobjective Optimization Problem

Without loss of generality, an unconstrained continuous multiobjective optimization problem (MOP) can be formally described as:where is variable vector, is the number of variables, is the variable (decision) space, is composed of real-valued objective functions, and is the objective space [34, 35]. We can define the attainable objective set as .

Definition 1 ((domination) [35]). are two vectors, dominates if for each , and there must exist at least one satisfying , which can be expressed as .

Definition 2 ((Pareto optimal solution) [35]). A point is called a Pareto optimal to (1) if and only if there is no point satisfying dominates .

Definition 3 ((Pareto optimal set (PS)) [35]). The Pareto optimal set (PS) can be defined as PS = ; it is the set of all Pareto optimal solutions.

Definition 4 ((Pareto front (PF)) [35]). Consisted with the definition of PS, Pareto front (PF) can be defined as PF = , indicating the set of all the Pareto optimal solutions in the objective space.

There are three goals for MOEAs in handling an MOP: good convergence, obtaining a set of approximations as close as possible to the PF, good diversity, obtaining a set of evenly distributed approximations, and good coverage, which can cover the entire PF.

2.2. MOEA/D: an Overview

Multiobjective evolutionary algorithm based on decomposition (MOEA/D) is a representative of the decomposition-based method, proposed by Zhang and Li in 2007 [15]. Large sets of experiments have illustrated that MOEA/D and its improved versions show superiority over other popular MOEAs on solving MOPs with complicated Pareto set shapes [16, 36]. The basic idea behind MOEA/D is to transform an MOP into a series of single-objective optimization subproblems through decomposition method and coevolve these subproblems in each generation.

The framework of MOEA/D is formally described in Algorithm 1. Tchebycheff method is used for decomposing an MOP into subproblems in this framework; is the aggregated scalar function after decomposition. There have been other decomposition methods, such as weighted sum (WS) and penalty-based boundary intersection (PBI) and can be used for decomposing. Detailed descriptions of these decomposition methods can refer to [15]. Just as the optimal solution of each subproblem has been proved to be Pareto optimal to the MOP under consideration, then the solutions set of all subproblems can be considered as a good approximation of PF.

input: : population size;
    : the number of neighbors for each weight vector, ;
    : a set of evenly distributed weight vectors;
output: Pareto solutions on the objective space:
1 Initialization:
2   are randomly sampled from , ;
3  foreach to do ;    /    are the    closest weight vectors to  /
4  reference point .            //
5 while stop criteria are not met do
6  for to do
7   reproduce;     /andare selected from/
8   mutate;
9   if then
10    repair;
11   end
12   foreach  i  to do
13     if then
14      ;
15     end
16   end
17   foreach do
18     if then
19     ;
20     ;
21    end
22   end
23  end
24 end

Compared with other MOEAs, MOEA/D has the following three important features.

MOEA/D transforms an MOP into a series of single-objective optimization subproblems through decomposition and solves these subproblems simultaneously; it does not directly solve the MOP as a whole. Different decomposition methods often have different effects on solving problems. Furthermore, many kinds of optimization strategies used in single-objective optimization algorithm can also be integrated into MOEA/D.

MOEA/D implements the coevolution of subproblems. With the solutions information of adjacent subproblems, multiple subproblems can be optimized simultaneously. Then the computational complexity of MOEA/D is lower than that of NSGA-II.

MOEA/D can solve the MOPs with complicated Pareto set shapes very well, which we often encounter in practical engineering optimization, synthesis of phase-only reconfigurable linear arrays for example [2]. In addition, MOEA/D can solve the problem with multiple objects (especially when the number of objects is greater than four). When the number of objects is large, the performance of MOEA tends to decline, which requires a larger population for optimization. However, the performance of MOEA/D does not significantly decrease.

2.3. Invasive Weed Optimization (IWO): an Overview

Weeds are plants whose vigorous and invasive habits of growth make them very robust and adaptive to changes in environment. Thus, capturing their properties and imitating their behaviors would lead to a powerful optimization method. This is the main idea behind IWO, which was originally proposed in [28]; it is a simple but effective meta-heuristic algorithm. To fulfill the IWO process, the following steps are needed.

Step 1 (initialization). A number of weeds are uniformly generated in the feasible decision space, where each weed represents a trial solution of the optimization problem under consideration.

Step 2 (fitness evaluation and ranking). Each weed will grow to a plant. Besides, fitness evaluation function will assign each plant a fitness and rank these plants based on their fitness values.

Step 3 (reproduction). Every plant produces seeds based on its rank or assigned fitness value. In other words, the number of seeds each plant is permitted to produce, , is decided by its fitness or rank, , and the permissible maximum and minimum numbers of seeds and . is formulated aswhere and are the highest and the lowest fitness of the population. Generally speaking, high fitness or rank will have the chance of producing more seeds. This step also provides an important property that allows all plants to participate in the reproduction contest; i.e., it gives all plants the chance of surviving and reproducing based on their rank or fitness.

Step 4 (spatial distribution). The produced seeds are designed to randomly distribute on the search space by Gaussian distribution with mean zero but varying variance. This step can ensure that the produced seeds are generated around their parent plant conducting a local search around each plant. However, the standard deviation of the random function is designed to decrease with iterations. At the current iteration ’’, the standard deviation is described aswhere is the upper limit of iterations and is a nonlinear regulatory factor. and are presented as the initial and final standard deviations, respectively. It can be observed from (3) that the probability of dropping a seed in a remote area reduces nonlinearly with iterations leading to group fitter plants and elimination of inappropriate plants. Therefore, this step can be considered as the selection mechanism of IWO.

Step 5 (repeat and terminate). After the above steps carry out for all of the plants, the process will be repeated at Step 2 until stop conditions are met. It should be noted that weeds with lower fitness have a high probability of being eliminated after all plants reproduce to the maximum number in colony process.

3. Multiobjective Invasive Weed Optimization Algorithm Based on Decomposition

In this part, we present a multiobjective invasive weed optimization algorithm based on decomposition, abbreviated as MOEA/D-IWO. We first adapt IWO for multiobjective optimization and then integrate it into MOEA/D providing a decomposition-based multiobjective optimization algorithm with invasive weed colonies.

The main aspects of our motivation are as follows: IWO is a population-based stochastic optimization technique in solving continuous optimization problems. In case of nonlinear multidimensional continuous optimization problems, IWO outperforms PSO, GA, memetic algorithms, and shuffled frog leaping [28]. However, in conventional IWO, fitness is used not only to compare two solutions but also in the reproduction process unlike in PSO, GA, etc. Comparing to other EAs, the fitness assignment of each solution in IWO is more difficult in solving MOPs than that in single objective optimization. Kundu et al. developed multiobjective invasive weed optimization [33], where fuzzy dominance mechanism, instead of nondominated sorting, is carried out to sort the promising weeds in each iteration. However, with the number of objectives becoming large, selection pressure will reduce sharply and optimization process becomes ineffective. To avoid this difficulty, the framework of decomposition-based multiobjective algorithm [15] can be considered as a reliable candidate. The mentioned advantages and disadvantages of IWO motivate us to propose a new hybrid version of IWO with MOEA/D framework to solve MOPs.

3.1. Adaptive Modification of IWO

In IWO, only individuals with high fitness values are permitted to reproduce offsprings, and the number of offsprings is determined by the normalized fitness value. Therefore, IWO is able to avoid wasting time on searching the less feasible region in a constrained optimization problem. However, as a local search algorithm, IWO is sensitive to the initial values of the parameters and easily gets trapped into local optima.

An adaptive modification of IWO in this study is for the aim of acquiring the balance between effective exploration and efficient exploitation utilizing neighborhood information for multiobjective optimization. The original IWO leads to a coarse-grained local search because the offsprings have the same dispersal degree in all dimensions at a certain iteration. In detail, it can be clearly seen from (3) that decreases with the increase of iterations; however, the value of for each parent seed in one iteration is the same, which is not conducive to exploration and efficient exploitation. Furthermore, we plan to integrate IWO into MOEA/D for multiobjective optimization. MOEA/D decomposes an MOP into a big set of scalar subproblems and coevolves these subproblems through neighborhood relationship. In the process of coevolution, we plan to utilize IWO fulfilling optimization for each subproblem. However, the current best solution and its neighbors have obviously different fitness for each subproblem; then the same setting of for them is not proper. In other words, influences the distance between parents and their produced children weeds, though they are under the same iteration. Different parent should have its own differing from those of other parent weeds. Thus, in this study we improve IWO and propose an adaptive standard deviation , where the value of varies not only with the iteration but also with the rank of the individual’s fitness in the subproblem, as described inwhere is the aggregated scalar function value of the weed (Tchebycheff method is used for example), , , and , respectively, represent the minimum, maximum, and average scalar function value among all weeds (current solution and its neighbors) in current iteration for each subproblem, and is a regulatory factor of adjusting the variation range of standard deviation; its value is generally set from 0 to 0.5.

It can be found from (4) that of weed consists with its scalar function value; the lower the scalar function value is, the smaller the standard deviation of the weed will be, which ensures the children seeds produced by better parents distribute relatively near around their parents, and the children seeds produced by worse parents distribute relatively far away from their parents. Moreover, the variable range of is extended to strengthening the diversity of the seeds, and the standard deviation of producing weeds decreases with iterations on the whole. This will accelerate the convergence rate and meanwhile can escape from local optimum. Global and local search capabilities can be well balanced through this mechanism.

On the other hand, the number of seeds produced by parent plant is described aswhere and in (5) are the largest and smallest number of seeds each parent is permitted to produce, respectively, means the floor function of ‘’. It is very evident that better individual will produce more seeds. Figure 1 visually illustrates the procedure.

Let be the current parent individual, and each new seed produced by is , where each element is generated as follows:

Finally, new solutions of are generated by (3)–(6) and applied for updating the -th subproblem.

The dispersal degree of offsprings in adaptive IWO variant is determined by the estimation of the neighborhood information around their parents based on the neighborhood topology, which is more powerful in subproblem local search compared with the original IWO.

3.2. MOEA/D-IWO-Algorithm Description

From the previous two sections we conclude that MOEA/D provide a good framework for multiobjective optimization while adaptive IWO novelly offers good exploration and diversity. In this part, we combine the two algorithms and present a novel algorithm: MOEA/D-IWO for handling multiobjective optimization problems. Based on the smart and distinct features of IWO and MOEA/D, we propose MOEA/D-IWO and try to combine their excellent features in this extended hybrid algorithm.

Under the framework of MOEA/D, MOEA/D-IWO decomposes a multiobjective problem into a big set of scalar optimization subproblems and solves them simultaneously. In each subproblem, adaptive IWO is adopted for search, where the objective is to minimize the aggregation function of all the objects under consideration. Each subproblem has its own aggregation weight vector constructing its aggregation function, which is different from any of the others; i.e., all these aggregation weight vectors of the decomposed subproblems differ with each other. At each generation, the population is composed of the best solutions searched so far for each subproblem; then the number of the decomposed subproblems is also the population size. If the population size is set to , then, we need to optimize these subproblems simultaneously.

An MOP can be transferred into a series of scalar optimization subproblems through decomposition [34]. Tchebycheff decomposition approach is mainly employed in our experiments. Let be a set of uniformly distributed weight vectors, and , is the reference point, with the Tchebycheff decomposition method; the objective function of the subproblem can be described as the following [34]: where is the number of objects. MOEA/D-IWO optimizes all those objective functions simultaneously. Each subproblem is optimized by adaptive IWO using information only from its neighbors. Neighborhood relations among subproblems here are defined based on the distance between their aggregation coefficient vectors. Detailed description of MOEA/D-IWO is provided in Algorithm 2.

Input: : population size;
   : the number of neighbors for each weight vector, ;
   : a set of evenly distributed weight vectors;
Output: Pareto solutions on the objective space:
1 Initialization:
2   are randomly sampled from , ;
3  foreach to do ;   /  are the    closest weight vectors to  /
4  reference point .           //
5 while stop criteria are not met do
6  for to do
7   IWO;
8   IWO;
9                      /  is selected from  /
10   foreach   do
11     if then
12     Repair;
13    end
14    foreach to do
15     if then
16      ;
17     end
18    end
19    foreach do
20     if then
21      ;
22      ;
23     end
24    end
25   end
26  end
27 end

In the line labeled 7 of the Algorithm 2, IWO describes the procedure of producing seeds. consists of all children seeds produced by . Suppose ; then is the total number of children seeds produced by , its value is determined by (5), where , i.e., , and are obtained by the following equations, respectively: stands for the adaptive standard deviation of ; its value can be got through (3) and (4), where is calculated bywhere is the number of neighbors for subproblem .

Likewise, the same computing model is applied on the neighbors of in the line (labeled 8) of Algorithm 2.

4. Experiments

For illustrating the performance of MOEA/D-IWO in handling MOPs, in this part MOEA/D-IWO is experimented on a big set of benchmark test instances. Firstly, MOEA/D-IWO is tested on nine problems with complex Pareto set shapes chosen from [16] and compared with other two classical algorithms: NSGA-II and MOEA/D on these problems. This set of nine complex functions was proposed by professors Zhang and Li [16]. Many experimental results have shown that this kind of complicated PSs as well as PFs could seriously affect the performance of MOEAs [23].

Besides, MOEA/D-IWO is also tested on ten of CEC 2009 problems UF1-UF10 in this part for further comparing with other hybrid or outstanding algorithms including MOEA/D-DE [16], MOEA/D-PSO, dMOPSO [37], I-MOEA/D [17], and R2HMOPSO [20]. Among these ten problems UF1-UF10, the first seven UF1-UF7 are problems with two objectives while the last three UF8-UF10 are problems with three objectives. Each of the test problems UF1-UF10 has a decision space composed of 30 variables. Detailed descriptions of these ten test problems can be found in [23].

All those nineteen test problems are for minimization of the objectives.

4.1. Performance Metric

In multiobjective optimization, there are two basic aims that all the multiobjective algorithms pursue; i.e., the obtained solutions set must be as close as possible to the Pareto front, while the diversity of the solutions set needs to be maintained. In order to evaluate and compare the different algorithms quantitatively, we use the following performance metrics in experiments.(i) Inverted generational distance (IGD) [38]: suppose is a large set of uniformly distributed points along the PF representing it well, and is the solutions set obtained by multiobjective algorithm. IGD represents the average distance from to described aswhere is the minimum Euclidean distance between and the points in . If is large enough to represent the PF very well, could measure both the diversity and convergence of in a sense. To have a low value of , must be very close to the PF and cannot miss any part of the whole PF.(ii) Spacing (S): [39] proposed the spacing metric which measures the variance of distance of each solution in to its closest neighbour:A lower variance is preferred as this indicates a better distribution of solutions in the Pareto set. The idea value is 0 as this indicates that the distances from one solution to its closest neighbour is the same for every solution in the Pareto set which means a uniform distribution of solutions in the Pareto set.(iii) Hypervolume (HV) [40]: the hypervolume metric measures the size of the region which is dominated by the solutions in . Therefore a higher value of the HV-metric is preferred. Mathematically, the HV-metric is described aswhere is the Lebesgue measure, and is an antioptimal reference point in the objective space that is dominated by all Pareto-optimal objective vectors.

4.2. Parameter Setting

Experiments are implemented on a personal computer (Intel (R) Core (TM) i7-6700 CPU @3.40 GHz, 16 GB of RAM). Programming language is Visual C++ 6.0.

Parameters used in algorithms are set as follows.

(1) Population Size and Number of Evaluations(i)For F1 - F9, population size is set to 300 and 595 for the problems with two objectives and three objectives, respectively, in all compared algorithms. The maximal number of generations is set to 250 for F1 - F9.(ii)For UF1 - UF10, population size is set to 300 and 600 for the test instances with two objectives and three objectives, respectively. The total number of evaluations for all UF1 - UF10.(iii)Each algorithm runs 30 times independently on each test instance F1 - F9 and UF1 - UF10. All those algorithms stop running after getting a given maximal number of function evaluations or generations.

(2) Parameters in Reproduction Operators(i) and for DE operator;(ii) and for SBX crossover;(iii) and for mutation operator.

(3) Other Control Parameters in MOEA/D, dMOPSO, R2HMOPSO, and MOEA/D-IWO(i)Neighborhood size: for F1 - F9 and for UF1 - UF10;(ii) for F1-F9, and for UF1-UF10;(iii);(iv)consist with [20], in R2HMOPSO;(v) in MOEA/D-IWO.

4.3. Experimental Analysis
4.3.1. MOEA/D-IWO Is Compared with NSGA-II [14] and MOEA/D [16] on F1 - F9

MOEA/D-IWO is compared with MOEA/D and NSGA-II in terms of performance metrics values. The statistical results of performance metrics obtained by MOEA/D-IWO and the other two algorithms are summarized in Tables 13. The three statistical results are based on 30 independent runs for each test problem, including the mean, the minimum, and the standard deviation (std) of the performance metrics values. The best performance on the same test problem is highlighted by bold font. Besides, in the fifth and seventh columns of Tables 13, the statistical significance (ss) of the advantage of MOEA/D-IWO in the mean IGD-metric, S-metric, and HV-metric value is reported. +/=/-, respectively, represents that MOEA/D-IWO is statistically superior to, equal to, and inferior to MOEA/D and NSGA-II in terms of mean performance metric value.

As listed in Table 1, for almost all the test problems, the mean and the best IGD-metric values obtained by MOEA/D-IWO are smaller than those obtained by MOEA/D and NSGA-II, respectively, which demonstrates that MOEA/D-IWO behaves better than MOEA/D and NSGA-II in pursuing PF on both the convergence and diversity.

The spacing-metric numerically describes the spread of the solutions on the objective space. Table 2 clearly shows that the spacing-metric values obtained by MOEA/D-IWO are smaller than other two algorithms for almost all the test problems, which indicates that the solutions obtained by MOEA/D-IWO are spaced more evenly than those obtained by MOEA/D and NSGA-II in general.

The HV-metric measures the size of the region which is dominated by the obtained Pareto front, i.e., the region of coverage of the obtained Pareto front. Therefore the higher value of the HV-metric is preferred. As described in Table 3, for almost all the test problems MOEA/D-IWO has better performance than MOEA/D and NSGA-II in terms of HV-metric.

To verify the convergence trend of the proposed algorithm, convergence graphs of the three algorithms on F1 - F9 are shown in Figure 2 plotting the evolution of the average IGD-metric values. It can be clearly seen from Figure 2 that MOEA/D-IWO converges much faster than NSGA-II and MOEA/D in minimizing the IGD-metric values for almost all the problems, which indicates that in most cases the adaptive IWO is effective in accelerating the convergence, and the proposed hybrid MOEA/D-IWO is feasible in improving the accuracy of the Pareto solutions.

Figures 35 plot the distribution of the final population in the objective space obtained by three algorithms on F1 - F9. It can be observed from these three figures that MOEA/D-IWO can obtain good approximations to F1, F3, F4 - F6. However, it fails within the given number of generations, to approximate the PFs of the problems F8 and F9 satisfactorily, perhaps for the reason that incorporating IWO (using the random Gaussian reproduction mechanism for optimization) into an MOEA would, in some sense, spoil the diversity of the algorithm, and the current mechanism is not good enough for well solving the concave or problems with many local Pareto solutions. However, as evidenced from Tables 13 and Figures 25, in general MOEA/D-IWO performs well and preferably.

4.3.2. MOEA/D-IWO Is Compared with Some Other MOEAs on UF1-UF10

In order to see whether MOEA/D-IWO prevails superiority over other state-of-the-art algorithms or other hybrid MOEA/D algorithms, a comprehensive comparison is executed on ten of the CEC 2009 problems UF1 - UF10. Compared algorithms consist of six algorithms including MOEA/D-IWO (MOEA/D hybrids with IWO), MOEA/D-DE (MOEA/D hybrids with DE), MOEA/D-PSO (MOEA/D hybrids with PSO), I-MOEA/D, dMOPSO, and R2HMOPSO. Experimental results of I-MOEA/D, dMOPSO, and R2HMOPSO are taken from the literatures [17, 20]. MOEA/D-DE and MOEA/D-PSO are run on PlatEMO V1.1 [41]. For fair comparisons, we run MOEA/D-IWO using the same set of parameters and stop conditions.

Table 4 provides the mean and the standard deviation (std) of the IGD performance metrics of all compared algorithms, where the best performance on each problem is highlighted by bold font. In order to validate the statistical significance of the advantages of MOEA/D-IWO over other algorithms, is carried out on the obtained IGD performance metric values and the results are shown in the rows labeled ‘ss’. +/=/- shows that MOEA/D-IWO is superior to, similar to, or inferior to the compared algorithm, respectively. Total comparing results are summed up in the last row.

From Table 4 we can observe that MOEA/D-IWO performs the best in all those six multiobjective algorithms. Among those ten test problems UF1-UF10, MOEA/D-IWO behaves better than MOEA/D-PSO on all of them; MOEA/D-IWO behaves better than dMOPSO on nine problems; MOEA/D-IWO behaves better than MOEA/D-DE and I-MOEA/D on eight problems and better than R2HMOPSO on seven problems. All these results demonstrate the preferable performance of MOEA/D-IWO.

Figure 6 visually plots the approximate Pareto fronts of UF1 - UF10 searched by MOEA/D-IWO. It can be seen from the figure that MOEA/D-IWO could find good approximations to UF1, UF2, UF3, and UF7. Its approximations to UF6, UF8, and UF9 are acceptable. However, it fails to approximate satisfactory PFs of UF4, UF5, and UF10 under the present given stop conditions. For well solving these problems with discontinuous or concave PFs, MOEA/D-IWO needs to be further improved. Nevertheless, as evidenced from Tables 14, the hybrid of MOEA/D and IWO can generally improve the performance of MOEA/D. Compared with other hybrid MOEA/D algorithms, MOEA/D-IWO is efficient and competitive.

In a word, through comparing with other popular MOEAs we validate the great potential of MOEA/D-IWO in dealing with this kind of complicated multiobjective problems.

4.3.3. Additional Experimental Discuss

MOEA/D-IWO decomposes an MOP into a big set of scalar subproblems and coevolves these subproblems simultaneously. In the process of coevolution, an adaptive IWO is proposed and utilized for each subproblem. As described in Section 3.1, is an important regulatory factor in adaptive IWO for balancing effective exploration and efficient exploitation. Trial experiments observed that its value is properly set from 0 to 0.5. To investigate the impact of on the performance of MOEA/D-IWO, different settings of have been tested in this part.

F7 and F8 are two complicated MOPs with many local Pareto solutions; MOEA/D-IWO performs not well on them in experiments. We choose the two problems as examples to test the impact of . Different settings of in the implementation of MOEA/D-IWO for UF7 and UF8 have been tested. All the other parameters settings are the same as in Section 4.2 except the setting of . For each setting of , MOEA/D-IWO runs 30 times independently. Figures 7(a) and 7(b) box plot the IGD-metric values of the obtained solutions for UF7 and UF8 based on those 30 independent runs, while Figure 7(c) depicts the variation trend of the mean IGD-metric values under different . As clearly shown in Figure 7, MOEA/D-IWO performs relatively stable with from 0 to 0.5 on the two problems, and it will deteriorate when is greater than 0.5 on UF7. It is evident that MOEA/D-IWO is not very sensitive to the setting of under the range considered . When is relatively large, the reason for the poor performance of MOEA/D-IWO may be that the search diversity of the algorithm is enhanced but the exploration ability is weakened.

5. Conclusion

IWO is a smart algorithm mimicking the ecological behavior of colonizing weeds and distribution and is able to efficiently handle general linear, nonlinear, and multidimensional optimization problems. Since its proposal, IWO has been successfully applied in many practical optimization problems. However, to our knowledge, there has been little research on IWO for multiobjective optimization. For well solving the complex multiobjective problems, in this work, we broaden the use of classical IWO and integrate it into the frame of MOEA/D for handling MOPs. Based on the smart and distinct features of IWO and MOEA/D, we introduce MOEA/D-IWO and try to combine their excellent features in this extended hybrid algorithm. MOEA/D-IWO decomposes an MOP into a big set of single-objective subproblmes and handles them simultaneously in each generation. The population consists of the best solutions found so far for each subproblem, and each subproblem adopts an adaptive IWO for evolution in each generation. The performance of the proposed MOEA/D-IWO in both convergence speed and optimality of results are compared with those of NSGA-II, MOEA/D, and some other MOEAs on a big set of MOPs. Comparison results indicate the feasible and competitive performance of MOEA/D-IWO in the field of multiobjective optimization.

Actually, MOEA/D-IWO is still faced with some challenges in solving the MOPs with discontinuous or concave PFs. Strengthening the performance of the algorithm remains to be studied further. MOEA/D-IWO may be improved by using better and newer variants of IWO in future. Meanwhile, we also intend to study the ability of MOEA/D-IWO in solving high-dimensional multiobjective optimization problems in the future.

Data Availability

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

Conflicts of Interest

The authors declare no conflict of interest.

Acknowledgments

The work is partially supported by the National Natural Science Foundation of China (No. 61401260, 61602283, 61702310, 61572298) and the Social Science Planning Fund Program, Shandong Province (No. 18BXWJ03).