JOURNAL OF THEORETICAL AND APPLIED MECHANICS 42, 3, pp. 445-460, Warsaw 2004 FUZZY-NEURAL AND EVOLUTIONARY COMPUTATION IN IDENTIFICATION OF DEFECTS Tadeusz Burczyński Department for Strength of Materials and Computational Mechanics, Silesian University of Technology, Gliwice, Poland Institute of Computer Modelling, Cracow University of Technology, Kraków, Poland e-mail: tadeusz.burczynski@polsl.pl Piotr Orantek Antoni Skrobol Department for Strength of Materials and Computational Mechanics, Silesian University of Technology, Gliwice, Poland e-mail: piotr.orantek@polsl.pl; antoni.skrobol@polsl.pl It is known that an elastic body contains some internal defects such as voids, cracks, additional masses, etc. This paper is devoted to a method based on computational intelligence for non-destructive defect identification. In the presented paper, an elastic body loaded statically is considered. The body contains an unknown number of internal defects. There are a lot of applicationsbasedonnon-destructivemethods.TheEvolutionaryAlgorithm (EA) with the Boundary ElementMethod (BEM) is a very effective tool in the identification of internal defects. In this method, the fitness function is calculated for each chromosome in each generation by the BEM. The number of chromosomes in each generation is quite large, and the number of generations is also large, so the time needed to carry out the identification is very long. Methods based on Artificial Neural Networks (ANN) find the position and shape of internal defects in a very short time. BecauseANNs are usually tra- ined using gradientmethods, the risk that the solution is in a local optimum is one of disadvantages of such amethod. There is also a problemwhen the ANNhas to identify two ormore different kinds of defects (cracks, voids and additional masses) in one body. In the presentedmethod, an EA is connected with the ANN in one system. This operation allows to avoidmain disadvantages of these methods and to use their advantages. The evolutionary algorithm is applied to identify the number of defects and their parameters (position and size). 446 T.Burczyński et al. The identification of a defect in the body is performed by minimizing the fitness function which is calculated as a difference between measured and computed displacements in some sensor points on the boundary of the in- vestigated structure. The fitness function is computed using an Artificial Neural Network (ANN). Key words: fuzzy neural network, evolutionary algorithm, defect, identifica- tion, boundary element method 1. Introduction The main target of this paper is to present a computational intelligence system in identification of defects in the form of cracks and voids in two- dimensional elastic systems. The computational intelligence system is compo- sedof coupledanevolutionary algorithm(EA)withanartificial neuralnetwork (ANN) (Rutkowska, 1997). The identification process is realized on thebasis of knowledge about displacements in some sensor points on the boundary of the body. There are several approaches to identification problems. One group of methods is based on sensitivity analysis (Bonnet et al., 2002). This approach, frommathematical point of view, is very elegant and strict but sometimes fails because theminimization of identification functions leads to a localminimum. Another group of methods is based on techniques which try to simulate (or imitate) biological systems. One approach which belongs to this group concerns artificial neural networks. The ANN has been used to identification problems by (Waszczyszyn and Ziemiański, 2001, 2003; Piątkowski and Zie- miański, 2003; Ziemiański and Piątkowski, 2000). In such amethod there is a problemwith the identification of a large numberof differentdefects, especially when the number of defect is a unknown. The second very common approach is making use of evolutionary algorithms in identification tasks (Burczyński, 2002; Burczyński et al., 2000; Nowakowski, 2000). AnEA enables to findmul- tiple defects. It can distinguish different kinds of defects as voids and cracks, and the number of defects canbe considered as a design variable. AnEAmini- mizes a fitness function which is formulated as a difference betweenmeasured displacements at sensor points xi, i=1,2, ...,n on the boundary of the inve- stigated body and displacements computed for the assumed numerical model with defects min ch F(ch) F(ch)= 1 2 n∑ i=1 [û(xi)−u(xi)] 2 (1.1) Fuzzy-neural and evolutionary computation... 447 where û(xi) denotes the measured displacements at the sensor point xi, u(xi) are computed displacements for themodel in the same point xi, ch is a vector of defect parameters which plays the role of a chromosome in the EA. Usually, these computations need to solve a boundary-value problemusing the boundary element method (BEM) or the finite element method (FEM) as it is shown in Fig.1. Fig. 1. The evolutionary identification using BEM or FEM to compute the fitness function This part of the identification process is very time consuming because the fitness function has to be computed for each chromosome in every genera- tion. The second disadvantage of such an approach is that the time needed for solving the identification problem depends on geometry of the model (Nowa- kowski, 2000). Themore complicated shape of the examined object the longer time for computation is needed. Oneway to speedup the identification process is to improve the evaluation of the fitness function. It can be done by replacing the BEM or FEM solution to the boundary-value problem by an approximate solution ehich is obtained by using anANN.As a result of coupling the EAwithANN, a computational intelligence system is obtained (Fig.2). It can be said that the artificial neural network is an approximator of a boundary-value problem for different kinds and positions of defects. The EA will find the number, shapes and positions of internal defects based on the results obtained using the ANN. 448 T.Burczyński et al. Fig. 2. The computational intelligence system for defect identification To approximate the boundary-value problem, a fuzzy neural network (FNN) is chosen. 2. Fuzzy modelling A fuzzy system is a system that uses a collection of fuzzy membership functions and rules, instead of conventional (Boolean) logic, to reason about data. Usually, the form of rules is following (Osowski, 1996) IF x1 =A1 AND x2 =A2 AND xn =An THEN y=B (2.1) where xi is the input variable, y is the output variable, Ai is the fuzzy subset of rules premise, B is the fuzzy set of rules conclusion. The rules are collected in one set called the rule base or knowledge base. Fuzzy-neural and evolutionary computation... 449 A typical fuzzy system consists of four parts (Rutkowska, 1997) as it is shown in Fig.3. Fig. 3. A scheme of a typical fuzzy system The inference process proceeds in three steps: fuzzification, inference and defuzzification. FUZZIFICATION block – the degree ofmembership of every input varia- ble for each rule premise is determined. INFERENCE block – the membership degrees are applied to the conclu- sion part of each rule and the one fuzzy subset for each rule is obtained. In the presented fuzzy system, the fuzzy subset A is calculated by the following formula µA(x)=µA1(x1)µA2(x2) . . .µAn(xn) (2.2) where µA(x) is themembership function of the conclusion of the rule A for input vector x, µAi(xi) is the degree of membership of every input variable for A rule premise. After that all fuzzy subsets are combined together to create one fuzzy set. DEFUZZIFICATION block – the output fuzzy set is converted to a crisp number. In this paper, the centroidmethod is considered. In thismethod the output value (the crisp value) is computed by finding the value of the centre of gravity of the membership function of the output set y= M∑ l=1 clµA(l)(x) M∑ l=1 µ A(l) (x) (2.3) where cl is the centre of the output set for the rule A (l), µ (l) A (x) is the membership function calculated in the inference step, l=1,2, . . . ,M is the rule number. 450 T.Burczyński et al. Applying the above described methods an arbitrary continuous function can be represented. Using (2.2) and (2.3) the following formula is obtained f(x)= M∑ l=1 cl (N∏ i=1 µ A (l) i (xi) ) M∑ l=1 N∏ i=1 µ A (l) i (xi) (2.4) where l=1,2, . . . ,M is the number of rule, I =1,2, . . . ,N is the number of input, cl is the centre of the fuzzy output set. 3. Fuzzy neural network To approximate the fitness value, a fuzzy neural network (FNN) is con- sidered. The FNN should realize a multi-variable function using the sum of single-variable fuzzy functions. These fuzzy functions are characterized by the membership function µ(x).TheGaussiandescription of themembership func- tion for every input in every rule is assumed µA(x;c,σ)= exp ( − [ x−c σ ]2) (3.1) In this case, formula (2.4) can be presented as follows f(x)= M∑ l=1 Wl N∏ i=1 exp ( − [ xi−c (l) i σ (l) i ]2) M∑ l=1 N∏ i=1 exp ( − [ xi−c (l) i σ (l) i ]2) (3.2) where Wl corresponds to the centre cl in equation (2.3). In this formula, c (l) i and σ (l) i are centres andwidths of part ”IF” in each rule, and Wl is the centre of part ”THEN” in each rule. This function can be described by making use of a multi-layer structure called the fuzzy neural network (Fig.4). During the training process the parameters Wl, c (l) i and σ (l) i should be found. In a gradient optimisation the learning process depends on the mini- mization of the square error which can be presented as follows E = 1 2 [f(x)−d]2 (3.3) Fuzzy-neural and evolutionary computation... 451 Fig. 4. The scheme of the fuzzy neural network with one output where x is the input vector, f(x) is the value approximated by the fuzzy neuralnetworkand d is thedesirable answerof theFNNfor the inputvector x. When the training process is carried out by making use of the gradient method, theknowledge about the gradient vector ∇E is very important.When the function f(x) is in the formshown in formula (3.2) and the error is defined as it is presented in (3.3), the gradient vector ∇E has three components ∂E ∂Wl = [f(x)−d] yl f2 ∂E ∂c (l) i =2 f(x)−d f2 yl[Wl−f(x)] xi− c (l) i (σ (l) i )2 (3.4) ∂E ∂σ (l) i =2 f(x)−d f2 yl[Wl−f(x)] (xi− c (l) i )2 (σ (l) i )3 for every input i=1,2, . . . ,N and each rule l=1,2, . . . ,M. 452 T.Burczyński et al. The change of parameters is proceeding according to the method shown below p(s+1)= p(s)−η ∂E ∂p +α∆p(s−1) (3.5) where p is the parameter put to optimisation, s – number of the iteration step, η – learning rate value, α – momentum rate, ∆p(s− 1) – parameter increment in the (s−1) step. 4. Formulation of an identification problem A two dimensional elastic body with n internal defects in the form of circular holes is considered. The EA should identify the number of defects and their parameters based on information about displacements in m sensor points on the boundary of the body. The unknown parameters of a defect are coordinates of the hole centre (Xi,Yi) and its size Ri, i=1,2, . . . ,n. The defects are specified by a chromosome ch= [X1,Y1,R1,X2,Y2,R2, . . . ,Xi,Yi,Ri, . . . ,Xn,Yn,Rn] (4.1) where Xi,Yi and Ri, i=1,2, . . . ,n, play the role of genes, n is the number of a defect. The evolutionary algorithm sends the chromosome with suggestion values of positions and radii of defects to the approximation block (Fig.2). In the case when Ri