Abstract

In this paper, a multiobjective root system growth algorithm-based p-optimality (p-MORSGA) is proposed. The proposed p-MORSGA extended original root system growth algorithm with multiobjective nondomination strategy. To enhance its effect of convergence of solution groups, the p-optimality criterion is employed to determine the solutions of last nondominated front into the next generation group. In the evolution process, global general (), concerning the margin information and population density, is selected as the suitable optimality criterion of evaluating the performance of solutions. Application of the new p-MORSGA on several multiobjective benchmark functions shows a marked improvement in performance over the modified classical MOEAs with such criterion. Finally, the proposed p-MORSGA is applied to solve two real-world problems, multiobjective portfolio optimization problems (MOPOPs) and multiobjective optimal power flow (OPF) problems. The experimental results demonstrate that p-MORSGA is extremely effective for real-world application problems.

1. Introduction

For multiobjective optimization problems (MOPs), many objectives should be optimized simultaneously under some constraints. Owing to the problems’ particularity, researchers prefer to find an approximation of the Pareto optimal set to support the effectiveness of their proposed approaches. At present, MOPs have made some achievements in academia and industry [1, 2], but the complexity is still a noticeable puzzle. Since the traditional linear nonlinear programming method cannot effectively solve MOPs, MOEA has become the main method to obtain approximate Pareto frontier (PF). Therefore, it has been widely used in power dispatch [3], logistics system optimization [4], motor design [5], artificial neural network optimization [6], and other applications.

In recent years, a variety of MOEAs have been proposed. All of them can be divided into three classes: (1) non-dominant-sorting-based EAs [7], (2) indicator-based EAs [8], (3) decomposition-based EAs [9]. All these improved algorithms have the advantage of competitiveness.

In the existing literature [10], root system growth algorithm (RSGA) is presented to solve single-objective problems. The root system growth algorithm is inspired by natural plant root system. Plant root system is characterized by the ability to adapt to the changing diversity of the environment [1113]. The goal of this paper is to use RSGA to solve multiobjective problems such as MOEAs. As conventional evolutionary algorithms for MOPs, RSGA should design multiobjective mechanism to balance its diversity and convergence.

The constructed and updated Pareto nondominant set can be approximately represented by the real optimal frontier. This method will obtain an acceptable result when the advantage relationship in the target space is obvious, while it will show poor performance when the advantage relationship is weak or when the multimodal and deceptive problems are optimal in isolation [14].

In view of this situation, Pareto dominance processing technology is divided into the following types:(i)Randomized schemes, such as roulette selection [15], result in inefficiencies and poor solution caliber.(ii)Pareto-based relaxed domination methods, such as ε-domination [16], r-domination [17], grid-based method [18], etc.(iii)Reference-point-based dominance methods [19, 20] adjusting solutions according to reference points.(iv)In the k-optimality used in literature [21], the dominant solution may not perform well on some specific targets, which is acceptable to decision makers. The number of targets was previously specified by adjusting the k value.(v)Optimality criterion in [22] is adopted to search the optimal spatial position meeting certain predetermined criteria, and this hypothesis is assumed to be the corresponding optimal result of the problem.(vi)Average ranking (AR) [23], preference order ranking (PO) [24], global general () [25], and so on.

In this paper, p-optimality criteria combining RSGA are proposed to solve MOP. p-Optimality criterion is applied to selection operators in the evolutionary process. Such criteria are helpful to distinguish the viable solutions among solutions at the same nondominated level. Therefore, it is possible for them to converge better on feasible solutions at a later stage of evolution. Meanwhile, global general (GG) criterion is selected as the suitable optimality criterion of evaluating the performance of solutions. Global general, a ranking-based dominant mechanism, uses the margin information of solutions with concerning population density (Euclidean distance among the solutions).

With the test against several multiobjective benchmark functions, the results demonstrate that the proposed p-optimality-based multiobjective root system growth algorithm (p-MORSGA) outperforms NSGA-II, MOEA/D, MOPSO, rNSGA-II, and RPDNSGA-II (classical multiobjective algorithms with p-optimality criteria) on convergence metric and diversity metric. In order to test the effect of real-world multiobjective applications with p-MORSGA, multiobjective portfolio optimization problems (MOPOPs) and multiobjective optimal power flow (OPF) are employed.

In [26], the proposed multiobjective portfolio selection model has been transformed into a single-objective programming model using fuzzy normalization and uniform design method. The model is then applied to monthly data of top 50 companies of Tehran Stock Exchange Market in 2013. The experiment concluded that IWO algorithm has better solving time than PSO algorithm. Mehlawat uses the return, risk, and liquidity model in [27] to better solve the problem of fuzzy combination parameters in financial markets. Jiang proposed a general multiobjective CVaR model in time interval for loan portfolios in [28]. The results prove that this model can better deal with the actual financial risk problem.

Yuan et al. [29] proposed an improved strength Pareto evolutionary algorithm and applied it to the OPF problem. The experiment results show that the improved algorithm has obvious performance. In [30], the paper presents an enhanced self-adaptive differential evolution with mixed crossover (ESDE-MC) algorithm to solve the multiobjective OPF problems with conflicting objectives that reflect the minimization of total production cost, emission pollution, L-index, and active power loss. Teeparthi and Vinod Kumar [31] proposed a new low level with teamwork heterogeneous hybrid particle swarm optimization and artificial physics optimization (HPSO-APO) algorithm. The algorithm balances global and local search capabilities. Hence, the proposed hybrid method can be used for the large interconnected power system to solve MO-SCOPF problem with integration of wind and thermal generators.

Portfolio management refers to the investment manager’s diversification management of assets according to asset selection theory and portfolio theory to achieve the purpose of diversifying risks and improving efficiency. The application of EAs in solving MOPOP has attracted wide attention, yet their method is usually to convert MOPOP into single-objective POP by weighted sum. Therefore, OPF problem is to schedule the promised generator set to meet system load requirements with minimal costs under some constraints. OPF problem is a multiobjective nonlinear constrained optimization problem of competition. The experimental results show that p-MORSGA outperforms MOEAs in terms of accuracy and computation.

The remainder of this paper is organized as follows. Section 2 introduces related works of this paper, p-optimality criterion and global general criterion. Section 3 describes original root system growth algorithm. Section 4 describes a novel optimization model called p-MORSGA. In Section 5 provides the extensive experimental results and discussion. In Section 6, p-MORSGA for MOPOP and OPF is presented. Finally, Section 6 gives the conclusion.

2.1. p-Optimality Criterion

p-Optimality criteria [32, 33] are defined as follows:where is the rank according to the objective function fi by means of the quick-sort algorithm and is the size of feasible solutions.

Therefore, the goal is to search for a vector that maximizes or :

Consider the following functions:where , and is calculated as equation (1).

Such criterion promises the most feasible solution in the same nondominant rank.

2.2. Global General Criterion

Definition 1 (global margin, GM). GM is defined as the sum of all the individual target values of the difference:where M is set to the number of objectives and and are two different solutions.

According to Pareto dominance, the smaller , the more will dominate.

The framework combines each goal with the information of all individuals to obtain ranking values. By comparing with the solution pairs, the sum of the good or bad parts of the solution pairs is calculated, as shown in Figure 1.

Definition 2 (global density, GD). where denotes the global density of the particle and being the Euclidean distance.

Definition 3 (global general, GG). where represents the overall ranking of . The smaller indicates that the decent GD of has a better distribution.

3. Multiobjective Root System Growth Algorithm

This section describes the p-optimality-based multiobjective root system growth algorithm (p-MORSGA).

The root system is defined as a group of tips, which are expressed aswhere denotes a single root tip; denotes the root tips’ number; is the last time; and has its own position , fitness , nutrient , and the auxin .

3.1. Auxin Concentration

In initialization, are generated in D-dimensional space. The root tips i will forage for nutrients, which can be updated in the following ways:where is the global general metric introduced in Section 2.

In the initial stage, the nutritional value of each root tip is set as 0. During root growth, if its new position is better than the last one, the tip will receive nutrients from the environment. Inversely, the tips will lose nutrients and the nutrient content will be decreased by one.

Then, the auxin concentration of auxin is manipulated according to the following equation, which combined with the health status:where and are the worst and most suitable place and is the global general metric.

All root taps are classified according to the auxin concentration values. The stronger tip has a higher probability of becoming the main root. The size of main roots is limited as follows:where is the number of the main root group, is the total number of root tips, and is the selection factor. The other root tips are considered as lateral roots.

3.2. Root Branching

The threshold BG is to determine whether main root can be regarded as branch. If is greater than BG, the root is considered as the branch root.

The number of branching of is decided by the following formula:where and are the maximum and minimum limits.

The new branching tips foraging in the new regions will grow.

The fitness f is the result of applying the following functions to each successive group of three components:where is the maximum of root elongation length.

3.3. Tropisms

Trajectory of the root is influenced by different tropisms. In the RSGA model, two typical orientations are realized, i.e., hydrotropism and gravitropism.

Half of the main roots will grow to the optimum position, and the water content in the roots will be the largest, which is given by the following formula:where and is the best position in the root tip group.

3.4. Root Tip Death

Lower auxin concentration indicates that the root tip does not acquire as much nutrients as possible during its foraging and therefore is not active and continuous growing is not possible.

3.5. Pseudocode of p-MORSGA

p-MORSGA algorithm code and flow chart are listed in Algorithm 1.

  (1)1: Initialization.
(2) Iteration = 0;
(3) Initialize P0, the positions of root tip group;
(4) Evaluate the fitness of the group;
(5) Evaluate the global general (GG) of each solution by equations (4)–(6)
(6)2: Do while (unsatisfactory conditions)
(7)3: Auxin concentration calculation
(8) Compute the auxin concentration values of the root tip group by equation (9);
(9) Sort the root tip group in order of descending accumulated auxin concentration;
(10) Divide the root tip group into two subgroups, i.e. the main root group and the lateral root group of equation (10).
(11)4: Root branching
(12) Determine the branch number of each branching root tip by equation (11);
(13)5: Main roots growing
(14) Sort the main root subgroup in order of increasing cumulative auxin concentration;
(15) The first half main roots are hydrotropic according to equation (12);
(16)6: Lateral roots growing
(17) All the lateral root tips perform random walk operation according to equation (13);
(18)7: Dead roots eliminating
(19) Remove the dead root tips (auxin concentration 0) from the root tip group;
(20)8: Generate offspring group
(21) Gather the new generated solution as offspring group Ot;
(22)9: Determine the solutions of the next iteration
(23) Combine parent group and offspring group
(24) Non-dominated sort on Pareto dominance {F1, F2, …}
(25) Add nondominated front Fi into the next group one by one until
(26)  Add the solutions of last nondominated front Fi with the largest p-optimality criterion one by one until .
(27)8: Memorize the best solution to date
(28) Iteration = iteration + 1;
(29)End while
(30)9: Output the best solution achieved.

The algorithm can be divided into six parts. The first part is to initialize the population and calculate the fitness and values. The second part is to calculate the auxin concentration values according to the content of the chapter II and then sort them to divide the main root group and the lateral root group. The third and fourth parts are the growth of the main root and the lateral root. Elimination of dead roots is the fifth part. We remove the dead root tips (auxin concentration 0) from the root tip group. The sixth part is to determine the solution of the next iteration: first combine parent group and offspring group , secondly, perform nondominated sorting, and get {F1, F2, …}, in the critical layer , where meets . Then, the p-optimality will be used to sort the individuals in the critical layer, where the smaller the p-function is, the better the individual is. Finally, select the smallest individuals to make the number of equal to the number of .

4. Tests

4.1. Experimental Setting

In the two-objective test experiment, population size is set as 200, and the number of function evaluations (FEs) is set as 40000. In the three-objective test experiment, population size is set as 300, and the number of function evaluations (FEs) is set as 90000. The number of independent runs of the experiment is 10 times. For p-MORSGA, NSGA-II, MOEA/D, MOPSO, rNSGA-II, and RPDNSGA-II, parameter settings are the same as the ones in [8, 17, 3437], respectively. For p-MORSGA, the whole swarm has 200 individuals, and parameter settings are the same as the ones in [32].

4.2. Results and Discussion
4.2.1. Two-Objective Functions

Table 1 and Figures 26 demonstrate the results of p-MORSGA and MOEAs against ZDT series.

In Table 1, four metrics are used to compare the performance of the algorithms. In order to facilitate reading, the best test results are marked in bold. In general, p-MORSGA performs best, followed by the MOEA/D.

Figures 26 show that MOEAs produce poor results on these test functions and they are almost impossible to achieve true PF, while p-MORSGA has great potential to approach true PF. Obviously, for the uniformity of the final solution, p-MORSGA has better results for the ZDT series test function. At the same time, MOEA/D has the second-best effect, and rNSGA and RPDNSGA-II perform poorly. In general, p-MORSGA is superior in terms of uniformity and coverage, followed by MOEA/D; NAGA-II is not uniform, rNSGA-II and RPDNSGA-II are not ideal, and MOPSO algorithm has the worst performance except ZDT3.

4.2.2. Three-Objective Functions

Table 2 and Figures 710 demonstrate the results of p-MORSGA and MOEAs against DTLZ1, DTLZ2, and DTLZ3. The true Pareto frontier is shown in Figure 7 for three-objective functions. The results of p-MORSGA and other three MOEAs are shown in Figures 810. Table 2 shows the test result on three-objective experience.

It can be seen from Figure 8 that p-MORSGA and NSGA-II have relatively complete edge shapes, the MOEA/D algorithm’s distribution is relatively uniform, followed by rNSGA-II , and MOPSO and RPDNSGA-II do not get a good frontier.

From Figure 9, p-MORSGA and MOEA/D have obtained a good frontier, and the MOEA/D distribution is uniform. As can be seen from Table 2, p-MORSGA has better convergence and diversity. As can be seen from Figure 10, p-MORSGA can get a better solution, followed by MOEA/D. In addition, MOEA’s performance is slightly worse than that of p-MORSGA. However, p-MORSGA is superior to MOEAs for the problem.

4.3. Time Complexity Analysis

In order to demonstrate the difference in the time complexity of these algorithms, Figures 11 and 12 plot the average CPU time over 10 runs. Figure 11 shows the CPU time for six algorithms and gives the results on five benchmark functions (ZDT1, ZDT2, ZDT3, ZDT4, and ZDT6). Overall, rNSGA-II performs poorly, and the running time is 3.02–3.56 times that of other algorithms. The time complexity of p-MORSGA is better than rNSGA-II and RPDNSGA-II and worse than NSGA-II. NSGA-II has the best performance with time complexity, and p-MORSGA is about 1.04–1.49 times that of NSGA-II. It is worth mentioning that although p-MORSGA consumes more running time than NSGA-II, the performance has been significantly improved.

Figure 12 shows the CPU time for six algorithms and gives the results on three benchmark functions (DTLZ1, DTLZ2, and DTLZ3). There is some difference as the number of objectives increases. The time complexity of rNSGA-II and other algorithms is reduced. rNSGA-II is about 1.01 to 2.67 times that of other algorithms. In each test function, the best performance of time complexity is still NSGA-II. Secondly, the best performance of time complexity is p-MORSGA, and p-MORSGA is about 1.02–1.26 times that of NSGA-II.

Compared to Figure 11, the running time of the algorithm increases overall. It can be seen that the three-objective benchmark functions are more difficult to calculate than the two-objective benchmark functions.

5. p-MORSGA for Multiobjective Applications

5.1. Introduction of MOPOP
5.1.1. Two-Objective Portfolio Model

Markowitz [38] proposes an MV portfolio model, which is a formal two-objective portfolio model. The model uses the covariance and average return of assets to describe the risk and return of investment, respectively. Two conflicting aspects are considered by this model: maximizing the portfolio’s expected return while minimizing its risk [39]. The MV model is constructed as follows [38]:where are portfolios, and are the weights, expresses covariance between two assets, N denotes quantity, and indicates expected return of the ith asset.

The assumptions of several portfolio models introduced are too harsh to meet the actual needs of the securities market, which leads to the deviation between the results of the model operation and the actual situation. On the basis of revising the hypothesis of the classical portfolio model, semivariance is introduced to replace variance, which makes the model more reasonable, more in line with the investment and financing environment of China’s financial market, and provides more effective auxiliary tools for investors.

5.1.2. Three-Objective Portfolio Model

Different from the 2-objective model, the 3-objective portfolio model includes other objective: minimizing expected cost.

The MV model has the function as follows:

The weight of each asset portfolio should be the sum of 1.

In [39], semivariance is described as follows:where B represents the comparative return and represents the earnings of asset I at period T.

The indirect method is utilized to represent transaction cost:

Therefore, the return-risk-cost portfolio model is constructed as follows:

Budget constraints are given as follows:

It should be noted that when appropriate indicators are available, the number of model objectives can also increase.

5.2. Applications for Portfolio Problem

The experiment uses daily historical data of 12 kinds of assets from Shanghai Stock Exchange, which are collected at the monthly rate of each stock from January 2010 to December 2016.

The frontier of p-MORSGA is searched and shown in Figures 13 and 14. In addition, since the true PF of the portfolio problem is not yet clear about p-MSMOEAs, all acquired PS are considered to be true PF [40]. The comparison results are listed in Tables 3 and 4, where hypervolume is used to test their performance.

Figure 13 shows the nondominant solution of the MV model generated by p-MORSGA. Investors can choose portfolio selection methods according to their risk preferences in order to obtain corresponding returns.

In Figure 13, the effective curves of NSGA-II and the proposed algorithm obviously are continuous, but MODE locates the opposite. As can be seen from Table 3, the performance of p-MORSGA, NSGA-II, and MOEA/D in hypervolume index decreases in turn.

From Figure 14, when considering, risk and expected return are nearly contrary. The case of costs and risks, costs and expected benefits, regardless of another variable, is nearly the same. For facing all three variables, investors can choose portfolio selection methods according to their preferences.

As is visible from Figure 14, nondominant solutions’ distribution in Figures 14(a) and 14(c) is more uniform and diversified. Obviously, as can be seen from Table 4, p-MORSGA outperforms NSGA-II and MODE in terms of hypervolume indicators.

5.3. Optimal Power Flow Problem Formulation

OPF’s main objective is to optimize restriction variables’ setting while fulfilling several inequality constraints and equality. Generally speaking, OPF issues can be expressed mathematically as follows:where F represents the objective function, is the equality constraint, and is the system operation constraint. Here, is a vector of independent control variables, includingwhere is the active power output of the generator; is the load (PQ) bus voltage; is the reactive power output of the generator; is the transmission line load; denotes the number of PQ buses; and denotes the total number of transmission lines.

5.3.1. Objective Function

In this paper, there are three competing objective functions regarding the OPF problem, namely, total fuel cost, total power loss, and total emission cost, while satisfying several inequality constraints and equality.

The problem is usually expressed as follows.(1)Minimize Total Fuel Costs. The curve is expressed as follows:where , , and are equivalent to the fuel cost coefficient of the ith generator and is the actual power output of the ith generator.(2)Minimization of Total Power Losses. Minimize total power loss as follows:where Nl represents the number of transmission lines, V expresses the voltage magnitudes, and represents the voltage angles.(3)Minimization of Total Emission Cost. The total cost of emission is defined as [19]where represents total emission cost.

5.3.2. Equality Constraints

From (20), the equality constraint is defined as follows:where and are the active and reactive power loads, respectively, and and are the real and imaginary parts.

5.3.3. Inequality Constraints

The inequality constraints are the power system handling.(1)Generator Constraints. Generator active power PG, generator reactive power QG, and generator voltage amplitude QG:(2)Transformer Constraints. Transformer taps have restrictions as follows:(3)Switchable VAR Sources. The switchable VAR sources have minimum and maximum setting limits:(4)Security Constraints. The limitations of load bus voltage amplitude and transmission line flow limitation are as follows:

5.4. Multiobjective Optimal Power Flow Based on p-MORSGA

To verify the numerical correctness and the effectiveness of p-MORSGA, the multiobjective OPF problem will be used to implement simulation experiments. This algorithm will be applied to two objectives and three objectives of the OPF problem, and this problem is solved.

5.4.1. Steps for p-MORSGA for OPF Problems

Step 1. Input the system parameters and the minimum and maximum limits of control variables.Step 2. Input parameters of p-MORSGA and the lower and upper limits of each variable.Step 3. Input the minimum and maximum limits of variables.Step 4. Produce the initial population.Step 5. Cluster the population by K-means and compute the fitness.Step 6. Store nondominated solutions in the memory table.Step 7. Optimize every cluster individually.Step 8. Handle the constraints.Step 9. Compute the fitness of the solutions and store nondominated solutions into EA.Step 10. Update each EA of each hive.Step 11. Judge the condition of reclustering. If it meets the condition, the number of clusters can be reset and go to Step 4; if not, go to Step 7.

5.4.2. Simulation Results

The standard IEEE 30 bus system has been applied as a test system [23]. The system contains six generators, 41 transmission lines, and 4 transformers. The system data are shown in Table 5 [41].

In this section, we consider the following two test system scenarios:(1)Two objectives: the emission cost, the emission loss, and the loss cost are considered separately.(2)Three objectives: emissions, costs, and losses.

(1) Case I: Two-Objective OPF Optimization. The new algorithm is compared with three MOEAs in three aspects: minimum cost, minimum emission, and minimum loss. Figures 1517 show the performance of four algorithms, respectively. Tables 1012 show the two-objection compromise solution data. Finally, Table 7 shows the best solutions for minimum cost and emission. Table 8 provides data on emission losses and loss costs. Table 9 shows the best solutions for loss and emission.
First, two competing objectives need to be considered: fuel costs and emissions. From Figure 15, we can make out that the p-MORSGA method can provide a uniformly distributed solution. From Table 7, it is clear that the minimum fuel cost that is obtained by p-MORSGA is 605.62 $/h, which is more wonderful than the results that are optimized using the other three algorithms. And when the best fuel cost effect case is considered, the p-MORSGA method can provide smaller loss. The best compromise solutions are 614.8302 $/h and 0.1998 t/h (p-MORSGA), as shown in Table 10. Once again, testify that the method can get a better solution.
The objective function of cost loss is shown in Figure 16. We can see from Figure 16 that the proposed algorithm obtains better results than the other three algorithms.
From Table 9, it can be concluded that the p-MORSGA method can provide lower economic fuel cost when considering the minimum loss, while the p-MORSGA method can provide smaller loss when considering the optimal fuel cost effect.
For the emission loss objective function, we can come to know that the algorithm achieves performance ranking similar to that of the fuel cost emission objective function.

(2) Case II: Tree-Objective OPF Optimization. In this instance, each algorithm needs to optimize three objectives. Figure 18 is the convergence curve and Table 13 is the list of data results. Compared with the four convergence effects of Figure 18, the Pareto optimal front solutions obtained by p-MORSGA are uniformly distributed and widely distributed, while the results obtained by MOABC in the other three algorithms are better.
Judging from the data in Table 13, for p-MORSGA, when F1 (cost) is 610.99 $/h, F2 (emission) is 0.2503 ton/h, and F3 (loss) is 2.0021 MW, F1 is greater than 610.99 $/h for the other three algorithms and the other two objectives are relatively poor when F1 is the smallest. It can be concluded that p-MORSGA can obtain better solutions than other algorithms on this three-objective problem.
Referring to the data in Table 6, the proposed p-MORSGA obtains the best pollution emission value and generation cost. Comparatively speaking, p-MORSGA has the best optimization effect.

6. Conclusion

In this paper, a multiobjective optimizer based on p-optimality and global general (GG) is proposed, which is called p-MORSGA. Through eight mathematical benchmark functions, p-MORSGA has an outstanding performance on accuracy and convergence. It can be inferred that p-MORSGA is simple in structure, easy to implement, and has great potential to solve complex MOP. In order to prove its effectiveness in solving multiobjective realistic problems, the performance of p-MORSGA is tested by using multiobjective combinatorial optimization problem (MOPOP) and multiobjective optimal power flow (OPF) problems. The MOPOP includes three objectives: expected return, risk, and expected cost. The experimental results show that the proposed p-MORSGA is considered to be able to obtain the distribution of multiple solutions. For OPF problem, a 30 bus IEEE test system is used to test the proposed algorithm. Compared with three other OPF problems with different objectives, the proposed method can provide uniformly distributed Pareto optimal solutions.

Data Availability

The MATLAB 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.

Acknowledgments

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