Next Article in Journal
Emotionally Controllable Talking Face Generation from an Arbitrary Emotional Portrait
Next Article in Special Issue
A Study on Improving the Machining Performance of Scrolls
Previous Article in Journal
Future Definition and Extraction of the Blast Furnace 3D Burden Surface Based on Intelligent Algorithms
Previous Article in Special Issue
Estimation and Adjustment of Interface Stiffnesses for Machine-Tool
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Research on the Tooth Surface Integrity of Non-Circular Gear WEDM Based on HPSO Optimization SVR

School of Mechanical and Electrical Engineering, Lanzhou University of Technology, Lanzhou 730050, China
*
Author to whom correspondence should be addressed.
Submission received: 12 November 2022 / Revised: 9 December 2022 / Accepted: 12 December 2022 / Published: 14 December 2022
(This article belongs to the Special Issue Smart Machines and Intelligent Manufacturing)

Abstract

:
Non-circular gears have the characteristics of gear ratio accuracy, good dynamic performance, and wide application prospects but are difficult to manufacture. Wire electrical discharge machining (WEDM) can process almost all kinds of non-circular gear. In order to solve the problem that the process parameters are mainly adjusted using the operator’s experience and to improve the surface quality of non-circular gears machined using WEDM, this research took Pascal gears processed with a fast-walking WEDM machine as the object, conducted orthogonal tests, and used hybrid particle swarm optimization (HPSO) to optimize support vector regression (SVR) with different kernel functions, to predict various surface integrity indicators. The results showed that the rbf kernel function had a better performance in the prediction model of surface integrity indicators, which can provide a reference for the parameter selection of non-circular gear machining using WEDM. The final predicted results were R2 = 0.9978, MAPE = 0.4534 for surface roughness, R2 = 0.9483, MAPE = 3.1673 for surface residual stress, and R2 = 0.9786, MAPE = 0.4779 for surface microhardness.

1. Introduction

As a non-traditional machining process, WEDM has unique advantages in manufacturing non-circular gears, because it has no cutting stress [1,2,3], can machine conductive materials of any hardness [4,5,6,7], and can cut shaped parts that are difficult to cut using ordinary machining methods [4,8]. The entire profile of a non-circular gear can be machined in a single setup, and the shape accuracy, dimensional accuracy, and surface quality required for actual production of the part can be achieved. Sałaciński et al. [9] thought WEDM might prove to be the only technology available to manufacture proper non-circular gears. Moreover, research has shown that the isotropic surface structure formed by WEDM leads to beneficial tribological conditions in rolling contact, which allows WEDM machined gears to reach a 228% higher number of load cycles for a load level in the finite life region than common profile ground gears [10]. Moreover, a large number of studies have shown that the structural damage of many parts starts and expands from the surface and dozens of microns below the surface [11]. The traditional single surface roughness cannot describe the physical and mechanical metallurgical properties of parts under the surface, so it is necessary to use surface integrity to describe the surface of parts. Therefore, it is of great significance to study the relationship between process parameters and the surface integrity evaluation indicators, and to predict and optimize surface integrity during WEDM machining of non-circular gears.
Creating explicit mathematical models for surface integrity prediction based on fundamental knowledge of the physics of the machining process is associated with severe difficulties, because this process is a combination of many physical phenomena [12]. Machine learning algorithms have been used in many fields to predict the outcomes of laborious and expensive experiments whose outcomes are difficult to determine analytically. These fields include, but are not limited to, physics, health, materials science, electrical, civil, and mechanical engineering [13,14,15,16,17,18]. In the area of the intelligent prediction of surface integrity, Xiang et al. [19] studied the prediction and analysis of titanium alloy milling parameters based on a support vector machine, compared it with a BP neural network model, and concluded that the support vector machine model was more suitable for small sample data than the BP neural network model. Huang et al. [20] proposed an online estimation method for workpiece height in reciprocating wire EDM based on support vector regression and verified the method’s effectiveness through experiments. Mathew et al. [21] developed artificial neural networks and adaptive neuro-fuzzy inference system models that could predict the through-thickness residual stress profiles in stainless steel pipe girth welds. Comparing the two models, the results showed that the neuro-fuzzy systems optimized using a hybrid technique performed slightly better than the neural network trained using the Levenberg–Marquardt algorithm. Kumar et al. [22] established a regression equation to predict the surface roughness, surface crack density, and overcutting of EDM copper. Verma et al. [18] used peak current, wire tension, wire feed rate, and pulse on and off time as process parameters to predict the slicing speed and surface roughness of monocrystalline silicon in WEDM based on support vector regression, compared different kernel functions used for modelling, and reached the conclusion that the radial basis function had the best effects. Currently, there are no references for predicting the various indicators of surface integrity of non-circular gears using WEDM. Most of the literature only studied specific materials, and only one or two surface integrity evaluation indicators were selected for research, which is less comprehensive than the three surface integrity evaluation indicators selected in this study.
This article took fast-walking WEDM machining of non-circular gears as its object. Based on the Taguchi method, the influence of peak current, pulse-on time, pulse-off time, and tracking on surface integrity indicators such as surface roughness, surface residual stress, and surface microhardness were studied using analysis of variance (ANOVA). In order to predict the surface integrity indicators of non-circular gears, SVR with a fast convergence speed and good generalization ability, even in the case of small samples [23], was selected to construct the surface integrity prediction model. Furthermore, the coefficient of determination (R2) and the mean absolute percentage error (MAPE) were used to compare the performance of models using poly, rbf, and sigmoid kernel functions, respectively. Since the parameter selection of SVR will directly affect a model’s learning ability and determine the model’s performance, manual parameter selection is not only time-consuming and laborious, but also the parameter group found may not be optimal. Therefore this research designed a HPSO to optimize the parameters of SVR.

2. Hybrid Particle Swarm Optimization

In this research, HPSO was used to optimize the SVR to predict the surface integrity of non-circular gears. PSO can achieve a high prediction accuracy, but it is easy to fall into the local optimal solution [24]. To address this issue, a HPSO was proposed by designing a dynamic inertia weight and introducing the tradeoff strategy of global search and local search into PSO. Applying this to the parameter optimization of SVR can improve the model’s surface integrity prediction accuracy.

2.1. Standard Particle Swarm Optimization

As a new optimization algorithm based on swarm intelligence, PSO has been widely used in different fields, due to its few parameters to be adjusted, easy implementation, and fast convergence [25].
The mathematical description is as follows: in a D-dimensional space, the population X = x 1 , , x i , , x m consists of m particles, where the i th particle is located at x i = x i 1 , x i 2 , , x iD T , and its speed is V i = v i 1 , v i 2 , , v iD T . Its individual extreme value is p i = p i 1 , p i 2 , , p iD T , and the global extreme value of the population is p g = p g 1 , p g 2 , , p gD T , according to following the current optimal particle, the particle X i will update its velocity and position according to Equations (1) and (2).
v i j ( t + 1 ) = ω v i j ( t ) + c 1 r 1 ( t ) p i j ( t ) x i j ( t ) + c 2 r 2 ( t ) p g j ( t ) x i j ( t )
x i j ( t + 1 ) = x i j ( t ) + v i j ( t + 1 )
where i = 1 , 2 , , m ;   j = 1 , 2 , , D , m denotes the population size; t denotes the current evolutionary algebra; r 1 ,   r 2 denote the random numbers distributed between [0, 1]; c 1 ,   c 2 denote acceleration constants; and ω denotes inertia weight. It can be seen from Equation (1) that the velocity of each particle is divided into three parts. ω v ij ( t ) denotes the global searching ability of the particle at the current speed. c 1 r 1 t [ p ij ( t ) x ij ( t ) ] and c 2 r 2 t [ p gj ( t ) x ij ( t ) ] express the local searching ability of the particles.

2.2. Inertia Weight of Decreasing Oscillation

The inertia weight ω denotes the ability of the particle to maintain the motion inertia. The larger the value of ω, the stronger the global search ability and the weaker the local search ability; on the contrary, the global search ability is weakened and the local search ability is enhanced [26]. Therefore, the ω value can be adjusted with the number of iterations in the algorithm iteration process. In this research, a dynamic inertia weight with decreasing oscillation was designed, as follows:
ω ( t ) = ω max ( ω max ω min ) t T max + 1 + 1 1 + x sin x sin T max
where t denotes the current iteration times, and T max and T min denote the maximum and minimum allowed evolution times. In most applications, ω max = 0 . 9 ,   ω min = 0 . 4 [27].
Figure 1 compares the inertia weight proposed in this research and the traditional concave function inertia weight. It can be seen that the figure shows a decreasing trend during the iteration, which can ensure that a larger value in the early stage is conducive to global search, and a small value in the later stage is conducive to accurate optimization. However, it does not decrease linearly, but in a wavy manner, which is more conducive to the particle jumping out of the local optimum and obtaining the global optimum.

2.3. Trade-off Strategy of Particle Local Search and Global Search

The execution of global search and local search in the whale optimization algorithm (WOA) is determined by the size of the parameter A [28]. When |A| <1, WOA enters the local search stage; when |A| ≥1, WOA enters the global search stage.
A ( t ) = 2 1 t T max
where t denotes the current number of iterations, and T max denotes the maximum number of iterations. r denotes the random number in [0, 1]. During the whole iterative process, a gradually decreases from 2 to 0, then A is a random number belonging to [−a, a]. With the decrease of a, the probability of |A|< 1 gradually increases, and the probability of the algorithm performing a local search gradually increases. This trade-off strategy of global search and local search is introduced into the particle swarm algorithm as follows:
1.
When |A| < 1, the HPSO performs a local search: quickly approaching the optimal solution;
v i j ( t + 1 ) = ω v i j ( t ) + c 1 r a n d p b j ( t ) x i j ( t ) + c 2 r a n d g b j ( t ) x i j ( t )
x i j ( t + 1 ) = x i j ( t ) + v i j ( t + 1 )
2.
When |A| ≥ 1, the HPSO performs a global search: it is beneficial to jump out of the local optimal solution.
v i j ( t + 1 ) = ω v r a n d ( t ) x i j ( t )
x i j ( t + 1 ) = x i j ( t ) + v i j ( t + 1 )
where v rand denotes updated at a randomly selected rate in the population rather than the current optimal particle. At this stage, other particles will move away from the current optimal search particle, to perform a global search. The algorithm flow chart is shown in Figure 2.

2.4. Performance Test of HPSO

This research used ten-dimensional fitness evaluation functions: Sphere, Rosenbrock, Griewank, and Rastrigin functions to conduct optimization performance tests. Taking the inverse of the selected test function, the global maximum value of the four functions was 0. The four selected standard test functions are shown in Table 1.
The experiment was carried out 100 times, 30 particles were taken and iterated 200 times. The search range of each dimension was (−10, 10). The results are shown in Table 2.
It can be seen from the Table 2 that for these four test functions, the HPSO falls into the suboptimal solution less frequently, which is more conducive to jumping out of the local optimal solution to find the global optimal solution. For the convergence accuracy and convergence speed, the results obtained using the HPSO are better than those of PSO.

3. Experimentation and Methods

3.1. Experimental Equipment and Materials

In the present research work, the experiment used a fast-walking WEDM machine tool (DK7745, Ruitian CNC Machine Tool Factory, China) as shown in Figure 3. A molybdenum wire with a diameter of 0.18 mm was used as the electrode wire, and the dielectric fluid was deionized water. The material selected was AISI 1045 steel with a thickness of 16 mm, and it was cut into the specified non-circular gear, as required. The chemical composition of the AISI 1045 steel is shown in Table 3.

3.2. Selection of Non-Circular Gears and Orthogonal Test Scheme

The experiment took a Pascal gear, a representative non-cylindrical gear, as the object. The polar coordinate equation of its nodal curve is shown in Equation (9). A set of qualified parameter combinations were selected: a modulus of 2 mm, number of teeth of 40, occurrence circle diameter of 18.521 mm, fixed length of 37.688 mm, and the tooth profile design of the selected non-circular gear used the commuted tooth profile method [29]. The gear shape is shown in Figure 4. The reference line in Figure 4a indicates the axis of symmetry of the non-circular gear and the axis centre of the shaft hole.
ρ = a cos θ + b
where a denotes the diameter of the occurrence circle, and b denotes the fixed length.
In this research, peak current, pulse-on time, pulse-off time, and tracking were taken as processing parameters, and four levels were selected for each parameter, as shown in Table 4. In order to obtain reasonable experimental results, specialized design of experiments is required. This was done through Taguchi’s L16 Orthogonal Array, as shown in Table 5.

3.3. Measurement and Malculation of Evaluation Indicators

There are many evaluation indicators for surface integrity. In this research, three indicators that have the most significant impact on surface integrity: surface roughness (SR), surface residual stress (RS), and surface microhardness (MH) were selected as process indicators for the measurements. Considering the symmetry of non-circular gears, this research chose three teeth in the upper half of the gear, measured the selected teeth, in the order of surface roughness, surface residual stress, and surface microhardness, and took the average of the measured results. The instruments used in the experiment are shown in Figure 5.
1.
Surface roughness
The surface roughness was measured using an automatic zoom three-dimensional surface measuring instrument (InfiniteFocus G4, Alicona, Austria).
2.
Surface residual stress
The surface residual stress was measured using X-ray diffraction (XRD, D8 Advance, Bruker, Germany). In order to minimize the measurement error as much as possible, the surface of the sample was cleaned before the test, to remove surface stains.
3.
Surface microhardness
The surface microhardness was measured using an automatic microhardness measuring instrument (W1102D37, Buehler, American). The loading load was 9.807 N, and the load holding time was 15 s. The formula of microhardness is shown in Equation (10):
H V = 1854.4 P d 2
where d denotes the length of the indentation diagonal (μm); P denotes the load applied in the experiment (mN).

3.4. Support Vector Regression

SVR was defined by Drucker et al. in 1997 to solve regression problems [30]. It adopts the structural risk minimization (SRM) principle and can be successfully applied in many research fields [31,32]. The SVR function considering nonlinear problems [18] is as follows:
f x = i = 1 n a i a i * K x i , x + b
where a i and a i * denote Lagrange multipliers and K ( x i , x ) denotes the kernel function; details of the three commonly used kernel functions are shown in Table 6.
This paper used two error indicators, R2 and MAPE, to evaluate the model’s performance. R2 and MAPE are currently widely used error indicators to evaluate model accuracy and robustness. Among them, R2 represents the degree of fitting with the actual value, and its value ranges from 0 to 1. The closer the R2 value is to 1, the better the model’s performance. MAPE represents the average prediction accuracy of the model, and a model with a smaller MAPE value performs better [33]. The formulas for the two error indicators are shown in Equations (12) and (13).
R 2 = 1 i = 1 n y i y i * 2 i = 1 n y i y ¯ 2
M A P E = 1 n i = 1 n y i y i * y i × 100 %
where n denotes the number of samples, y i denotes actual values, y i * denotes the predicted values, and   y   ¯ denotes the mean of the actual values.

4. Results and Discussion

According to the designed experimental sets through Taguchi’s L16 Orthogonal Array, each experiment’s surface roughness, surface residual stress, and surface microhardness values were calculated and tabulated in Table 7.

4.1. Analysis of Surface Roughness

In this study, ANOVA was performed to determine the influence of process parameters on the surface integrity indicators. The confidence level of 95% was used throughout the analyses of the experiment. The corresponding p-value evaluated the statistical significance of the process parameters. When the p-value was less than 0.05, the parameters were said to have statistically significant effects on the surface integrity indicators [34].
In the ANOVA analysis shown in Table 8, the p-values of peak current, pulse-on time, pulse-off time, and tracking are all less than 0.05. Therefore, at a 95% confidence level, the above parameters are all significant for surface roughness. Among them, the pulse-on time had the most significant effect on surface roughness, with a contribution rate of 56.98%, followed by the peak current, with a contribution rate of 18.64%. Figure 6 shows the effect of selected process parameters on the surface roughness. It can be seen from Figure 6 that the surface roughness increased with the increase of peak current and pulse-on time. The main reason for this was that the discharge energy had the greatest influence on the surface roughness, and the increase of the discharge energy of a single pulse makes the discharge pit larger and the surface roughness worse. The peak current and pulse-on time are proportional to the discharge energy and then affect the surface roughness [35]; with an increase of pulse-off time and tracking, the surface roughness gradually decreases.

4.2. Analysis of Surface Residual Stress

Table 9 shows the results of the ANOVA analysis performed for the surface residual stress. Table 9 shows that at a 95% confidence level, the peak current and pulse-on time were two main process parameters affecting the surface residual stress, their p-values were less than 0.05, and their contribution rates were 63.47% and 28.39%, respectively. The effect of the surface residual stress is shown in Figure 7, and the surface residual stress increased with the increase of peak current and pulse-on time. The main reason for this was that the increase in discharge energy led to an increase of the temperature gradient, and the surface layer shrunk during the cooling process, which was hindered by the matrix inside the workpiece, leading to tensile residual stress. As is well known, the higher the value of peak current and pulse-on time, the greater the discharge energy, resulting in a higher temperature gradient, and the greater the surface tensile residual stress [36]. With the increase of pulse-off time and tracking, the surface residual stress changed little, and the overall trend fluctuated within a certain range.

4.3. Analysis of Surface Microhardness

According to Table 10, at a 95% confidence level, the peak current and pulse-on time were the two main process parameters affecting the surface residual stress, their p-values were less than 0.05, and their contribution rates were 57.18% and 40.46%, respectively. It can be seen from Figure 8 that the surface microhardness increased with the increase of peak current and pulse-on time. The main reason was this was that as the discharge energy increased, the heat-affected zone increased and the rapid cooling of molten Fe led to martensitic transformation, which increased the hardness [37]. The pulse-off time and tracking increase had little effect on the surface microhardness.

4.4. Comparison of Model Performance

In order to describe the relationship between the process parameters and various indicators of surface integrity more accurately, this research used SVR to predict the surface integrity and used HPSO to optimize the parameters of SVR.
In the prediction process, the sample value used for training should be more than the predicted sample value, so that the prediction result can be more accurate [24]. Therefore, 80% of the above data was randomly selected for training the model, and the remaining 20% was used for prediction testing. In this research, we used HPSO to optimize the SVR model using different kernel functions. The HPSO swarm number was set to 20, iterated 200 times, and the acceleration factor was c 1 = c 2 = 2 . The comparison results are shown in Table 11.
Figure 9 and Figure 10 represent the R2 and MAPE values obtained in Table 10 as bar graphs. Figure 9 and Figure 10 clearly show that the performance of the rbf kernel function was better than the poly kernel function and sigmoid kernel function for the surface roughness, surface residual stress, and surface microhardness models, which indicates that the model fitting using the rbf kernel function was better. Therefore the rbf kernel function was the best choice for modelling the surface roughness, surface residual stress, and surface microhardness in the WEDM machining of the non-circular gear.
Therefore, this research used the above HPSO to optimize the SVR model using the rbf kernel function. Figure 11 shows a comparison between the predicted and actual values of surface roughness, surface residual stress, and surface microhardness, where R2 = 0.9978, MAPE = 0.4534 for surface roughness, R2 = 0.9483, MAPE = 3.1673 for surface residual stress, R2 = 0.9786, MAPE = 0.4779 for surface microhardness. Therefore, using the HPSO-optimized SVR model allowed achieving the prediction of surface roughness, surface residual stress, and surface microhardness with high performance.

5. Conclusions

In this study, an experiment with a WEDM non-circular gear was carried out based on the Taguchi method. The surface roughness, surface residual stress, and surface microhardness were measured at different process parameter levels. Prediction modelling of surface roughness, surface residual stress, and surface microhardness was carried out using HPSO optimized SVR. Further analysis and comparison of various SVR kernel functions and prediction results was performed. The results of this study are summarized as follows:
  • By comparison, the innovative HPSO in this paper was superior to the traditional particle swarm optimization algorithm with concave function inertia weight, in terms of the convergence accuracy and convergence speed.
  • The results of the ANOVA analysis of surface roughness, surface residual stress, and surface microhardness showed that pulse-on time and peak current were the main process parameters affecting the surface roughness, surface residual stress, and surface microhardness.
  • To build the SVR model, three different kernel functions were utilized. The results demonstrated that the rbf kernel function had better performance in the prediction model of surface roughness, surface residual stress, and surface microhardness (surface roughness: R2 = 0.996671, MAPE = 1.276123, surface residual stress: R2 = 0.999188, MAPE = 0.415134, surface microhardness: R2 = 0.99411, MAPE = 0.301652).
  • Comparing the actual value and the predicted value, R2 was greater than 0.9, thus using the HPSO optimized SVR model could achieve high-performance prediction of surface roughness, surface residual stress, and surface microhardness.
In addition, in future research, the authors plan to explore the use of larger data sets to improve the accuracy of prediction.

Author Contributions

Conceptualization, J.Z., Q.W. and Y.W.; methodology, J.Z., Q.W. and Y.W.; software, Q.W.; validation, Q.W.; formal analysis, J.Z., Q.W., Y.W., D.W., L.Z. and B.S.; investigation, Q.W., D.W., L.Z. and B.S.; resources, J.Z. and Y.W.; data curation, Q.W., D.W., L.Z. and B.S.; writing—original draft preparation, Q.W.; writing—review and editing, J.Z. and Y.W.; visualization, J.Z. and Q.W.; supervision, J.Z. and Y.W.; project administration, J.Z. and Y.W.; funding acquisition, J.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by National Defense Basic Scientific Research program of China, grant number JCKY2019427D002.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Pramanik, A.; Basak, A.; Islam, M.N.; Littlefair, G. Electrical discharge machining of 6061 aluminium alloy. Trans. Nonferrous Met. Soc. China 2015, 25, 2866–2874. [Google Scholar] [CrossRef]
  2. Urtekin, L.; Özerkan, H.B.; Cogun, C.; Genc, A.; Esen, Z.; Bozkurt, F. Experimental investigation on wire electric discharge machining of biodegradable AZ91 Mg alloy. J. Mater. Eng. Perform. 2021, 30, 7752–7761. [Google Scholar] [CrossRef]
  3. Zhang, Y.; Zhang, G.; Zhang, Z.; Zhang, Y.; Huang, Y. Effect of assisted transverse magnetic field on distortion behavior of thin-walled components in WEDM process. Chin. J. Aeronaut. 2022, 35, 291–307. [Google Scholar] [CrossRef]
  4. Chaudhari, R.; Vora, J.; Parikh, D.; Wankhede, V.; Khanna, S. Multi-response optimization of WEDM parameters using an integrated approach of RSM–GRA analysis for pure titanium. J. Inst. Eng. (India) Ser. D 2020, 101, 117–126. [Google Scholar] [CrossRef]
  5. Chaudhari, R.; Vora, J.J.; Pramanik, A.; Parikh, D. Optimization of parameters of spark erosion based processes. In Spark Erosion Machining; CRC Press: Boca Raton, FL, USA, 2020; pp. 190–216. [Google Scholar]
  6. Lalwani, V.; Sharma, P.; Pruncu, C.I.; Unune, D.R. Response surface methodology and artificial neural network-based models for predicting performance of wire electrical discharge machining of inconel 718 alloy. J. Manuf. Mater. Process. 2020, 4, 44. [Google Scholar] [CrossRef]
  7. Sheth, M.; Gajjar, K.; Jain, A.; Shah, V.; Patel, H.; Chaudhari, R.; Vora, J. Multi-objective optimization of inconel 718 using Combined approach of taguchi—Grey relational analysis. In Advances in Mechanical Engineering; Springer: Berlin/Heidelberg, Germany, 2021; pp. 229–235. [Google Scholar]
  8. Chaudhari, R.; Vora, J.J.; Prabu, S.; Palani, I.; Patel, V.K.; Parikh, D. Pareto optimization of WEDM process parameters for machining a NiTi shape memory alloy using a combined approach of RSM and heat transfer search algorithm. Adv. Manuf. 2021, 9, 64–80. [Google Scholar] [CrossRef]
  9. Sałaciński, T.; Przesmycki, A.; Chmielewski, T. Technological aspects in manufacturing of non-circular gears. Appl. Sci. 2020, 10, 3420. [Google Scholar] [CrossRef]
  10. Sari, D.; Welling, D.; Löpenhaus, C.; Klocke, F.; Klink, A. Adjusting surface integrity of gears using wire EDM to increase the flank load carrying capacity. Procedia CIRP 2016, 45, 295–298. [Google Scholar] [CrossRef] [Green Version]
  11. Lauwers, B.; Kruth, J.-P.; Liu, W.; Eeraerts, W.; Schacht, B.; Bleys, P. Investigation of material removal mechanisms in EDM of composite ceramic materials. J. Mater. Process. Technol. 2004, 149, 347–352. [Google Scholar] [CrossRef]
  12. Kryzhanivskyy, V.; M’Saoubi, R.; Bhallamudi, M.; Cekal, M. Machine Learning based Approach for the Prediction of Surface Integrity in Machining. Procedia CIRP 2022, 108, 537–542. [Google Scholar] [CrossRef]
  13. Alade, I.O.; Olumegbon, I.A.; Bagudu, A. Lattice constant prediction of A2XY6 cubic crystals (A = K, Cs, Rb, TI; X = tetravalent cation; Y= F, Cl, Br, I) using computational intelligence approach. J. Appl. Phys. 2020, 127, 015303. [Google Scholar] [CrossRef]
  14. Altay, O.; Gurgenc, T.; Ulas, M.; Özel, C. Prediction of wear loss quantities of ferro-alloy coating using different machine learning algorithms. Friction 2020, 8, 107–114. [Google Scholar] [CrossRef] [Green Version]
  15. Gurgenc, T.; Ucar, F.; Korkmaz, D.; Ozel, C.; Ortac, Y. A study on the extreme learning machine based prediction of machining times of the cycloidal gears in CNC milling machines. Prod. Eng. 2019, 13, 635–647. [Google Scholar] [CrossRef]
  16. Chou, P.-H.; Hwang, Y.-R.; Yan, B.-H. The study of machine learning for wire rupture prediction in WEDM. Int. J. Adv. Manuf. Technol. 2022, 119, 1301–1311. [Google Scholar] [CrossRef]
  17. Shakeri, S.; Ghassemi, A.; Hassani, M.; Hajian, A. Investigation of material removal rate and surface roughness in wire electrical discharge machining process for cementation alloy steel using artificial neural network. Int. J. Adv. Manuf. Technol. 2016, 82, 549–557. [Google Scholar] [CrossRef]
  18. Verma, A.S.; Singh, S. Experimental investigation and prediction modelling of slicing speed and surface roughness during wafer slicing using WEDM. Eng. Res. Express 2022, 4, 035028. [Google Scholar] [CrossRef]
  19. Xiang, G.; Zhang, Q. Multi-object optimization of titanium alloy milling process using support vector machine and NSGA-II algorithm. Int. J. Simul. Syst. Sci. Technol. 2016, 17, 35. [Google Scholar] [CrossRef]
  20. Huang, G.; Xia, W.; Qin, L.; Zhao, W. Online workpiece height estimation for reciprocated traveling wire EDM based on support vector machine. Procedia CIRP 2018, 68, 126–131. [Google Scholar] [CrossRef]
  21. Mathew, J.; Griffin, J.; Alamaniotis, M.; Kanarachos, S.; Fitzpatrick, M.E. Prediction of welding residual stresses using machine learning: Comparison between neural networks and neuro-fuzzy systems. Appl. Soft Comput. 2018, 70, 131–146. [Google Scholar] [CrossRef]
  22. Kumar, P.; Dewangan, S.; Pandey, C. Analysis of surface integrity and dimensional accuracy in EDM of P91 steels. Mater. Today Proc. 2020, 33, 5378–5383. [Google Scholar] [CrossRef]
  23. Feng, Y.; Hong, Z.; Gao, Y.; Lu, R.; Wang, Y.; Tan, J. Optimization of variable blank holder force in deep drawing based on support vector regression model and trust region. Int. J. Adv. Manuf. Technol. 2019, 105, 4265–4278. [Google Scholar] [CrossRef]
  24. Xingmmin, Y.; Zhenxin, P.; Fuying, P. Research on Prediction of Surface Integrity Based on Ultra High Strength Steel 45 CrNiMoVA. New Technol. New Process 2019, 4, 39–43. [Google Scholar] [CrossRef]
  25. Jain, N.; Nangia, U.; Jain, J. A review of particle swarm optimization. J. Inst. Eng. (India) Ser. B 2018, 99, 407–411. [Google Scholar] [CrossRef]
  26. Wang, D.; Tan, D.; Liu, L. Particle swarm optimization algorithm: An overview. Soft Comput. 2018, 22, 387–408. [Google Scholar] [CrossRef]
  27. Sibalija, T.V.; Kumar, S.; Patel, G. A soft computing-based study on WEDM optimization in processing Inconel 625. Neural Comput. Appl. 2021, 33, 11985–12006. [Google Scholar] [CrossRef]
  28. Mirjalili, S.; Lewis, A. The whale optimization algorithm. Adv. Eng. Softw. 2016, 95, 51–67. [Google Scholar] [CrossRef]
  29. Yongping, L.; Peng, W.; Xilong, X.; Shiyi, Z. Design of the Tooth Profile of Pascal Curve Gear. J. Mech. Transm. 2015, 39, 50–52. [Google Scholar] [CrossRef]
  30. Drucker, H.; Burges, C.J.; Kaufman, L.; Smola, A.; Vapnik, V. Support vector regression machines. Adv. Neural Inf. Process. Syst. 1996, 9, 155–161. [Google Scholar]
  31. Sharafi, H.; Ebtehaj, I.; Bonakdari, H.; Zaji, A.H. Design of a support vector machine with different kernel functions to predict scour depth around bridge piers. Nat. Hazards 2016, 84, 2145–2162. [Google Scholar] [CrossRef]
  32. Ulas, M.; Aydur, O.; Gurgenc, T.; Ozel, C. Surface roughness prediction of machined aluminum alloy with wire electrical discharge machining by different machine learning algorithms. J. Mater. Res. Technol. 2020, 9, 12512–12524. [Google Scholar] [CrossRef]
  33. Sun, W.; Xu, C. Carbon price prediction based on modified wavelet least square support vector machine. Sci. Total Environ. 2021, 754, 142052. [Google Scholar] [CrossRef]
  34. D’addona, D.; Raykar, S.J. Analysis of surface roughness in hard turning using wiper insert geometry. Procedia CIRP 2016, 41, 841–846. [Google Scholar] [CrossRef]
  35. Goyal, A.; Ur Rahman, H. Experimental studies on Wire EDM for surface roughness and kerf width for shape memory alloy. Sādhanā 2021, 46, 1–13. [Google Scholar] [CrossRef]
  36. Rao, P.S.; Ramji, K.; Satyanarayana, B. Effect of wire EDM conditions on generation of residual stresses in machining of aluminum 2014 T6 alloy. Alex. Eng. J. 2016, 55, 1077–1084. [Google Scholar] [CrossRef] [Green Version]
  37. Priyadarshini, M.; Vishwanatha, H.; Biswas, C.K.; Singhal, P.; Buddhi, D.; Behera, A. Effect of grey relational optimization of process parameters on surface and tribological characteristics of annealed AISI P20 tool steel machined using wire EDM. Int. J. Interact. Des. Manuf. (IJIDeM) 2022. [Google Scholar] [CrossRef]
Figure 1. Inertia weight of decreasing oscillation.
Figure 1. Inertia weight of decreasing oscillation.
Applsci 12 12858 g001
Figure 2. Flow chart of hybrid particle swarm optimization.
Figure 2. Flow chart of hybrid particle swarm optimization.
Applsci 12 12858 g002
Figure 3. DK7745 CNC WEDM Machine Tool.
Figure 3. DK7745 CNC WEDM Machine Tool.
Applsci 12 12858 g003
Figure 4. Pascal gear ((a) model of pascal gears; (b) completed Pascal gears).
Figure 4. Pascal gear ((a) model of pascal gears; (b) completed Pascal gears).
Applsci 12 12858 g004
Figure 5. Experimental instruments ((a) InfiniteFocus G4; (b) D8 Advance; (c) W1102D37).
Figure 5. Experimental instruments ((a) InfiniteFocus G4; (b) D8 Advance; (c) W1102D37).
Applsci 12 12858 g005
Figure 6. Main Effects Plot for Surface Roughness.
Figure 6. Main Effects Plot for Surface Roughness.
Applsci 12 12858 g006
Figure 7. Main Effects Plot for Surface Residual Stress.
Figure 7. Main Effects Plot for Surface Residual Stress.
Applsci 12 12858 g007
Figure 8. Main Effects Plot for Surface Microhardness.
Figure 8. Main Effects Plot for Surface Microhardness.
Applsci 12 12858 g008
Figure 9. Performance comparison of kernel function based on R2.
Figure 9. Performance comparison of kernel function based on R2.
Applsci 12 12858 g009
Figure 10. Performance comparison of kernel function based on MAPE.
Figure 10. Performance comparison of kernel function based on MAPE.
Applsci 12 12858 g010
Figure 11. Comparison of prediction results ((a) surface roughness comparison, (b) surface residual stress comparison, (c) surface microhardness comparison).
Figure 11. Comparison of prediction results ((a) surface roughness comparison, (b) surface residual stress comparison, (c) surface microhardness comparison).
Applsci 12 12858 g011
Table 1. Fitness test function.
Table 1. Fitness test function.
Test FunctionExpressionDimension (d)Search Range
Sphere f 1 = i = 1 d x i 2 10 ( 10 ,   10 ) d   *
Rosenbrock f 2 = i = 1 d 100 x i + 1 x i 2 2 + x i 1 2 10 ( 10 ,   10 ) d
Griewank f 3 = 1 4000 i = 1 d x i 2 i = 1 d cos x i i 1 2 + 1 10 ( 10 ,   10 ) d
Rastrigin f 4 = i = 1 d x i 2 10 cos 2 π x i + 10 10 ( 10 ,   10 ) d
* d is the dimension of the search.
Table 2. Optimizing performance test.
Table 2. Optimizing performance test.
Test FunctionMean ValueMean Square DeviationTime
HPSOPSOHPSOPSOHPSOPSO
Sphere−0.01−0.10.0004060.033836.1736.55
Rosenbrock−10.12−52.49118.946649.5055.2755.73
Griewank−0.99948−0.998970.998970.9990663.4263.61
Rastrigin−27.22−40.741224.721766.4396.1796.24
Table 3. Chemical compositions of the AISI 1045 steel (wt%).
Table 3. Chemical compositions of the AISI 1045 steel (wt%).
CSiMnCrNiCuFe
0.42–0.500.17–0.370.5–0.8≤0.25≤0.25≤0.25Bal.
Table 4. Factors and levels of the orthogonal test.
Table 4. Factors and levels of the orthogonal test.
FactorPeak Current (I/A)
A
Pulse-On Time (t/μs)
B
Pulse-Off Time (t/μs)
C
Tracking
(HZ/s)
D
Level
1185300
22166350
33247400
44328450
Table 5. Orthogonal array for the L16 Taguchi design.
Table 5. Orthogonal array for the L16 Taguchi design.
TrialABCD
11111
21222
31333
41444
52123
62214
72341
82432
93134
103243
113312
123421
134142
144231
154324
164413
Table 6. Expression for different kernel functions.
Table 6. Expression for different kernel functions.
Kernel NameKernel EquationKernel Constant
poly K x i , x = ϒ x × y + r d ϒ = g a m m a r = c o e f θ d = deg r e e
rbf K x i , x = exp ϒ x i x 2 ϒ = g a m m a
sigmoid K x i , x = tanh ϒ x i , x + r ϒ = g a m m a r = c o e f θ
Table 7. Orthogonal experimental results.
Table 7. Orthogonal experimental results.
TrialABCDSR (μm)RS (MPa)MH (HV)
111113.754595.19544356.4
212223.9214101.1058364.6
313333.7459107.491375.0
414443.6147114.351382.7
521232.755199.78368.0
622143.0905106.234377.78
723414.2163114.491391.95
824325.558121.351397.5
931343.6059105.0054381.5
1032434.5576110.4558395.7
1133125.51117.381415.1
1234216.46147.781418.7
1341423.6672127.4054390.3
1442314.1078156.8558396.8
1543245.0015139.7422.6
1644136.35170.101432.2
Table 8. ANOVA table for surface roughness.
Table 8. ANOVA table for surface roughness.
SourceDFAdj SSF-Valuep-ValueContribution
peak current33.087816.030.02418.64%
pulse-on time310.970556.960.00456.98%
pulse-off time32.092510.870.0406.35%
tracking32.794114.510.02716.87%
Error30.1926 1.16%
Total15 100.00%
Table 9. ANOVA table for surface residual stress.
Table 9. ANOVA table for surface residual stress.
SourceDFAdj SSF-Valuep-ValueContribution
peak current34559.4728.790.01063.47%
pulse-on time32038.9912.880.03228.39%
pulse-off time335.090.220.8760.75%
tracking3372.562.350.2505.19%
Error3158.36 2.20%
Total15 100.00%
Table 10. ANOVA table for the surface microhardness.
Table 10. ANOVA table for the surface microhardness.
SourceDFAdj SSF-Valuep-ValueContribution
peak current34087.97235.900.00057.18%
pulse-on time32885.97166.540.00140.46%
pulse-off time3143.568.280.0581.87%
tracking317.911.030.4890.25%
Error317.33 0.24%
Total15 100.00%
Table 11. Comparison kernel function.
Table 11. Comparison kernel function.
Kernel NameSurface
Roughness
Surface Residual StressSurface
Microhardness
R2MAPER2MAPER2MAPE
poly0.96245.41150.97162.38670.95330.7808
rbf0.99671.27610.99920.41510.99410.3017
sigmoid0.93474.90320.93573.42870.99260.4168
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Zhao, J.; Wang, Q.; Wang, Y.; Wu, D.; Zhang, L.; Shen, B. Research on the Tooth Surface Integrity of Non-Circular Gear WEDM Based on HPSO Optimization SVR. Appl. Sci. 2022, 12, 12858. https://0-doi-org.brum.beds.ac.uk/10.3390/app122412858

AMA Style

Zhao J, Wang Q, Wang Y, Wu D, Zhang L, Shen B. Research on the Tooth Surface Integrity of Non-Circular Gear WEDM Based on HPSO Optimization SVR. Applied Sciences. 2022; 12(24):12858. https://0-doi-org.brum.beds.ac.uk/10.3390/app122412858

Chicago/Turabian Style

Zhao, Jiali, Qing Wang, Yazhou Wang, Dan Wu, Liang Zhang, and Bobo Shen. 2022. "Research on the Tooth Surface Integrity of Non-Circular Gear WEDM Based on HPSO Optimization SVR" Applied Sciences 12, no. 24: 12858. https://0-doi-org.brum.beds.ac.uk/10.3390/app122412858

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop