JOURNAL OF THEORETICAL AND APPLIED MECHANICS 44, 2, pp. 351-366, Warsaw 2006 PARALLEL EVOLUTIONARY ALGORITHMS IN SHAPE OPTIMIZATION OF HEAT RADIATORS Tadeusz Burczyński Department for Strength of Materials and Computational Mechanics, Silesian University of Technology and Artificial Intelligence Department, Cracow University of Technology e-mail: Tadeusz.Burczynski@polsl.pl Adam Długosz Wacław Kuś Department for Strength of Materials and Computational Mechanics Silesian University of Technology e-mail: Adam.Dlugosz@polsl.pl; Waclaw.Kus@polsl.pl The paper deals with the application of Parallel Evolutionary Algori- thms (PEA) and the Finite Element Method (FEM) in shape optimi- zation of heat radiators. The fitness function is computed with the use of the coupled thermoelsticity modelled by MARC/MENTAT software. The geometry, mesh and boundary conditions are created on the ba- sis of a script language implemented in MENTAT. In order to reduce the number of design parameters in evolutionary algorithms, the shape of the structure is modelled by Bezier curves. Numerical examples for some shape optimization are included. Key words: coupled thermoelasticity, radiation, finite element method, parallel evolutionary algorithm, evolutionary optimization, shape opti- mization 1. Introduction In the present paper, the application of Parallel Evolutionary Algorithms (PEA) and commercial FEM software MARC/MENTAT for shape optimiza- tion of heat radiators are presented. Evolutionary algorithms have had various applications to structural opti- mization.Themain feature of this class of procedures is their randomness.The 352 T.Burczyński et al. application of evolutionary algorithms in optimization needs only information aboutvalues of anobjective (fitness) function.No sensitivity coefficients are re- quired, and the algorithms are able to find the globalminimum in the presence of local minima. Themain drawback of this techniques is their high computa- tion cost. In order to speedup evolutionary optimization, parallel evolutionary algorithms are proposed instead of sequential evolutionary algorithms. The fitness function is calculated for each chromosome in each generation by solving a boundary – value problem of thermoelasticity by means of the FEM (Zienkiewicz and Taylor, 2000a,b,c). Optimized radiators are modelled as structures subjected to mechanical and thermal boundary conditions. The interaction of stress and temperature fields are modelled using the steady-state coupled thermoelasticity formula- tion. Besides the applied heat and convection, also radiative boundary condi- tions are taken into account. In order to create a mesh, boundary conditions and material properties of the model, a preprocessor MENTAT is used. The internal script langu- age implemented inMENTAT allows avoiding the external mesher procedure. Another benefit of this approach is that MENTAT takes into account the shadowing effect in radiation. This work is an extension of a previous paper in which evolutionary al- gorithms were used to shape optimization of elastic structures (Burczyński et al., 2002, 2004b; Burczyński and Kuś, 2002, 2004), shape optimization of thermoelastic structures (Burczyński andDługosz, 2001, 2002; Długosz, 2001, 2004) and shape optimization of thermoelastic structures in the presence of radiation (Białecki et al., 2003a,b, 2005; Burczyński and Długosz, 2004a). 2. Fitness function evaluation 2.1. Fitness function evaluation The fitness function is computed with the use of the coupled thermoelsti- city. This problem is solved by commercial FEM software – MARC [22]. In the modeled structure, mechanical as well as thermal boundary con- ditions are applied. Besides the applied heat and convection, also radiative boundary conditions are taken into account. Inmany analyses, the radiative transfer (Modest, 1993; Siegel andHowell, 1992) of heat between surfaces plays a significant role. To model this effect properly, it is necessary to compute the proportion of one surfacewhich is visi- Parallel evolutionary algorithms... 353 ble froma second surface knownas the viewfactor. It is necessary to subdivide the radiative boundary in the heat transfer problem into one or more uncon- nected cavities. For each cavity, the system defines an outline of the cavity in terms of an ordered sequence of nodes (Fig.1) [22]. Fig. 1. Radiating cavity Fig. 2. An algorithm for the evaluation of the fitness function value 354 T.Burczyński et al. The preprocessor MENTAT allows one to calculate the viewfactor which is generally nontrivial. The internal script language implemented inMENTAT also allowsone toproduce the geometry,mesh,material propertiesandsettings of the analysis. Figure 2 shows steps of the evaluation of the fitness function for each chromosome. 2.2. Geometry modelling The choice of the geometry modelling method and design variables have gre- at influence on the final solution to the optimisation process. There is a lot of methods for geometry modelling. In the proposed approach, Bezier curves are used to model the geometry of structures. This type of curves is a super- set of the more commonly known NURBS (Non-Uniform Rational B-Spline). Using these curves in opitimization, allows one to reduce the number of design parameters. Manipulation of the control points provides some flexibility to design a large variety of shapes. The nth-degree Bezier curve is defined by C(u)= n∑ i=0 Bi,n(u)Pi (2.1) where u is a coordinate ranging in the interval 〈0,1〉, Pi are control points. The basis functions Bi,n are given by Bi,n(u)= n! i!(n− i)! u i(1−u)n−1 (2.2) The 4th degree Bezier curve is described by the following equation C(u)= (1−u)4P0+4u(1−u) 3 P1+6u 2(1−u)2P2+4u 3(1−u)P3+u 4 P4 (2.3) An example of the 4th Bezier curves is shown in Fig.3. Manipulation of the control points gives flexibility to design a large variety of shapes. By changing the value of t between 0 and 1, we obtain successive points of the curve. For u = 0, C(u) = P0 and for u = 1, C(u) = P4. Shapes of Bezier curves depend on the position of control points. In order to obtain more complicated shapes, it is necessary to raise up the degree ofBezier curves and introduce more control points. Parallel evolutionary algorithms... 355 Fig. 3. The modelling of the shape of a boundary by 4th-degree Bezier curves 3. Evolutionary algorithm Sequential genetic algorithms (Arabas, 2001; Michalewicz, 1996) can be considered as modified and generalized genetic algorithms in which popula- tions are codedby the floating point representation.A solution to this problem is given by the best chromosome whose genes represent design parameters re- sponsible for the shape of the radiator. The evolutionary algorithm startswith a population of chromosomes randomly generated from the feasible solution domain. Figure 4 shows the main steps of the evolutionary algorithm. The design vector is represented by a chromosome X which consists of genes xi, i=1, . . . ,N X= [x1, . . . ,xi, . . . ,xN] (3.1) The genes can be considered as design variables. On each gene, the following constraints are imposed xiL ¬ xi ¬ xiR i=1,2, . . . ,N (3.2) where xiL and xiR are left and right admissible values of xi. Two kinds of mutation are applied: a uniform mutation and a Gaussian mutation. The operator of the uniform mutation replaces a randomly chosen gene of the chromosome with a new random value x′i, (Fig.5a). This value corresponds to the design parameter with its constrains. Figure 5b shows the method of working of the uniformmutation. For the Gaussian mutation a new value of the gene is created with the use of Gaussian distribution. The searching for theGaussianmutation is local 356 T.Burczyński et al. Fig. 4. A flowchart of the sequential evolutionary algorithm Fig. 5. (a) The scheme of the mutation, (b) searching the uniformmutation, (c) searching the Gaussianmutation (Fig.5c). The probability of the mutation decides how many genes will be modified in each population. The operator of the simple crossover creates two new chromosomes x′ and y′ from two randomly selected chromosomes x and y. Both chromosomes are cut in a random position and coupled together (Fig.6a). Figure 6b shows the method of working of the simple crossover. The ranking selection allows chromosomes with a great value of the fitness function to survive. The first step of the ranking selection is sorting all the chromosomes according to the value of the fitness function. Then, on the basis of the position in the population, the probability of surviving is attributed to each chromosome by the expression prob(rank)= q(1−q)rank−1 (3.3) Parallel evolutionary algorithms... 357 Fig. 6. (a) The scheme of the simple crossover, (b) simple crossover (method of working) where: rank is the position of the chromosome after sorting (for the best chromosome rank = 1), prob(rank) is the probability of the chromosome survival, q is a selection coefficient. Sequential genetic and evolutionary algorithms arewell knownand applied in many areas of optimization. The main disadvantage of these algorithms is their long CPU time. The parallel evolutionary algorithms (Cantû-Paz, 1998; 1999, 2000; Gordon and Whitley, 1993; Tanese, 1989) perform evolutionary processes in the samemanner as their sequential counterparts. The difference is in thefitness function evaluation.While for sequential processes allmembers of the population are processed by the same CPU, in the case of parallel algorithms the valuates of the fitness function are found concurrently. The approach used in this studywas to allot the entire task of computing the fitness function corresponding to one chromosome to one processor unit. In this case, the maximum (wall clock) computing time is shorter than its sequential counterpart by nearly N times, where N denotes the number of involved CPUs. Small overhead comes from mutual communication between the units and evaluation of new populations. The flowchart of the parallel evolutionary algorithm is shown in Fig.7. As has been alreadymentioned, the starting population is created randomly. The evolutionary operators change values of the genes in the chromosomes, and the fitness function value for each chromosome is computed. The server/master transfers the chromosomes to clients/slaves. The slaves compute values of the fitness function and transmit them to the master. The generation of a new population is carried out by the server after the values of the fitness functions corresponding to each member of the old population are available. The creation of the new population is a random process. The 358 T.Burczyński et al. Fig. 7. A flowchart of the parallel evolutionary algorithm probability for including fitter chromosomes in the new population is higher. The process of generation of new populations is terminated when the stop criterion is fulfilled.The latter conditionwas definedbydefining themaximum number of iterations. 4. Optimization problem The aim of the optimization is to find the optimal shape of the heat radiator shown in Fig.8. The objective function is defined as the minimum volume of the structure min X V (X) (4.1) with constraints imposed on the maximum temperature (T −Tad ¬ 0) and the maximum equivalent stress (σeq −σ ad eq ¬ 0). X is a vector of design parameters which is represented by a chromosome with the floating point representation. Parallel evolutionary algorithms... 359 Thefitness function is created by themethodof the penalty functionwhich takes into account the volume of the structure and imposed constraints. The invariable dimensions and values of boundary conditions along the Z axis are assumed. Due to the above reasons, the problem is modelled as two-dimensional (2D). All computations were carried out on two-processors (N = 2) of a Pen- tium 4 1.4GHz computer. Fig. 8. The heat radiator 5. Numerical examples The problem of the optimal shape of a heat radiator of the type used to dissipate heat from electrical devices is considered. The radiator is made of copper whose material properties are shown in Table 1. Table 1.Material properties Parameter Value Young modulus 120000MPa Poisson ratio 0.3 Thermal expansion coef. 16.5 ·10−61/K Heat conductivity 400W/(mK) Emissivity 0.8 360 T.Burczyński et al. The geometry (cross section), fixed dimensions (in mm) and boundary conditions are shown in Fig.9. Fig. 9. Geometry and boundary conditions of the analysed heat radiator Several tests have been performed for the following cases: • applied heat flux q = 500W/m2 and q = 1000W/m2 on the bottom side of the structure, • applied convection on the edge of the fins for convective heat transfer α=2W/(m2K) and ambient temperature T∞ =25◦C, • applied convection (α = 2W/(m2K, T∞ = 25◦C) and radiation on the edge of the fins for emissivity e=0.8. A constraint on the maximum equivalent stress σadeq = 200MPa is ap- plied. The maximum temperature in the structure Tad = 50◦C for heat flux q=500W/m2 is assumed. For heat flux q=1000W/m2 it is Tad =100◦C. The constant number of fins, equal to 10 is assumed.Theheight andwidth of the fins can vary during the optimization process. They aremodelled using Bezier curves consisting of 6 control points. The control polygon of the height (P0-P5) and the control polygon of the width (P0-P5) are shown in Fig.10. The height of the bottom part of the structure can vary as well. Due to symmetry (P0 sym ←→ P5, P1 sym ←→ P4, P2 sym ←→ P3, N0 sym ←→ N5, N1 sym ←→ N4, N2 sym ←→ N3), the total number of the design parameters is equal to 7. The admissible values of the design parameters are given in Ta- ble 2. Table 3 contains values of the parameters of the parallel evolutionary algorithm. Parallel evolutionary algorithms... 361 Fig. 10. Themethod of modelling the shape of the radiator Table 2.Admissible values of the design parameters Parameter Heat flux Heat flux q=500W/m2 q=1000W/m2 P0 =P5 141.48mm 90.98mm P1 =P4 31.17mm 84.24mm P2 =P3 133.82mm 111.02mm N0 =N5 5mm 5mm N1 =N4 5mm 5mm N2 =N3 5mm 5mm H 7mm 7mm Volume 126mm3 114mm3 Table 3.Parameters of the parallel evolutionary algorithm Parameter Range P0, P1, P2, P3, P4, P5 20mm-200mm N0,N1,N2,N3,N4, N5 5mm-15mm H 7mm-20mm Several numerical tests have beenperformed for each case. Thebest results of the optimization are presented in: • Figure 11 and Table 4 – for applied convection on the edge of the fins only 362 T.Burczyński et al. • Figure 12 andTable 5 – for applied convection and radiation on the edge of the fins. The temperature distribution and equivalent forMisses stress distribution in the radiator is presented in Fig.13. Fig. 11. The optimal shape of the radiator (convection only) for heat flux: (a) q=500W/m2, (b) q=1000W/m2 Fig. 12. The optimal shape of the radiator (convection and radiation) for heat flux: (a) q=500W/m2, (b) q=1000W/m2 Table 4. Values of the design parameters for optimization (convection only) Parameter Value Number of genes in chromosome 7 Number of chromosomes in each population 10 Number of generations 500 Probability of Gaussian mutation 1 Probability of simple crossover 0.5 Rank selection pressure 0.8 Parallel evolutionary algorithms... 363 Table 5.Values of the design parameters for optimization (convection and radiation) Parameter Heat flux Heat flux q=500W/m2 q=1000W/m2 P0 =P5 97.73mm 84.74mm P1 =P4 22.00mm 29.49mm P2 =P3 36.93mm 57.72mm N0 =N5 5mm 5mm N1 =N4 7.48mm 5mm N2 =N3 5mm 5.05mm H 7mm 7.32mm Volume 82mm3 81mm3 Fig. 13. (a) Temperature distribution in the radiator, (b) equivalent vonMises stress distribution in the radiator (convection and radiation, heat flux q=500W/m2) 364 T.Burczyński et al. 6. Conclusions Aneffective intelligent technique of evolutionary design based onparallel com- putation has been presented. The important feature of this approach is its great flexibility and strong probability of finding the global optimal solution. The parallel evolutionary algorithm yields short optimization time. Bezier cu- rves allow reducing the number of design parameters. In the tests with applied convection and radiation on the edge of the fins, themaximum temperature is bigger than in the tests without radiation. The optimal shape of the radiator for the case without radiation has a better value of the fitness function. Acknowledgement This research is financed from the Foundation for Polish Science (2005-2008) and budget resourcesof theMinistry ofEducationandScience (2006-2007)as the research project. References 1. Arabas J., 2001,Wykłady z algorytmów ewolucyjnych, WNT 2. BeerG., 1983,Finite element, boundaryelementandcoupledanalysisofunbo- unded problems in elastostastics, Int. J. Numer. Meth. Eng., 19, 567-580 3. Białecki R.A., Burczyński T., Długosz A., Kuś W., Ostrowski Z., 2003a, Parallel evolutionary algorithms in optimization of thermoelastic struc- tures in the presence of radiation, Symposium on Methods of Artificial Intelli- gence AI-METH 2003, Gliwice 4. Białecki R.A., Burczyński T., Długosz A., Kuś W., Ostrowski Z., 2003b, Shape optimization of thermoelastic heat radiating bodies using evo- lutionary algorithms, 15th International Conference on Computer Methods in Mechanics CMM-2003, Wisła 5. Białecki R.A., Burczyński T., Długosz A., Kuś W., Ostrowski Z., 2005, Evolutionary shape optimization of thermolastic bodies exchanging he- at by convection and radiation, Computer Methods in Applied Mechanics and Engineering, 194, 1839-1859 6. Burczyński T., Beluch W., Długosz A., Kuś W., Orantek P., 2002, Evolutionary computation in structural optimization, 4th GRACM Congress on Computational Mechanics, Patras, Greece Parallel evolutionary algorithms... 365 7. Burczyński T.,DługoszA., 2001,Application of boundary elementmethod in identification problems of thermoelasticity, Electronic Journal of Boundary Elements,BETEQ, 3, http://tabula.rutgers.edu/EJBE/proceedings/2001/no3/ 8. Burczyński T., Długosz A., 2002, Evolutionary optimization in thermoela- stic problems using boundary element method,Computational Mechanics, 28, 3-4, Springer, Berlin 9. Burczyński T., Długosz A., Kuś W., 2004, Shape optimization of heat radiatorsusingparallel evolutionaryalgorithms,Short papers of the Symposium on Methods of Artificial Intelligence AI-METH 2004, Gliwice 10. Burczyński T., Kuś W. 2002, Distributed evolutionary algorithms in shape optimization of nonlinear structures,LecturesNotes onComputational Science, Springer 11. Burczyński T., Kuś W., 2004, Optimization of structures using distributed and parallel evolutionary algorithms, Parallel Procesing and Applied Mathe- matics, PPAM2003, Revised papers, Lecture Notes on Computational Sciences, 3019, Springer, 572-579 12. Burczyński T., Kuś W., Długosz A., Poteralski A., Szczepanik M., 2004, Sequential and distributed evolutionary computations in structural opti- mization, ICAISC International Conference on Artificial Intelligence and Soft Computing, Lecture Notes on Artificial Intelligence, 3070, Springer 13. Cantû-Paz E., 1998, A survey of parallel genetic algorithms, Calculaterus Parallelus, Reseaux et Systems Reparits, 10, 2, 141-171, Herems Paris 14. Cantû-Paz E., 1999, Migration policies, selection pressure, and parallel evo- lutionary algorithms, In:Late Breaking Papers at theGenetic and Evolutionary Computation Conference, Orlando FL, Brave S.,Wu. A. (Edit.) 15. Cantû-Paz E., 2000, On the effect of migration on the fitness distribution of parallel evolutionary algorithms, In: Workshop on Evolutionary Computation and Parallel Processing at GECCO-2000, Las Vegas, NV, 3-6 16. Długosz A., 2001, Boundary elementmethod in sensitivity analysis and opti- misation of thermoelastic structures, PhD Thesis, Silesian University of Tech- nology, Gliwice (in Polish) 17. Długosz A., 2004, Evolutionary computation in thermoelastic problems, IU- TAM Symposium on Evolutionary Methods in Mechanics, T. Burczyński, A. Osyczka (Edit.), Kluwer, Dordrecht, 69-80 18. Gordon V.S., Whitley D., 1993, Serial and parallel genetic algorithms as functionoptimizers, InternationalConference onGeneticAlgorithms, S.Forrest (Edit.), MorganKaufmann 19. Holland J.H., 1975,Adaptation in Natural and Artificial Systems, TheUniv. of. Michigan Press, Ann Arbor 366 T.Burczyński et al. 20. Michalewicz Z. 1996,Genetic Algorithms +Data Structures =Evolutionary Programs, Springer Verlag, Berlin, NewYork 21. Modest M., 1993,Radiative Heat Transfer, McGrawHill, NewYork 22. MSC.MARC Theory and user information, Vol. A-D, MSC Software Corpora- tion, 2001 23. Siegel H., Howell J.R., 1992, Thermal Radiation Heat Transfer, 3rd ed. Hemisphere,Washington DC 24. Tanese R., 1989, Distributed genetic algorithms, Proc. 3rd ICGA, 434-439, J.D. Schaffer (Edit.), SanMateo, USA 25. Zienkiewicz O.C., Taylor R.L., 2000a, The Finite Element Method, 1-2, Butterworth, Oxford 26. Zienkiewicz O.C., Taylor R.L., 2000b,The Finite Element Method. Non- linear, 2, Butterworth, Oxford 27. Zienkiewicz O.C., Taylor R.L., 2000c, The Finite Element Method. The Fluid Mechanics, 3, Butterworth, Oxford Zastosowanie równoległego algorytmu ewolucyjnego do optymalizacji kształtu radiatorów Streszczenie W pracy przedstawiono zastosowanie algorytmów ewolucyjnych orazmetody ele- mentów skończonych (MES) w optymalizacji kształtu radiatorów. Zastosowano al- gorytm ewolucyjny, w którym funkcja celu wyznaczana jest w sposób równoległy, więc obliczenia przeprowadzane mogą być na wielu komputerach wieloprocesoro- wych. Tego typu podejście znacznie skraca czas obliczeń w porównaniu do sekwen- cyjnego algorytmu ewolucyjnego. Wartość funkcji celu wyznaczana jest na podsta- wie rozwiązania zagadnienia termosprężystości z wykorzystaniem oprogramowania MES MARC/MENTAT. Przy rozwiązywania zagadnienia bezpośredniego uwzględ- niany jest radiacyjny strumień ciepła.Wyznaczenie stref zacieniania, niezbędnych do jego wyznaczenia, realizowane jest również za pomocą procesora MENTAT. W celu zmniejszenia liczby zmiennych projektowych przy modelowaniu geometrii radiatora wykorzystano krzywe Béziera. Ponadto praca zawiera przykłady numeryczne opty- malizacji dla różnych konfiguracji warunków brzegowych. Manuscript received December 14, 2006; accepted for print January 23, 2006