Vous êtes sur la page 1sur 6

Optimization of Arc Welding Process Parameters

Using a Genetic Algorithm


Genetic algorithms can determine near-optimal settings of welding process parame-
ters within a large search space with relatively few experiments

BY D. K I M A N D S. RHEE

ABSTRACT. The purpose of this study is important to set up the proper welding this paper, the focus is on searching for
to propose a method to decide near- process parameters. The welding process the near-optimal condition.
optimal settings of the welding process is a multi-input and multi-output joining Some researchers (Refs. 2-4) devel-
parameters using a genetic algorithm. process, and bead geometry is closely as- oped linear models between the weld
This method tries to find the near-optimal sociated with the welding parameters. bead geometric parameters and welding
settings of the welding process parame- Therefore, identifying suitable combina- process parameters by using regression
ters through experiments without a tions of welding parameters to produce analysis. Other researchers (Refs. 5, 6)
model between input and output vari- the desired bead geometry can require used the Taguchi method to find robust
ables. It has the advantage of being able many experiments, making this process welding conditions. These techniques
to carry out searches without modifying time consuming and costly. provide good results over the regular ex-
the design space, which includes some An efficient method for solving these perimental regions, including no irregu-
irregular points. The method suggested in problems is to use response surface lar points. However, it is often impossible
this study was used to determine the methodology (RSM). Response surface to establish an arc, and melt-through may
welding process parameters by which the methodology is a group of statistical and occur under certain experimental points
desired weld bead geometry was formed mathematical techniques useful in mod- needed to satisfy the specific experimen-
in gas metal arc (GMA) welding. The out- eling, improving and optimizing tal design. The data obtained may be im-
put variables were the bead height and processes. The general procedure of RSM possible to analyze or provide poor re-
depth of penetration of the weld bead. for process optimization is as follows sults. This forces the experimenter to
These output variables were determined (Ref. 1): modify the design space. Subramaniam,
according to the input variables, which 1) Conduct screening experiments. et al. (Ref. 7), used D-optimal experi-
are the root opening, wire feed rate, 2) Move experimental region near the mental design to solve such problems by
welding voltage and welding speed. The optimal point. (We called the best condi- including and excluding operating
number of levels for the input variables tion from this step the near-optimal con- points. A point of criticism of the optimal
was 4, 16, 16 and 16, respectively, and dition.) designs is they are frequently quite sensi-
the total search points were 16,384. This 3) Develop a model within a relatively tive to the form of the model (Ref. 8).
study describes how to obtain near-opti- small region around the optimal point. Therefore, it is important to move the
mal welding conditions over a wide 4) Determine the optimal settings for experimental region near the region of
search space, conducting a relatively process parameters that maximize (or interest or optimal conditions, which
small number of experiments. minimize) the objective function. show relatively good weld quality. This
There have been many studies on process is particularly important when
Introduction screening experiments, modeling and the experimenter begins experimentation
optimization for welding processes. far from the region of optimal conditions.
Arc welding is one of the most widely However, there have been few tech- The full factorial design can result in op-
used joining processes. The weld bead is niques to move the experimental region timal settings of the welding process pa-
formed by the melting and solidification near the optimal welding conditions. In rameters without deriving a model for the
of joined materials. The weld bead plays welding process. As the number of input
an important role in determining the me- parameters and level of input parameters
chanical properties of the weld. Its geo- increase, the number of experiments ex-
metric parameters such as width, height ponentially increases and the full factor-
and penetration are decided according to KEY WORDS ial method for the problem becomes un-
the welding process parameters, such as realistic.
wire feed rate, welding voltage, welding Arc Welding To overcome these problems, this
speed, shielding gas and contact-tube-to- Weld Quality study introduced procedures to deter-
work distance (CTWD). Therefore, to Optimization mine the near-optimal welding process
produce good weld bead geometry, it is Genetic Algorithm parameters using a genetic algorithm.
Welding Parameters The genetic algorithm is a global opti-
D. KIM is Graduate Student Research Assistant Weld Bead Geometry mization algorithm, and the objective
and S. RHEE is Associate Professor with the function does not need to be differen-
Department of Mechanical Engineering, tiable. This allows the algorithm to be
Hanyang University, Seoul, Korea. used in solving difficult problems such as

I84-slJULY200i
Initial population ]
(

I ecodin
]Fitness evaluation]
I l
Fig. 2 - - Weld bead geometry.

I Reproduction ]
[ Crossover ]
netic algorithm may pre- necessary to decide the survival of each
[ Mutation I vent the convergence of individual. Individuals with large fitness
one particular local ex- values represent better solutions and
treme point. Thirdly, as those values are what the user wants to
] New population I the genetic algorithm maximize. Therefore, the objective func-
only uses the fitness tion of the minimization problem must
Fig. 1 - - A general procedure o f a genetic algorithm. value of each string, the be transformed so that it becomes a max-
fitness function does not imization problem. This study used the
need to be continuous bead height and weld bead depth of pen-
multimodal, discontinuous or noisy sys- or differentiable. Finally, etration to make the fitness function. Ac-
tems (Refs. 9-14). This is not possible while many optimization methods use cording to results of the welding experi-
with existing optimization algorithms. the deterministic transition rule, the ge- ments, the weld bead geometry was
Therefore, it is appropriate to apply a netic algorithm instead uses the proba- measured and the fitness of each welding
genetic algorithm to complex systems bility transition rule. condition was calculated.
such as the welding process. Another ad- The general optimization procedure The next step is to use each individ-
vantage is that continuous search is pos- using a genetic algorithm is shown in ual's fitness and the genetic operators (re-
sible without external influence by weld- Fig. 1. The initial population means the production, crossover and mutation) to
ing phenomena, such as melt-through. In possible solutions of the optimization produce the next generation of the pop-
order to determine the welding process problem, and each possible solution is ulation.
parameters that produce the optimized called an individual. Each individual is a Reproduction is the process in which
weld bead geometry in GMA welding, binary string consisting of combinations of each individual may be duplicated ac-
this study used a genetic algorithm. randomly generated zeroes and ones. This cording to its fitness. Through this opera-
This optimization process does not binary string is used to code the possible tion process, individuals with higher fit-
derive the models to correlate input vari- solution. In this paper, it expresses the ness levels produce more offspring in the
ables and output variables. Through ex- welding process parameters that influence next generation than those with lower fit-
periments, the optimal settings of the weld bead geometry. The values of the ness levels. This explains Darwin's sur-
welding process parameters can be welding process parameters, shown as the vival of the fittest theory. This study used
found. The input variables that control binary string (strings of each parameter are the biased roulette wheel selection to im-
weld bead geometry were the root open- concatenated to make one long string), are itate Darwin's survival of the fittest theory
ing, wire feed rate, welding voltage and very effective in exchanging information (Ref. 9). This selection approach is based
welding speed. The output variables between each individual. However, they on the concept of selection probability
used were bead height and weld depth need to be changed into real numbers for each individual proportional to the fit-
penetration. when being applied to the optimization ness value. For individual k with fitness
problem to evaluate the fitness. fk, its selection probability Pk is calcu-
Genetic Algorithms Decoding is the process of changing lated as follows:
the input variables that are coded by the
Genetic algorithms are global opti- binary string into a real number. For ex-
mization algorithms developed based on ample, if an input variable ( x i ) has a re- (2)
the mechanics of natural selection and search range of [Xi,min, Xi,max] , and its bi- where n is population size. Then a bi-
genetics. In this study, a genetic algo- nary string length is Li, the real number ased roulette wheel is made according to
rithm was used to determine the optimal (Xi, r ) of the input variable can be shown these probabilities. The selection process
settings of welding process parameters in the following equation: is based on spinning the roulette wheel
that produced the desired weld bead Xi,max - Xi,min n times. The individuals selected from
geometry. The genetic algorithm, devel- Xi'r - 2L~ - 1 Xi'b + Xi'min (1) the selecting process are then stored in a
oped to solve many complex problems, mating pool.
has the following characteristics (Ref. 9): where, xi, b is the number in decimal Crossover is the process by which the
First, the genetic algorithm uses a form represented by the binary string. strings are able to mix and match their at-
string of fixed length instead of a para- Each individual, represented by the bi- tributes through random process. After
meter value. Generally, the binary string nary string, is transformed to real num- reproduction, crossover proceeds in
comprised of 0 and 1 is used in the ge- bers by Equation 1 and applied to the op- three steps. First, two strings (referred to
netic algorithm. Secondly, when deter- timization problem. In other words, the as parents) are selected randomly from
mining the solution within the search welding experiment is performed with the mating pool. Second, an arbitrary lo-
range, the genetic algorithm simultane- the welding process parameters that had cation (called the crossover site) in both
ously considers a set of possible solu- been transformed to real numbers. strings is selected randomly. Third, the
tions. This parallel processing of the ge- The fitness evaluation is a procedure portions of the strings following the

WELDING RESEARCH SUPPLEMENT I 185-s


Table I - - Search Range for Welding Table 2 - - Results of Initial Generation
Parameters and the Corresponding Number
of Bits and Number of Levels Individual Root Feed Voltage Speed Height Depth Objective Fitness
Number Opening Rate (V) (ram/s) (mm) (mm) Function Function
Parameter Range Number Number (mm) (cm/s)
of Bits of Levels
1 0.0 5.70 26 10.5 1.7 2.0 12.29 0.075
Root 0-1.5 2 4 2 1.0 1.35 22 7.0 1.4 3.4 4.42 0.185
opening (ram) 3 0.5 3.09 15 4.0 3.9 0.9 26.92 0.036
Wire feed 1.35-14.40 4 16 4 0.5 4.83 25 4.5 2.7 4.3 2.88 0.258
rate (cm/s) 5 1.0 12.66 24 9.0 -- -- 40.38 0.024
Welding 15-30 4 16 6 1.0 13.53 25 10.0 -- -- 40.38 0.024
voltage (V) 7 1.5 7.44 24 6.0 -- -- 40.38 0.024
Welding 3-10.5 4 16 8 1.0 9.18 21 5.5 3.5 4.0 6.25 0.138
speed (mm/s) 9 1.5 12.66 20 9.0 -- -- 40.38 0.024
10 0.0 3.96 30 9.5 1.1 1.6 15.37 0.061

a bit value of 1 is reversed to 0. Every bit


value in each string is a candidate for mu-
tation, and its selection is determined by
the mutation rate. The mutation rate is
usually set at a low vale to avoid losing
iii! ¸ good strings. The mutation serves to re-
cover information lost from reproduction
and crossover. It also provides informa-
tion that did not exist in the initial stage.
In the genetic algorithm, the popula-
tion size, crossover rate and mutation
rate are important factors in the perfor-
mance of the algorithm (Refs. 10-15). A
larger population size or higher crossover
rate allows exploration of more of the so-
ii~ ~....
lution space and reduces the chances of
settling for poor solutions, but if they are
too large or high, it results in wasted com-
putation time exploring unpromising re-
gions of the solution space. If the muta-
tion rate is too low, many binary bits that
may be useful are never tried, but if it is
too high, there will be much random per-
turbation, and the offspring will lose the
good information of the parents.
Gerfenstette (Ref. 11) and Alander
(Ref. 14) suggested the optimal popula-
tion size was 30 and a value between n
and 2n (where n is the string length), re-
spectively. The typical values for the
crossover rate and the mutation rate
range from 0.5 to 1.0 and 0.005 to 0.01,
respectively (Ref. 13). Gerfenstette (Ref.
Fig. 3 - - Cross sections of welds made using various combinations of process variables produced 11) showed that the optimal crossover
in initial generation. A - - Root opening 0.0 mm, feed rate 5.70 cm/s, voltage 26 V, speed 10.5 rate appeared to increase as the popula-
totals; B - - root opening 1.0 ram, feed rate 1.35 cm/s, voltage 22 V, speed 7.0 totals; C - - root tion size decreased, and the performance
opening 0.5 mm, feed rate 3.09 cm/s, voltage 15 V, speed 4.0 mm/s; D - - root opening 0.5 ram, of mutation rates above 0.1 approached
feed rate 4.83 cm/s, voltage 25 V, speed 4.5 mm/s; E - - root opening 1.0 ram, feed rate 9.18 that of random search regardless of the
cm/s, voltage 21 V, speed 5.5 totals; F - - root opening 0.0 ram, feed rate 3.96 cm/s, voltage 30 other parameter settings. In addition, the
V, speed 9.5 totals. optimal parameter settings were 30 of
population size, 0.95 of crossover rate
and 0.01 of mutation rate. These studies
show that the control parameters of the
crossover site are exchanged between 90% of the pairs are crossed, whereas the genetic algorithm depend upon the spe-
two parent strings to form two offspring remaining 10% are added to the next cific problems studied.
strings. This process is applied to the generation without crossover. When the process parameter settings
other strings in the mating pool. This After reproduction and crossover, mu- have to be found through actual experi-
crossover does not occur with all strings, tation is performed by occasionally alter- ments as opposed to computer simula-
but is limited by the crossover rate. For ing the value of a string position. In other tion, it is necessary to use the least num-
example, if the crossover rate is 0.9, then words, a bit value of 0 is reversed to 1 and ber of individuals as possible. This is

186-slJULY2001
because as the number of individuals in-
creases, the number of experiments also 24

ii,
22
increases, requiring more time and cost
and decreasing the usefulness of opti-
2O \
\\
mization through the genetic algorithm.
Fortunately, Reeves (Ref. 15) showed "~\,/
rather small populations sufficed for bi-
\\ E
nary strings• However, it is noted that a
small population size increases the O s

chance of premature convergence to a 4 1

poor solution. The control parameters of 2


0 OL
the genetic algorithm in this study were 1 2 3 4 5 6 7 II
Generation number Generebon number
determined based on these studies.

Experimental Procedure
Fig. 4 - - Results of the genetic algorithm. Fig. 5 - - Results of the bead height and depth
A genetic algorithm was used to de- of penetration obtained from the genetic al-
termine the arc welding parameters that gorithm.
would produce an optimal weld bead
geometry. Weld bead geometry plays an
important role in determining the me- Table 3 - - Resultsof the Fourth Generation
chanical properties of a weld. This study,
as shown in Fig. 2, used bead height and Individual Root Feed Voltage Speed Height Depth Objective Fitness
depth of penetration to describe weld Number Opening Rate (V) (ram/s) (mm) ( m m ) Function Function
(ram) (cm/s)
bead geometry. These parameters for
weld bead geometry were largely influ- 1 1.5 7.44 26 8.5 -0.4 5.8 3.70 0.213
enced by the root opening, wire feed 2 1.0 1.35 25 6.5 1.5 3.0 6.25 0•138
rate, welding voltage and welding speed. 3 0.0 5.70 24 6.0 2.5 3.4 5.41 0.156
In other words, the welding process pa- 4 1.0 5•70 24 6.0 1.7 6.2 0.53 0.654
5 1.0 2.22 22 7.5 1.7 3.2 5.33 0.158
rameters were the input variables while 6 1.0 4•83 21 5.0 2.5 3.7 4.24 0.191
the bead parameters were the output 7 1.0 5.70 24 6•5 1.8 5.4 0.10 0.909
variables of the arc welding process. 8 0.5 4.83 22 7.0 2.3 2.8 7•93 0.112
After setting up the desired weld bead 9 0.0 2.22 22 9.0 2.1 1.9 13.32 0.070
geometry, the genetic algorithm was used 10 1.0 11.79 21 5.0 -- -- 19.98 0.048
to determine the welding process para-
meters that produced the desired weld
bead geometry.
The base metal was 4.5-mm-thick
the following objective function, with that applying this method is unrealistic•
mild steel with a square-groove butt joint.
bead height and depth of penetration: In this vast search space, the procedures
A single-pass welding process was used.
The filler metal was an AWS classification for deciding the optimal welding para-
ER 70S-6 with a 1.2-mm-diameter elec- J=(H d-H) 2+(D d-D) 2 (3) meters using the genetic algorithm are
trode. The shielding gas used was 100% outlined below.
CO 2 with a 20 Umm flow rate. The four where H d and D d are the desired bead Control parameters of the genetic al-
welding process parameters were deter- height and depth of penetration by the gorithm were initialized• A population
mined according to the genetic algo- designer, and H and D are the bead size of 10, a crossover rate of 0.95 and
rithm. The search ranges were as follows: height and depth of penetration obtained mutation rate of 0.01 for the genetic al-
root opening, 0-1.5 mm; wire feed rate, from the experiment. [n this study, the de- gorithm based on Refs. 11 and 15 was
1.35-1 4.40 cm/s; welding voltage,15-30 sired values used were H d = 1.5 ram, D d used. The next step was to generate the
V; and welding speed, 3-10.5 mm/s. After = 5.5 ram. Thus, to obtain the desired welding process parameter sets formed by
performing the arc welding experiments bead geometry was to find the welding the binary strings as much as the popula-
under the conditions determined by the parameters that minimize J. Because the tion size, and then map the binary strings
genetic algorithm, bead height and depth genetic algorithm is generally applied to into the search range in Table 1 by using
of penetration were measured• maximization problems, the objective Equation 1. Then the arc welding experi-
function J was transformed to 1/(J + 1), ments were performed with the mapped
Results and Discussion which was the fitness function. The welding process parameter values.
search range for the welding parameters, After the experiments were per-
In order to use the genetic algorithm and the corresponding number of bits formed, three samples were cut from
to optimize welding process parameters, and number of levels to find the welding each weldment and the transverse face of
an index to evaluate the next generation's process parameters that maximize 1/(J + the weldments was surface ground and
survival fitness was needed. This study 1) are shown in Table 1. Therefore, with macroetched. Then, the weld bead
made a fitness function using the weld all the number of cases shown in Table 1, geometry acquired from each welding
bead geometry, which influenced weld the number of search points needed to condition was measured and its mean
quality• Excessive bead height and pene- find the optimal settings of input vari- value applied to Equation 3, which cal-
tration do not produce good weld qual- ables by using the full factorial experi- culated the objective function value.
ity (Ref. 16). Therefore, this study used ments is 16,384. It can clearly be seen Using this value, the fitness function

W E L D I N G RESEARCH SUPPLEMENT I 187-s


~ ~ ~i~i!~i~ii ~ ¸¸ ~ !~

E ~i~~. . . . . . ~%~!!~i~i~ii~Zi~~ i ~•

• v

i ~ ¸~ ~ ~!

Fig. 6 - - Cross sections of welds made using various combinations of process variables produced in the fourth generation. A - - Root opening 1.5
mm, feed rate 7.44 cm/s, voltage 26 V, speed 8.5 mm/s; B - - root opening 1.0 mm, feed rate 1.35 cm/s, voltage 25 V, speed 6.5 ram~s; C - - root
opening 0.0 ram, feed rate 5.70 cm/s, voltage 24 V, speed 6.0 totals; D - - root opening 1.0 mm, feed rate 5.70 cm/s, voltage 24 V, speed6.0 mm/s;
E - - root opening 1.0 mm, feed rate 2.22 cm/s, voltage 22 V, speed 7.5 mm/s; F - root opening 1.0 mm, feed rate 4.83 cm/s, voltage 21 V, speed
5.0 ram~s; G - - root opening 1.0 mm, feed rate 5.70 cm/s, voltage 24 V, speed 6.5 ram~s; H - - root opening 0.5 mm, feed rate 4.83 cm/s, voltage
22 V, speed 7.0 ram~s; I - - root opening 0.0 mm, feed rate 2.22 cm/s, voltage 22 V, speed 9.0 mm/s.

value was also calculated. The welding ing and the wire feed rate among weld- the figure, it is shown that as the genera-
process parameter values generated ran- ing conditions of experiment 7 do not tion increases, the objective function val-
domly from the first generation and the provide good information, but the weld- ues decrease. The numbers the melt-
results from each experiment are shown ing speed does. This information may be through phenomena produced until the
in Table 2. useful when deciding the welding condi- 8th generation were 4, 2, 1, 1,0, 0, 1 and
Irregular melt-through phenomena tions for the next generation. Cross sec- 0, respectively. The welding conditions
occurred in the welding conditions of ex- tions of welds made using the welding of the 5th and 6th generation did not pro-
periments 5, 6, 7 and 9. The measured conditions that produced good data in duce melt-through, but one of the weld-
data from these conditions were re- initial generation are shown in Fig. 3. ing conditions of the 7th did. As the ob-
garded as "bad data." It was considered The population of the next generation jective function value of the welding
that the wire feed rate in experiments 5 was decided by using the three operators condition with bad data was relatively
and 6, the root opening in experiment 7, of the genetic algorithm, according to the high, it was seen that the average of each
and both the root opening and wire feed calculated fitness function values of each generation's objective function values
rate in experiment 9 were relatively large. individual. This process was repeated continued to decrease and then in-
As reasonable measured data cannot be until satisfactory weld quality (J "0.1 ) was creased slightly at 7th generation. Figure
obtained from the above welding condi- obtained, and several additional genera- 5 shows convergence results of the bead
tions, the largest objective function value tions were created in order to verify the height and depth of penetration obtained
among the "good data" multiplied by 1.5 obtained optimal condition and prevent from the optimal settings of welding pa-
was defined as the objective function val- the sample with random error from being rameters of each generation. Notice that
ues of the welding conditions that the actual best solution. As a result, this as the generation number increased, the
showed melt-through. As seen, the weld- study repeated this experiment until the bead geometric variables converged to
ing conditions that generated melt- 8th generation was formed. the desired values.
through were not discarded but given Figure 4 shows the results of the ge- From the above results, the optimal
low fitness values, as there was a possi- netic algorithm until the 8th generation. condition satisfying the termination con-
bility that there was important informa- The marker • shows the average of the dition (J "0.1) was found in the 4th gen-
tion in these conditions. For example, generation's objective function values, eration. The experiments after the 4th
from the final experimental results based and the marker • shows the minimum generation verified the validity of the op-
on the genetic algorithm, the root open- value from each of the generations. From timal condition obtained from the 4th

188.s I JULY 2oo i


generation. The welding parameter val- try was determined depending on the timization of the weld bead geometry in gas
ues and the experiment results generated root opening, wire feed rate, welding tungsten arc welding by the Taguchi method.
from the fourth generation are shown in voltage and welding speed. International Journal of Advanced Manufac-
Table 3. The optimal settings for welding The proposed method can find the turing Technology 14: 549-554.
parameters means the input variable val- near-optimal settings of the welding 7. Subramaniam, S., White, D. R., Jones, J.
ues of the welding process with the max- process parameters with relatively few E., and Lyons, D. W. 1999. Experimental ap-
imum fitness function value were as fol- experiments. It can also be used to find proach to selection of pulsing parameters in
lows: the root opening at 1.0 mm, the the near-optimal welding conditions over pulsed GMAW. Welding Journal 78(5): 166-s
wire feed rate at 5.7 cm/s, the welding the original full factorial candidate set, to 172-s.
voltage at 24 V and the welding speed at even if some irregular welding condi- 8. Steinberg, D. M., and Hunter, W. G.
6.5 mm/s. Cross sections of welds made tions, such as melt-through, are present. 1984. Experimental design: review and com-
using the welding conditions that pro- ment. Technometrics 26(2): 71-97.
duced good data in the fourth generation Acknowledgments 9. Goldberg, D. E. 1989. Genetic Algo-
are shown in Fig. 6. It is shown that the rithms in Search, Optimization, and Machine
weld quality produced from the fourth This work was supported by the Brain Learning, Addison-Wesley.
generation (Fig. 6) is better than the weld Korea 21 Project and Critical Technology 10. Gen, M., and Cheng, R. 1997. Genetic
quality produced from the initial genera- 21 Project of the Ministry of Science and Algorithms and Engineering Design, John
tion - - Fig. 3. Technology, Korea. Wiley & Sons, Inc.
Fortunately, the optimal condition in 11. Grefenstette, J. J. 1986. Optimization
this study was found in the 4th genera- References of control parameters for genetic algorithms.
tion. As the specific rates of convergence IEEE Trans. on Syst. Man Cybern 16(1):
vary by initial population or stochastic 1. Myers, R. H., and Montgomery, D. H. 122-128.
selection mechanism, however, another 1995. Response Surface Methodology, John 12. Fogel, D. B. 1994. An introduction to
run may need more generations. Wiley & Sons, Inc. simulated evolutionary optimization. IEEE
2. Konkol, P.J., and Koons, G. F. 1978. Op- Trans. on Neural Networks 5(1 ): 3-14.
Conclusion timization of parameters for two-wire AC-AC 13. Srinivas, M., and Patnaik, L. M. 1994.
submerged arc welding. Welding Journal Adaptive probabilities of crossover and muta-
An effective method for deciding the 57(12): 367-s to 374-s. tion in genetic algorithm. IEEETrans. on Syst.
optimal parameters in the arc welding 3. Yang, L. J., Chandel, R. S., and Bibby, M. Man Cybern 24(4): 656-667.
process using a genetic algorithm was J. 1993. The effects of process variables on the 14. Alander, J. T. 1992. On optimal popu-
proposed. weld deposit area of submerged arc welding lation size of genetic algorithms. Proc. of
In arc welding, the weld bead geom- process. Welding Journal 72(1 ):11-s to 18-s. CompEuro 92, pp. 65-70. IEEEComputer So-
etry is an important factor in deciding 4. Yang, L. J., Bibby, M. J., and Chandel, R. ciety Press.
weld quality. This study used a genetic S. 1993. Linear regression equations for mod- 15. Reeves, C. R.1993. Using genetic al-
algorithm to determine the welding eling the submerged arc welds. Journal of Ma- gorithms with small populations. Proc. of the
process parameter values that produced terial Processing Technology 39: 33-42. Fifth Intern. Cont. on Genetic Algorithms, pp.
complete joint penetration. In the opti- 5. McConnell, I. A., and McPherson, N. A. 92-99.
mization of the welding process using the 1997. The application of statistical process de- 16. ANSI/AWS D1.1-94, Structural Weld-
genetic algorithm, the objective function sign to a FCAW process. Welding Journal ing Code - - Steel, 13th Ed. 1994. American
was made using weld bead height and 76(10): 412-s to 416-s. Welding Society, Miami, Fla.
depth of penetration. Weld bead geome- 6. Tarng, Y. S., and Yang,W. H. 1998. Op-

WELDING RESEARCH SUPPLEMENT I 189-s

Vous aimerez peut-être aussi