Literature DB >> 36040918

An evolutionary algorithm based on approximation method and related techniques for solving bilevel programming problems.

Yuhui Liu1, Hecheng Li2, Huafei Chen3, Mei Ma2.   

Abstract

In the engineering and economic management fields, optimisation models frequently involve different decision-making levels. These are known as multi-level optimisation problems. Because the decision-making process of such problems are hierarchical, they are also called a hierarchical optimisation problems. When the problem involves only two-level decision-making, the corresponding optimisation model is referred to as a bilevel programming problem(BLPP). To address the complex nonlinear bilevel programming problem, in this study, we design an evolutionary algorithm embedded with a surrogate model-that it is a approximation method and correlation coefficients. First, the isodata method is used to group the initial population, and the correlation coefficients of the individuals in each group are determined based on the rank of the leader and follower objective functions. Second, for the offspring individuals produced by the evolutionary operator, the surrogate model is used to approximate the solution of the follower's programming problem, during which the points in the population are screened by combining the correlation coefficients. Finally, a new crossover operator is designed by the spherical search method, which diversifies the generated offspring. The simulation experimental results demonstrate that the proposed algorithm can effectively obtain an optimal solution.

Entities:  

Mesh:

Year:  2022        PMID: 36040918      PMCID: PMC9426897          DOI: 10.1371/journal.pone.0273564

Source DB:  PubMed          Journal:  PLoS One        ISSN: 1932-6203            Impact factor:   3.752


Introduction

Problem models

BLPP is a typical representative of multilevel hierarchical optimisation problems. In contrast to multi-objective optimisation, the decision makers in BLPP are at two different levels. This hierarchical structure often leads to a corresponding problem that is neither convex nor differentiable, which is also strongly non-deterministic polynomial hard as well. The BLPP model is expressed as follows: Here, x = (x1, …, x) and y = (y1, …, y) are the leader’s and follower’s variables. F: R → R and f: R → R are the leader’s and follower’s objective function. G: R → R and g: R → R are the leader’s and follower’s constraints, respectively. It can be seen from (1) that BLPP is an interaction optimisation model between two decision makers with their own objectives. The decision-making procedure is executed as follows: The leader, located at upper level, makes a decision by selecting a variable value. Then the follower observes the follower’s selection and responds to the leader’s decision by optimizing his/her objective and providing an optimal solution y. The point pair (x, y) is called a feasible point of BLPP. The bilevel optimisation arms to select a value x that optimizes the leader’s objective among all feasible points. During the optimisation procedure, the leader influences the follower by providing a value x fixed as a parametric value. Subsequently, the follower alters the values of the objective and constraints at the leader’s problems by reacting a value y to address the leader’s problem. When the optimal solution (x, y) is obtained, the optimisation process stops. The nested nature of BLPP poses a number of additional challenges compared with conventional single-level optimization problems. In particular: The leader’s behaviour of a bilevel problem may be nonlinear, even if the problems at both levels are linear. It has been proved that BLPP are non-deterministic polynomial hard problem. Theoretically, a leader’s solution is considered valid/feasible only if the corresponding follower’s variables are the true global optimum of the follower problem. Global optimality can only be assured in very limited cases, such as convex and linear problems. However, for most nonlinear and black-box problems, it is not possible to ensure global optimality. In the deceptive case, incorrect follower’s optimal values may cause the objective value to be better than the leader’s true optimal value, which poses a severe challenge to the ranking strategy used in evolutionary optimization technology. Due to each variable of the leader needs to solve the follower programming problem to obtain a feasible solution of the BLPP, the cost of calculation is significantly high. In particularly, if the problem is mathematically not suited to be solved using exact techniques, thus, evolutionary/hybrid techniques are used.

Related work

With the advancements and developments in human science and technology, various increasingly complex optimisation models have emerged, particularly in the fields of equipment installation, task scheduling, production planning, line optimisation, software design, and tariff setting. Therefore, how these models can be effectively solved has emerged as an important main research topic in the optimisation field. Over the past few decades, many optimisation research results have mainly focused on single-objective and multi-objective optimisation models, whereas relatively few studies have been conducted on hierarchical optimisation models. Leveraging the one-time decision theory to produce multiple short-life cycle products, Zhu and Guo [1]studied BLPP applications with follower problem operators for manufacturers and used classical optimisation methods to solve them. Nasrolahpour et al. [2] developed an energy storage system for merchant pricing based on a two-tier complementary model that can determine the most favourable transaction behaviour. Under a multi-objective framework, Ahmad et al. [3] proposed a simple multi-objective bilevel linear programming method, which considered reservoir managers and multiple water-use departments as a hierarchical structure to optimally allocate limited water resources. More applications of optimisation models can be found in the literature [4-13]. Many practical applications have promoted theoretical research on bilevel programming problems, such as developing efficient algorithms and obtaining optimality conditions. However, owing to the computational complexity of the BLPP itself, it is often very challenging to adopt traditional optimisation methods based on gradient information to address such problems. Currently, only special bilevel programming approachs, such as linear and convex quadratic programs, can obtain the optimal solution to these problem through optimality conditions. For other types of bilevel programming problems research has focused on designing swarm intelligence and hybrid algorithms, which are currently more effective algorithm frameworks and have achieved better solutions when tested against certain problems. Existing methods for solving the BLPP can be grouped into the following categories: Classical approaches Some classic methods for BLPP include the simplex [14], branch-and-bound method [15], descending gradient method [16], and penalty function methods [17-19]. Classical methods typically apply the optimality conditions of the follower to convert the BLPP into a single-level problem. Dempe [14]used the simplex method to propose an algorithm for solving linear BLPP. The algorithm introduces slack variables to find a basis as a feasible solution of the BLPP, through a simplex and iterative method. Although this method is more effective for solving small-scale linear BLPP it cannot be directly extended to nonlinear problems. Susanne et al. [16] replaced the the follower problem a with Karush-Kuhn-Tucker condition and applied the optimal value method to transform the original problem into a single-level problems. This approach could effectively satisfy the complementary conditions in the mathematical programming problem in Banach space and introduce M stationarity. Using the dual gap as a penalty function, the literature of White [17] proposed an effective algorithm for solving the BLPP. It adopts a newly designed precise penalty function method to obtain the global optimal solution of the linear situation and conducts a novel theoretical analysis. In the literature [18, 19], a weak linear BLPP dealt with the penalty function and Karush-Kuhn-Tucker conditions. Evolutionary approaches The evolutionary algorithms, as representatives of the swarm intelligence optimisation technology, have been widely used to solve various BLPP over the past few decades. An early evolutionary algorithm was proposed by Mathieu et al. [20], who applied linear programming methods to handle followers’ problems and used a genetic algorithm to explore the search space of leaders’ problems. Focused on BLPPs whose follower’s problem is convex programming, Wang [21] proposed an evolutionary algorithm with an embedded constraint processing method. This method applies Karush-Kuhn-Tucker conditions to transform the followers’ problems, turning the original model into a single-level programming model. In addition, to obtain sufficient feasible solutions, a constraint-processing method was designed. Based on similar optimality conditions, Li [22] presented a genetic algorithm that solves nonlinear/linear fractional BLPP. In another study on the presence of the so-called pseudo-feasible solutions in evolutionary bilevel optimisation(QBCA-2), the focus was on determining how pseudo-feasible solutions can affect the performance of an evolutionary algorithm. Moreover, a novel and scalable set of test problems with characterised pseudo-feasible solutions was introduced in [23]. In the literature [24], a co-evolutionary algorithm was proposed to solve BLPP. In the evolution process, the follower problem was solved in two stages. Aboelnaga et al. [25] proposed an improved genetic algorithm and chaotic search method. Goshu et al. [26] proposed a metaheuristic algorithm for random BLPP. An evolutionary algorithm for solving nonlinear bilevel programming problems has been presented in the literature [27]. The algorithm is designed by reflecting the optimal solution of the follower problem to the leader problem. To ensure the quality of each iteration, the algorithm adaptive changes the population size during the evolution process and generates individuals using the tabu search method. Hybrid approaches The hybrid algorithm [28] is a common method used to solve BLPP. Abo-Elnaga et al. [29] proposed a multi-sine-cosine algorithm to solve nonlinear BLPP. The sine-cosine algorithms based on three different populations were presented. The first population was used to deal with the leader programming problem, while the second one addressed the follower programming problem. In addition, the Karush-Kuhn-Tucker condition was applied to transform the initial problem into a constrained optimisation problem, which was solved using the third population. If the objective function value is equal to zero, then the solution obtained by solving the leader and follower problems is deemed feasible. Wang [30] proposed a particle swarm distribution estimation algorithm with an embedded Estimation of Distribution Algorithm to solve nonlinear BLPP. Before executing the speed and location update rules in Partical Swarm Optimization, a Gaussian distribution was applied to generate offspring to replace some inferior individuals (particles) in the current population. EA based on approximate methods To avoid lengthy calculation processes, some evolutionary algorithms utilise approximation techniques to improve the efficiency of the intermediate calculation process. A bilayer covariance matrix adaptive evolution strategy(BLCMAES) is proposed in [31]. The method designed a sharing mechanism so that prior knowledge of the follower problem can be extracted from the leader optimizer, reduced the number of evaluations of the follower problem. Furthermore, an optimization-based elite retention mechanism is proposed to keep track of the elite and avoid incorrect solutions. Sinha et al. [32] proposed an evolutionary algorithm that uses approximate functions to adress BLPPs. For offspring generated by evolutionary operators, the approximation method can reduce the number of evaluations of the follower objective function. Using approximate Karush-Kuhn-Tucker conditions, Sinha et al. [33, 34] transformed the BLPP into a single-level optimisation problem; then leveraged an evolutionary algorithm embedded with the idea of neighbourhood measurements for the transformed model. Sinha et al. [35] presented an evolutionary optimisation algorithm (BLEAQ-2) that fits an extreme value mapping using the relationship between the leader and follower variables. Islam et al. [36] introduced an evolutionary algorithm that employs three types of surrogate models to approximate the optimal solution of the follower problem. Based on the linear programming optimality conditions, Li [37] proposed a genetic algorithm for solving linear BLPP. In this method, the follower is adopted as the search object of the evolutionary algorithm, and the lower variables in the leader problems are replaced by possible solution functions. This process locally optimises the leader variables.

Research motivation

In the field of engineering and economic management, optimization models involving different decision-making levels often appear, such problems are called multi-level optimization problems. Since the decision-making process of the problem is hierarchical, it is also called a hierarchical optimization problem. BLPP is a typical representative of multi-level hierarchical optimization problems, and has become an important research field for optimization problems due to its extensive practical application background and algorithmic challenges. Different from multi-objective optimization, the decision makers of BLPP are at two different levels, and this hierarchical structure often leads to problems that are non-convex and non-differentiable. Based on the above characteristics, it is often difficult for traditional optimization algorithms based on gradients to find the global optimal solution to the BLPP. Evolutionary algorithm be increasingly used to solve BLPP because it have the characteristics of global convergence, and there is no restriction on functions that are convex and differentiable. In this paper, driven the correlation coefficient and surrogate model, an evolutionary algorithm (TCEA) is proposed to solve complex nonlinear BLPP. The algorithm has the following characteristics: First, the isodata clustering method [38] is used to group the initial populations, and then determine the correlation coefficients of the leader and follower objective functions in each group based on the rank of the leader (follower) objective function, after that, some points are selected and updated in the offsprings based on the correlation coefficient value in each group. Second, for the offspring individuals produced by the crossover and mutation operators, the surrogate model is used to approximate the solution of the follower programming problem, and so does to reduce the number of evaluations of follower problems. The remainder of this paper is organized as follows. The basic concepts of BLPP are described in the next Section. The correlation coefficients and surrogate models are presented in Section 3. A new evolutionary algorithm based on the above methods are stated in Section 4. Experimental results and comparisons are provided in Section 5. We conclude our approach in Section 6.

Basic concepts

Some basic definitions for problem (1) are summarized as follows: Constraint region: Follower’s feasible set for x fixed: Projection of S onto the leader’s decision space: Follower’s rational reaction set for each x ∈ S(x) Inducible region: In terms of the aforementioned definitions, problem (1) can also be witten as In order to ensure that problem (1) is well posed, in the remainder, we always assume that (A1) S is nonempty and compact; (A2) For all decisions taken by the leader’s, the follower’s has some room to react, that is, S(x)≠ϕ; (A3) The follower’s problem has unique optimal solution for each fixed x.

Main improvement schemes

Correlation coefficients

The challenge faced in solving BLPP is that evaluating the follower programming problem involves a large amount of calculation. Therefore, to reduce the optimization times of the follower problem, we update a part of the population points by means of the relationship between the objective functions of the leader and follower (called correlation coefficients), thereby reducing the calculation times of the follower optimization problem. The correlation coefficients are defined as follows: Given z points, we acquire the leader and the follower objective function values F(x, y) and f(x, y), i = 1, 2, …, z. Then, we sort the objective functions based on their values, and the sequence numbers are denoted and , i = 1, 2, …, z, respectively. The sequence number difference between the sorted leader and follower objectives is obtained as follows: Correlation coefficient is defined as follows: The larger the value of ρ is, the more similar the changing trends of the objective functions of the leader and the follower are. Conversely, the changing trends of the objective functions of the leader and the follower are different. Particularly, if ρ = 1, the objective functions of the leader and follower exhibit exactly the same trends. When ρ = −1, the objective functions of the leader and the follower exhibit opposite trends. For example, we take z = 5 and set F(x1, y1) = 2.5, F(x2, y2) = 2.3, F(x3, y3) = 1.4, F(x4, y4) = 1.6, F(x5, y5) = 5.8. After sorting rank: F(x3, y3) = 1.4, F(x4, y4) = 1.6, F(x2, y2) = 2.3, F(x1, y1) = 2.5, F(x5, y5) = 5.8. . And given f(x1, y1) = 5.5, f(x2, y2) = 2.7, f(x3, y3) = 1.6, f(x4, y4) = 3.8, f(x5, y5) = 6.6. After sorting rank: f(x2, y2) = 1.6, f(x3, y3) = 2.7, f(x1, y1) = 3.8, f(x5, y5) = 5.5, f(x4, y4) = 6.6. . Then and the correlation coefficients It turns to be that, the objective functions of the leader and the follower have the more similar the changing trends.

Surrogate models

In BLPP, the procedure to finding a feasible solution results in a significant amount of computation in solving BLPP, particularly when the problem is large. And the optimal solutions to the follower’s problem are always determined by the leader’s variables. This means that the optimal solution of the follower problem is a function of the leader’s variables. However, the function is often implicit and can not be obtained analytically. In the proposed approach, we take the polynomial fitting as surrogate models [39] to estimate the optimal solutions to the follower’s problems. The polynomial fitting demonstrates better performance in fitting unknown functions and can efficiently decrease the computational times of the follower problems. It is noteworthy that for these fitting points, each follower’s variable value must be optimal when the leader’s components are fixed. In the proposed algorithm, the polynomial fitting is generated as follows. First, an initial population of N points x, i = 1, 2, …, N is gotten, the optimal solutions to the follower problem are denoted by y, i = 1, 2, …, N. thus N point pairs of can be obtained. These point pairs are used as fitting nodes to generate an polynomial curve. where i.e. each of y, j = 1, …, m, is a function of x and y(x) = (y1, y2, …, y). Where k is the highest degree of the polynomial, a0, a1, a2, …, a is the undetermined coefficient and calculated by: According to the above-mentioned method, we can obtain the approximate optimal solutions to the follower problem.

Proposed algorithm

In this manuscript, an evolutionary algorithm based on surrogate models and correlation coefficients, denoted by TCEA, is developed to solve BLPP. Fig 1 gives the flowchart of TCEA.
Fig 1

The frame diagram of TCEA.

The detailed procedure of the proposed algorithm can be described as follows: Step 1 (Initial population) The idea of uniform design [40] is adopted to produces N points x, i = 1, …, N, resulting in an initial population pop(0) of size N. Set gen = 0, D = Φ. Step 2 (Fitness evaluation) For each x, solve the follower problems and obtain the optimal solution y, i = 1, …, N. These points are put into D. The value of the leader objectives are taken as F(x, y), i = 1, …, N. Construct the polynomial fitting (surrogate models), as in Section 3.2. Use the isodata method to divide the generated points into p groups, denoted as I1, I2, …, I. Then take advantage of the correlation coefficients method in Section 3.1 to acquire the value of ρ in each group, denoted by ρ1, ρ2, …, ρ. Step 3 (Crossover) For each crossover parent individual x, take an best individual as , and perform the following crossover operator using the spherical search method: Set: here α ∈ (0, 1) is a constant, which is called the shrinkage rate of the radius, and the method is as follows: u, l is the leader and follower’s bounds of x. Take a uniformly distributed value of θ1, θ2, …, θ ∈ [0, 2π],β1, β2, …, β ∈ (−π/2, π/2) then use the spherical search method to generate a crossover operator as follows: (n is the dimension of the leader variable) Step 4 (Mutation) Gaussian mutation is adopted. Suppose that is an individual chosen for mutation, then the offspring of is generated as follows: Step 5 (Offspring population pop′(gen)) For offspring set (x, x, …, x) generated through the crossover and mutation operation. A surrogate model, the polynomial fitting, is used to obtain the approximated solutions to the follower’s program. We only update some of offspring points based on the value of ρ1, ρ2, …, ρ in each group as follows: Case 1: If in the group τ, τ = 1, 2, …, p, the value of ρ is greater than the given threshold μ > 0 (according to the results of the experiment), that is to say, this value is near to 1, it means that the leader’s and the follower’s objectives have the same changing trend. If the leader objective function at point (x, y) satisfies (a predetermined threshold), it means that the leader’s objective maybe become minimizer when the follower’s objective is optimized. As a result, point (x, y) needs to be updated, that is to say, the follower problem is solved and the solution to the follower’s problem is updated. If it is at point (x, y), it means that the point is unpromising even if the follower’s solution is updated. As a result, point (x, y) is not updated. Case 2: If in the group τ, τ = 1, 2, …, p, the value of ρ is less than the given threshold −μ (according to the results of the experiment), i.e. The value is near to −1, it means that the leader and the follower objective functions have opposite trends. At this case, the leader’s objective maybe become worse when the follower’s objective is minimized. However, it is expected the worsen objective values are still better than the predetermined threshold F*(a bilevel feasible objective value). This means these points with small objective values are potential to be refined. The smallest objective is denoted by F(maybe infeasible), and these points with objective value in [F, F*] should be further updated in a probabilistic sense. At point (x, y), if the objective satisfies that F(x, y) Obviously, Then, an offspring set pop′(gen) with size η, η ≤ λ, is obtained, and the values of the leader objective functions are F(x, y), i = 1, 2, …, η. Put these η solutions into archive set D. Step 6 (Selection) Select the best N individuals from set pop(gen)⋃D to form the next generation of population pop(gen + 1); Step 7 (Termination condition) If the stopping criterion is satisfied, then stop and output the best one in set D; otherwise, set gen = gen + 1, go to Step 3.

Simulation results

Test examples

To demonstrate the feasibility and efficiency of the proposed algorithm TCEA, it was compared with the three already existing algorithms [23, 35, 31] developed for dealing with BLPP. Furthermore, we tested TCEA on six examples taken from the literature [23]; All six examples are presented as follows: Example F01 Example F02 Example F03 Example F04 Example F05 Example F06

Parameter settings

In order to compare with the experimental data in the literature, the selected parameters are consistent with those in [23]. When the leader’s and follower’s variables are 5-dimensional, the parameters are chosen as follows: Leader’s variable dimension:n = 2; Follower’s variable dimension:m = 3; Popsize:N = 25; Maximum running algebra:G = 50; Mutation probability:Pm = 0.1; Crossover probability:Pc = 0.8; Number of runs:Numrun = 10; k = 1; When the leader’s and follower’s variables are 10-dimensional, the parameters are chosen as follows: Leader’s variable dimension:n = 5; Follower’s variable dimension:m = 5; Popsize:N = 50; Maximum running algebra:G = 50; Mutation probability:Pm = 0.1; Crossover probability:Pc = 0.8; Number of runs:Numrun = 10; k = 2; When the leader’s and follower’s variables are 20-dimensional, the parameters are chosen as follows: Leader’s variable dimension:n = 10; Follower’s variable dimension:m = 10; Popsize:N = 100; Maximum running algebra:G = 100; Mutation probability:Pm = 0.1; Crossover probability:Pc = 0.8; Number of runs:Numrun = 10; k = 5; The optimal solution obtained by the algorithm TCEA is recorded as: (x*, y*), the leader’s and follower’s objective function values are respectively denoted as:F(x*, y*) and f(x*, y*).

Result analysis

We executed an algorithm on a computer (Intel(R) Core(TM)i5-8250U CPU@ 160 GHz 1.80 GHz)using the MATLAB. For all six examples, TCEA was compared with the three algorithms in the literature [23, 31, 35]. Tables 1–3 shows the average value of optimal results running 10 times independently for all examples, and we calculated the results of dimension 5, dimension 10 and dimension 20. In order to facilitate the comparison of TCEA, we take the same stopping criterion as that in the literature, that is: the evaluation times of the objective function of the leader’s is the stopping criterion of TCEA. Among them, when the variable dimensions are 5 and 10, the evaluation times of the leader’s objective function are 2500 and 3500, respectively. The optimal solutions obtained are listed in Tables 1–3.
Table 1

Comparison between the results obtained by TCEA and the real objective values in the case of 5 dimensions.

Test problemReal − (F(x*, y*), f(x*, y*))((F(x*, y*), f(x*, y*))(x*, y*)
F01(0.0000, 0.0000)(0.0000, 0.0000)x* = (0.0000, 0.0000)y* = (0.0000, −10.0000, 0.0000)
F02(0.0000, 0.0000)(0.0000, 0.0000)x* = ((0.0000, 0.0000)y* = (0.0000, 1.4142, 1.7318)
F03(0.0000, 0.0000)(0.0000, 0.0000)x* = −0.0033, −0.0049)y* = (0.0000, 1.0000, 1.0000)
F04(0.0000, 0.0000)(0.0000, 0.0000)x* = (0.0000, 0.0000)y* = (10.0000, 10.0000, 0.0000)
F05(0.0000, 0.0000)(0.0000, 0.0000)x* = (0.0000, 0.0000)y* = (0.0000, 0.0000, 0.0000)
F06(0.0000, 0.0000)(0.0000, 0.0000)x* = (0.0008, 0.0000)y* = (0.0007, 0.0000, 0.0000)
Table 3

Comparison between the results obtained by TCEA and the real objective values in the case of 20 dimensions.

Test problemReal − (F(x*, y*), f(x*, y*))((F(x*, y*), f(x*, y*))(x*, y*)
F01(0.0000, 0.0000)(0.0515, −0.0515)x* = (−0.0503, 0.0754, −0.0500, 0.0420, −0.0187, −0.1244, −0.1043, −0.0767, −0.0058, 0.0803)y* = (−0.0001, 0.0002, −0.0001, 0.0000, 0.0000, −10.0000, 0.0000, 0.0000, 0.0000, 0.0000)
F02(0.0000, 0.0000)(0.2393, 0.2393)x* = (0.0008, 0.0007, −0.0002, 0.0007, −0.0012, 0.0009, −0.0003, −0.0002, 0.0002, −0.0002)y* = (0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 2.4515, 2.6435, 2.8248, 3.0006, 3.1622)
F03(0.0000, 0.0000)(0.0118, −0.0118)x* = (−0.0127, −0.0330, 0.0025, −0.0812, 0.0091, 0.0516, 0.0214, 0.0126, −0.0081, −0.0234)y* = (0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 1.0000, 1.0000, 1.0000, 1.0000, 1.0000)
F04(0.0000, 0.0000)(0.0001, −0.0001)x* = (−0.0034, −0.0018, −0.0060, 0.0051, −0.0005, 0.0018, −0.0008, −0.0068, 0.0004, −0.0034)y* = (9.9997, 9.9999, 9.9991, 9.9994, 10.0000, −0.0000, −0.0000, −0.0000, −0.0000, −0.0000)
F05(0.0000, 0.0000)(0.0001, 38.7202)x* = (−0.0007, 0.0067, 0.0038, −0.0034, 0.0027, 0.0033, −0.0042, 0.0045, −0.0003, −0.0007)y* = (−0.0007, 0.0067, 0.0038, −0.0034, 0.0027, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000)
F06(0.0000, 0.0000)(0.7544, 0.7455)x* = (−0.0029, −0.0088, −0.0082, −0.0082, −0.0067, 0.0005, 0.0011, 0.0035, 0.0023, −0.0020)y* = (−0.0029, −0.0086, −0.0081, −0.0082, −0.0068, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000)
When the problem’s dimension is 5, we can draw it from Table 1 that TCEA can find the same optimal value as the analytical solution on all test cases; When the dimension of the variable is 10, as can be seen from Table 2, for case F02, F04, and F05, TCEA can get the same optimal value as the analytical solution. In case F01 and F06, TCEA can attain the optimal value with a small error comparing with the analytical solution; In the case of variable dimensions are 20, in order to shorten the search time, we shrink the corresponding search space to half of the original search space, which is aimed at testing the computational savings of the algorithm on medium-scale problems in a short period of time. From Table 3, as far as the leader’s objective value is concerned, in Examples F01, F03, F04, and F05, the optimal solution of the leader objective function with small error corresponding to the analytical solution can be found. However, for the calculation examples F02 and F06, the error of the leader objective function value corresponding to the analytical solution is relatively large, which means that TCEA requires more calculation algebra.
Table 2

Comparison between the results obtained by TCEA and the real objective values in the case of 10 dimensions.

Test problemReal − (F(x*, y*), f(x*, y*))((F(x*, y*), f(x*, y*))(x*, y*)
F01(0.0000, 0.0000)(0.0043, −0.0043)x* = (0.0367, −0.0312, 0.0293, 0.0325, 0.0073)y* = (0.0000, 0.0000, −10.0000, 0.0000, 0.0000)
F02(0.0000, 0.0000)(0.0000, 0.0000)x* = ((0.0001, 0.0000, −0.0001, 0.0000, 0.0000)y* = (0.0000, 0.0000, 1.7318, 1.9998, 2.2361)
F03(0.0000, 0.0000)(0.0098, −0.0098)x* = (−0.0282, 0.0217, −0.0375, −0.0706, 0.0467)y* = (0.0000, 0.0000, 1.0000, 1.0000, 1.0000)
F04(0.0000, 0.0000)(0.0000, 0.0000)x* = (−0.0019, 0.0044, 0.0016, 0.0039, 0.0027)y* = (10.0000, 10.0000, 0.0000, 0.0000, 0.0000)
F05(0.0000, 0.0000)(0.0000, −0.0000)x* = (−0.0030, 0.0017, −0.0050, −0.0023, 0.0035)y* = (0.0030, 0.0017, −0.0000, 0.0000, 0.0000)
F06(0.0000, 0.0000)(0.0056, 0.0000)x* = (0.0169, 0.0160, −0.0509, 0.0100, 0.0096)y* = (0.0100, 0.0100, 0.0000, 0.0000, 0.0000)
In addition, in order to illustrate the performance of the proposed algorithm, the success rate of runs and an index of performance measurement, is introduced in algorithms. If the difference between the leader’s objective value obtained by TCEA and the known analytic solution in one run is less than ε1(ε1 = 1 × 10−2), then the algorithm is successful. The value of ε1 is consistent with the literature [23], and the success rate is defined as the number of successful runs dominates the total number of independent runs. Table 4 shows the results of 31 times independent runs. We recorded the success rate of finding the optimal solutions of the leader objective functions. It can be seen from Table 4 that when the dimension is 5, the results of Examples F04 and F06 are better than the other three algorithms, and when the dimension is 10, the success rate of example F06 are also superior to the algorithms in the literature. In addition, TCEA has also been used to test the case when the variable is 20-dimensional. TCEA is successful in the tested case, except cases F02 and F06.
Table 4

Success rates of QBCA-2, BLCMAES, BLEAQ-2 and TCEA on 5, 10 and 20-dimensional test problems.

Dimension Instance QBCA − 2 BLCMAES BLEAQ − 2 TCEA +/−/≈
5 − dimensionF01100%100%3%100%1/0/2
F02100%100%100%100%0/0/3
F03100%100%81%100%1/0/2
F0497%84%81%100%3/0/0
F0597%100%91%100%2/0/1
F0694%10%20%100%3/0/0
10 − dimensionF01100%87%3%100%2/0/1
F02100%0%0%100%2/0/1
F03100%100%0%100%1/0/2
F04100%36%0%100%2/0/1
F05100%68%3%100%2/0/1
F060%0%0%100%3/0/0
20 − dimensionF0160%
F0265%
F0360%
F0490%
F0590%
F0630%
The symbols “+”, “–” and ≈ indicate that the computational result is better than, worse than, and almost equal to that obtained by our algorithm, respectively. The best results are highlighted in bold in Table 4. Tables 5–7 show the median and standard deviation(Std) in 10 runs by the TCEA when the variable dimensions are 5, 10, and 20. Meanwhile, the computational results are compared with those in the literature [23] for 5-dimensional and 10-dimensional cases. UL and LL accuracy statistics stand for the objective values obtained at the leader’s and the follower’s levels, respectively.
Table 5

UL and LL accuracy statistics from 31 independent runs by QBCA2, BLCMAES, BLEAQ-2 and TCEA on 5-dimensional test problems.

MedianQBCA2BLCMAESBLEAQ-2TCEA+/−/≈
F01-UL4.31E-044.87E-073.64E-033.6089E-062/1/0
F02-UL3.83E-046.14E-073.42E-073.8025E-071/0/2
F03-UL4.94E-045.29E-075.98E-044.4321E-072/0/1
F04-UL5.24E-044.83E-079.50E-046.2367E-052/1/0
F05-UL5.57E-045.36E-076.89E-041.0013E-072/0/1
F06-UL4.08E-049.95E-019.71E-034.9845E-031/1/1
F01-LL4.31E-044.87E-073.51E-033.6089E-062/1/0
F02-LL3.83E-046.14E-073.41E-073.8025E-071/0/2
F03-LL4.94E-045.29E-074.41E-044.4321E-072/0/1
F04-LL5.24E-044.83E-074.97E-046.2367E-052/1/0
F05-LL5.57E-045.36E-072.86E-041.5000E-072/0/1
F06-LL4.08E-049.95E-013.81E-034.9845E-031/1/1
StdQBCA2BLCMAESBLEAQ-2TCEA+/−/≈
F01-UL2.52E-042.78E-073.15E-022.6884E-052/1/0
F02-UL2.92E-042.75E-072.42E-042.5533E-052/1/0
F03-UL2.89E-042.59E-072.23E-032.3438E-072/0/1
F04-UL2.34E-033.21E-073.89E-021.2666E-052/1/0
F05-UL2.55E-042.70E-071.77E-031.0013E-072/0/1
F06-UL1.38E-034.85E-012.11E-01 6.5971E-04 3/0/0
F01-LL2.52E-042.78E-073.16E-022.6884E-052/1/0
F02-LL2.92E-042.75E-072.42E-042.5533E-052/1/0
F03-LL2.89E-042.59E-072.12E-032.3438E-072/0/1
F04-LL2.34E-033.21E-073.91E-021.2666E-052/1/0
F05-LL2.55E-042.70E-073.88E-041.5000E-072/0/1
F06-LL2.91E-014.85E-011.90E-01 6.5971E-04 3/0/0
Table 7

UL and LL accuracy statistics from 31 independent runs by TCEA on 20-dimensional test problems.

Test problemsMedian-ULMedian-LLStd-ULStd-LL
F013.2173E-013.2173E-011.1127E-011.1127E-01
F021.5175E-011.5175E-013.3947E-013.3947E-01
F033.1980E-023.1980E-026.6445E-016.6445E-01
F043.4658E-013.4658E-019.6662E-029.6662E-02
F051.9597E-031.9597E-038.9441E-028.9441E-02
F067.830E-017.830E-012.0507E-022.0507E-02
To facilitate comparison and illustrate the effectiveness of the TCEA, when the variable is 5 and 10 dimensions, we multiplied both the median and standard deviation (Std) by 1 × 105 in Tables 5 and 6, and stipulated that the generated values greater than or equal to 100 are assigned 100. Figs 2 and 3 show the histogram corresponding to the median and Std in Table 5 for the case of 5-dimensional variables, and Figs 4 and 5 display the histogram corresponding to Median and Std in Table 6 for the case of 10-dimensional variable, respectively.
Table 6

UL and LL accuracy statistics from 31 independent runs by QBCA2, BLCMAES, BLEAQ-2 and TCEA on 10-dimensional test problems.

MedianQBCA2BLCMAESBLEAQ-2TCEA+/−/≈
F01-UL7.48E-041.33E-051.51E-021.2558E-052/0/1
F02-UL7.65E-042.21E+012.62E+01 4.2231E-05 3/0/0
F03-UL7.58E-046.94E-071.63E-025.0401E-072/0/1
F04-UL7.23E-041.48E-051.80E-011.5456E-041/1/1
F05-UL7.97E-048.38E-075.65E-021.8483E-041/1/1
F06-UL5.91E-019.95E-013.56E+00 1.5953E-03 3/0/0
F01-LL7.48E-041.33E-051.18E-021.2558E-052/0/1
F02-LL7.65E-042.21E+011.57E+01 4.2231E-05 3/0/0
F03-LL7.58E-046.94E-071.63E-025.0401E-072/0/1
F04-LL7.23E-041.48E-051.74E-011.5456E-041/1/1
F05-LL7.97E-048.38E-072.71E-021.8483E-041/1/1
F06-LL3.77E-019.95E-013.56E+00 1.5953E-03 3/0/0
StdQBCA2BLCMAESBLEAQ-2TCEA+/−/≈
F01-UL2.17E-044.09E+001.22E-01 1.1127E-05 3/0/0
F02-UL2.30E-043.09E+022.42E+01 3.3947E-05 3/0/0
F03-UL2.12E-041.94E-078.41E-026.6445E-052/1/0
F04-UL2.70E-047.69E-025.51E-01 9.6662E-05 3/0/0
F05-UL1.86E-041.34E-051.08E-01 1.9441E-04 1/1/1
F06-UL7.97E-011.09E+003.52E+00 2.0507E-02 3/0/0
F01-LL2.17E-044.09E+001.20E-01 1.1127E-05 3/0/0
F02-LL2.30E-043.09E+022.44E+01 3.3947E-05 3/0/0
F03-LL2.12E-041.94E-078.06E-026.6445E-052/1/0
F04-LL2.70E-047.69E-023.81E-01 9.6662E-05 3/0/0
F05-LL1.86E-041.34E-059.78E-021.9441E-041/1/1
F06-LL8.29E-011.09E+003.52E+00 2.0507E-02 3/0/0
Fig 2

Histogram of the median values on 5-dimensional problems.

Fig 3

Histogram of the Std values on 5-dimensional problems.

Fig 4

Histogram of the median values on 10-dimensional problems.

Fig 5

Histogram of the Std values on 10-dimensional problems.

It can be seen from Fig 2 that under the case of 5-dimensional variables, the median corresponding to the leader’s and the follower’s objective values are more effective than other methods in F01-03, and F05. Meanwhile, as can be seen from Fig 3, the Std corresponding to the leader and the follower objective function values of our algorithm in F03 and F05 is equivalent to the algorithm BLCMAES, but it is superior to the other two algorithms. On Problem F06, our algorithm is better than the other methods, and the advantage effect is obvious on Problems F03 and F05. As seen in Fig 4, for the problems with 10-dimensional variable, the medians corresponding to the leader’s and the follower’s objectives are more effective than other methods in Problems F02, F03, and F06. As shown in Fig 5, the Std corresponding to the leader and the follower objective functions obtained by TCEA are better than those by other compared algorithms on F01, F02, F04 and F06. It is quite difficult to solve the BLPP because we have to consider the hierarchy of the problem. Therefore, the amount of calculation required to solve the BLPP is very large. In the proposed algorithm, both an approximate computation scheme and correlation coefficients are adopted to reduce the computational cost caused by the follower’s optimization. To illustrate the efficiency of the proposed algorithm on the above computational examples, we execute the proposed algorithm using two kinds of the follower solution methods. One updates all offspring, whereas the other is to update only a part of them. The two algorithms stop once the optimal solutions are found. We recorded the CPU time for the purpose of comparison in Table 8 for cases of 5, 10 and 20-dimensional variables.
Table 8

Comparison of CUP time on 5, 10 and 20-dimensional test problems.

Test problemsOMCPU(s)5-dimensionCPU(s)5-dimensionOMCPU(s)10-dimensionCPU(s)10-dimensionOMCPU (s)20-dimensionCPU(s)20-dimension
F0176.3918 25.6869 320.2124 147.2344 1468.8002 511.7339
F0268.1150 19.4717 316.9745 146.1719 1324.3715 421.5966
F0360.6603 19.5352 357.3386 153.7178 1765.9101 456.8823
F0479.0735 25.6744 330.0804 144.2656 1934.5218 508.3447
F0586.4893 23.6563 365.4467 150.8125 1518.6654 413.2659
F0677.4086 17.4531 337.4687 156.4531 2009.7399 514.8885
OMCPU represents CPU time needed by the method of updating all offspring, whereas CPU stands for the computational time cost by the method of only updating a part of individuals. Table 8 reveals that the proposed algorithm can save computational cost effectively for each example, which indicates that the proposed approximate scheme is efficient.

Conclusion

BLPP is one of the hardest optimization models because it always accumulates the computational complexity of the hierarchical structure. Solving nonlinear BLPP is more challenging than solving linear BLPP. In this paper, we study a class of nonlinear BLPP problems, therefore, it has certain difficulties in both the accuracy of the solutions and the amount of calculations. Three efficient techniques are embedded in the proposed algorithm to improve the accuracy of the solutions and reduce the computational cost of the problem. One is the correlation coefficient method used to select the offspring obtained through crossover and mutation, this technique can appropriately reduce the computational complexity of solving the follower problem, that is to say it is can save a lots of CPU time of the algorithm. The other is the surrogate model which can efficiently reduce the computational cost of obtaining bilevel feasible solutions. The last technique is that the designed crossover and mutation operators can make the offspring individuals develop in a better direction, thereby improving the accuracy of the solutions. The simulation results in six computational examples show the efficiency of the proposed algorithm. In the future research, the proposed algorithm will be adjusted and applied to solve some real-world problems which can be modeled as BLPP. 23 Jun 2022
PONE-D-22-04037
An evolutionary algorithm based on an approximation method and related techniques to solve bilevel programming problems
PLOS ONE Dear Dr. Liu, Thank you for submitting your manuscript to PLOS ONE. After careful consideration, we feel that it has merit but does not fully meet PLOS ONE’s publication criteria as it currently stands. Therefore, we invite you to submit a revised version of the manuscript that addresses the points raised during the review process.
Please submit your revised manuscript by Aug 07 2022 11:59PM. If you will need more time than this to complete your revisions, please reply to this message or contact the journal office at plosone@plos.org. When you're ready to submit your revision, log on to https://www.editorialmanager.com/pone/ and select the 'Submissions Needing Revision' folder to locate your manuscript file. Please include the following items when submitting your revised manuscript:
If you would like to make changes to your financial disclosure, please include your updated statement in your cover letter. Guidelines for resubmitting your figure files are available below the reviewer comments at the end of this letter. A rebuttal letter that responds to each point raised by the academic editor and reviewer(s). You should upload this letter as a separate file labeled 'Response to Reviewers'. A marked-up copy of your manuscript that highlights changes made to the original version. You should upload this as a separate file labeled 'Revised Manuscript with Track Changes'. An unmarked version of your revised paper without tracked changes. You should upload this as a separate file labeled 'Manuscript'. If applicable, we recommend that you deposit your laboratory protocols in protocols.io to enhance the reproducibility of your results. Protocols.io assigns your protocol its own identifier (DOI) so that it can be cited independently in the future. For instructions see: https://journals.plos.org/plosone/s/submission-guidelines#loc-laboratory-protocols. Additionally, PLOS ONE offers an option for publishing peer-reviewed Lab Protocol articles, which describe protocols hosted on protocols.io. Read more information on sharing protocols at https://plos.org/protocols?utm_medium=editorial-email&utm_source=authorletters&utm_campaign=protocols. We look forward to receiving your revised manuscript. Kind regards, Seyedali Mirjalili Academic Editor PLOS ONE Journal Requirements: When submitting your revision, we need you to address these additional requirements. 1. Please ensure that your manuscript meets PLOS ONE's style requirements, including those for file naming. The PLOS ONE style templates can be found at https://journals.plos.org/plosone/s/file?id=wjVg/PLOSOne_formatting_sample_main_body.pdf and https://journals.plos.org/plosone/s/file?id=ba62/PLOSOne_formatting_sample_title_authors_affiliations.pdf 2. We note that the grant information you provided in the ‘Funding Information’ and ‘Financial Disclosure’ sections do not match. When you resubmit, please ensure that you provide the correct grant numbers for the awards you received for your study in the ‘Funding Information’ section. 3. In your Data Availability statement, you have not specified where the minimal data set underlying the results described in your manuscript can be found. PLOS defines a study's minimal data set as the underlying data used to reach the conclusions drawn in the manuscript and any additional data required to replicate the reported study findings in their entirety. All PLOS journals require that the minimal data set be made fully available. For more information about our data policy, please see http://journals.plos.org/plosone/s/data-availability. Upon re-submitting your revised manuscript, please upload your study’s minimal underlying data set as either Supporting Information files or to a stable, public repository and include the relevant URLs, DOIs, or accession numbers within your revised cover letter. For a list of acceptable repositories, please see http://journals.plos.org/plosone/s/data-availability#loc-recommended-repositories. Any potentially identifying patient information must be fully anonymized. Important: If there are ethical or legal restrictions to sharing your data publicly, please explain these restrictions in detail. Please see our guidelines for more information on what we consider unacceptable restrictions to publicly sharing data: http://journals.plos.org/plosone/s/data-availability#loc-unacceptable-data-access-restrictions. Note that it is not acceptable for the authors to be the sole named individuals responsible for ensuring data access. We will update your Data Availability statement to reflect the information you provide in your cover letter. 4. Please ensure that you refer to Figure 1 in your text as, if accepted, production will need this reference to link the reader to the figure. 5. Please include captions for your Supporting Information files at the end of your manuscript, and update any in-text citations to match accordingly. Please see our Supporting Information guidelines for more information: http://journals.plos.org/plosone/s/supporting-information. 6. Please review your reference list to ensure that it is complete and correct. If you have cited papers that have been retracted, please include the rationale for doing so in the manuscript text, or remove these references and replace them with relevant current references. Any changes to the reference list should be mentioned in the rebuttal letter that accompanies your revised manuscript. If you need to cite a retracted article, indicate the article’s retracted status in the References list and also include a citation and full reference for the retraction notice. [Note: HTML markup is below. Please do not edit.] Reviewers' comments: Reviewer's Responses to Questions Comments to the Author 1. Is the manuscript technically sound, and do the data support the conclusions? The manuscript must describe a technically sound piece of scientific research with data that supports the conclusions. Experiments must have been conducted rigorously, with appropriate controls, replication, and sample sizes. The conclusions must be drawn appropriately based on the data presented. Reviewer #1: Yes Reviewer #2: Yes ********** 2. Has the statistical analysis been performed appropriately and rigorously? Reviewer #1: Yes Reviewer #2: Yes ********** 3. Have the authors made all data underlying the findings in their manuscript fully available? The PLOS Data policy requires authors to make all data underlying the findings described in their manuscript fully available without restriction, with rare exception (please refer to the Data Availability Statement in the manuscript PDF file). The data should be provided as part of the manuscript or its supporting information, or deposited to a public repository. For example, in addition to summary statistics, the data points behind means, medians and variance measures should be available. If there are restrictions on publicly sharing data—e.g. participant privacy or use of data from a third party—those must be specified. Reviewer #1: No Reviewer #2: Yes ********** 4. Is the manuscript presented in an intelligible fashion and written in standard English? PLOS ONE does not copyedit accepted manuscripts, so the language in submitted articles must be clear, correct, and unambiguous. Any typographical or grammatical errors should be corrected at revision, so please note any specific errors here. Reviewer #1: Yes Reviewer #2: Yes ********** 5. Review Comments to the Author Please use the space provided to explain your answers to the questions above. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. (Please upload your review as an attachment if it exceeds 20,000 characters) Reviewer #1: The paper presents an interesting approach to improve the evolutionary algorithm for solving the complex nonlinear optimization problems. The paper is in the scope of PLOSE ONE and it has some strengths which can be it publishable. However, it has some weakness that should be overcome: • Section Basic concepts is not clear enough. Please re-write this section. • The application of the new proposed model needs to be supplemented. • There are too many abbreviations in the full text, which is not conducive to readers' reading. It is recommended to optimize. • Some abbreviations in the first time don't explain the meaning. • Fig 1 is not good, please change it. I recommend the authors to have a look at the following works: “Efficient method using Whale Optimization Algorithm for reliability-based design optimization of labyrinth spillway” or “A hybrid teaching–learning slime mould algorithm for global optimization and reliability-based design optimization problems “or even “Accurate Structural Reliability Analysis Using an Improved Line-Sampling-Method-Based Slime Mold Algorithm”. • Some equations haven’t number. Line 268, 283, etc. It is recommended to identify the equations through numbering. • The quality of Figs. 2-5 needs to improve. • Conclusions should be more forceful and elaborated. Good Luck Reviewer #2: The paper proposes An evolutionary algorithm based on an approximation method and related techniques to solve bilevel programming problems. This is an interesting study, and the paper is generally well written and structured. However, in my opinion, the paper has some shortcomings: English needs revision by a native speaker. The pros and cons of related work should be summarized in the introduction section, in order to highlight your work's novelty. The real problem is not clearly identified. Authors are required to critically analyze the limitations and difficulties in previous studies, add some discussion on the existing methods and highlight what are their strengths and weaknesses so that justifies the development of a new model. The materials for the literature review are not very well arranged to justify the proposed solution. Results and discussions do not clearly support the claimed contribution. Conclusion has to be improved. ********** 6. PLOS authors have the option to publish the peer review history of their article (what does this mean?). If published, this will include your full peer review and any attached files. If you choose “no”, your identity will remain anonymous but your review may still be made public. Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy. Reviewer #1: No Reviewer #2: Yes: nima khodadadi ********** [NOTE: If reviewer comments were submitted as an attachment file, they will be attached to this email and accessible via the submission site. Please log into your account, locate the manuscript record, and check for the action link "View Attachments". If this link does not appear, there are no attachment files.] While revising your submission, please upload your figure files to the Preflight Analysis and Conversion Engine (PACE) digital diagnostic tool, https://pacev2.apexcovantage.com/. PACE helps ensure that figures meet PLOS requirements. To use PACE, you must first register as a user. Registration is free. Then, login and navigate to the UPLOAD tab, where you will find detailed instructions on how to use the tool. If you encounter any issues or have any questions when using PACE, please email PLOS at figures@plos.org. Please note that Supporting Information files do not need this step.
28 Jul 2022 Responses to the comments The author thanks the editor and the reviewers for their professional and valuable suggestions and has revised the manuscript according to these suggestions, which makes the paper clearer and more readable than the original version. For each suggestion or comment, the detailed answer is given as follows: Journal Requirements: Q1: Please ensure that your manuscript meets PLOS ONE's style requirements, including those for file naming. The PLOS ONE style templates can be found at https://journals.plos.org/plosone/s/file?id=wjVg/PLOSOne_formatting_sample_main_body.pdf and https://journals.plos.org/plosone/s/file?id=ba62/PLOSOne_formatting_sample_title_authors_affiliations.pdf A1:We have ensured that our manuscripts comply with PLOS ONE's style requirements, including file naming requirements. Q2: We note that the grant information you provided in the ‘Funding Information’ and ‘Financial Disclosure’ sections do not match. A2:We have checked and corrected the relevant information in the "Funding Information" and "Financial Disclosure" sections in the submission system. Q3:In your Data Availability statement, you have not specified where the minimal data set underlying the results described in your manuscript can be found. PLOS defines a study's minimal data set as the underlying data used to reach the conclusions drawn in the manuscript and any additional data required to replicate the reported study findings in their entirety. All PLOS journals require that the minimal data set be made fully available. For more information about our data policy, please see http://journals.plos.org/plosone/s/data-availability. A3:We uploaded the minimal dataset to the submission system as "Figure". Q4: Please ensure that you refer to Figure 1 in your text as, if accepted, production will need this reference to link the reader to the figure. A4:We have corrected Fig. 1, please see the supporting information file. Q5:Please review your reference list to ensure that it is complete and correct. If you have cited papers that have been retracted, please include the rationale for doing so in the manuscript text, or remove these references and replace them with relevant current references. Any changes to the reference list should be mentioned in the rebuttal letter that accompanies your revised manuscript. If you need to cite a retracted article, indicate the article’s retracted status in the References list and also include a citation and full reference for the retraction notice. A5:We rechecked the references and made corrections. For Reviewer #1 Q1: Section Basic concepts is not clear enough. Please re-write this section. A1: The basic concepts covered in this paper have been re-examined and corrected, such as the concepts in line 192. Q2: The application of the new proposed model needs to be supplemented. A2: The application of the newly proposed model has been theoretically supplemented in the research motivation section (lines 163-176), and the specific application of the model is the content of the author's follow-up research. Q3: There are too many abbreviations in the full text, which is not conducive to readers' reading. It is recommended to optimize. Some abbreviations in the first time don't explain the meaning. A3: We have supplemented the abbreviations in the full text, such as lines 11, 33, 86, 94, 100, 103, 114, 130, 134, 136, 150. Q4: Fig 1 is not good, please change it. A4: We have corrected Fig. 1, please see the supporting information file. Q5: Some equations haven’t number. Line 268, 283, etc. It is recommended to identify the equations through numbering. A5: We have rechecked and renumbered the equations. See lines 223, 224, 260, 261, 264, 287, 291, 294, 320. Q6: The quality of Figs. 2-5 needs to improve. A6: We have made improvements to Fig. 2-5. See supporting information file. Q7: Conclusions should be more forceful and elaborated. A7: We have supplemented the conclusion section, see the conclusion section (lines 447-461). For Reviewer #2 Q1: English needs revision by a native speaker. A1: We have edited the language on the "editage" recommended by the PLOS ONE journal before submitting the manuscript, and we have rechecked the English grammar. Q2: The pros and cons of related work should be summarized in the introduction section, in order to highlight your work's novelty. A2:Research motivations in the introduction section have been rewritten, see lines 163-176. Q3: The real problem is not clearly identified. Authors are required to critically analyze the limitations and difficulties in previous studies, add some discussion on the existing methods and highlight what are their strengths and weaknesses so that justifies the development of a new model. A3:Research motivations in the introduction section have been rewritten, see lines 163-176. Q4: The materials for the literature review are not very well arranged to justify the proposed solution. A4:We have re-examined and re-corrected in the literature review section. Q5:Results and discussions do not clearly support the claimed contribution. Conclusion has to be improved. A5: The contribution of this paper mainly lies in the improvement of the optimal solution (see Table 1-3), and the accuracy statistics and CPU time of the algorithm (see Table 5-6,8). Q6:Conclusion has to be improved. A6: We have supplemented the conclusion section, see the conclusion section (lines 447-461). Submitted filename: Response to Reviewers.docx Click here for additional data file. 11 Aug 2022 Based on an approximation method and related techniques evolutionary algorithm of bilevel programming problems PONE-D-22-04037R1 Dear Dr. Liu, We’re pleased to inform you that your manuscript has been judged scientifically suitable for publication and will be formally accepted for publication once it meets all outstanding technical requirements. Within one week, you’ll receive an e-mail detailing the required amendments. When these have been addressed, you’ll receive a formal acceptance letter and your manuscript will be scheduled for publication. An invoice for payment will follow shortly after the formal acceptance. To ensure an efficient process, please log into Editorial Manager at http://www.editorialmanager.com/pone/, click the 'Update My Information' link at the top of the page, and double check that your user information is up-to-date. If you have any billing related questions, please contact our Author Billing department directly at authorbilling@plos.org. If your institution or institutions have a press office, please notify them about your upcoming paper to help maximize its impact. If they’ll be preparing press materials, please inform our press team as soon as possible -- no later than 48 hours after receiving the formal acceptance. Your manuscript will remain under strict press embargo until 2 pm Eastern Time on the date of publication. For more information, please contact onepress@plos.org. Kind regards, Seyedali Mirjalili Academic Editor PLOS ONE Additional Editor Comments (optional): Reviewers' comments: Reviewer's Responses to Questions Comments to the Author 1. If the authors have adequately addressed your comments raised in a previous round of review and you feel that this manuscript is now acceptable for publication, you may indicate that here to bypass the “Comments to the Author” section, enter your conflict of interest statement in the “Confidential to Editor” section, and submit your "Accept" recommendation. Reviewer #1: All comments have been addressed Reviewer #2: All comments have been addressed ********** 2. Is the manuscript technically sound, and do the data support the conclusions? The manuscript must describe a technically sound piece of scientific research with data that supports the conclusions. Experiments must have been conducted rigorously, with appropriate controls, replication, and sample sizes. The conclusions must be drawn appropriately based on the data presented. Reviewer #1: Yes Reviewer #2: Yes ********** 3. Has the statistical analysis been performed appropriately and rigorously? Reviewer #1: Yes Reviewer #2: Yes ********** 4. Have the authors made all data underlying the findings in their manuscript fully available? The PLOS Data policy requires authors to make all data underlying the findings described in their manuscript fully available without restriction, with rare exception (please refer to the Data Availability Statement in the manuscript PDF file). The data should be provided as part of the manuscript or its supporting information, or deposited to a public repository. For example, in addition to summary statistics, the data points behind means, medians and variance measures should be available. If there are restrictions on publicly sharing data—e.g. participant privacy or use of data from a third party—those must be specified. Reviewer #1: Yes Reviewer #2: Yes ********** 5. Is the manuscript presented in an intelligible fashion and written in standard English? PLOS ONE does not copyedit accepted manuscripts, so the language in submitted articles must be clear, correct, and unambiguous. Any typographical or grammatical errors should be corrected at revision, so please note any specific errors here. Reviewer #1: Yes Reviewer #2: Yes ********** 6. Review Comments to the Author Please use the space provided to explain your answers to the questions above. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. (Please upload your review as an attachment if it exceeds 20,000 characters) Reviewer #1: (No Response) Reviewer #2: (No Response) ********** 7. PLOS authors have the option to publish the peer review history of their article (what does this mean?). If published, this will include your full peer review and any attached files. If you choose “no”, your identity will remain anonymous but your review may still be made public. Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy. Reviewer #1: No Reviewer #2: Yes: Nima Khodadadi ********** 19 Aug 2022 PONE-D-22-04037R1 An evolutionary algorithm based on approximation method and related techniques for solving bilevel programming problems Dear Dr. Liu: I'm pleased to inform you that your manuscript has been deemed suitable for publication in PLOS ONE. Congratulations! Your manuscript is now with our production department. If your institution or institutions have a press office, please let them know about your upcoming paper now to help maximize its impact. If they'll be preparing press materials, please inform our press team within the next 48 hours. Your manuscript will remain under strict press embargo until 2 pm Eastern Time on the date of publication. For more information please contact onepress@plos.org. If we can help with anything else, please email us at plosone@plos.org. Thank you for submitting your work to PLOS ONE and supporting open access. Kind regards, PLOS ONE Editorial Office Staff on behalf of Prof. Seyedali Mirjalili Academic Editor PLOS ONE
  3 in total

1.  An Enhanced Memetic Algorithm for Single-Objective Bilevel Optimization Problems.

Authors:  Md Monjurul Islam; Hemant Kumar Singh; Tapabrata Ray; Ankur Sinha
Journal:  Evol Comput       Date:  2016-11-07       Impact factor: 3.277

2.  A Random Forest-Assisted Evolutionary Algorithm for Data-Driven Constrained Multiobjective Combinatorial Optimization of Trauma Systems.

Authors:  Handing Wang; Yaochu Jin
Journal:  IEEE Trans Cybern       Date:  2018-09-26       Impact factor: 11.448

3.  A linear bi-level multi-objective program for optimal allocation of water resources.

Authors:  Ijaz Ahmad; Fan Zhang; Junguo Liu; Muhammad Naveed Anjum; Muhammad Zaman; Muhammad Tayyab; Muhammad Waseem; Hafiz Umar Farid
Journal:  PLoS One       Date:  2018-02-14       Impact factor: 3.240

  3 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.