Abstract

Recently developed chaotic charged system search was combined to feasible-based method to solve constraint engineering optimization problems. Using chaotic maps into the CSS increases the global search mobility for a better global optimization. In the present method, an improved feasible-based method is utilized to handle the constraints. Some constraint design examples are tested using the new chaotic-based methods, and the results are compared to recognize the most efficient and powerful algorithm.

1. Introduction

The charged system search (CSS) is known as one of the efficient optimization algorithms among metaheuristic algorithms in recent years. The large number of researches on applying and enhancing this method proves this [111]. This algorithm uses the governing laws of electrostatics in physics and the governing laws of motion from the Newtonian mechanics [1].

In physics, the space surrounding an electric charge has a property known as the electric field. This field exerts a force on other electrically charged objects. The electric field surrounding a point charge is specified by Coulomb’s law. Coulomb confirmed that the electric force between any two small charged spheres is inversely proportional to the square of the separation distance between the particles directed along the line joining them and proportional to the product of the charges of the two particles. Also, the magnitude of the electric field at a point inside a charged sphere can be obtained using Gauss’s law that is proportional to the separation distance between the particles. In the CSS, charged particles (CPs) or solution candidates are treated as a charged sphere that can exert electrical forces on each other according to the Coulomb and Gauss laws of electrostatics. The resultant force acts on each CP creating an acceleration according to Newton's second law by which, in combination with Newtonian mechanics, the position of each CP can be determined [1].

Recently, Talatahari et al. [7] developed chaotic charged system search algorithms (CCSS) based on the idea of using chaotic systems instead of random processes. In the CCSS algorithms, the role of randomness can be played by a chaotic dynamics. Experimental studies show the benefits of using chaotic signals instead of random signals. Nine chaos-based CSS methods were developed, and then, for each variant, the performance of ten different chaotic maps was investigated to identify the most powerful variant. As suggested in [7], here more elaborated experiments are performed to discover the adaptive algorithm for solving optimization problems. Also, this paper combines the most powerful CCSS algorithms with feasible-based method in order to solve constraint engineering design problems. In order to evaluate these algorithms, some well-studied numerical engineering examples are analyzed using some best CCSS methods and compared to the other methods.

2. Standard and Chaotic-Based Charged System Search Algorithm

2.1. Standard Charged System Search Algorithm

The charged system search contains a number of charged particle (CPs) where each one is treated as a charged sphere and can insert an electric force to the others. The pseudocode for the CSS algorithm is summarized as follows [1].

Step 1 (initialization). The magnitude of charge for each CP is defined as where and are the best and the worst fitness of all the CPs, represents the fitness of the agent , and is the total number of CPs. The separation distance between two charged particles is defined as follows: where and are the positions of the th and th CPs, respectively, is the position of the best current CP, and is a small positive number. The initial positions of CPs are determined randomly as where determines the initial value of the th variable for the th CP; and are the minimum and the maximum allowable values for the th variable.

Step 2 (CM creation). A number of the best CPs and the values of their corresponding fitness functions are saved in the charged memory (CM).

Step 3 (the probability function and kind of the forces determination). The probability of moving each CP toward the others is determined using the following function: The kind of the forces can be attractive or repelling determined by using the force parameter defined as where determines the type of the force, in which +1 represents the attractive force and −1 denotes the repelling force, and is a parameter to control the effect of the kind of the force.

Step 4 (forces determination). The resultant force vector for each CP is calculated as

Step 5 (solution construction). Each CP moves to the new position as where and are the acceleration and the velocity coefficients, respectively, and and are two random numbers uniformly distributed in the range (0, 1).

Step 6 (CP position correction). If each CP swerves off the predefined bounds, its position is corrected using the harmony search-based handling approach.

Step 7 (CM updating). The better new vectors are included in the CM, and the worst ones are excluded from the CM.

Step 8 (terminating criterion control). Steps 37 are repeated until a terminating criterion is satisfied.

2.2. Chaotic Charged System Search Algorithm

To the best of our knowledge, random initialization of the CSS and the adjusted limit parameters may affect the performance of the algorithm and reduce or increase its convergence speed. In other words, the parameters of the algorithm such as , , and are the key factors to control the balance of the exploration and exploitation of the algorithm. This problem was solved by introducing chaotic charged system search [7] where the suitable values or the initial population can be generated chaotically by using chaotic maps. Chaos is a deterministic, random-like process found in nonlinear, dynamical system, which is nonperiod, nonconverging, and bounded [12]. The nature of chaos looks to be random and unpredictable, possessing an element of regularity and randomness of a simple deterministic dynamical system, and chaotic system may be considered as the source of randomness [13, 14].

The chaotic CSS algorithms, denoted by CCSS, can be obtained by using the values generated by a chaotic map instead of one or more random parameters needed in the CSS algorithm. Therefore, considering which parameter is defined chaotically, we can specify different algorithms. Table 1 summarizes different chaotic-based CSS algorithms. There are different chaotic maps to be used as listed in Table 2.

3. Present Algorithms

In [7], by hybridizing the charged system search and chaos, different methods were developed to solve numerical global optimization problems. The proposed approaches utilized different chaotic maps to adapt the parameters of the CSS algorithm. Nine chaotic CSS algorithms by using ten different chaotic maps are defined resulting in 90 different methods. These methods were then analyzed for the benchmark mathematical functions. The simulation resulting demonstrated that some tested CCSS approaches are efficient methods to explore the search space and discover the global solution. From the statistical investigation, it was shown that the CCSS-8, utilizing the chaotic maps, instead of , , , and , has better performance than other approaches. The second best methods were CCSS-6 and CCSS-9. In order to simplify determining the most adaptive maps, for each algorithm three maps are chosen as the best ones as summarized in Table 3. In this paper, the selected maps are utilized for solving constraint engineering design examples.

On the other hand, it is necessary to handle the constraints of the problem by using a suitable method [2022]. The feasible-based approach [23] deals with constrained search spaces by using the separation of constraints and objectives. In this method, the idea is to avoid the combination of the value of the objective function and the constraints of a problem to assign fitness, like when using a penalty function [2326]. Kaveh and Talatahari [27] have presented a modified feasible-based method which employs the following four rules as.

Rule 1. Any feasible solution is preferred to any infeasible solution.

Rule 2. Infeasible solutions with slight violations of the constraints are treated as feasible ones.

Rule 3. Between two feasible solutions, the one with better objective function value is preferred.

Rule 4. Between two infeasible solutions, the one having smaller sum of constraint violations is preferred.

By using the first and fourth rules, the search tends to the feasible region rather than infeasible region, and by employing the third rule, the search tends to the feasible region with good solutions [28]. For most of the engineering optimization problems, the global minimum locates on or close to the boundary of a feasible design space. By applying Rule 2, the CPs approach to the boundaries and can go near to the global minimum in a great probability.

If the location of CPs become out of the variable boundaries, the solutions cannot be used. In this paper, using the harmony search-based handling approach, this problem is dealt with. According to this mechanism, any component of the CP’s vector violating the variable boundaries can be generated randomly from CM as

4. Numerical Engineering Problems

The population size is sufficient for most of the problems while the maximum number of function evolutions for the examples is set to 4,000 (200 iterations). The explanation of the examples is presented in Section 4.1, and the performance of the CCSS algorithms to optimize these functions is investigated in the next subsection.

4.1. Description of the Examples

Three engineering design problems which have been previously solved using a variety of other techniques are considered to perform investigation on efficiency of the proposed algorithms. The description of these examples is as the following.

4.1.1. A Tension/Compression String Design Problem

This problem consists of minimizing the weight of a tension/compression spring subject to constraints on shear stress, surge frequency, and minimum deflection as shown in Figure 1. The design variables are the mean coil diameter , the wire diameter , and the number of active coils . The problem is defined with details in [1].

4.1.2. A Welded Beam Design Problem

The welded beam structure, shown in Figure 2, is a practical design problem that often has been used as a benchmark problem for testing different optimization methods. The objective is to find the minimum fabricating cost of the welded beam subject to constraints on shear stress , bending stress , buckling load , end deflection , and side constraint. There are four design variables, namely, , , , and . The detailed information about the constraints and objective function is presented in [1].

4.1.3. A Pressure Vessel Design Problem

A cylindrical vessel is capped at both ends by hemispherical heads as shown in Figure 3. The objective is to minimize the total cost, including the cost of material, forming, and welding.

The variables contain as the thickness of the shell , as the thickness of the head , as the inner radius , and as the length of cylindrical section of the vessel, not including the head . Details related to the objective and constraint functions are available in [1].

4.2. Experimental Results
4.2.1. Results for the Tension/Compression String Problem

For this example, performances are assessed on the basis of the best fitness values and the statistics results of the new approaches as reported in Figure 4. Simulation results show that all the proposed methods perform satisfactorily. However, the best feasible solutions obtained by the methods CCSS-8 (with Sinus map), CCSS-6 (with Zaslavski map), and CCSS-5 (with Sinus map) are the best results among the others. Meanwhile, the CSS-8 and CCSS-6 methods (almost with all the three maps) have better performance in relation to the mean and worst values. Moreover, the standard deviation of the results by the CSS-6 in 50 independent runs for this problem is the smallest among the others.

4.2.2. Results for the Welded Beam Problem

Figure 5 presents the statistical information of this problem obtained by the proposed algorithms. Clearly, the worst solutions belong to the CCSS-7, while the best ones belong to the CCSS-6 and CCSS-8. The CCSS-4 as well as CCSS-9 stand in the second place. Although some new methods have small differences in relation to best, mean, or worst results, obviously many of them perform very well in relation to the standard deviation. Similar to the previous example, the CCSS-6 has the best standard deviation compared to the other methods.

4.2.3. Results for the Pressure Vessel Problem

The obtained results using 9 variants of the presented algorithms are shown in Figure 6. Similar to the previous examples, many of the CCSS methods can find a suitable result successfully; however, the best solution found by CCSS-6 and CCSS-4 is better than the best solutions found by the other techniques. Also, it can be seen that the average searching quality of the CCSS-8 (with Sinus and Tent maps) and CCSS-6 (with Sinusoidal map) algorithms is better than those of other methods. Many of the proposed methods improve the reliability of the algorithm by reducing the standard deviation values.

5. Conclusion Remarks

As suggested in [7] due to the superiorities of the CCSS methods, here more elaborated experiments are performed to discover the better methods which can be utilized in solving engineering problems. From 90 different chaotic charged system search algorithms (obtained by using 10 chaotic maps and 9 different methods), 27 most efferent methods (3 different chaotic maps for each algorithm) are chosen and investigated to solve constraint engineering problems.

Performances are assessed on the basis of the best fitness values and the statistics results of the new approaches from 50 runs with different seeds. Simulation results show that for all examples, the proposed methods perform satisfactorily. Almost all of the proposed methods improve the reliability of the algorithm by reducing the standard deviation values. From numerical results, it is clear that CCSS-6, in which the coefficient of the velocity is determined chaotically, is the most reliable algorithm having the smallest standard deviation values, while, the algorithm with chaotic coefficients for the force and velocity (CCSS-7) is the worst one. Meanwhile, the CSS-8 and CCSS-6 methods have better performance in relation to the best, mean, and worst values. In CCSS-8, all parameters of the algorithm are determined chaotically, but the initial positions of agents are defined randomly. To sum up, the coefficient of the velocity plays a key role in reliability of the algorithm and the results show that a chaotic velocity coefficient can improve the performance of the algorithm; in addition, using all chaotic parameters of the algorithm can improve the performance, as well; however, chaotic initialization has very small or even no influence on the final results. This chaotic charged model, which is a coupled system, for constraint optimization problems in future could also benefit from other coupled systems such as the kinetic models of competition and the corresponding hybrid competition models [29, 30].