ABSTRACT
This study aims at obtaining the cost of Prestressed Concrete (PC) beams and Reinforced Concrete (RC) beams. These beams are designed according to the requirements of the ACI 318-05 code. The objective function comprised the cost of concrete and the cost of reinforcement. Two computer models were developed for the cost optimization of PC and RC simple beams using MATLAB software. The design variables of RC simple beams were beam width, effective beam depth, number of flexural bars and reinforcement bar diameter. Beam width, effective beam depth, number of flexural bars, reinforcement bar diameter, number of tendons, tendon diameter and eccentricity of the centre of gravity of the tendons represented the design variables of PC simple beams. Practical design situations were considered using integer values for beam dimensions, number and diameter of bars/tendons. A catalogue of the common values of the beam dimensions and bar/tendon numbers and diameter dimensions were prepared for this purpose. A cost reduction of 27.9 and 16.7% for the 4 and 8 m span RC beams, respectively and 29.8 and 17.8% of the 10 and 20 m span PC beams was obtained by the GA model over the generalized reduced gradient method. The effect of concrete compressive strengths and wider design parameters bounds on the outputs of the optimization process were examined. The comparison showed that the GA models were smart in keep moving towards the optimum cost of the beams.
PDF Abstract XML References Citation
How to cite this article
DOI: 10.3923/jai.2011.76.88
URL: https://scialert.net/abstract/?doi=jai.2011.76.88
INTRODUCTION
Optimum design of structural concrete, as a main construction material, attracted an increasing attention of researchers and professional engineers. The cost of reinforced concrete elements is affected by a number of cost items including the cost of formwork, concrete and reinforcement. Therefore, the minimum weight design is not necessarily the same as the minimum cost design. For reinforced concrete members the optimum cost design is a compromise between the amount of concrete, reinforcement and formwork. This compromise minimizes the total cost of the structure and satisfies the design requirements. In the cost optimization of reinforced concrete structures the cross sectional dimensions of elements and detailing of reinforcement (size and number of steel bars) should be obtained (Michalewicz and Schoenauer, 1996; Castilho and Lima, 2007; Khedr, 2007).
The analytical methods depend mainly on the assumption that the design variables are continuous. In reality most reinforced concrete members in construction have dimensions of discrete sizes. For example, the width is commonly increased by a certain step size, e.g., 5 cm (Choi and Kwak, 1990). The amount of reinforcement of a section is also represented by the number of bars. Therefore, from the practical situation, the problem should be defined as a cost optimization of reinforced concrete members with discrete variables rather than with continuous variables. There are a number of methods which have been developed for discrete optimization of structures. However, the use of these methods is limited to small and simple structures as most of these methods involve numerous design variables. Thus applying these methods to the optimization of large and complex problems is not an easy task (Belegundu and Chandrupatla, 1999; Rao, 1996; Ozgan and Ozturk, 2007).
Recently, new approaches using genetic algorithms have been introduced (Camp et al., 2003; Lee and Ahn, 2003; Sahab et al., 2004, 2005; Senouci and Al-Ansari, 2009; Perera and Vique, 2009). Genetic algorithm, which is first formalized as an optimization method by Holland (1998), is a global optimization method for high dimensional, nonlinear and noisy problem and a stochastic search technique based on the mechanism of natural selection and natural genetics (Pham and Karaboga, 2000; Goldberg, 1989).
A number of researchers succeeded in applying genetic algorithm to obtain optimum design of structural elements and structures based on certain objective function and prescribed constrains. Atabay (2009) presented a cost optimization model for three-dimensional beamless reinforced concrete shear-wall systems by genetic algorithm method. The shear-wall dimensions were considered as design variables and it has been aimed at searching the optimum shear-wall dimensions that minimize total material cost of shear-wall. The constraints of structural optimization problem were defined according to the requirements of the reinforced concrete code of Turkey.
Govindaraj and Ramasamy (2005) applied Genetic Algorithms to obtain the optimum detailed design of reinforced concrete continuous beams. The produced optimum design satisfied the strength, serviceability, ductility, durability and other constraints related to good design and detailing practice.
Sahab et al. (2005) presented a two-stage hybrid optimization algorithm based on a modified genetic algorithm. In the first stage, a global search is carried out over the design search space using a modified GA. In the second stage, a local search based on the discrete genetic algorithm solution is executed.
The current study, which was conducted at the department of civil Engineering, IU-Gaza in 2009, presents the cost optimization of structural RC beams and PC beams using the genetic algorithm optimization technique. All design steps of the RC and PC beams were performed according to the ACI 813-05 (ACI, 2005). Design of a beam starts with proportioning its sections to resist bending moment and choosing the required reinforcement, taking into account the minimum and maximum reinforcement ratios and spacing between the reinforcement bars and deflection limitations. Having done this step, the chosen sections are checked and designed for shear and torsion with considering minimum web reinforcement, spacing between stirrups and shear capacity of the section.
Two computer models were developed for the structural cost optimization of RC and PC simple beams using (MATLAB, 2009) software. The results of these optimization models were compared with the results obtained using a classical optimization models, the generalized reduced gradient method. The influence of using higher concrete compressive strength values and wider design parameters bounds on the results of the optimization process of the RC and PC beams were examined. This showed that the GA models were smart in keeping the total cost of the beams optimum.
GENETIC ALGORITHM OPTIMIZATION TECHNIQUE
Traditional search and optimization methods can be classified into two distinct groups, namely; direct and gradient-based methods (Deb, 1995; Reklaitis et al., 1983). In direct methods, only objective function and constraints are used to guide the search strategy, whereas gradient-based methods use the first and/or second-order derivatives of the objective function and/or constraints to guide the search process.
In the last three decades, heuristic methods have been rapidly developed to solve optimization problems. These methods are based upon the principles of natural biological evolution; they are called Evolutionary Computations (EC). Heuristic methods such as Genetic Algorithms (GAs), Simulated Annealing (SA) and Tabu Search (TS) provide general ways to search for a good but not necessarily the best solution (Pham and Karaboga, 2000).
Genetic algorithms are numerical optimization techniques inspired by Darwin's theory of evolution. A GA starts searching design space with a population of designs (solutions), which are initially created over the design space at random. In the basic GA, every individual of population (design) is represented by a chromosome, a chromosome is an array of genes and a gene is an array of bits. A gene looks like: (11100010) and a chromosome looks like: (11000010, 00001110, 001111010, 10100011), each gene represents some data (beam width, beam depth, prestressing force, etc.) (Goldberg, 1989; Holland, 1998; Senouci and Al-Ansari, 2009; Sahab et al., 2004).
GA uses four main operators, namely, selection, creation of the mating pool, crossover and mutation to direct the population of designs towards the optimum design. In the selection process, some designs of a population are selected by randomized methods for GA operations, for example: in creation of the mating pool, some good designs in the population are selected and copied to form a mating pool. The fitter chromosomes (better designs) have a greater chance to be selected. Crossover allows the characteristics of the designs to be altered. In this process different digits of binary strings of each parent are transferred to their children (new designs produced by the crossover operation). Mutation is an occasional random change of the value of some randomly selected design variables. The mutation operation changes each bit of string from 0 to 1 or vice versa in a designs binary code depending on the mutation probability. Mutation can be considered as a factor preventing from premature convergence. A flowchart presenting the working principle of a genetic algorithm is shown in Fig. 1. The following paragraphs explains briefly the four basic operators of genetic algorithms.
The Generalised Reduced Gradient (GRG) method was applied in the current study, as an example of classical optimization techniques, to compare its optimization results with those obtained from the GA optimization models.
The GRG method is a nonlinear optimisation program, which was developed by Lasdon et al. (1978), used by the Microsoft Excel Solver for solving optimization problems (minimisation and maximisation).
![]() | |
Fig. 1: | Basic principle of a genetic algorithm |
OPTIMIZATION PROBLEM FORMULATION
Two optimization models were developed for RC and PC beams. In the optimization models, objective functions, design variables, design constraints were defined. The fixed parameters of each design problem comprise the span of the beam, maximum aggregate size, cost m-3 of concrete, cost/ton of normal steel bars, cost/ton of prestressing tendons, modulus of elasticity of concrete, modulus of elasticity of prestressing tendons, tensile strength of prestressing tendons, modulus of elasticity of steel, the compressive strength of concrete, compressive strength of concrete at time of initial prestress, the yield strength of reinforcement, yield strength of prestressing tendons and the applied dead and live loads.
Objective function: The objective functions defined for the optimization model of the RC and PC beams, Zo and Zp, were the total cost of materials for concrete and steel reinforcement and steel tendons in case of prestressed concrete. The objective functions of the current models can be described as follows:
RC beams:
![]() | (1) |
Subject to:
![]() |
PC beams:
![]() | (2) |
Subject to:
![]() |
where, Cc is the cost of concrete per cubic meter, Cs is the cost of reinforcement steel per ton, Ac is the area of concrete cross section, As is the area of longitudinal reinforcement, L is the span of the beam, Wstr is the weight of stirrups and γ is the unit weight of steel reinforcement, Cps is the cost of prestressing tendons per ton, Aps is the area of prestressing tendons. Gi is the i-th non-dimensional behavioral constraint function. xj are the side constraints on design variables, where xlj and xju are the lower and upper limits of the design variable x j, respectively. ng and ns are the number of behavioural and side constraints, respectively. xo and xp are the design variable vector of the RC beams and PC beams, respectively.
Design variables and their bounds: Several design variables were given integer numbers with a predefined step size, these step sizes are chosen according to local practical conditions or depends on the availability in the local market. The bounds of the design variables were identified based the provisions of the ACI 813-05 code, aesthetic requirements, practical requirements and availability of material such as steel bar diameters.
RC beams: There were four design variables involved in the optimization problem of RC beam, namely:
• | Beam width, b (integer values with step size of 5 cm) |
• | Effective beam depth, d (real values) |
• | Number of flexural bars, nb (integer values with step size of 1) |
• | Diameter of flexural bars, db (integer values with step size of 2) |
The bounds of the design variables were identified based on several requirements; including the provisions of the ACI code, aesthetic and practical requirements and availability of material.
PC beams: The design variables of the PC beam model are listed below:
b | = | Beam width (integer values) |
dp | = | Effective beam depth (real values) |
nb | = | Number of flexural bars (integer values) |
db | = | Diameter of flexural bars (integer values) |
nt | = | Number of tendons (integer values) |
dt | = | Diameter of tendons (real values) |
e | = | Eccentricity of the c.g of the tendons (real values) |
Design constraints: The constraints are defined on the basis of the ACI318-05 requirements for reinforced concrete structures and architectural and practical considerations. The design constraints applied to RC and PC models represent the section flexural capacity, bar spacing, minimum and maximum reinforcement ratios, section shear capacity, stirrup's diameter and spacing and deflection limitations. In prestressed beam model, the maximum allowable concrete compressive and tensile stresses at initial prestress and service load stages are also considered as constraints.
Constraint handling: As GAs is an unconstrained optimization technique; it is necessary to transform the constrained cost optimization problem to an unconstrained one. Several methods for handling constraints by GAs have been proposed (Michalewicz and Schoenauer, 1996). Among them the rejecting strategy and methods based on a penalty approach. In the rejecting strategy, any design that violates one or more constraints is not accepted for the involvement in the GA process to create a new population. In a penalty method, a constrained optimization problem is converted to an unconstrained problem by adding a penalty for each constraint violation to the objective function. It converts the constrained nonlinear programming problem to an unconstrained minimization problem by penalizing infeasible solutions.
The success of this simple approach lays in the proper choice of these penalty parameters. The basic rule of choosing the penalty parameters is that they must be set so that all penalty terms are of comparable values with themselves and with the objective function values. This is intuitive because if the penalty corresponding to a particular constraint is very large compared to that of other constraints, the search algorithm emphasizes solutions that do not violate the former constraint. This way, other constraints get neglected and search process gets restricted in a particular way. Since, a proper choice of penalty parameters are the key aspect of the working of such a scheme, most researchers test different values of penalty parameter values and find a set of reasonable values. In this study, the technique suggested by Deb (1995) was used for handling constraint optimization problems for genetic algorithms. He devised the following fitness function, where infeasible solutions are compared based on only their constraint violation:
![]() | (3) |
The parameter fmax is the objective function value of the worst feasible solution in the population. Thus, the fitness of an infeasible solution not only depends on the amount of constraint violation, but also on the population of solutions at hand. However, the fitness of a feasible solution is always fixed and is equal to its objective function value.
![]() | |
Fig. 2: | Flowchart of the GA optimization process of RC and PC models |
Cost optimization procedure: Figure 2 shows a flowchart of the algorithm of the developed models for the cost optimization of simply supported RC and PC beams. The cost optimization procedure starts with calling the constant parameters and then creating the population size which contains the first randomly created design variables. Afterwards, the design variables will be used to evaluate the actual and design forces and parameters (flexure, shear and deflection) for each individual solution. The objective function of each individual population is to be calculated. The optimizer will then check the constraints and identify if there is any constraint violation. In case of constraint violation, the Deb penalty function will be applied. Consequently, the fitness function values of all individuals will be calculated and then sorted according to these values. Cross over, mutation and selection operators will be applied to produce a set of individuals of the new generation. This process will be repeated until one of the stopping criteria is satisfied.
Design examples: A number of beams was designed and optimized in order to test and validate the proposed GA models. Two simply supported rectangular RC beams and two simply supported PC beams were examined in the current study.
Table 1: | Bounds of the design variables of RC beams |
![]() | |
Table 2: | Bounds of the design variables of PC beams |
![]() | |
The following paragraphs describe the fixed parameters of each case, the upper and lower bounds of the design parameters and their step sizes.
RC beams: The RC beams have spans of 4 and 8 m, uniform dead load of 7.85 KN m'-1 in addition to the own weight of the beam, uniform live load of 12.5 KN m'-1, concrete compressive strength fc' = 24.5 MPa, steel yield strength fy = 410 MPa, concrete cost Cc = 60 USD m-3 and cost of steel Cs = 450 USD t-1. The bounds of the design variables of the RC beam are presented in Table 1.
PC beams: The PC beams had spans of 10 m and 20, uniform superimposed gravity dead load of 2 KN m'-1 in addition to the own weight of the beam, uniform live load of 3 KN m-2, fc' = 41.4 MPa, fy = 410 MPa, yield strength of the steel tendon fyp =1517 MPa, ultimate strength of the steel tendon fup =1862, the initial prestressing before losses is assumed to be fpi≈0.70xfpu, Cc = 60 USD m-3 and Cs = 450 USD t-1, Cps = 1000 USD t-1. The bounds of the design variables of the PC beam are presented in Table 2.
ANALYSIS OF THE OPTIMIZATION RESULTS
The effect of higher values of the concrete compressive on the optimization process of the RC and PC beam models using the chosen and the extended design variables bounds are discussed here.
Results of RC and PC beams: The optimization process of RC beams and PC beams were carried out in order to search for an optimum solution for each case, the outputs of the optimization process (minimization of total cost) versus the number of generation are presented in Fig. 3 and 4.
The results of the GA optimization of the RC and PC beams together with those obtained from the Excel solver of Generalized Reduced Gradient (GRG) method are indicated in Table 3 and 4.
The optimum solutions of the 4 m- and 8 m-span RC beams using the GA model were 69.5 and 170.7 USD m-3, respectively, while when using the Excel solver the corresponding values were 96.9 and 205 USD m-3, respectively. The GA model showed a minimum cost of 231.5 and 704.4 USD m-3 in case of the 10 and 20 m span PC beams, respectively.
![]() | |
Fig. 3: | Optimization process of RC beam |
![]() | |
Fig. 4: | Optimization process of PC beam |
Table 3: | Values of variables and cost function of the RC beams |
![]() | |
The Excel solver obtained a minimum cost of 329.9 and 857 USD m-3 for the 10 and 20 m span PC beams, respectively.
Table 4: | Values of variables and cost function of the PC beams |
![]() | |
This means that the developed GA model showed 27.9 and 16.7% saving in cost for the 4 and 8 m span RC beams, respectively, over the Excel solver based on the generalized reduced gradient method. These results showed a higher cost savings than that obtained by Govindaraj and Ramasamy (2005). In their study, they compared the GA results with that obtained by Kanagasundaram and Karihaloo (1991) who applied linear programming optimization. A total cost saving of 11.28% for 4 m span RC beam was reached by Govindaraj and Ramasamy (2005) over that of the linear programming optimum cost. The higher cost saving obtained by the present study over Govindaraj and Ramasamy (2005) finding the can be attributed to the fact that they used the beam dimension alone as a variable and they applied several steel reinforcement templates in their GA model.
Also, 29.8 and 17.8% reduction in cost were obtained by the GA model in case of the 10 and 20 m span PC beams over the excel solver, respectively. This shows the efficiency of GA in finding optimum solutions, even with only the basic GA operators. This finding also indicates the advantage of using GA technique in cost optimization over classical optimization methods. This conclusion agrees very well with Senouci and Al-Ansari (2009) and Perera and Vique (2009), who provided structural engineers with a robust GA optimization model which capable of obtaining optimum design of structural beams.
Effect of compressive strength on the optimization process: The effect of using higher values of concrete compressive strengths while fixing the applied live and dead load (excluding the beam own weight) on the behaviour of the optimization process of the 8 m span RC beam and 20 m span PC beam models was investigated. Concrete compressive strengths of 25, 30, 35 and 40 MPa for the RC beams and 35, 40, 45 and 50 MPa for the PC beams were applied. The outputs of conducting the optimization process on the RC beam and the PC beam models using these higher values of fc' are included in Table 5 and 6, respectively.
Table 5 and 6 show that when, fc' of the 8 m span RC beam increases from 25 to 40 MPa, the total cost increases from USD 131.68 to 139.35 and when, fc' of 20 m span PC beams increases from 35 to 50 MPa, the total cost increases from USD 604.62 to 658.46. The results indicated that as fc' increases, the GA optimizer decreases the dimensions of the concrete section in order to find the least cost since increasing fc' increases the unit cost of concrete.
Table 5: | Effect of compressive strength on outputs of optimization of 8m-span RC beam |
![]() | |
Table 6: | Effect of compressive strength on outputs of optimization of 20 m span PC beam |
![]() | |
Table 7: | Current and extended design variables bounds for the 8 m span RC beam |
![]() | |
Table 8: | Current and extended design variables bounds for the 20 m span PC beam |
![]() | |
Thus one can conclude that the GA optimizer do a remarkable effort in order to decrease the amount of material as its cost increases. The obtained outputs in Table 6 indicated also that the GA optimizer tends to use the least possible amount of steel since it is the most expensive material. The amount of reinforcing steel used is close to the minimum ratio permitted by the ACI Code (i.e., ρmin = 0.0033). This finding agrees with (Senouci and Al-Ansari, 2009) who conducted a parametric study using a developed GA optimization model to obtain optimum design of composite beams. They noted that as the input parameters are changed the GA model responds very well in satisfying the applied constraints without losing the capability to obtain cost savings.
Effect of compressive strength on optimization results using wider design variables bounds: The bounds (ranges) of the design variables represent the space of problem from which the optimizer searches for the optimum solution. This space should be wide enough to comprise optimum solutions, therefore, the influence of the design variables bounds on the optimization outputs of the models was examined, the design variables bounds of the 8 m span RC beams and 20 m span PC beams were extended as shown in Table 7 and 8.
The optimization process of the GA models of 8 m span the RC and 20 m span PC beams using the wider design variables bounds was carried out and the corresponding optimization outputs are included in Table 9 and 10.
Table 9: | Effect of compressive strength on optimum cost of RC beam using wider bounds |
![]() | |
Table 10: | Effect of compressive strength on optimum cost of PC beam using wider bounds |
![]() | |
The optimization results presented in Table 9 and 10 indicate that the total cost of the beam is reduced by about 30 and 25 dollars on average for the RC and the PC beams, respectively. This proves that when opening the design variable bounds as much as possible, the search space will be widened giving the GA optimizer a higher chance to obtain better solutions, due to better ability of manoeuvring.
CONCLUSIONS
This study aimed at developing cost optimization models for structural concrete beams using basic genetic algorithms. Two GA models were proposed to obtain the optimum design of simply supported reinforced concrete beams and prestressed concrete beams based on ACI 318-05. An Excel solver which uses the generalised reduced gradient method (representing classical optimization methods) was prepared in order to compare its results with those obtained from the GA models.
Numerical design examples were utilized to verify and validate the proposed models. Simply supported 4 m span and 8 m span reinforced concrete, RC, beams, 10 m span and 20 m span prestressed concrete, PC, beams were applied. The GA optimization results showed 27.9 and 16.7% reduction in cost for the 4 m and 8 m span RC beams, respectively, over the Excel solver based on the generalized reduced gradient method. Percentages of 29.8 and 17.8% reduction in cost were also obtained by the GA model in case of the 10 and 20 m span PC beams over the Excel Solver, respectively. This shows the capability of GA in finding optimum solutions, even with only the basic GA operators. This finding also indicates the superiority of using GA technique in cost optimization over classical optimization methods. The influence of applying higher concrete compressive strengths and wider design parameters bounds on the optimization process of the RC and PC beams were examined. The results proves that when opening the design variable bounds as much as possible, the search space will be widened giving the GA optimizer a higher chance to obtain better solutions, due to better ability manoeuvring. The results also revealed that the GA models were smart in keep moving towards the optimum cost of the beams.
REFERENCES
- Atabay, S., 2009. Cost optimization of three-dimensional beamless reinforced concrete shear-wall systems via genetic algorithm. Exp. Syst. Appl., 36: 3555-3561.
CrossRef - Camp, C.V., S. Pezeshk and H. Hansson, 2003. Flexural design of reinforced concrete frames using a genetic algorithm. J. Struct. Eng., 129: 105-115.
Direct Link - Castilho, V.C. and M.C.V. Lima, 2007. Cost optimisation of lattice-reinforced joist slabs using genetic algorithms. Struct. Concrete, 8: 111-118.
Direct Link - Choi, C.K. and H.G. Kwak, 1990. Optimum RC member design with predetermined discrete sections. J. Struct. Eng., 116: 2634-2655.
Direct Link - Govindaraj, V. and J.V. Ramasamy, 2005. Optimum detailed design of reinforced concrete continuous beams using genetic algorithms. Comput. Struct., 84: 34-48.
Direct Link - Kanagasundaram, S. and B.L. Karihaloo, 1991. Minimum-cost reinforced concrete beams and columns. Computers Structures, 41: 509-518.
CrossRef - Khedr, M.A.H., 2007. Optimum design of steel telecommunication poles using genetic algorithms. Can. J. Civil Eng., 34: 1567-1576.
Direct Link - Lasdon, L.S., A.D. Waren, A. Jain and M. Ratner, 1978. Design and testing of a generalized reduced gradient code for nonlinear programming. ACM Trans. Math. Software, 4: 34-50.
Direct Link - Lee, C. and J. Ahn, 2003. Flexural design of reinforced concrete frames by genetic algorithm. J. Struct. Eng., 129: 762-774.
Direct Link - Pham, D.T. and D. Karaboga, 2000. Intelligent Optimization Techniques: Genetic Algorithms, Tabu Search, Simulated Annealing and Neural Networks. 1st Edn., Springer, Berlin, Heidelberg, New York, London, ISBN: 1852330287, pp: 302.
CrossRef - Perera, R. and J. Vique, 2009. Strut-and-tie modelling of reinforced concrete beams using genetic algorithms optimization. Constr. Build. Mater., 23: 2914-2925.
CrossRef - Michalewicz, Z. and M. Schoenauer, 1996. Evolutionary algorithms for constrained parameter optimization problems. Evol. Comput., 4: 1-32.
CrossRefDirect Link - Ozgan, E. and A. Ozturk, 2007. Optimization of the hardened concrete properties with GA and LP. J. Applied Sci., 7: 3918-3926.
CrossRefDirect Link - Sahab, M.G., A.F. Ashour and V.V. Toropov, 2004. Cost optimization of reinforced concrete flat slab buildings. Eng. Struct., 27: 313-322.
CrossRef - Sahab, M.G., A.F. Ashour and V.V. Toropov, 2005. A hybrid genetic algorithm for reinforced concrete flat slab buildings. Comput. Struct., 83: 551-559.
CrossRef - Senouci, A.B. and M.S. Al-Ansari, 2009. Cost optimization of composite beams using genetic algorithms. Adv. Eng. Software, 40: 1112-1118.
Direct Link
fathi abdelazeem abdelmgeed basioni Reply
it's very wonderful parer and thank you very much
i want another papers about this subject
prakash T Reply
Hi
my self prakash, am doing Ph.D in optimal Design of prestress concrete structures. please help me how to create the objective function and how will you use the mat lab software.