Abstract

Efficient analytical model directly enhances the reliability evaluation of flexible mechanism under operation. In this paper, genetic algorithm-based extremum neural network (GA-ENN) is developed as reliability model by introducing the thoughts of extremum and genetic algorithm (GA) into artificial neural network to address the key problems comprising transient response and modeling precision in the dynamic reliability analysis of flexible mechanism in a time domain. The thought of extremum is adopted to simplify transient response process as one extremum value to the difficulty of dynamic reliability analysis induced by transient process response, and the GA is applied to find the optimal model parameters of reliability model. The dynamic reliability analysis of two-link flexible robot manipulator (TFRM) (a typical flexible mechanism) was implemented based on the GA-ENN method, regarding the input random variables of material density, elastic modulus, section sizes of components, and the output response of components’ deformations. From the analysis, the comprehensive reliability of the TFRM is 0.951 when the allowable deformation is 1.8 × 10−2 m. Besides, the maximum deformations of the two components follow the normal distributions with the means of 1.45 × 10−2 m and 1.69 × 10−2 m and the standard variances of 6.77 × 10−4 m and 4.08 × 10−4 m, respectively. Through the comparison of methods, it is illustrated that the developed GA-ENN improves the simulation efficiency and modeling accuracy by overcoming the problems of transient response and model parameter optimization in the dynamic reliability analysis of TFRM.

1. Introduction

As one of the important parts in mechanical system in robotics, satellite, aircraft, aeroengine, and so forth, flexible mechanism severely influences the safety and usability of mechanical system. Currently, the investigation of flexible mechanism attracts a lot of attention with the emphasis on the control strategy [13] and the modeling and solution of dynamic equation [4, 5]. The reliability evaluation of flexible mechanism has become one interesting topic in ensuring the secure operation of mechanical system [6].

Numerous investigations on reliability analysis lead to the rapid development of reliability approaches. Response surface method (RSM, also called surrogate model) is widely applied in reliability analysis. Fei et al. developed decomposed-coordinated surrogate modeling strategy for compound function approximation and a turbine-blisk reliability evaluation [7], and the method was applied aeroengine blade-tip clearance and its components [810]; Li et al. employed support vector machine in structural reliability analysis [11]; Kaymaz applied Kriging method to complete structural reliability problems [12]; Xiong et al. presented a double weighted stochastic RSM for reliability analysis [13]; Gavin et al. gave the RSM-based high-order limit state functions for reliability analysis [14]; Ren et al. established neural network response surface model for reliability analysis based on artificial neural network (ANN) with high accuracy and nonlinear mapping capability [15]; Dai et al. applied this ANN-RSM to the regression analysis of complex structure limit state function to improve the accuracy of reliability analysis [16]. The above works mainly focus on structural reliability and prompt plentiful approaches on evaluating, analyzing, and designing structural reliability.

However, few efforts have been done on the reliability analysis of flexible mechanism. Flexible mechanism analysis involves nonlinearity, multicomponent coupling, and time variance (transient), so that it is inevitable that the reliability analysis of flexible mechanism is a complex simulation with large computational loads, strong coupling, and difficult calculation [17]. Due to the transient response and complicated analysis, the simulation efficiency and model precision of flexible mechanism reliability analysis are unacceptable if the response surface methods effectively used in structural reliability analysis are directly employed. To solve the issues, Song et al. studied the deformation response reliability analysis of flexible mechanism [6]. Zhang et al. completed the reliability evaluation and topology optimization of compliant mechanism by using level set method and first-order reliability method [18]. To improve the computational efficiency, Zhang et al. developed extremum RSM- (ERSM-) based quadratic polynomials for the reliability analysis of flexible manipulator by combining flexible multibody dynamics with modal comprehensive method and modal truncation technique [19]. Yang et al. proposed the backpropagation-ANN- (BP-ANN-) based Monte Carlo (MC) method for dynamic strength reliability analysis of flexible mechanism [20]. Reliability analytical model directly influences the precision and availability of flexible mechanism reliability evaluation under operation. Although the proposed ERSMs and BP-ANN model improve the efficiency and accuracy of flexible mechanism reliability analysis to some extent, the improved efficiency and precision are insufficient yet. This is because of the following: (1) as BP-ANN model is established, training algorithms have local optimization rather global optimization and difficult convergence; (2) the weights and thresholds (model parameters) in BP-ANN model are so imprecise that the BP-ANN model has low approximation accuracy; (3) modeling speed is too low to implement the reliability analysis of flexible mechanism due to noneffective transient processing.

Bayesian regularization algorithm (BRA) holds strong generalization ability and global optimization ability in searching for the model parameters by gradual approximation in training process [16]. Genetic algorithm (GA) effectively avoids premature convergence and local optimization in modeling process [21, 22]. Therefore, it is important to adopt GA to improve the accuracy of BP-ANN model for flexible mechanism reliability analysis. The extremum thought in ERSM offers a measure to process the transient response problem in flexible mechanism reliability analysis.

The objective of this paper is to absorb the extremum thought and GA into ANN to develop a new approach, that is, GA-based extremum neural network (GA-ENN) method. This proposed method is adopted to improve the modeling precision and simulation efficiency in the reliability analysis of flexible mechanism by simplifying the response process as a response extremum value and employing GA to find the optimal parameters of ANN model, respectively. In what follows, Section 2 studies the GA-ENN method for the reliability analysis of flexible mechanism, including basic principle and GA-ENN model and GA. The basic thought of the reliability analysis of flexible mechanism based on the proposed GA-ENN is discussed in Section 3. The reliability analysis of TFRM is applied to validate the modeling accuracy and simulation efficiency of the proposed GA-ENN method in Section 4. In Section 5, the conclusions of this study are summarized.

2. Theory and Method

2.1. Artificial Neural Network

For the reliability analysis of flexible mechanism with quadratic polynomial-based response surface method, the quadratic polynomial is generally adopted as the fitted function to approximate to the limit state function of mechanism system. Due to the limitation of quadratic polynomials in approximating to the nonlinearity and function coupling, however, it is difficult to acquire the acceptable fitting accuracy when quadratic polynomials are directly applied to fit the limit state function of flexible mechanism [23]. To avoid the deficiency, this paper employs ANN instead of quadratic polynomials to fit the limit state function of flexible mechanism, because the ANN holds strong fitting ability and high fitting accuracy. The BP-ANN as a typical ANN holds the advantages of strong adaptability and the accurate fit ability to complex function [24]. When y and are output response and input variable, respectively, in respect of ANN model, the function relationship between output response y and input variables xi is expressed aswhere ωjk is the connection weight between the jth node of input layer and the kth node of hidden layer; bj is the jth threshold value of hidden layer; ωij is the connection weight between the ith node of hidden layer and the jth node of output layer; bk is the kth threshold value of output layer; f1(·) is the transfer function between input layer and hidden layer; f2(·) is the transfer function between hidden layer and output layer; m and n are the numbers of nodes in input layer and hidden layer, respectively.

Training algorithm is one of the key techniques of establishing the BP-ANN model. This paper adopts Bayesian regularization algorithm (BRA) as the training algorithm of ANN because the algorithm holds strong generalization ability, global optimization capacity, and rapid convergence ability. The BRA is promising to improve the generalization capacity of ANN model by avoiding overfitting problem and finding the optimized weights and threshold values in training process [16]. The BRA-based training performance function E of is

We havewhere e is the BRA function; ee and eω are the mean sum of squares of the network error and the sum of squares of network weights; α1 and α2 are the proportional coefficients of ee and eω, respectively; is the weight of ANN; ε is the expected error function of output response; ν is the vector of weight and threshold values for network layers; k is the kth iteration; Z is the Jacobian matrix of ε; λ is the iteration variable.

2.2. Genetic Algorithm

Relative to quadratic polynomial-based response surface method, ANN model has the potential of reducing computational loads and enhancing simulating efficiency. However, the traditional ANN model has local optimization and low approximation accuracy so that the network generalization ability is deficient. Intelligent operator may effectively avoid the problems of premature convergence and local optimization in training ANN by searching for the optimal initial weight and threshold. Therefore, it is important to design the intelligent operator to improve the accuracy of ANN model.

As one typical intelligent operator, genetic algorithm (GA) can automatically determine searching space and adaptively adjust searching direction without the restriction of differentiable or continuous objective function. Meanwhile, the GA has the abilities of parallel processing and strong robustness [21] and effectively approximates to optimal weight and threshold. In this paper, the GA is adopted to find the optimal weights and threshold to improve the modeling accuracy of ANN [21, 25]. In the GA, the initial population includes network weights and thresholds, and each individual in the population contains all genetic information. Because the network training error is the adaptive value of the individual, the smaller the individual adaptive value is, the better the individual is. Genetic operator includes three operators: selection, cross, and mutation. The design details of the three operators are summarized as follows.

Based on the adaptive proportional roulette wheel method [26], the selected probability of each individual iswhere Pi represents the probability of the ith individual; fi is the adaptive value of the ith individual; fj is the fitness value of the jth individual; N is the number of individuals in population.

Cross operation is commonly finished by the real number cross method [27]. The cross operation of the kth chromosome ak and lth chromosome al on jth point iswhere k is the kth iteration; aij is the jth bit of the ith chromosome; alj is the jth bit of the lth chromosome; r is the random number in [0, 1].

The mutation of the jth gene of the ith individual is denoted bywhere amax and amin indicate the upper bound and bottom bound of gene aij, respectively; K is the maximum number of iterations.

2.3. Genetic Algorithm-Based Extremum Neural Network (GA-ENN)

In this section, we develop the GA-ENN method in the foundation of GA and ANN introduced from the extremum thought. The architecture of GA-ENN is shown in Figure 1.

As shown in Figure 1, the basic thought of GA-ENN method is summarized as follows:(i)The limit state equation of flexible mechanism system is fitted by fitting extremum response surface models (i.e., GA-ENN model) to the input parameter xj and extremum output .(ii)The established GA-ENN model of this system is analyzed in the time domain [0, T] replacing the nonlinear dynamic differential equations to gain dynamic extremum output response .

From the above analysis, the GA-ENN transforms the stochastic response process in the dynamic reliability analysis of flexible mechanism into one random extremum response in the time domain in each calculation. Corresponding to the sample set x of random variables, all extremum responses are employed to fit the GA-ENN model. In the dynamic reliability analysis with the GA-ENN method, only the extremum of output response in time domain is calculated rather than all output responses in the time domain. Therefore, the proposed approach (GA-ENN) can potentially reduce simulation time and improve analytical efficiency.

3. Procedure of Flexible Mechanism Reliability Analysis with GA-ENN

To solve the limitations of the traditional response surface method in the reliability analysis of flexible mechanism, the developed GA-ENN is to enhance the nonlinear searching ability of intelligent operator and the nonlinear mapping ability of ANN, reduce the computational load, and improve computational efficiency and computational accuracy in the reliability analysis of flexible mechanism. The reliability analysis procedure of flexible mechanism with GA-ENN is shown in Figure 2.

As shown in Figure 2, the reliability analysis procedure of flexible mechanism based on GA-ENN can be illustrated as follows:(i)Step 1: Establish the limit state function of flexible mechanism by combining the comprehensive modal theory and multibody dynamics theory.(ii) Step 2: Build ANN model in respect of the node number of each layer of ANN and enough training samples by extracting limit state function using Latin hypercube sampling method [28].(iii) Step 3: Initialize search space and calculate individual adaptive values and find the optimal solution of intelligent search according to individual adaptive values.(iv) Step 4: Judge whether the optimal individual in the updated population satisfies the requirement of design. If no, return to intelligent operator (GA) to continually execute until meeting the requirement of design. If yes, continue to Step 5.(v) Step 5: Return to main program after gaining the optimal weight and threshold values.(vi) Step 6: Apply BRA to establish ANN model, that is, GA-ENN model.(vii) Step 7: Complete the reliability analysis of flexible mechanism based on the established GA-ENN model and output the results.

4. The Reliability Analysis of Flexible Mechanism

4.1. Formulation of Problems

In this paper, a TFRM is regarded as the object of study on the reliability analysis of flexible mechanism based on GA-ENN. The simplified model of TFRM is shown in Figure 3. In this TFRM, the components (or subcomponents) of the manipulator are considered as a homogeneous Euler beam. Mass loads enforce at the joint between component-1 and component-2. The end of arm is assumed to be concentrated masses with ignoring rotational inertia and damping of rotor motor. For two manipulators, the lengths are l1 and l2; the masses are m1 and m2; the driving torques are τ1(t) and τ2(t), respectively. To analyze the motion condition of the two manipulators (components), x1−y1 local coordinate is built for component-1, and x2−y2 local coordinate is established for component-2. y1 and y2 represent the elastic deformations of component-1 and component-2, respectively. t is movement time. The movements of two moving local coordinates are described by the azimuths θ1(t) and θ2(t), respectively.

Based on the integrated mode method [19], the elastic deformations of the two components in the corresponding local coordinate systems are analyzed. The shape functions (φ1 for number-1 and φ2 for number-2) of the two components are

The elastic deformations of components change with time. The elastic deformations and for component-1 and component-2 on y direction are indicated, respectively, by

The generalized coordinate q(t) iswhere is the ith-order elastic coordinate of component-1; ui(t) is the ith-order elastic coordinate of component-2.

According to Lagrange equations, the dynamics equation of the TFRM iswhere is gravitational potential energy; M is mass matrix; K is stiffness matrix; Qk(t) is total force corresponding to the moment of rotation computed by the virtual work method [19].

The main failure mode of TFRM is deformation failure, so that the deformation reliability analysis is concerned in this study [19].

4.2. Selection of Random Variables

The basic parameters of TFRM are mass M, length L, and driving torque τ, which are shown in Table 1. The density ρ, elastic modulus E, and section size h and b are the random parameters in the reliability analysis of TFRM as shown in Table 2, in which the variables follow normal distributions and are independent mutually.

4.3. GA-ENN Modeling

Within the variance range of random variables, 100 groups of input data are extracted by the MC method. The output responses (maximum deformation) of component-1 and component-2 are calculated by limit state function. The 100 groups of data are normalized and used as the network training samples. According to equation (11), the network hidden lawyer neuron is denoted as ki = 2∼9 (i = 1, 2). Through the comparison of the network training error, the number of hidden layer nodes is selected, that is, k1 = k2 = 3, as shown in Table 3.where n is the number of hidden layers; ni is the number of input nodes; no is the number of output nodes; a is the arbitrary constant in [16, 17].

The 4-3-1 three-layer network structure was chosen as the GA-ENN model, in which the transfer functions from input layer to hidden layer and from hidden layer to output layer and the training function are “tansig,” “purelin,” and “trainbr,” respectively. Particle dimension v = 19 and particle number N = 40 were selected. Through 100 iterations, the optimal adaptive value curves are shown in Figure 4.

The initial optimal weights and threshold values are inputted into GA-ENN model. After the network training with the BRA, the function of GA-ENN is obtained, in which the weight and threshold levels of two components are shown in the two following equations:

4.4. Reliability Analysis

Through 10,000 simulations on the GA-ENN by the MC simulation, the output responses are obtained by inversed normalization. The deformation curve, deformation distribution, and deformation cumulative function of two components are shown in Figures 57. Assuming that the allowable deformation is 1.8 × 10−2 m, the results of reliability analysis are listed in Table 4.

As shown in Figures 57, the maximum dynamical deformation values of two components are evenly distributed around the mean values and approximately obey a normal distribution with the mean values of 1.45 × 10−2 m and 1.69 × 10−2 m and the standard deviations of 6.77 × 10−4 m and 4.08 × 10−4 m, respectively.

As revealed by Table 4, we obtain the reliability degrees 1 and 0.951 for component-1 and component-2, respectively. TFRM is a continuous system. The system stiffness reliability is equal to the product of the reliability degrees of the two components [16]. Thus, the reliability degree of TFRM system is Py = Py1·Py2 = 0.951. Through 1000 simulations on the BP-ANN models for two components, the computational times of two components are 0.126 s and 0.158 s, respectively.

4.5. Method Validation

To validate the GA-ENN, the dynamic reliability analyses of TFRM were conducted with MC simulation (direct method), extremum response surface method (denoted by ERSM) [29], and the proposed GA-ENN under the same computational conditions. All analyses are performed by an Intel (R) Core (TM) i7-9700T desktop computers with 2.00 GHz CPU and 16 GB RAM. The ERSM is developed by introducing the thought of extremum into quadratic polynomial-based response surface method. The simulation time and reliability precision are shown in Table 5 and Figure 8 as well as Table 6 and Figure 9.

As revealed in Table 5 and Figure 8, ERSM and GA-ENN are much better than the MC method in computation time, indicating that surrogate model approaches hold higher simulation speed and analytical efficiency than Direct FE model analysis for the same number of simulations. With the increase of simulation times, the computational efficiency of GA-ENN is higher than ERSM, indicating that GA-ENN method holds higher simulation speed than the ERSM, because the GA-based parameter optimization for GA-ENN approach is faster than the least square method for ERSM in acquiring the model parameters. Therefore, the proposed GA-ENN achieves higher efficiency than the quadratic polynomial-based ERSM.

As illustrated in Table 6 and Figure 9, the GA-ENN is almost consistent with MC method in the calculation accuracy, which is higher than the calculation accuracy of ERSM. This is because adopting GA can gain more appreciated model parameters, while the least square method is unworkable in acquiring the optimal modeling parameters. It is demonstrated that the GA-ENN holds higher accuracy than ERSM [19, 2931]. The GA-ENN greatly save computational time and improved calculation efficiency while keeping computational accuracy. Therefore, the proposed GA-ENN is verified to be a feasible and effective method in dynamic reliability analysis of flexible mechanism.

5. Conclusions

(1)A genetic algorithm- (GA-) based extremum neural network (GA-ENN) method is proposed by combining artificial neural network (ANN), genetic algorithm (GA), and extremum thought to improve the modeling precision and simulation efficiency in the reliability analysis of flexible mechanism.(2)The total reliability degree of TFRM is 0.951 and the reliability degrees of component-1 and component-2 are 1 and 0.951, respectively. Meanwhile, the maximum deformations of component-1 and component-2 follow the normal distribution with the means of 1.45 × 10−2 m and 1.69 × 10−2 m and the standard variances of 6.77 × 10−4 m and 4.08 × 10−4 m as well.(3)The developed GA-ENN holds high modeling precision and simulation efficiency in respect of the comparison of methods.(4)The advantages of GA-ENN are more obvious with the increase of simulation number, which supports that the GA-ENN model has higher computational efficiency and precision and better robustness than the quadratic polynomial function in dynamic reliability analysis.(5)The efforts of this study provide a promising way for the reliability analysis and optimization of flexible mechanism and complex structures with the emphasis on high-precise model and high-simulation speed.

Data Availability

The data used to support the findings of this study are included within the article.

Conflicts of Interest

The authors declare that there are no conflicts of interest regarding the publication of this article.

Acknowledgments

This paper is cosupported by the National Natural Science Foundation of China (Grants nos. 51975124 and 51675179), Research Start-up Fund of Fudan University (Grant no. FDU38341), and Shanghai International Cooperation Project of One Belt and One Road of China (Grant no. 20110741700). The authors would like to acknowledge them.