Abstract

Here, a two-phase algorithm is proposed for solving bounded continuous-time nonlinear optimal control problems (NOCP). In each phase of the algorithm, a modified hybrid genetic algorithm (MHGA) is applied, which performs a local search on offsprings. In first phase, a random initial population of control input values in time nodes is constructed. Next, MHGA starts with this population. After phase 1, to achieve more accurate solutions, the number of time nodes is increased. The values of the associated new control inputs are estimated by Linear interpolation (LI) or Spline interpolation (SI), using the curves obtained from the phase 1. In addition, to maintain the diversity in the population, some additional individuals are added randomly. Next, in the second phase, MHGA restarts with the new population constructed by above procedure and tries to improve the obtained solutions at the end of phase 1. We implement our proposed algorithm on 20 well-known benchmark and real world problems; then the results are compared with some recently proposed algorithms. Moreover, two statistical approaches are considered for the comparison of the LI and SI methods and investigation of sensitivity analysis for the MHGA parameters.

1. Introduction

NOCPs are dynamic optimization problems with many applications in industrial processes such as airplane, robotic arm, bio-process system, biomedicine, electric power systems, and plasma physics [1].

High-quality solutions and the less required computational time are main issues for solving NOCPs. The numerical methods, direct [2] or indirect [3], usually have two main deficiencies, less accuracy and convergence to a local solution. In direct methods, the quality of solution depends on discretization resolution. Since these methods, using control parametrization, convert the continuous problem to discrete problem, they have less accuracy. However, the adaptive strategies [4, 5] can overcome these defects, but they may be trapped by a local optimal, yet. In indirect approaches, the problem, through the use of the Pontryagins minimum principle (PMP), is converted into a two-boundary value problem (TBVP) that can be solved by numerical methods such as shooting method [6]. These methods need the good initial guesses that lie within the domain of convergence. Therefore, the numerical methods, usually are not suitable for solving NOCPs, especially for large-scale and multimodal models.

Metaheuristics as the global optimization methods can overcome these problems, but they usually need more computational time, though they do not really need good initial guesses and deterministic rules. Several researchers used metaheuristics to solve optimal control problems. For instance, Michalewicz et al. [7] applied floating-point Genetic algorithms (GA) to solve discrete time optimal control problems; Yamashita and Shima [8] used the classical GAs to solve the free final time optimal control problems with terminal constraints. Abo-Hammour et al. [9] used continuous GA for solving NOCPs. Moreover, the other usages of GA for optimal control problems can be found in [6, 10]. Lopez Cruz et al. [11] applied differential evolution (DE) algorithms for solving the multimodal optimal control problems. Recently, Ghosh et al. [12] developed an ecologically inspired optimization technique, called invasive weed optimization (IWO), for solving optimal control problems. The other well-known metaheuristic algorithms used for solving NOCPs are genetic programming (GP) [13], particle swarm optimization (PSO) [14, 15], ant colony optimization (ACO) [16], and DE [17, 18].

To increase the quality of solutions and decrease the running time, hybrid methods were introduced, which used a local search in the implementation of a population-based metaheuristics, [19]. Modares and Naghibi-Sistani [20] proposed a hybrid algorithm by integrating an improved PSO with successive quadratic programming (SQP) for solving NOCPs. Recently, Sun et al. [21] proposed a hybrid improved GA, which used simplex method (SM) to perform a local search, for solving NOCPs and applied it for chemical processes.

Based on the success of the hybrid methods for solving NOCPs, mentioned above, we here use a modified hybrid genetic algorithm (MHGA), which combines GA with SQP, see [22], as a local search. SQP is an iterative algorithm for solving nonlinear programming (NLP) problems, which uses gradient information. It can moreover be used for solving NOCPs, see [2325]. For decreasing the running time in the early generations (iterations) of MHGA, a less number of iterations for SQP was used and then, when the promising region of search space was found, we increase the number of iterations of SQP, gradually.

To perform MHGA for solving an NOCP, the time interval is uniformly divided by using a constant number of time nodes. Next, in each of these time nodes, the control variable is approximated by a scaler vector of control input values. Thus, an infinite dimensional NOCP is changed to a finite dimensional NLP. Now, we encounter two conflict situations: the quality of the global solution and the needed computational time. In other words, when the number of time nodes is increased, then we expect that the quality of the global solution is also increased, but we know that in this situation the computational time is increased dramatically. In other situation, if we consider less number of time nodes, then the computational time is decreased but we may find a poor local solution. To conquer these problems, MHGA performs in two phases. In the first phase (exploration phase), to decrease the computational time and to find a promising region of search space, MHGA uses a less number of time nodes. After phase 1, to increase the quality of solutions obtained from phase 1, the number of time nodes is increased. Using the population obtained in phase 1, the values of the new control inputs are estimated by Linear or Spline interpolations. Next, in the second phase (exploitation phase), MHGA uses the solutions constructed by the above procedure, as an initial population.

The paper is organized as follows: in Section 2, the formulation of the problem is introduced. In Section 3, the proposed MHGA is presented. In Section 4, we introduce our algorithm for solving NOCP. In Section 5, we provide 20 numerical benchmark examples, to compare the proposed algorithm with the other recently proposed algorithms. In Section 6, we consider two statistical approaches for the comparison of the LI and SI methods and investigation of sensitivity analysis of the algorithm parameters. The impact of SQP, as local search, in the proposed algorithm is surveyed in Section 7. We conclude in Section 8.

2. Formulation of Problem

The bounded continuous-time NOCP is considered as finding the control input , over the planning horizon , which minimizes the cost functional:subject towhere denotes the state vector for the system and is the initial state. The functions , , , , , and are assumed to be sufficiently smooth on appropriate open sets. Cost function (1) must be minimized subject to dynamic (2), control and state equality constraints (3) and control and state inequality constraints (4), the final state constraints (5), and the initial condition (6). A special case of the NOCPs is the linear quadratic regulator (LQR) problem where the dynamic equations are linear and the objective function is a quadratic function of and . The minimum time problems, tracking problem, terminal control problem and minimum energy are another special case of NOCPs.

3. Modified Hybrid Genetic Algorithm

In this section, first MHGA, as a subprocedure for the main algorithm, is introduced. To perform MHGA, the control variables are discretized. Next, NOCP is changed into a finite dimensional NLP; see [21, 26]. Now, we can imply a GA to find the global solution of the corresponding NLP. In the following, we introduce GA operators.

3.1. Underlying GA

GAs, introduced by Holland in 1975, are heuristics and probabilistic methods [27]. These algorithms start with an initial population of solutions. This population is evaluated by using genetic operators that include selection, crossover, and mutation. Here, in MHGA, the underlying GA has the following steps.

Initialization. The time interval is divided into subintervals using time nodes and then the control input values are computed (or selected randomly). This can be done by the following stages.(1)Let , where , , be time nodes, where and are the initial and final times, respectively.(2)The corresponding control input value at each time node is an vector, , which can be calculated randomly, with the following components.where is a random number in with a uniform distribution and are the lower and the upper bound vectors of control input values, which can be given by the problem’s definition or the user (e.g., see the NOCPs numbers and in the Appendix, resp.). So, each individual of the population is an matrix as . Next, we let , as th individual of the population, which is the size of the population.

Evaluation. For each control input matrix, , , the corresponding state variable is an matrix, , and it can be computed by the forth Runge-Kutta method on dynamic system (2) with the initial condition (6), approximately. Then, the performance index, , is approximated by a numerical method (denoted by ). If NOCP includes equality or inequality constraints (3) or (4), then we add some penalty terms to the corresponding fitness value of the solution. Finally, we assign to as the fitness value as follows:where , and are big numbers, as the penalty parameters, , , , , and , are defined in (3), (4), and (5), respectively.

Selection. To select two parents, we use a tournament selection [27]. It can be applied for parallel GA. The tournament operator applies competition among the same individuals, and the best of them is selected for next generation. At first we select a specified number of individuals from population, randomly. This number is tournament selection parameter, which is denoted by . The tournament algorithm is given in Algorithm 1.

{Initialization} Input the the size of tournament, and select
individuals from population, randomly. Let be the indexes of them.
repeat
if     then
  if     then
   Let .
  else
   Let .
  end if
end if
Perform Tournament algorithm with size with output .
Perform Tournament algorithm with size with output .
until  
Return the th individual of population.

Crossover. When two parents and are selected, we use the following stages to construct an offspring.(1)Select the following numbersrandomly, where is a random number in .(2)Letwhere , is defined in (9). For and , if , then let and if , then let .(3)Let , where is the best , constructed by (10).

Mutation. We apply a perturbation on each component of the offspring as follows:where is selected randomly in and is a random number, with a uniform distribution in . If , then let and if , then let .

Replacement. Here, in the underling GA, we use a traditional replacement strategy. The replacement is done, if the new offspring has two properties: first, it is better than the worst person in the population, , second, it is not very similar to a person in the population; that is, for each , at least one of the following conditions is satisfied:where is the machine epsilon.

Termination Conditions. Underlying GA is terminated when at least one of the following conditions is occurred.(1)The maximum number of generations, , is reached.(2)Over a specified number of generations, , we do not have any improvement (the best individual is not changed) or the two-norm, or error, of final state constraints will reach a small number as the desired precision, ; that is,where is the vector of final state constraints, defined in (5).

3.2. SQP

The fitness value in (8) can be viewed as a nonlinear objective function with the decision variable as . This cost function with upper and lower bounds of input signals construct a finite dimensional NLP problem as followingSQP algorithm [22, 28] is performed on the NLP (14)-(15), using and constructed in (11), as the initial solution when the maximum number of iteration is .

SQP, is an effective and iterative algorithm for the numerical solution of the constrained NLP problem. This technique is based on finding a solution to the system of nonlinear equations that arise from the first-order necessary conditions for an extremum of the NLP problem. Using an initial solution of NLP, , , a sequence of solutions as is constructed, which is the optimal solution of the constructed quadratic programming (QP) that approximates NLP in the iteration based on , as the search direction in the line search procedure. For the NLP (15), the principal idea is the formulation of a QP subproblem based on a quadratic approximation of the Lagrangian function as , where the vector is Lagrangian multiplier and return the vector of, inequality constraints evaluated at . The QP is obtained by linearizing the nonlinear functions as follows:Similar to [26], here a finite difference approximation is applied to compute the gradient of the cost function and the constraints, with the following components:where is the double precision of machine. So, the gradient vector is . Also, at each major iteration a positive definite quasi-Newton approximation of the Hessian of the Lagrangian function, , is calculated using the BFGS method [28], where , , is an estimate of the Lagrange multipliers. The general procedure for SQP, for NLP (14)-(15), is as follows.(1)Given an initial solution . Let .(2)Construct the QP subproblem (16)-(17), based on , using the approximations of the gradient and the Hessian of the the Lagrangian function.(3)Compute the new point as , where is the optimal solution of the current QP.(4)Let and go to step .Here, in MHGA, SQP is used as the local search, and we use the maximum number of iterations as the main criterion for stopping SQP. In other words, we terminate SQP when it converges either to local solution or the maximum number of SQP’s iterations is reached.

3.3. MHGA

In MHGA, GA uses a local search method to improve solutions. Here, we use SQP as a local search. Using SQP as a local search in the hybrid metaheuristic is common, for example, see [20].

MHGA can be seen as a multi start local search where initial solutions are constructed by GA. From another perspective, MHGA can be seen as a GA that the quality of its population is intensified by SQP. In the beginning of MHGA, a less number of iterations for SQP was used. Then, when the promising regions of search space were found by GA operators, we increase the number of iterations of SQP gradually. Using this approach, we may decrease the needed running time (in [19] the philosophy of this approach is discussed).

Finally, we give our modified MHGA, to find the global solution, by the flowchart in Figure 1.

4. Proposed Algorithm

Here, we give a new algorithm, which is a direct approach, based on MHGA, for solving NOCPs. The proposed algorithm has two main phases. In the first phase, we perform MHGA with a completely random initial population constructed by (7). In the first phase, to find the promising regions of the search space, in a less running time, we use a few numbers of time nodes. In addition, to have a faster MHGA, the size of the population in the first phase is usually less than the size of the population in the second phase.

After phase 1, to maintain the property of individuals in the last population of phase 1 and to increase the accurately of solutions, we add some additional time nodes. When the number of time nodes is increased, it is estimated that the quality of solution obtained by numerical methods (e.g., Runge-Kutta and Simpson) is increased. Thus, we increase time nodes from in phase 1 to in phase 2. The corresponding control input values of the new time nodes are added to individuals. To use the information of the obtained solutions from phase 1 in the construction of the initial population of phase 2, we use either Linear or Spline interpolation to estimate the value of the control inputs in the new time nodes in each individual of the last population of phase 1. Moreover, to maintain the diversity in the initial population of phase 2, we add new random individuals to the population using (7). In the second phase, MHGA starts with this population and new value of parameters. Finally, the proposed algorithm is given in Algorithm 2.

{Initialization} Input the desired precision, , in (13), the penalty parameters,
, in (8), the bounds of control input values in (7), and .
{Phase 1} Perform MHGA with a random population and and .
{Construction of the initial population of the phase 2} Increase time nodes uniformly to
and estimate the corresponding control input values of the new time nodes in each
individual obtained from phase 1, using either Linear or Spline interpolation.
Create new different individuals with time nodes, randomly.
{Phase 2} Perform MHGA with the constructed population and
, and .

5. Numerical Experiments

In this section, to investigate the efficiency of the proposed algorithm, 20 well-known and real world NOCPs, as benchmark problems, are considered which are presented in terms of (1)–(6) in the Appendix. These NOCPs are selected with single control signal and multi control signals, which will be demonstrated in a general manner.

The numerical behaviour of algorithms can be studied from two view of points, the relative error of the performance index and the status of the final state constraints. Let be the obtained performance index by an algorithm, , defined in (13), be the error of final state constraints, and be the best obtained solution among all implementations, or the exact solution (when exists). Now the relative error of , , of the algorithm can be defined asTo more accurate study, we now define a new criterion, called factor, to compare the algorithms as follows:Note that shows the summation of two important errors. Thus, based on we can study the behaviour of the algorithms on the quality and feasibility of given solutions, simultaneously.

To solve any NOCP described in the Appendix, we must know the algorithm’s parameters including: MHGA’s parameters; including , , , , and , in both phases in Algorithm 2, and the problem’s parameters including , in (13), , , in (8), and , in (7). To estimate the best value of the algorithm’s parameters, we ran the proposed algorithm with different values of parameters and then select the best. However, the sensitivity of MHGA parameters are studied in the next section. In both of phases of Algorithm 2, in MHGA, we let and , for . Also, we consider , , and . The other MHGA parameters are given in the associated subsection and the problem’s parameters in Table 2. For each NOCP, 12 different runs were done and the best results are reported in Table 1, which the best value of each column is seen in the bold.

The reported numerical results of the proposed algorithm, for each NOCP, include the value of performance index, , the relative error of , , defined in (19), the required computational time, , the norm of final state constraints, , defined in (13) and the factor, , defined in (20).

The algorithm was implemented in Matlab R2011a environment on a Notebook with Windows 7 Ultimate, CPU 2.53 GHz and 4.00 GB RAM. Also, to implement SQP in our proposed algorithm, we used “fmincon” in Matlab when the “Algorithm” was set to “SQP”. Moreover, we use composite Simpson’s method [29] to approximate integrations.

Remark 1. We use the following abbreviations to show the used interpolation method in our proposed algorithm: (1)LI: linear interpolation.(2)SI: spline interpolation.

For comparing the numerical results of the proposed algorithm two subsections are considered, comparison with some metaheuristic algorithms, in Section 5.1, and comparison with some numerical methods, in Section 5.2. We give more details of these comparisons in the following subsections.

5.1. Comparison with Metaheuristic Algorithms

The numerical results for the NOCPs numbers , in the Appendix, are compared with a continuous GA, CGA, as a metaheuristic, proposed in [9], which gave better solutions than shooting method and gradient algorithm, from the indirect methods category [2, 30], and SUMT from the direct methods category [26]. For NOCPs numbers and , the results are compared with another metaheuristic, which is a hybrid improved PSO, called IPSO, proposed in [20].

5.1.1. VDP Problem [9]

The first NOCP in the Appendix is Van Der Pol Problem, VDP, which has two state variables and one control variable. VDP problem has a final state constraint, which is . The results of the proposed algorithm with the MHGA’s parameters as , , and , are reported in Table 1. From Table 1, it is obvious that the numerical results of LI and SI methods are more accurate than CGA, with less amount of .

5.1.2. CRP Problem [9]

The second NOCP in the Appendix is Chemical Reactor Problem, CRP, which has two state variables and one control variable. The results of the proposed algorithm, with the MHGA’s parameters as , , and , are shown in the second row of Table 1. CRP problem has two final state constraints, . Although, from Table 1, the norm of final state constraints, , for the CGA, equals , is less than ’s of LI and SI methods, which equals and , respectively, but the performance index, the relative error of and the factor of the proposed algorithm is better, and so the proposed algorithm is more robust than CGA.

5.1.3. FFRP Problem [9]

The third NOCP in the Appendix is Free Floating Robot Problem, FFRP, which has six state variables and four control variables. FFRP has been solved by CGA and the proposed algorithm, with the MHGA’s parameters as , , and . This problem has six final state constraints, . The numerical results are shown in Table 1. The values of , , and for LI and SI methods, separately, are less than CGA. Therefore, the proposed algorithm can achieve much better quality solutions than the CGA, with reasonable computational time.

5.1.4. MSNIC Problem [20]

For the forth NOCP in the Appendix, which is a Mathematical System with Nonlinear Inequality Constraint, NSNIC, the numerical results are compared with IPSO. MSNIC contains an inequality constraint, . The problem solved by several numerical methods as [24, 31]. From [20], IPSO method could achieved more accurate results than mentioned numerical methods. Also, MSNIC can be solved by the proposed algorithm, with the MHGA’s parameters as , , and . From the forth row of Table 1, the absolute error of , , for LI and SI methods equal and , respectively, which are less than IPSO’s, 0.0165.

Subplots (a) and (b) in Figure 2, show the graphs of the convergence rate for the performance index and the inequality constraint, respect to the number of iteration, respectively.

5.1.5. CSTCR Problem [20]

The fifth NOCP in the Appendix is a model of a nonlinear Continuous Stirred-tank Chemical Reactor, CSTCR. It has two state variables and , as the deviation from the steady-state temperature and concentration, and one control variable , which represent the effect of the flow rate of cooling fluid on chemical reactor. The objective is to maintain the temperature and concentration close to steady-state values without expending large amount of control effort. Also, this is a benchmark problem in the handbook of test problems in local and global optimization [32], which is a multimodal optimal control problem [33]. It involves two different local minima. The values of the performance indexes, for these solutions, equal and . Similarly to the MSNIC, the numerical results of the proposed algorithm, with the MHGA’s parameters as , , , and , are compared with IPSO. From Table 1, the performance index, , for LI and SI methods is equal to which is less than IPSOs 0.1355.

5.2. Comparison with Numerical Methods

For NOCPs numbers , the comparison are done with some numerical methods. Unfortunately, for these methods, usually, the final state constraints and the required computational time are not reported, which are shown with NR in Table 1, but these values are reported for both LI and SI methods in Table 1. For all NOCPs, in this section, the MHGA’s parameters are considered as , , , , with the problem parameters in Table 2.

5.2.1. Compared with Bézier [34]

The NOCP number , in the Appendix, has exact solution, which has an inequality constraint as . The exact value of performance index equals [35]. This problem has been solved by a numerical method proposed in [34], called Bézier. From sixth row of Table 1, the absolute error of the LI and SI methods equal , which is less than Bézier’s, .

Figure 3, shows the graphs of the convergence rate of the performance index, subplot (a), and inequality constraint, subplot (b), respect to the number of iteration, using SI method.

5.2.2. Compared with HPM [36]

For NOCP number in the Appendix, which is a constraint nonlinear model, the numerical results of the proposed algorithm are compared with HPM, proposed in [36]. This NOCP has a final state constraint as . From [36], the norm of final state constraint for HPM equals , however, this criterion for the LI and SI methods equals and , respectively. From Table 1, it is obvious that the obtained values of the performance index, the norm of final state constraint and for the SI method are more accurate than LI than HPM methods.

5.2.3. Compared with SQP and SUMT [26]

For the NOCPs numbers , in the Appendix, the numerical results of LI and SI methods are compared with two numerical methods contain: SQP and SUMT, proposed in [26]. Among these NOCPs, only two problems numbers and are unconstrained, and the others have at least one constraint, final state constraint or inequality constraint. All of these NOCPs solved by the proposed algorithm, with the problem parameters in Table 2, and their results are summarized in Table 1. Because the final state constraints, in these methods, are not reported, we let to calculate the factor .

Figures 416 show the graphical results of NOCPs numbers in the Appendix, using SI method. For unconstrained NOCPs, numbers and , only the graph of convergent rate of performance index is shown; see Figures 4 and 14. For constraint NOCPs and NOCPs numbers and numbers -, with final state constraint, the graphs of convergent rates of performance index and the error of final state constraint are shown; see Figures 713 and 15-16. For the constraint NOCPs with inequality constraints, NOCPs numbers and , the graphs of convergent rate of performance index and inequality constraint are shown; see Figures 5 and 6.

Table 1 shows that the proposed algorithm, LI and SI methods, was 100 percent successful in point of views the performance index, , and the factor, , numerically. So, the proposed algorithm provides robust solutions with respect to the other mentioned, numerical or metaheuristic, methods. To compare in LI and SI methods, in 35 percent of NOCPs, LI is more accurate than SI, in 10 percent SI is more accurate than LI and in 55 percent are same. In point of view the final conditions, 65 percent of NOCPs in the Appendix have final state constraints. In all of them in the proposed algorithm is improved, except CRP problem, however the factor of the proposed algorithm is the best, yet. In 54 percent of these NOCPs, LI is better performance and in 46 percent SI is better. Also, in point of the running time, , LI is same as SI, that is, in 50 percent of NOCPs LI and in 50 percent SI is better than another. So, the proposed algorithm could provide very suitable solutions, in a reasonable computational time. Also, for more accurate comparison of LI and SI methods a statistical approach will done in next section.

To compare with CGA, the mean of relative error of , , for CGA, LI and SI methods, in NOCPs , equal 0.5668, 0 and , respectively. Also the mean for the error of the final state constraints, , are , and , respectively, and for , these values equal 0.5883, and . Thus, we can say that the feasibility of the solutions given by the proposed algorithm and CGA are competitive.

From Table 1, to compare with numerical methods, SQP and SUMT, in NOCPs , the mean of for LI, SI, SQP and SUMT equals 0.0145, 0.0209, and , respectively. Also, the mean for the error of final state constraints, for these NOCPs, equal , , 0 and 0, respectively. For , these values are 0.0213, 0.0014, 1.2263 and 1.1644. Therefore, the performance index, , and the factor, , for the LI and SI methods are more accurate than SQP and SUMT. So the proposed algorithm gave more better solution in comparison with the numerical methods.

Therefore, based on this numerical study, we can conclude that the proposed algorithm outperform well-known numerical method. Since, the algorithms were not implemented on the same PC, the computational times of them are not competitive. Therefore, we did not give the computational times in bold in Table 1.

6. Sensitivity Analysis and Comparing LI and SI

In this section, two statistical analysis, based on the one-way analysis of variance (ANOVA), used for investigating the sensitivity of MHGA parameters, and Mann-Whitney, applied comparing LI and SI methods, are done, by the statistical software IBM SPSS version 21.

6.1. Sensitivity Analysis

In order to survey the sensitivity of the MHGA parameters from the proposed algorithm, the VDP problem is selected, for example. The influence of these parameters are investigated for this NOCP on the dependent outputs consist of the performance index, , the relative error of , , the required computational time, , the error of final state constraints, and the factor, . The independent parameters are consist of the number of time nodes in both two phases, and , the size of population in both two phases, and , the maximum number of generations without improvement, , and the maximum number of generations, . Because the mutation implementation probability, , has a less influence in numerical results, it is not considered. Also is changed in each iteration of the proposed algorithm, so it is not considered too.

At first, we selected at least four constant value for each of parameters and then in each pose, 35 different runs were made, independently. The statistical analysis is done based on ANOVA. The descriptive statistics, which contains the number of different runs , the mean of each output in different runs, (Mean), standard deviation, (S.d), maximum, (Max) and minimum, (Min), of each output, could be achieved. Among of the MHGA parameters, we present the descriptive statistics of the ANOVA, only for the parameter, which is reported in Table 3.

Table 4, summarized the statistical data, contain the test statistics () and -values, of ANOVA tests. Sensitivity analysis for each parameter, separately, are done based on this table, as follows.From Table 4, the significant level, or -value, for is equal to 0.279, which is greater than 0.05. So, from ANOVA, parameter has no significant effect on the factor . With similar analysis, this parameter has no effect on the other outputs, except required computational time, , because its -value is equal to 0, which is less than 0.05, that is, this output sensitive to the parameter .From the second row of Table 4, the outputs , , and are sensitive to the parameter , and the only output is independent.From the third row of Table 4, only the computational required time, , is sensitive, because the its -value is equal to 0.006, which is less than 0.05, and the other outputs, contain , , , , are independent.From the forth row of Table 4, the output is independent respect to the parameter , but other outputs, contain , , , are sensitive to this parameter.From the fifth row of Table 4, the outputs , and are independent to the parameter , and other outputs, contain and are sensitive respect to this parameter.The sensitivity analysis is similar to . From above cases, it is obvious that all parameters can be effect on the required computational time, except . Moreover, intuitions shows the norm of final state constraints, is independent output with respect to all parameters, that is, any of the parameters could not effect on this output and it is not sensitive with respect to any of the MHGA parameters.

6.2. Comparison of LI and SI

To compare the efficiency of the LI and SI methods, for NOCPs in the Appendix, we used the Mann-Whitney nonparametric statistical test [37]. Using the nonparametric statistical tests for comparing the performance of several algorithms presented in [38]. For this purpose, At first, 15 different runs, for each of NOCP were made. Table 5, shows the mean of numerical results, separately. Here, we apply the fix MHGA parameters as , , , , and with the previous problem parameters in Table 2. Comparison criterions contain: , , and . The results of Mann-Whitney test are shown in Tables 69. From Table 6, since , then the average relative error of the LI and SI methods are same with the significant level 0.01. In other words, with probability 99%, we can say that LI and SI methods have same effectiveness form the perspective of error for . Similarly, the results of Tables 79 indicate that LI and SI methods, from the perspective of errors for , , and , have same behaviour.

7. The Impact of SQP

In this section, we investigation the impact of the SQP, on the proposed algorithm. For this purpose, we remove the SQP from Algorithm 2, as without SQP algorithm. For comparing the numerical results with the previous results, the required running time in each NOCP is considered fixed, which is the maximum of running time in 12 different runs, were done in Section 5. Also, the all of the parameters for each problem was set as same as Section 5. The numerical results of the without SQP algorithm is summarized in Table 10. By comparing the results of Tables 10 and 1, it is obvious that, for all NOCPs in the Appendix, the obtained values of the performance index and the norm of final state constraint for the proposed algorithm (Algorithm 2), are more accurate than the without SQP algorithm.

8. Conclusions

Here, a two-phase algorithm was proposed for solving bounded continuous-time NOCPs. In each phase of the algorithm, a MHGA was applied, which performed a local search on offsprings. In first phase, a random initial population of control input values in time nodes was constructed. Next, MHGA started with this population. After phase 1, to achieve more accurate solutions, the number of time nodes was increased. The values of the associated new control inputs were estimated by Linear interpolation (LI) or Spline interpolation (SI), using the curves obtained from phase 1. In addition, to maintain the diversity in the population, some additional individuals were added randomly. Next, in the second phase, MHGA restarted with the new population constructed by above procedure and tried to improve the obtained solutions at the end of phase 1. We implemented our proposed algorithm on 20 well-known benchmark and real world problems; then the results were compared with some recently proposed algorithms. Moreover, two statistical approaches were considered for the comparison of the LI and SI methods and investigation of sensitivity analysis for the MHGA parameters.

Appendix

Test Problems

The following problems are presented using notation given in (1)–(6).(1)(VDP) [9] , , , , , = .(2)(CRP) [9] , , , , + , , .(3)(FFRP) [9] , , , , , .(4)(MSNIC) [20] , , , , , .(5)(CSTCR) [20] , , , + , .(6)[34] , , , , , .(7)[36] , , , , , .(8)[26] , , , , .(9)[26] , , , , , = .(10)[26] .(11)[26] , , , , , .(12)[26] , , , , , , .(13)[26] , , , + , , .(14)[26] , , , , , , .(15)[26] , , , + , , , .(16)[26] , , , , , , .(17)[26] , , , , , = , .(18)[26] , , , , , = .(19)[26] , , , , , , .(20)[26] similar to problem with .

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.