Abstract

Metaheuristic algorithms are well-known optimization tools which have been employed for solving a wide range of optimization problems. Several extensions of differential evolution have been adopted in solving constrained and nonconstrained multiobjective optimization problems, but in this study, the third version of generalized differential evolution (GDE) is used for solving practical engineering problems. GDE3 metaheuristic modifies the selection process of the basic differential evolution and extends DE/rand/1/bin strategy in solving practical applications. The performance of the metaheuristic is investigated through engineering design optimization problems and the results are reported. The comparison of the numerical results with those of other metaheuristic techniques demonstrates the promising performance of the algorithm as a robust optimization tool for practical purposes.

1. Introduction

In structural engineering, most design optimization problems are highly nonlinear consisting of different design variables and complex constraints such as displacements, geometrical configuration, stresses, and load carrying capability. The design variables are normally grouped into two categories, namely, continuous variables and discrete variables. Optimization problems involving continuous and discrete variables generally require problem-specific search techniques [1]. Evolutionary multiobjective optimization techniques are examples of problem-specific search techniques. Several literatures have applied evolutionary multiobjective optimization techniques to solving multiobjective optimization problems to find a set of trade-off optimal solutions. Since most engineering problems involve multiobjective optimization, it is appropriate to apply an evolutionary optimization algorithm to solve them.

In the last two decades, different types of techniques aimed at effectively and efficiently exploring a search space by combining several basic heuristic methods have emerged [24]. These techniques currently referred to as “Metaheuristics” are used to describe heuristic methods applied to solving different practical problems. Metaheuristics can be considered as a global algorithmic framework used in solving several optimization problems with little changes, thereby making the algorithm adaptive to the specific problem [5].

Metaheuristic search techniques, such as simulated annealing (SA) [6], genetic algorithm (GA) [7], evolution strategies (ESs) [8], and particle swarm optimization (PSO) [9], which are generally developed based on natural phenomena have become the popular optimization techniques of recent years due to their capability of finding promising solutions for complicated optimization problems as well as their independence to the derivatives of objective functions.

Furthermore, metaheuristics can handle both discrete and real-valued variables and can be applied to a wide range of optimization problems effectively. Basically, both trajectory and population based metaheuristic approaches aim to locate the global optimum in the solution space through random moves. The key difference between the metaheuristics is in the way they propose the next move in the solution space. This motivates developers of optimization algorithms to find more efficient methodologies for originating robust optimization algorithms. However, sometimes this results in complicated approaches which are difficult to understand and implement. Hence, this study is an attempt to test the simplicity and efficiency methodology of GDE3 metaheuristics in solving engineering optimization purposes. Section 2 describes the GDE3 metaheuristics briefly. Test cases are described and optimization results are discussed in Section 3. Section 4 provides a clear conclusion of the study.

2. Generalized Differential Evolution Metaheuristic

Several extensions of differential evolution [26] exist for solving constrained and nonconstrained multiobjective optimization problems [27, 28]. In comparison to the extension of differential evolution (DE), GDE3 makes differential evolution a suitable algorithm for multiobjective optimization as well as constrained optimization with little changes to the basic differential evolution algorithm. GDE3 extends DE/rand/1/bin strategy which exhibit slow convergence rates and strong exploration properties. GDE3 is a third version of generalized differential evolution modifying the selection process of the basic differential evolution algorithm [29]. The selection process in GDE3 is guided by these three rules:(i)In a scenario where both the old vector and trial vector are infeasible, the old vector is selected if it dominates the trial vector, but if the trial vector weakly dominates the old vector, then the trial vector is selected.(ii)Feasible vector is selected in a situation where both feasible and infeasible vectors are generated.(iii)In a scenario where both the old vector and trial vector are feasible, the old vector is selected if it dominates the trial vector, but if the trial vector weakly dominates the old vector, then the trial vector is selected.

The whole GDE3 is presented in Algorithm 1. Parts that are new compared to previous GDE versions are framed in Algorithm 1. Without these parts, the algorithm is identical to GDE1. GDE3 can be seen as a combination of GDE2 and Pareto Differential Evolution Approach (PDEA). GDE3 is similar to differential evolution for multiobjective optimization (DEMO) except that DEMO does not contain constraint handling nor recede to basic DE in the case of a single objective because DEMO modifies the basic DE and does not consider weak dominance in the selection. Moreover, GDE3 has an improved diversity maintenance compared to DEMO. There are no constraints to be evaluated when and , and the selection is simplyThis is the same as for the basic DE algorithm. The size of the population does not increase since this requires that and do not dominate each other even weakly, but in the case of a single objective, the reverse is the case. GDE3 performs the sorting of the vector by calculating the crowding distance of the vector. The selection process based on crowding distance gives GDE3 an advantage over NSGAII. In the case of comparing feasible, incomparable, and nondominating solutions, both offspring and parent vectors are saved for the population of the next generation [4]. There is no need to remove elements, since the population size does not increase. Hence, GDE3 is identical to basic DE in this case. GDE3 improves the ability to handle multiobjective optimization problems by giving a better distributed set of solutions and are less sensitive to the selection of control parameter values compared to the earlier GDE versions. As a result, this procedure reduces the computational costs of the metaheuristic and improves its efficiency. Readers interested in GDE3 should refer to the texts by [30, 31].

Input: , , and initial bounds:
Initialize:
While
  Mutation and recombine:
  , randomly selected,
   except mutually different and different from
  , randomly selected from each
  
  Select:
  
 Set:
  
while
  Select ;
   
  Remove from
  

3. Implementation of Engineering Optimization Problems

The metaheuristic optimization was implemented in NETBEAN v7.3; optimization runs were executed on an HP PC with a 2.30 GHz Intel Dual Core processor and 4 GB of RAM memory. Different examples taken from several optimization literatures were used to show the performance of GDE3 metaheuristic. These examples have been previously solved using a variety of other techniques, which is useful to show the validity and effectiveness of the GDE3 metaheuristic. The optimal results were compared with data recently published in literatures. An experiment has been performed to determine the best values of and for better performance in GDE3 metaheuristic. For this purpose, both and are varied from 0.1 to 1 with an increment of 0.1. The simulations were conducted for each value of with respect to all values of . Hence, 100 such simulations were conducted. From the results, it was found that better Pareto optimal front is obtained by GDE3 with = 0.5, = 0.9 and the termination condition is set to the 10,000 objective function evaluations.

Example 1 (welded beam design optimization problem). The welded beam problem is designed to minimize the fabrication cost by subjecting it to some constraints such as bending stress , shear stress , end deflection , and buckling load . The design variables of the optimization problem are the thickness of the beam (b), the thickness of the weld (h), the welded joint length (l), and the beam width (t). Figure 1 shows the welded beam design structure.
The values of and must be integer multiples of 0.0065 in. Assuming = h, = l, = t, and = b as design variables, the optimization problem can be mathematically expressed as follows: whereThe simple bounds of the problem are , and , . The values of parameters involved in the formulation of the welded beam problem are also shown in Table 1.The optimum design of the welded beam is executed using GDE3 metaheuristic, and the best solution is found as = {0.20572840999876, 3.47072911158159, 9.03661683005891, 0.20572540074781} which yields an objective function value of = 1.7248496 as seen in Table 2.
The results obtained by GDE3 are presented in Table 2. GDE3 found the global optimum requiring 400 iterations (i.e., 10,000 evaluations) per optimization run. Table 3 provides a comparison of this solution with the results of other optimization algorithms. It is apparent from the table that GDE3 metaheuristic finds a competitive solution using only 10,000 evaluations which is considerably lesser than those of other approaches. Further, a statistical evaluation of 100 independent runs of the GDE3 metaheuristic is tabulated in Table 4 considering the best, worst, average, and the standard deviation (std. dev.) of the obtained solutions. The ratio between the optimized costs corresponding to best and worst designs is 1.00042. Remarkably, GDE3 produced the overall best design result with a value of 1.724849. For continuous optimization problem, [20, 22] found a better design result with a value of 1.7248 at a higher function evaluation.

Example 2 (pressure vessel optimization problem). The pressure vessel problem is designed to minimize total cost which is comprised of the welding cost and forming material cost. The compressed air tank with a working pressure of 3000 psi and a minimum volume of 750 ft3 must be designed according to the ASME code on boilers and pressure vessels. The design variables of the optimization problem are the length of the cylindrical segment of the vessel (), the thickness of the cylindrical skin (), the inner radius (), and the thickness of the spherical head ().
The variables and are discrete values which are integer multiples of 0.0625 inches. Figure 2 shows the cylindrical pressure vessel capped at both ends by hemispherical heads.
Assuming = , = , = , and = as the design variables, the optimization problem can be mathematically expressed as follows:The simple bounds of the problem are , and , . Unlike the usual limit of 200 in considered in literatures, the upper bound of design variable L was increased to 240 in to expand the search space.Optimization results are presented in Table 5. GDE3 produced a design result with a value of 6083.773 within 400 iterations (i.e., 10,000 evaluations). Table 6 compares the optimal design results produced by GDE3 with those reported in [1, 17, 20, 21, 24, 32]. Further, a statistical evaluation of 100 independent runs of the GDE3 metaheuristic is tabulated in Table 7 considering the best, worst, average, and the standard deviation (std. dev.) of the obtained solutions. The ratio between the optimized costs corresponding to worst and best designs is 1.00229. The best design result was produced by the Firefly algorithm. GDE3 metaheuristic produced the least performance compared to the other algorithms.

Example 3 (speed reducer design optimization problem). The speed reducer design problem [25] is designed to minimize the weight of the speed reducer subjecting it to some constraints such as shaft stresses, surface stress, gear teeth bending stress, and shafts crosswise deflections. The width of the gear face , teeth module , number of pinion teeth , first shaft length between bearings , second shaft length between bearings , the diameter of the first shaft , and diameter of the second shaft are the design variables of the optimization problem. Figure 3 shows the schematic of the speed reducer.
The mathematical expression for the speed reducer problem is as follows:The simple bounds of the problem are , ,  , ,  ,  , and .The optimum design of the speed reducer is executed using GDE3 metaheuristic, and the best solution is found as = {3.50000000047883, 0.7, 17.0, 7.3, 7.8, 3.35021466645262, 5.2866832298256} which yields an objective function value of = 2996.34816529042 as seen in Table 8.
The results obtained by GDE3 are presented in Table 8. GDE3 found the global optimum requiring 400 iterations per optimization run. Table 9 provides a comparison of this solution with the results of simple constrained particle swarm optimization. It is apparent from the table that GDE3 metaheuristic finds a competitive solution using only 10,000 objective function evaluations, which is considerably lesser than those of other approaches. Further, a statistical evaluation of 100 independent runs of the GDE3 metaheuristic is tabulated in Table 10 considering the best, worst, average, and the standard deviation (std. dev.) of the obtained solutions. The ratio between the optimized costs corresponding to best and worst designs is 1.0000003. Remarkably, GDE3 produced the overall best design result with a value of 2996.3481653.

Example 4 (tension/compression spring design optimization problem). The tension/compression spring problem is designed to minimize the weight of the spring subjecting it to some constraints such as shear stress, minimum deflection, outside diameter limits, and surge frequency. The design variables are the number of active coils , the diameter of the mean coil , and the diameter of the wire . Figure 4 shows the tension/compression spring design.
Assuming = , = , and = , as the design variables, the tension/compression spring design problem can be expressed as follows:The simple bounds of the problem are , , and .The optimum design of the tension/compression spring is carried out using GDE3 metaheuristic, and the best solution is found as = {0.0517955276224998, 0.359283196922392, 11.1405163630287} which yields an objective function value of = 0.0126658360085857 as seen in Table 11.
The results obtained by GDE3 are presented in Table 11. GDE3 found the global optimum requiring 400 iterations per optimization run. Table 12 provides a comparison of this solution with the results of simple constrained particle swarm optimization. It is apparent from the table that GDE3 metaheuristic finds a competitive solution using only 10,000 objective function evaluations, which is considerably lesser than those of other approaches. Further, a statistical evaluation of 100 independent runs of the GDE3 metaheuristic is tabulated in Table 13 considering the best, worst, average, and the standard deviation (std. dev.) of the obtained solutions. The ratio between the optimized costs corresponding to worst and best designs is 1.000107.

4. Conclusion

In the present study, the GDE3 algorithm is used as a simple and efficient optimization technique for handling engineering optimization problems. The GDE3 algorithm also uses a very simple mechanism to deal with constrained functions and results generated by the algorithm indicate that such mechanism, despite its simplicity, is effective in practice. From this study, performance evaluation of the GDE3 algorithm through benchmark design optimization examples reveals the efficiency of this technique in solving practical optimization problems. Although in the present study the algorithm is utilized only for solving engineering design optimization problems, GDE3 algorithm can easily be employed for solving other types of optimization problems as well.

Conflict of Interests

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