Next Article in Journal
Improvement of the High Temperature Wear Resistance of Laser Cladding Nickel-Based Coating: A Review
Next Article in Special Issue
Evolution of Microstructures, Texture and Mechanical Properties of Al-Mg-Si-Cu Alloy under Different Welding Speeds during Friction Stir Welding
Previous Article in Journal
Effect of Warm Crossing Rolling on the Microstructure, Texture and Annealing Behavior of High-Purity Tantalum
Previous Article in Special Issue
Multi-Objective Lightweight Optimization Design of the Aluminium Alloy Front Subframe of a Vehicle
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Review

Parameters Optimization of Electrical Discharge Machining Process Using Swarm Intelligence: A Review

1
College of Mechanical Engineering, Yellow River Conservancy Technical Institute, Kaifeng 475000, China
2
Hydropower Equipment and Intelligent System Engineering Technology Research Centre of Henan Province, Department of Mechanical and Electronic Engineering, Henan Vocational College of Water Conservancy and Environment, Zhengzhou 450002, China
3
Mechanical and Electrical Engineering Institute, Zhengzhou University of Light Industry, Zhengzhou 450002, China
4
Guangdong Provincial Key Laboratory of Digital Manufacturing Equipment, Guangdong HUST Industrial Technology Research Institute, Dongguan 523808, China
*
Authors to whom correspondence should be addressed.
Metals 2023, 13(5), 839; https://doi.org/10.3390/met13050839
Submission received: 31 March 2023 / Revised: 18 April 2023 / Accepted: 20 April 2023 / Published: 24 April 2023

Abstract

:
Electrical discharge machining (EDM) can use soft tool electrodes to process hard workpieces to achieve “soft against hard”, because it directly uses electrical energy and thermal energy to remove metal materials. Then, it can generate complex features on harder materials and meet the requirements of excellent surface quality. Since EDM involves many process parameters, including electrical parameters, non-electrical parameters, and materials properties, it is essential to optimize its process parameters to obtain good performance. In this direction, the application of the swarm intelligence (SI) technique has become popular. In this paper, the existing literature is comprehensively reviewed, and the application of the SI technique in the optimization of EDM process parameters is summarized. Sinker-EDM (SEDM), wire-EDM (WEDM), and micro-EDM (MEDM) with various hybrid techniques are among the EDM methods considered in this study because of their broad adoption in industrial sections. The fundamental nature of all review articles will assist engineers/workers in determining the process parameters and processing performance, the SI algorithm, and the optimal technique by which to obtain the desired process parameters. In addition, discussions from the perspectives of the similarity, individuality, and complementarity of various SI algorithms are proposed, and necessary outlooks are predicted, which provides references for the high performance of the EDM processes in the future.

1. Introduction

The tool electrode and the workpiece are submerged in the dielectric during electrical discharge machining (EDM), and they are linked to the two poles of the pulse power source. A large amount of heat energy is concentrated in the tiny discharge channel, the temperature may be as high as 10,000 °C, and the pressure also sharply changes [1,2,3]. Therefore, at this time, a small amount of metal material on the surface of the workpiece in the discharge area will immediately melt, vaporize, and explode into the working fluid. The material removal in the electric discharge is realized by the electric heating in the discharge process, and the conductivity and thermal properties of the material have a significant impact on its machinability. Therefore, low-rigidity workpieces may be machined and micro-machined particularly well using the EDM technique. In addition, it is particularly suitable for machining a workpiece with a complex surface, because the tool electrode shape can be copied to the workpiece. Since EDM involves many process parameters, including electrical parameters, non-electrical parameters, and material properties, it is essential to optimize its process parameters to obtain good performance [4]. In this direction, the application of the swarm intelligence (SI) technique has become popular.
Ant colonies, bird flocking, bee colonies, eagle hunting, grazing, fish colonies, bacterial development, etc., are all examples of SI in nature. SI is derived from research on the collective behavior of social insects such as ants and bees. A swarm intelligence system is often made up of a collection of simple agents or clusters that interact one with another and with surroundings. Swarm intelligence has been formally proposed as a theory and has steadily caught the attention of a significant number of researchers since Dorigo [5] put forward the Ant Colony Optimization (ACO) hypothesis in 1991, starting a research movement. Kennedy et al. [6] presented the Particle Swarm Optimization (PSO) in 1995. Since then, research on swarm intelligence has rapidly developed, and relevant technologies can be applied in various fields, such as aerospace [7,8], precision medicine [9], and advanced manufacturing [10,11].
This review focuses on the progress in parameters optimization of the EDM process using swarm intelligence. First, the principle of different swarm intelligence techniques is critically reviewed in Section 2, including the ACO, the PSO, the genetic algorithm (GA), the Artificial Bee Colony (ABC), the Glowworm Swarm Optimization (GSO), the Cuckoo Search Algorithm (CSA), the Differential Evolution Algorithm (DEA), and others. Second, the application of the swarm intelligence technique in the optimization of EDM process parameters is summarized, and the sinker-EDM (SEDM), wire-EDM (WEDM), and micro-EDM (MEDM) with various hybrid techniques are reviewed in Section 3, Section 4, and Section 5, respectively. Third, discussions from the perspectives of similarity, individuality, and complementarity of various SI algorithms characteristics are proposed. Finally, necessary outlooks (involving limitations and challenges) are predicted, which provide references for the high performance of the EDM processes in the future.

2. Principal of Swarm Intelligence

2.1. ACO

Ants seek food sources, and there are numerous routes to the food source. As they select a way, they emit a pheromone. This pheromone’s concentration decreases as time passes. As a result, the number of ants with shorter paths will grow, as will the pheromone content. The ants will take the path with the most pheromones. With the passage of time, the number of ants using shorter paths will increase. Then, corresponding is the best answer to the problem to be solved [5,12]. The ACO algorithm is a probabilistic technique for determining the best path. It was originally intended to solve the problem of the traveling salesman (TSP). Currently, the ACO algorithm has been continuously improved and gradually built with a mature algorithm framework, becoming one of the most promising algorithms in the field of combinatorial optimization [12,13]. Its application extends to all aspects of optimization problems, such as the assignment problem, the vehicle routing problem, the graph coloring problem, the job-shop scheduling problem, and the network routing problem [12,13,14,15].

2.2. PSO

PSO is a group behavior that mimics the predation process of birds and fish, and is a branch of evolutionary computation [6]. A single particle is an individual of a group of birds or fish. It describes the members of the group as individuals without mass or volume, and it is also convenient to describe its speed and acceleration state [6,16]. PSO utilizes three simple behaviors of separation, alignment, and cohesion to describe the population, and moves the individuals in the population to a good region according to their adaptability to the environment, thus guiding the particles to find the global optimal solution. It is worth noting that the GA does not include the “crossover” and “mutation” operations [17]. It seeks the global optimum by following the currently searched optimal value. Compared with other modern optimization methods, the PSO algorithm has an obvious feature in that it requires few parameters to be adjusted and has a fast convergence speed [18]. It has become a key topic in the field of modern optimization methods. The PSO algorithm has now been widely used in optimization problems in various engineering fields [19,20].

2.3. GA

The strong adapt and thrive in nature, whereas the weak typically perish. The GA search optimization algorithm mimics the idea of “survival of the fittest” by basing itself on the mechanism of natural selection [21,22]. The GA is a group-based technique where participants score each other based on how suitable their answers are. The technique uses mathematics and computer simulation to change the problem-solving process into a process such as the crossing, reproduction, and mutation of chromosomal genes in biological evolution [23,24]. In comparison to certain conventional optimization techniques, they may frequently produce better optimization outcomes more rapidly when handling complicated combinatorial optimization issues [23,25,26]. Consequently, the GA has been widely applied in combinatorial optimization, signal processing, artificial life, machine learning, adaptive control, and other fields.

2.4. ABC

A single bee’s behavior is quite basic, yet the social group it belongs to exhibits extraordinarily sophisticated behavior. The actual bee population can efficiently gather nectar from flowers (food sources) in settings. They may also adjust to environmental changes at the same time. An optimization technique called the ABC algorithm is put forth by emulating bee behavior [27,28]. The population’s overall optimal value is eventually highlighted by the local optimization behavior of individual artificial bees. A novel swarm intelligence algorithm is the ABC algorithm. It merely requires a comparison of the benefits and disadvantages of the problem and has quick convergence; it does not require extensive knowledge of the topic. The algorithm is considered as simple to code as the PSO and the DEA [29,30].

2.5. GSO

The GSO algorithm is a new multi-modal function optimization technology of swarm intelligence proposed by Krishnanad and Ghose [30,31]. The GSO algorithm is memoryless and does not need global and gradient information. It has the characteristics of a fast calculation speed, fewer adjustment parameters, and easy implementation. In the process of population evolution, each iteration consists of five parts: the population initialization stage, the fluorescein update stage, the mobile probability calculation stage, the location update stage, and the neighborhood range update stage. After several years of development, the GSO algorithm has good application prospects in the optimization process of continuous space and some production scheduling.

2.6. CSA

The cuckoo has a unique breeding pattern in nature as a nest parasite bird. Nest parasitism is the practice of using other birds’ nests to hatch their own eggs. To increase egg survival, the parasite birds destroy or conceal the host’s eggs. If the host discovers the egg, the host will either find a new nest or kill the egg. Because this is a natural selection process, the quality of nest selection has a direct impact on the survival rate of the following generation. The CSA is a method for solving optimization problems by imitating the parasitic brood of a particular species of cuckoo [32,33,34]. Compared with other methods, the CS algorithm has the advantages of a multi-modal objective function and requires less parameters to be fine-tuned [35,36,37,38].

2.7. DEA

The DEA is a population-based algorithm based on the genetic annealing technique. It is comparable to a genetic algorithm due to the employment of similar operators (mutation, crossover, and selection) [39,40]. The primary distinction between the DEA and the GA is the ability to build superior solutions. The DEA is dependent on mutation, whereas the GA is dependent on crossover. In the DEA, regardless of their fitness value, all solutions in the population have the same chance of being chosen as parents. This is the primary operational distinction between the DEA and the GA. Although the DEA offers advantages in terms of improving local search ability and preserving population diversity, its convergence can be gradual and unpredictable [4,41].

2.8. Others

There are also other interesting evolutionary algorithms, such as genetic programming (GP), evolutionary programming (EP), evolutionary strategy (ES), the firefly algorithm (FA), the bat algorithm (BA), and the grey wolf optimizer (GWO) [42,43,44,45]. GP is another evolutionary algorithm, involving a process similar to the genetic algorithm [46]. The ES algorithm, using the same method as the GA and DE, is another optimization method. However, it uses an adaptive mutation rate [47]. Initialization, mutation, and evaluation are comparable processes in both the EP and GA. The EP does not employ a crossover operation to produce offspring, which is the primary distinction between it and the GA [45,48]. The FA was influenced by how fireflies interact with one another by flashing their lights. The BA algorithm is another recently introduced optimization technology inspired by the feeding behavior of bats. It is very similar to the PSO and consists of speed and position equations [45]. The GWO achieves the goal of optimization based on the mechanism of wolf group cooperation by simulating the predatory behavior of gray wolf groups [49,50].

3. Sinker-EDM

3.1. Brief Introduction for Sinker-EDM

Sinker EDM is performed in a liquid media, with the machine tool’s automated feed adjustment unit accurately controlling the spark to treat conductive materials [51]. Sinker EDM works by eroding conductive materials via a sequence of spatially discrete high-frequency discharges (sparks) between the tool and the workpiece [52,53]. Figure 1 depicts the four stages of EDM. When a high pulse is delivered between these two electrodes (attaining the breakdown voltage of the medium in the gap), the dielectric insulation strength is destroyed at the weakest spot. Because the energy is highly short and concentrated, the instantaneous high temperature in the machining surface partly melts, vaporizes, and evaporates the metal on the two electrodes’ surfaces. Under the action of the explosive force, the partially melted and vaporized metal is propelled into the working fluid, cooled into minute metal particles, and is swiftly washed away from the working area, producing a small crater on the surface of the two electrodes. The dielectric insulation strength will recover after the initial discharge and await the next discharge. Therefore, sinker EDM involves many process parameters, including electrical parameters (discharge current, pulse width, pulse frequency, gap voltage, etc.), non-electrical parameters (dielectric fluid, scouring mode, pressure, etc.), and material thermal properties. Therefore, it is essential to optimize its process parameters to obtain the required performance, such as the material removal rate (MRR), Ra, the tool relative wear rate, machining accuracy, etc.

3.2. Single-Objective Optimization

ACO is a popular optimization technique that has been used for optimization problem-solving. Mondal et al. [54] investigated the optimization of EDM process parameters using the ACO algorithm while cutting AISI 304 stainless steel. The findings revealed that, after 50 iterations, the highest MRR of 9.232 (mm3/min) was attained, and at the end of all iterations, the optimal solution was found. The PSO technique is one of the most advanced evolutionary computational intelligence-based optimization methodologies for optimizing real-world multimodal problems. Aich and Banerjee [55] determined the desired process parameters combination of the maximum MRR and the minimum Ra through the PSO algorithm, with an average searching time of 4.334 s. The EDM processing optimization proposed by Saffaran et al. [56] was highly effective, and the error of single-objective and multi-objective optimization was less than 4% and 7%, respectively. Tzeng and Chen [57] optimized the EDM process using the GA approach while machining SKD 11, and discovered that GA had better prediction than RSM. Mahanta et al. [58] carried out GA-based optimization to produce high-quality jobs with low power consumption in the process of EDM. Mukherjee and Chakraborty [59] compared the optimization performance of the EDM process by using various swarm intelligence algorithms, and found that the performance of the ABC algorithm was better that of the ACO or GA algorithms. Zainal et al. [60] employed linear regression and the GSO method to conduct an integrated assessment of surface roughness in the EDM process. Furthermore, the minimal Ra of 2.03 μm could be searched for by the proposed method. Shen et al. [61] proposed an improved beta-distributing cuckoo search (IBCS) algorithm, and utilized this proposed IBCS to obtain the single-objective optimization (Ra) in the EDM process. The results demonstrated that the number of iterations of the IBCS algorithm (eight iterations) was half of that of the BCS algorithm (seventeen iterations). The DEA method was also used in the parameter optimization of the EDM process [62], and the optimization performance could be acceptable. As for the GP algorithm, its effect in terms of EDM parameter optimization was also better than the traditional response surface method (RSM), and the previous study showed that it had better and more accurate estimation [63]. The ES method could be used in the EDM process optimization of machining Inconel 718 alloy [64]. For different materials, such as die steel [65], Al-SiCp [66], FA was applied in the EDM process for optimizing the process parameters to obtain the desired machining performance.
For the hybrid-EDM process, the single-objective optimization can also be performed by various swarm intelligence techniques. A continuous ACO method was used to select the best magnetic-field-assisted-EDM (MF-EDM) process parameters for maximum MRR and specified surface roughness (SR) by Teimouri and Baseri [67]. The optimal input values (process parameters) for different desired SR were obtained, and the variation of SR and MRR were heavily dependent on discharge energy fluctuation. Singh et al. [68] proposed an intelligent hybrid approach, using the PSO algorithm, to obtain a desired prediction of gas-assisted EDM (GA-EDM) performance. The results showed that the improved PSO algorithm was effective for the G-EDM performance estimation. Rouniyar and Shandilya [69] performed the optimization of process parameters in magnetic field assisted powder mixed EDM (MFAPM-EDM) for cutting Al 6061, and compared the optimized performance of GA method with others. Danish et al. [70] used the GWO approach to optimize the hydroxyapatite powder mixed electric discharge machining (HPM-EDM) process in order to improve modified surface characteristics, such as the recast layer thickness (RLT), of 316L stainless steel. The test demonstrated that the gray wolf optimizer’s predicted solution sets are very accurate, with less than 10% inaccuracy. As listed below, the comparison of various swarm intelligence techniques for parameters optimization in the sinker-EDM process is depicted in Table 1.

3.3. Multi-Objective Optimization

Dang et al. [71] employed the PSO method to conduct the restricted multi-objective (MRR, SR, and tool wear rate (TWR)) optimization of process parameters, which was regarded as the intelligent optimization of the EDM machining process. The results demonstrated that effective process parameter selection could assist the EDM operator in reducing cutting time, as well as expenses. Moghaddam and Kolahan [72] utilized the PSO algorithm to optimize several response characteristics (MRR, SR, and TWR). The proposed approach accurately simulated the actual EDM process with less than 1% inaccuracy, according to the results. Zhang et al. [73] adopted the proposed PSO algorithm, combining quantum behavior and Gaussian local attractor, to provide the best processing parameters for the green MF-EDM while machining SiCp/Al, as depicted in Figure 2. The points in Figure 2 are 15 selected optimized results, which contains minimal and maximum MRR, EWR, and aerosol emissions values, as well as some compromised points. Compared with the average experimental data, the average optimal solution for SiCp/Al, TWR (EWR), and aerosol emissions decreased by around 7.8% and 12.5% respectively, while the MRR increased by around 6.05%. Garg and Lam [74] used the GP technique to model the multiple-response features. The multi-response features, namely one manufacturing aspect (TWR) and two environmental aspects (dielectric consumption and heat energy consumption), were considered in their investigation, and the efficacy of the suggested GP models was validated using experimental data.
During the green machining of Al 6061 and SKD 11, Ming et al. [75] recommended utilizing the GSO algorithm to optimize parameters to reduce exhaust emissions and energy consumption. The Pareto frontiers of the multi-objective optimization for Al 6061 and SKD 11 are illustrated in Figure 3, which demonstrate the Pareto frontier of MRR and exhaust emissions characteristics (EEC). The intended EEC in Figure 3a,b was less than 180 μg/m3 for integrating cutting productivity with environmental friendliness while milling Al 6061. Similarly, the intended EEC for SKD 11 did not exceed 160 μg/m3. As a result, as shown in Figure 3, the left sides below these criteria are colored green. This suggests that the optimized outcomes in the green zone were less harmful to the environment. The targeted energy efficiency per volume (EEV) in Figure 3c,d was less than 0.51 KJ/mm3 for integrating machining output with environmental friendliness while cutting Al 6061. Moreover, for SKD 11, the targeted EEV does not exceed 5.5 KJ/mm3. Similarly, the desired outcomes in the green region were energy efficient. Hence, the optimized combination of cutting process parameters for multi-objective optimization could meet the prediction accuracy.

3.4. Summary

From the existing optimization of EDM process parameters, most of the research is still focused on single-objective optimization, and the number of research papers on multi-objective optimization is relatively small. This may be related to the characteristics of the swarm intelligence algorithm, which is not suitable for multi-objective optimization. Moreover, in actual production, the demand for single targets may be more urgent under specific circumstances. In addition, since most of the studies are traditional sinker-EDMs, the amount of hybrid sinker-EDMs is also relatively small. Therefore, there have not been many swarm intelligence algorithms involved. Furthermore, it is found that the PSO and GA are the most widely used in the optimization, and the number of studies is also significantly more than other swarm intelligence algorithms. One of the most important reasons for this may be that the PSO and GA algorithms are easy to implement, and their robustness is relatively good, which can meet the needs of engineering applications. Optimization algorithms provide the results of EDM improvements, and the optimized processing parameters can significantly guide the EDM process in an economical and environmentally friendly manner and meet sustainable manufacturing needs.

4. Wire-EDM

4.1. Brief Introduction for Wire-EDM

According to wire speed, wire-EDM (WEDM) can be divided into two categories: high speed wire-EDM (HS-WEDM) and low speed wire-WEDM (LS-WEDM) [76,77,78]. The wire feed speed of the HS-WEDM ranges from 6 to 12 m/s, and it is commonly employed in low/medium quality mold manufacture and special component processing, and the equipment of the process is depicted in Figure 4a [77]. The HS-WEDM tool electrode is a molybdenum wire, which is fed in a cyclic manner and can be reused. Unfortunately, the electrode wire jitter is high due to the difficulty in applying consistent tension control to the electrode wire, and the wire is easily broken during processing. Furthermore, because the electric wire is reciprocally employed, it will result in electrode wire loss, decreased processing accuracy, and surface quality deterioration. The LS-WEDM electrode wire employs copper wire as the tool electrode and normally travels in a single direction at less than 0.2 m/s, the equipment of the process is depicted in Figure 4b. A pulse voltage of 60–300 V is delivered between the copper wire and the treated material, such as copper, steel, or a superhard alloy, while maintaining a spacing of 550 μm. The gap is filled by deionized water (like distilled water) and other insulating media, resulting in a spark discharge between the electrode and the treated material, which consume and corrode each other [78]. The discharge phenomena are uniform due to digital program control, monitoring and control, and servo mechanism execution, allowing the treated item to be processed, and producing a product with the requisite size and shape precision [79,80]. The HS-WEDM affects the machining accuracy as the electrode wire is recycled, and as the electrode wire continuously wears out. Generally, the accuracy of products machined by the HS-WEDM is ±0.015~0.02 mm. The LS-WEDM electrode wire is not recycled, which greatly improves the machining accuracy, and the machining accuracy of the machine can reach ±0.002 mm.

4.2. Single-Objective Optimization

In single-objective optimization, the optimization of one desired response at a time is carried out. Sharma et al. [81] adopted the PSO method, integrating evaluation based on distance from the average solution (EDAS), to optimize the wire-EDM parameters when cutting biomedical materials. Figure 5 depicts the process flow of the PSO method for optimizing the wire-EDM parameters. The best configuration for reducing the surface imperfections when milling titanium alloy on LS-WEDM was suggested as Ton: 8 μs; Toff: 13 μs; Vs: 45 V; and wire tense: 8 N. Moreover, the forthcoming solution at the optimal parametric values had the following values: an Ra of 3.163 μm, an Rz of 22.99 μm, a wire loss of 0.0182 g, and a dimensional accuracy of 95% [81]. To find the best parameter settings for the LS-WEDM process, Tzeng et al. [82] suggested a hybrid approach combining the GA, a back-propagation neural network (BPNN), and the RSM. The outcomes showed that the GA approach’s suggested algorithm provided superior prediction and confirmation results compared to the RSM technique. This means that the GA optimization techniques have a lot of promise for challenging applications in industry. Furthermore, the similar integrating method was also used in the process of the HS-WEDM by our team [83]. For fabricating microchannels in industrial applications, Singh et al. [84] used the GA approach to accomplish the multi-response optimization of the LS-WEDM process parameters for the fabrication of a brass microchannel. They found that the single-response optimization through the GA approach for a maximum MRR = 7.10 mm3/min and a minimum Ra = 3.36 μm could be obtained. The validation outcomes demonstrated the effectiveness of the proposed optimization models. Kuruvilla and Ravindra [85] applied the Taguchi and GA methods to determine the influence of process parameters on the oil-hardened non-shrinkage steel (OHNS) material with a thickness of 40 mm by LS-WEDM. The variation of the performance parameters with machining parameters was mathematically modeled using the Regression analysis method. The results showed that, in the processing parameters, it was better to use a smaller pulse closing time to achieve a good performance overall.
Rao and Pawar [86] modeled and optimized the process parameters of LS-WEDM using the RSM and ABC methods. Through the proposed methods, a maximum MRR of 7.10 mm3/min and a minimum Ra of 3.36 μm were obtained. This demonstrated that the ABC method, an advanced algorithm of swarm intelligence, could solve the engineering problems. In order to optimize the multiple performance of the dry LS-WEDM process of Al-SiC metal matrix composite, Fard et al. [87] proposed an intelligent model that integrated the ABC algorithm. In this model, the impact of the discharge current, pulse-on time, pulse-off time, wire tension, gap voltage, and wire feed on cutting velocity and Ra was examined. The results showed that brass wire and oxygen gas ensured superior cutting velocity. Additionally, it was discovered that the ABC algorithm could predict the ideal set of process parameters with accuracy. Rao and Venkaiah [88] proposed a modified CSA to optimize the LS-WEDM process when machining Inconel-690 to significantly enhance the performance of the cuckoo search. In comparison to the GA, PSO, and the standard cuckoo search, the proposed method was determined to be accurate and quick. The industry will also benefit from the machining data produced by this endeavor. Similar results could also be confirmed in our previous study in another engineering field [38]. Saravanan et al. [89] investigated the parameters (pulse-on time, pulse-off time, cutting speed, discharge current, wire tension, wire feed, servo voltage, and servo feed) optimization of LS-WEDM through CSA. The optimum machining performance for different conditions could be obtained in no more than 100 iterations, as depicted in Figure 6. Figure 6a represents the variation of the obtained objective function values, where it is observed that the molybdenum wire outperforms the other two wires, namely plain brass and galvanized, during the iterative process. Figure 6b shows that the optimum value of the input parameter cutting speed is 75%, and the speed of molybdenum wire is relatively higher than that of galvanized and ordinary brass wire.
Kulkarni et al. [90] analyzed the machinability and optimized the LS-WEDM of NiTiNOL memory alloy using the modified DEA method. The results confirmed that the convergence curve of the modified DEA was much better than that of the conventional DEA, and the convergence speed was twice as fast as before, thus saving calculation time. Nayak et al. [91] established a genetic programming (GP) model to study six process parameters to optimize angle error and minimize surface roughness. The results demonstrated that GP was a cost-effective and time-saving method compared with typical prediction methods. Xu et al. [92] optimized the process parameters, as depicted in Figure 7, of wire cutting nickel-titanium shape memory alloy (NiTi-SMA) with the help of the BA algorithm and multiple regression (MLR)/BPNN to obtain the maximum processing speed and ideal kerf width. The experimental results showed that the prediction error of the proposed optimization method could be within ±2%, which was valuable for engineering application. As listed below, the comparison of various swarm intelligence techniques for parameters optimization in the wire-EDM process is depicted in Table 2.

4.3. Multi-Objective Optimization

Multi-objective optimization is the process of optimizing two or more conflicting objectives. In machining operations, there are often situations where the desired responses are inherently conflicting. An improvement in one response can worsen another. Ranjan et al. [93] performed the multi-objective optimization of an abrasive powder, including SiC and Al2O3, mixed WEDM (APM-EDM) of Inconel 718 using the PSO method. Using a hybrid artificial neural network (ANN) linked GA technique, Vaidyaa et al. [94] sought to maximize the multi-objective optimization of LS-WEDM on AlSi10Mg. In their investigation, the following optimal process parameters were established: vs. of 42 V, Ip of 12 A, and Ton of 12 μs result in a maximum micro-hardness of 478 VHN and a minimum SR of 4.3 μm. Zhang et al. [95] used BPNN combined with the GA (BPNN-GA) and the non-dominated sorting genetic algorithm-II (NSGA-II) to optimize the process parameters on surface integrity, such as white layer thickness (WLT), surface crack density (SCD), and SR, in the LS-WEDM process of the tungsten tool YG15. The best optimum solutions for WEDM machining, which balanced the performance of SR, SCD, and WL, as well as the Pareto-optimal front of three-objective optimization, were discovered by their proposed methods. Similarly, the gray relational analysis technique (GRA) and the backpropagation neural network-genetic algorithm (BPNN-GA) were used by Soepangkat et al. [96] to accomplish multi-objective optimization in the LS-WEDM process of SKD 61 tool steel. Setting Ton, Toff, and vs. to 3 ms, 10 ms, and 38 V, respectively, would yield the lowest RLT, SR, and SCD.
When performing multi-objective optimization for LS-WEDM on Ti6Al4V alloy, Jain and Parashar [97] compared a priori and a posteriori approaches. A multi-objective ABC with GRA was selected as an a priori approach, and a multi-objective grasshopper optimization algorithm (MO-GOA) was selected as an a posteriori approach. According to the amount of calculating time, it was discovered that the a priori approach to multi-objective optimization was superior to the a posteriori approach. Similarly, the Pareto front was found by extending the modified CSA to simultaneously optimize the MRR, SR, and kerf [88]. Majumder et al. [98] studied the multi-objective optimization of the LS-WEDM process when cutting RAFM steel manufactured in India. They compared the performance of giving optimal results of the FA, the PSO, and the DEA, and found that the FA was better than the others (DEA and PSO). Kondayya et al. [99] described an approach of an evolutionary strategy for the optimization of a LS-WEDM process. The result of Pareto optimal solutions, as depicted in Figure 8, confirmed that the all-encompassing evolutionary strategy was a solution for the process optimization. In the beginning, it was possible to machine components with the best surface quality, but with the lowest MRR. Finally, the highest material removal rate could be achieved, but with the worst surface quality.

4.4. Summary

One of the most researched areas in machining is process modeling and optimization, as this can reduce production costs and improve product quality. However, experimental optimization of any machining process is expensive and time consuming due to the complexity, coupling, and nonlinear nature of the input and output variables of the process. There are various optimization methods for process parameter optimization. Based on the existing research literature, most of the process parameter optimizations of wire-EDM have been aimed at LS-WEDM, with very few involving HS-WEDM. This is because the machining performance of HS-WEDM equipment is poor, and its processing dimensional accuracy and surface quality are not as good as LS-WEDM. As a result, its application scope is also limited, and the number of relevant research results is very scarce. Most of the machining performances studied in the literature have mainly involved the MRR and the SR, while others such as kerf width, TWR, and angular error are relatively few. Similarly, it has been found that PSO and GA are the most widely applied in the optimization of wire-EDM process parameters, and the number of research articles is also significantly higher than that of other swarm intelligence algorithms, such as the ABC, GP, or BA methods. Furthermore, it is concluded that the attention of researchers has focused on single-objective optimization, and the involved methods of wire-EDM are traditional wire-EDM.

5. Micro-EDM

5.1. Brief Introduction for Micro-EDM

With the increasing miniaturization and precision of products worldwide, microfabrication and small-hole EDM, one of the non-contact microfabrication methods, has become an important part of micromechanics and is widely used in the manufacturing industry because of its superfine and high-precision machining characteristics. Although micro-EDM and sinker-EDM are based on the same physical principle of spark erosion, there are still obvious differences. This is because, during its processing, the discharge energy is reduced to the order of 10−6~10−7 J to minimize the amount of material removal per unit time and realize the micro-level EDM process. This means that, compared with sinker-EDM, micro-EDM has more difficulties in terms of power control, manufacturing methods of micro-tools, real-time processing monitoring, and other aspects [100,101,102,103]. Micro-EDM technology can be categorized into five different types: micro sinker-EDM, micro wire-EDM, micro drilling-EDM, micro milling-EDM, and micro wire electro-discharge grinding [102,104]. Figure 9 demonstrates the principle of the process of micro drilling-EDM and micro milling-EDM.

5.2. Parameters Optimization

With the use of the PSO optimization technique, Chen et al. [105] suggested a hybrid optimization strategy that increased MRR by a maximum of 49.1% and decreased Ra by a maximum of 37.8% in the micro-WEDM process while machining 65 vol.% SiCp/Al composite. Moreover, the Pareto optimum solution sets, as depicted in Figure 10, had great accuracy and dependability. Similarly, Quarto et al. [106] completed a micro-EDM optimization with the PSO approach. The results showed that the suggested optimization approach may adapt to the automated environment in both scenarios of externally imposed material or processing performance. For optimizing the multi-objective performance of the circularity at the entrance, the hole overcut, and the circularity at the exit of drilled micro holes, a hybrid approach of the PSO integrating gray relational analysis was used in the process of micro hole drilling in Mg alloy [107]. Regarding the prediction of micro-hole quality (radial over-cutting, recast layer thickness, and MRR) on Inconel 718 superalloy treated by micro-EDM, Rao [108] suggested a prediction model based on the bionic intelligent hybrid algorithm. The prediction approach was based on the combination of the adaptive neuro-fuzzy inference system (ANFIS) and the PSO/GA algorithms (ANFIS-PSO/ANFIS-GA). Comparing the ANFIS-PSO against the ANFIS-GA, ANFIS, and ANN models, it was discovered that ANFIS-PSO was superior.
To predict the performance (machining time, MRR, and dimensional deviation) of micro drilling-EDM, Quarto et al. [109] compared a finite element model (FEM) simulation and an integrated ANN and PSO technique. In order to meet various industrial objectives, the combined ANN-PSO approach included a twofold direction functionality. It provided a way to anticipate process performance while simultaneously optimizing the process parameters (discharge current, voltage, frequency, tool diameter, workpiece, and tool materials) in relation to the needed performance levels. Figure 11 depicts the bar chart of the prediction error between the experimental results and models simulation, while drilling micro-EDM. The findings demonstrated that the combined ANN-PSO technique provided performance predictions that were more accurate. The ANN-PSO approach was also quicker and simpler to use, but it needed a lot of historical data to train the ANN. In contrast, setting up the FEM was more difficult because it required several physical and thermal properties of the materials, and single simulation took a long time.
In micro-EDM, processing parameters greatly affect processing efficiency and stability. Based on Taguchi experiments with support vector machines, Zhang et al. [110] developed a process model for micro-EDM and suggested a novel multi-objective optimization GA to optimize process parameters and decrease machining time and TWR. The GA is an evolutionary algorithm that uses genetic operators to obtain optimal solutions without any assumptions about the search space. GA works with a population of feasible solutions and, therefore, it can be used in multi-objective optimization problems to simultaneously capture several solutions. The suggested multi-objective GA was accurate and efficient in producing Pareto optimum solutions for parameter settings, according to the experimental data. The optimal parameter combination could significantly decrease machining time while maintaining a manageable TWR. Hence, the suggested technology could increase the stability and efficiency of machining while also being appropriate for the parameter adjustment of micro-EDM. Dilip et al. [111] carried out the multi-objective optimization of process parameters on Inconel 718 using weighted objective summation and GA techniques to enhance the processing quality of drilling cooling holes for turbine blades. According to the experimental data, the inner wall’s surface roughness could be reduced to 13,587 μm under the ideal cutting circumstances. Furthermore, the confirmed experiments confirm that the maximum relative error obtained was less than 10%.

5.3. Summary

Compared to sinker-EDM and wire-EDM, the number of publications on process parameter optimization for micro-EDM is significantly lower. The reason is that compared to sinker-EDM and wire-EDM, micro-EDM is not widely used, especially in industrial applications. Most of the existing literature on micro-EDM remains at the laboratory stage, mainly focusing on the research of processing mechanisms. Indeed, micro-ED is a branch of EDM, and the machining mechanism of electrical discharge machining, like other special machining, is very complex [112,113,114]. The existing research has not fully understood its working mechanism [3,115,116,117]. In addition, the swarm intelligence algorithms for the process parameter optimization of micro-EDM have mainly focused on PSO and GA methods. This is primarily because PSO and GA methods are relatively simple and robust compared to other methods. In micro-EDM, the machining parameters have a great influence on the machining efficiency and stability. In order to correctly set the process parameters of micro-EDM, the process is generally modeled and several new multi-objective optimization GA algorithms are proposed. At the same time, properly selected process parameters can obtain a good clearance state, ensure the stability of the process, and result in low electrode wear, thus greatly improving the machining efficiency.

6. Discussion

This review focuses on the progress in the application of the SI technique in the optimization of EDM process parameters. In this study, the parameter optimizations of sinker-EDM (SEDM), wire-EDM (WEDM), and micro-EDM (MEDM) with various hybrid techniques using SI technique are comprehensively reviewed. This section discusses the three aspects of similarity, individuality, and complementarity of these different SI techniques and machining methods.

6.1. Similarity

The PSO method, which is frequently employed in the optimization of these three categories of EDM process parameters, is the primary representative algorithm of swarm intelligence. The fundamental idea, which looks for the best solution through individual cooperation, comes from research on the behavior of bird flocks moving in groups. First designed to graphically represent the ethereal and erratic movements of flocks of birds in two dimensions, it was later extended to the multidimensional space and used to the solution of optimization problems. The ACO method, which uses the collective optimization capability of biological ant colonies that can find the shortest path from the ant nest to food by straightforward information flow between individuals, is another example of a representative algorithm of swarm intelligence.
The similar characteristics of swarm intelligence can be summarized as follows: At first, because control is decentralized and not centralized, the system is better equipped to adapt to the network and is less likely to be adversely affected by the failure of one or more individual. Second, through indirect communication, each member of a group has the power to influence the environment, spread knowledge, and work together. Third, because each member of a group has very basic skills or behavioral norms, group intelligence is simpler and easier to use. Lastly, because of their ability to self-organize, groups exhibit complex actions that are the result of intelligence that develops via the interaction of individuals [118].

6.2. Individuality

Of course, different swarm intelligence algorithms also have certain differences. The swarm intelligence optimization algorithm mainly simulates the swarm behavior of insects, herds of animals, flocks of birds, and schools of fish. Due to the differences between species, there are certain differences in the implementation methods of different algorithms. For example, the GA has a strong global search ability but a weak local search ability, often only obtaining suboptimal solutions rather than optimal solutions. It can achieve over 90% of the optimal solution with extremely fast speed, but it takes a long time to achieve the true optimal solution, which means that the local search ability is insufficient [88]. The ACO parameter settings are complex, and if the parameters are not properly set, it is easy to deviate from the high-quality solution. Therefore, for different EDM methods, one or more swarm intelligence algorithms can be selected according to the actual situation to optimize their process parameters. In addition, it is worth noting that although sinker-EDM, wire-EDM, and micro-EDM are all branches of electrical discharge machining, their machining mechanisms are basically similar. However, due to significant differences in processing objects, control methods, and processing performance, there are still certain differences in the optimization of process parameters.
Single-objective optimization evaluates only one objective and requires only the optimal value to be found according to the specific satisfaction function conditions. Multi-objective optimization has multiple evaluation functions in place and the solutions, using different evaluation functions, are different. Single-objective optimization problems are simple to implement and have well-established algorithms for solving them, with the disadvantage that they can only be solved for a single objective. Multi-objective optimization is more comprehensive and detailed for objective solving. The disadvantages of multi-objective optimization are that the units are not consistent among objectives of different nature, which are not easy to compare, and the assignment of weighted values for each objective is more subjective. The main algorithms for single objective optimization are the ACO, the PSO, the GA, ABC, the GSO, etc. The main types of multi-objective optimization are weighted methods, constrained methods, and hybrid methods combining weighted and constrained methods and multi-objective genetic algorithms. From the existing research on the optimization of EDM process parameters, most of the research is still focused on single-objective optimization, with relatively few research papers on multi-objective optimization. This may be related to the characteristics of group intelligence algorithms, which are not suitable for multi-objective optimization.

6.3. Complementarity

At present, the mathematical and theoretical foundation of swarm intelligence algorithms is relatively weak. For example, there is no exact theoretical basis for the parameter settings of related algorithms, which significantly depends on specific issues and application environments. In order to better solve practical engineering problems, such as the optimization of EDM process parameters, various types of swarm intelligence algorithms can be used for optimization, thereby increasing the probability of obtaining a global optimal solution. In addition, the existing comparative research on the optimization of EDM process parameters is insufficient, and there is a lack of standard test sets for performance evaluation. This means that there is no absolute credibility or application risk. Therefore, it is necessary to establish a diverse and unified evaluation platform to facilitate the complementary application of swarm intelligence algorithms and improve the engineering application’s ability to solve practical problems.

7. Outlooks

Based on the literature review in this study, the future development directions of parameters optimization of EDM using swarm intelligence are as follows.
(1)
As one of the five major intelligent forms focused on the development of the new generation of artificial intelligence, swarm intelligence has important application prospects in both civil and military fields. At present, swarm intelligence is still in its infancy in basic theory and mechanism innovation and key technology applications, and various algorithms still need to be continuously studied, improved, and expanded in scope of application. Especially in the field of electrical discharge process parameter optimization, swarm intelligence still has broad application and development space [3,26]. Integrating different swarm intelligence algorithms for optimizing electrical discharge process parameters and better searching for global optimal solutions may be a future development direction.
(2)
The existing optimization of EDM process parameters is mainly oriented towards machining performance, such as MRR, SR, TWR, machining accuracy, etc. With the increasing attention paid to sustainable manufacturing, green EDM will become a key feature in the future. The response of processing output not only involves processing performance, but also involves environmental impacts, such as toxic gas emissions, processing noise, green dielectric, and so on [75,116,119,120]. Therefore, there will be more goals to optimize and the difficulty will further increase.
(3)
Swarm Intelligent is a heuristic search algorithm based on the behavior of a population to find optimization for a given goal, and is centered on the ability of a population of simple individuals to achieve a more complex function through simple cooperation between them. There are many existing swarm intelligence algorithms, such as ACO, ABC, GSO, etc. These algorithms will be improved as they are applied, and it is believed that future artificial intelligence will also produce more new algorithms that the optimization algorithm will apply to the EDM, such as selfish herds optimization, bald eagle search, etc.
(4)
With the fast advancement of technology, machine learning (ML) has found widespread use in a variety of industries, including industrial testing [121,122,123], medical diagnostics [124,125], life sciences [126,127], and renewable energy [128,129,130]. AlphaFold2, for instance, created a protein structure prediction model using ML, which can predict the properties of proteins based on gene sequences and achieve 98.5% of the structure of human proteins [126]. With preliminary artificial intelligence, combining ML techniques with swarm intelligence algorithms to achieve autonomous parameter setting, the dynamic adjustment of search directions, etc., may become a research focus in the future.

Author Contributions

Y.C. (Yanyan Chen), A.L. and W.M. carried out the concept, methodology, writing the first draft. Y.C. (Yanyan Chen), S.H. and Y.C. (Yang Cao) carried out formal analysis and data analysis. Y.C. (Yanyan Chen), A.L., Y.C. (Yang Cao), S.H., Y.Z. and W.M. mainly did the investigation of literature review. W.M. undertook fund acquisition. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the Local Innovative and Research Teams Project of Guangdong Pearl River Talents Program (2017BT01G167), Guangdong Basic and Applied Basic Research Foundation (2022A1515140066) and partially support by Science and Technology Project of Henan Province (222102220011).

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. Ho, K.H.; Newman, S.T. State of the art electrical discharge machining (EDM). Int. J. Mach. Tools Manuf. 2003, 43, 1287–1300. [Google Scholar] [CrossRef]
  2. Singh, V.; Sharma, A.K.; Goyal, A.; Saxena, K.K.; Negi, P.; Rao, P.C.S. Electric discharge machining performance measures and optimisation: A review. Adv. Mater. Process. Technol. 2023, 1–14. [Google Scholar] [CrossRef]
  3. Ming, W.Y.; Zhang, S.F.; Zhang, G.J.; Du, J.G.; Ma, J.; He, W.B.; Cao, C.; Liu, K. Progress in modeling of electrical discharge machining process. Int. J. Heat Mass Transf. 2022, 187, 122563. [Google Scholar] [CrossRef]
  4. Slowik, A.; Kwasnicka, H. Evolutionary algorithms and their applications to engineering problems. Neural Comput. Appl. 2020, 32, 12363–12379. [Google Scholar] [CrossRef]
  5. Dorigo, M. Optimization, Learning and Natural Algorithms. Ph.D. Thesis, Politecnico di Milano, Milan, Italy, 1992. [Google Scholar]
  6. Kennedy, J.; Eberhart, R. Particle swarm optimization. In Proceedings of the ICNN’95-International Conference on Neural Networks, Perth, WA, Australia, 27 November–1 December 1995; Volume 4, pp. 1942–1948. [Google Scholar]
  7. Qiu, H.X.; Zhou, Q.R.; Sun, C.H.; Wang, X.C.; Feng, Y.T. Distributed Satellite Formation Based on Swarm Intelligence of Pigeon Flocks. In Proceedings of the 2020 Chinese Automation Congress (CAC), Shanghai, China, 6–8 November 2020; pp. 4525–4530. [Google Scholar] [CrossRef]
  8. Escamilla-Salazar, I.G.; Torres-Treviño, L.M.; González-Ortíz, B.; Zambrano, P.C. Machining optimization using swarm intelligence in titanium (6Al 4V) alloy. Int. J. Adv. Manuf. Technol. 2013, 67, 535–544. [Google Scholar] [CrossRef]
  9. Pinheiro, C.A.D.P.; Nedjah, N.; Mourelle, L.D.M. Detection and classification of pulmonary nodules using deep learning and swarm intelligence. Multimed. Tools Appl. 2020, 79, 15437–15465. [Google Scholar] [CrossRef]
  10. Ebrahimzadeh, A.; Ranaee, V. Recognition of control chart patterns using swarm intelligence and neural networks based on the statistical and shape features. IEEJ Trans. Electr. Electron. Eng. 2011, 6, 80–85. [Google Scholar] [CrossRef]
  11. Kale, I.R.; Pachpande, M.A.; Naikwadi, S.P.; Narkhede, M.N. Optimization of advanced manufacturing processes using socio inspired cohort intelligence algorithm. Int. J. Simul. Multidiscip. Des. Optim. 2022, 13, 6. [Google Scholar] [CrossRef]
  12. Wei, X.M. Hybrid Behavior Ant Colony Algorithm. Adv. Mater. Res. 2012, 433–440, 4496–4499. [Google Scholar] [CrossRef]
  13. Tang, J.; Liu, G.; Pan, Q.T. A Review on Representative Swarm Intelligence Algorithms for Solving Optimization Problems: Applications and Trends. IEEE/CAA J. Autom. Sin. 2021, 8, 1627–1643. [Google Scholar] [CrossRef]
  14. Blum, C. Ant colony optimization: Introduction and recent trends. Phys. Life Rev. 2005, 2, 353–373. [Google Scholar] [CrossRef]
  15. Mohan, B.C.; Baskaran, R. A survey: Ant Colony Optimization based recent research and implementation on several engineering domain. Expert Syst. Appl. 2012, 39, 4618–4627. [Google Scholar] [CrossRef]
  16. Del Valle, Y.; Venayagamoorthy, G.K.; Mohagheghi, S.; Hernandez, J.-C.; Harley, R.G. Particle Swarm Optimization: Basic Concepts, Variants and Applications in Power Systems. IEEE Trans. Evol. Comput. 2008, 12, 171–195. [Google Scholar] [CrossRef]
  17. Bonyadi, M.R.; Michalewicz, Z. Particle Swarm Optimization for Single Objective Continuous Space Problems: A Review. Evol Comput. 2017, 25, 1–54. [Google Scholar] [CrossRef]
  18. Zhang, Y.D.; Wang, S.H.; Ji, G.L. A Comprehensive Survey on Particle Swarm Optimization Algorithm and Its Applications. Math. Probl. Eng. 2015, 2015, 931256. [Google Scholar] [CrossRef]
  19. Zhang, Z.; Ming, W.Y.; Zhang, Y.; Yin, L.; Xue, T.; Yu, H.S.; Chen, Z.J.; Liao, D.M.; Zhang, G.J. Analyzing sustainable performance on high-precision molding process of 3D ultra-thin glass for smart phone. J. Clean. Prod. 2020, 255, 120196. [Google Scholar] [CrossRef]
  20. Zhang, G.J.; Liu, M.; Li, J.; Ming, W.Y.; Shao, X.Y.; Huang, Y. Multi-objective optimization for surface grinding process using a hybrid particle swarm optimization algorithm. Int. J. Adv. Manuf. Technol. 2014, 71, 1861–1872. [Google Scholar] [CrossRef]
  21. Goldberg, D.E. Genetic Algorithms in Optimization, Search and Machine Learning; Addison Wesley: Boston, MA, USA, 1987; p. 432. [Google Scholar]
  22. Holland, J.H. Genetic Algorithms. Sci. Am. 1992, 267, 66–73. [Google Scholar] [CrossRef]
  23. Katoch, S.; Chauhan, S.S.; Kumar, V. A review on genetic algorithm: Past, present, and future. Multimed. Tools Appl. 2021, 80, 8091–8126. [Google Scholar] [CrossRef]
  24. Gao, K.Z.; Cao, Z.G.; Zhang, L.; Chen, Z.H.; Han, Y.Y.; Pan, Q.K. A Review on Swarm Intelligence and Evolutionary Algorithms for Solving Flexible Job Shop Scheduling Problems. IEEE/CAA J. Autom. Sin. 2019, 6, 904–916. [Google Scholar] [CrossRef]
  25. He, W.B.; Chen, Z.J.; Ming, W.Y.; Du, J.G.; Cao, Y.; Ma, J.; Wei, A.Y. Multi-objective optimization of glass multi-station bending machining for smartphone curved screen. J. Braz. Soc. Mech. Sci. Eng. 2019, 41, 476. [Google Scholar] [CrossRef]
  26. Ming, W.Y.; Ma, J.; Zhang, Z.; Huang, H.; Shen, D.L.; Zhang, G.J.; Huang, Y. Soft computing models and intelligent optimization system in electro-discharge machining of SiC/Al composites. Int. J. Adv. Manuf. Technol. 2016, 87, 201–217. [Google Scholar] [CrossRef]
  27. Karaboga, D. An Idea Based on Honeybee Swarm for Numerica Optimization; Technical Report TR06; Erciyes University: Kayseri, Turkey, 2005. [Google Scholar]
  28. Karaboga, D.; Basturk, B. A powerful and efficient algorithm for numerical function optimization: Artificial bee colony (ABC) algorithm. J. Glob. Optim. 2007, 39, 459–471. [Google Scholar] [CrossRef]
  29. Li, G.Q.; Niu, P.F.; Xiao, X.J. Development and investigation of efficient artificial bee colony algorithm for numerical function optimization. Appl. Soft Comput. 2012, 12, 320–332. [Google Scholar] [CrossRef]
  30. Karaboga, D.; Gorkemli, B.; Ozturk, C.; Karaboga, N. A comprehensive survey: Artificial bee colony (ABC) algorithm and applications. Artif. Intell. Rev. 2014, 42, 21–57. [Google Scholar] [CrossRef]
  31. Krishnanand, K.N.; Ghose, D. Glowworm Swarm Optimization for Simultaneous Capture of Multiple Local Optima of Multimodal Functions. Swarm Intell. 2009, 3, 87–124. [Google Scholar] [CrossRef]
  32. Krihnanand, K.N.; Ghose, D. Glowworm Swarm Optimization: A new method for optimizing multi-modal function. J. Comput. Intell. Stud. 2009, 1, 93–119. [Google Scholar] [CrossRef]
  33. Yang, X.S.; Deb, S. Cuckoo Search via Levy Flights. In Proceedings of the 2009 World Congress on Nature & Biologically Inspired Computing (NaBIC), Coimbatore, India, 9–11 December 2009; pp. 210–214. [Google Scholar]
  34. Yang, X.S.; Deb, S. Engineering optimization by cuckoo search. Int. J. Math. Model. 2009, 1, 330–343. [Google Scholar]
  35. Yang, X.S.; Deb, S. Multi-objective cuckoo search for design optimization. Comput. Oper. Res. 2013, 40, 1616–1624. [Google Scholar] [CrossRef]
  36. Abdel-Basset, M.; Hessin, A.-N.; Abdel-Fatah, L. A comprehensive study of cuckoo-inspired algorithms. Neural Comput. Appl. 2018, 29, 345–361. [Google Scholar] [CrossRef]
  37. Chiroma, H.; Herawan, T.; Fister, J.I.; Fister, I.; Abdulkareem, S.; Shuib, L.; Hamza, M.F.; Saadi, Y.; Abubakar, A. Bio-inspired computation: Recent development on the modifications of the cuckoo search algorithm. Appl. Soft Comput. 2017, 61, 149–173. [Google Scholar] [CrossRef]
  38. Ming, W.Y.; Zhang, Y.; Li, X.K.; Shen, D.L.; He, W.B.; Ma, J.; Shen, F. Multi-objective optimization based IBCS for surface roughness and textural feature in MCVE piston machining. Int. J. Adv. Manuf. Technol. 2018, 97, 1285–1304. [Google Scholar] [CrossRef]
  39. Storn, R.; Price, K. Differential Evolution—A Simple and Efficient Heuristic for Global Optimization over Continuous Spaces. J. Glob. Optim. 1997, 11, 341–359. [Google Scholar] [CrossRef]
  40. Price, K.; Storn, R.; Lampinen, J.A. Differential Evolution: A Practical Approach to Global Optimization; Springer: Berlin/Heidelberg, Germany, 2006; Volume 104, p. 542. [Google Scholar]
  41. Wu, Y.C.; Lee, W.P.; Chien, C.W. Modified the Performance of Differential Evolution Algorithm with Dual Evolution Strategy. In Proceedings of the 2009 International Conference on Machine Learning and Computing, Singapore, 30 August–3 September 2011; Volume 3, pp. 57–63. [Google Scholar]
  42. Bonabeau, E.; Dorigo, M.; Theraulaz, G.; Theraulaz, G. Swarm Intelligence: From Natural to Artificial Systems; Oxford University Press: Oxford, UK, 1999. [Google Scholar]
  43. Peng, X.Y.; Yu, P.; Dai, Y.F. Swarm Intelligence Theory and Applications. Acta Electron. Sin. 2003, 31, 1982. [Google Scholar]
  44. Yang, X.S.; Cui, Z.H.; Xiao, R.B.; Gandomi, A.H.; Karamanoglu, M. Swarm Intelligence and Bio-Inspired Computation: Theory and Applications; Elsevier: Amsterdam, The Netherlands, 2013. [Google Scholar]
  45. Available online: https://zhuanlan.zhihu.com/p/467844674 (accessed on 31 March 2023).
  46. Gandomi, A.H.; Alavi, A.H. Multi-stage genetic programming: A new strategy to nonlinear system modeling. Inf. Sci. 2011, 181, 5227–5239. [Google Scholar] [CrossRef]
  47. Sinha, N.; Chakrabarti, R.; Chattopadhyay, P.K. Evolutionary programming techniques for economic load dispatch. IEEE Trans. Evol. Comput. 2003, 7, 83–94. [Google Scholar] [CrossRef]
  48. Yang, X.S. Firefly Algorithm, Stochastic Test Functions and Design Optimisation. Int. J. Bio-Inspir. Comput. 2010, 2, 78–84. [Google Scholar] [CrossRef]
  49. Mirjalili, S.; Saremi, S.; Mirjalili, S.M.; dos S. Coelho, L. Multi-objective grey wolf optimizer: A novel algorithm for multi-criterion optimization. Expert Syst. Appl. 2015, 47, 106–119. [Google Scholar] [CrossRef]
  50. Ma, J.; Ming, W.Y.; Du, J.G.; Huang, H.; He, W.B.; Cao, Y.; Li, X.K. Integrated optimization model in wire electric discharge machining using Gaussian process regression and wolf pack algorithm approach while machining SiCp/Al composite. Adv. Mech. Eng. 2018, 10, 168781401878740. [Google Scholar] [CrossRef]
  51. Jameson, E.C. Description and Development of Electrical Discharge Machining (EDM). In Electrical Discharge Machining; Society of Manufacturing Engineers: Dearbern, MI, USA, 2001; p. 12. [Google Scholar]
  52. Llanes, L.; Idanez, E.; Martínez, E.; Casas, B.; Esteve, J. Influence of electrical discharge machining on the sliding contact response of cemented carbides. Int. J. Refract. Met. Hard Mater. 2001, 19, 35–40. [Google Scholar] [CrossRef]
  53. Ming, W.Y.; Zhang, G.J.; Li, H.; Guo, J.W.; Zhang, Z.; Huang, Y.; Chen, Z. A hybrid process model for EDM based on finite-element method and Gaussian process regression. Int. J. Adv. Manuf. Technol. 2014, 74, 1197–1211. [Google Scholar]
  54. Mondal, N.; Nishant; Mandal, M.C.; Das, S.; Banerjee, T. Comparative study on EDM process parameters optimization using BBO and ACO algorithms. Mater. Today Proc. 2022, 62, 6601–6605. [Google Scholar] [CrossRef]
  55. Aich, U.; Banerjee, S. Modeling of EDM responses by support vector machine regression with parameters selected by particle swarm optimization. Appl. Math. Model. 2014, 38, 2800–2818. [Google Scholar] [CrossRef]
  56. Saffaran, A.; Moghaddam, M.A.; Kolahan, F. Optimization of backpropagation neural network-based models in EDM process using particle swarm optimization and simulated annealing algorithms. J. Braz. Soc. Mech. Sci. Eng. 2020, 42, 73. [Google Scholar] [CrossRef]
  57. Tzeng, C.-J.; Chen, R.-Y. Optimization of Electric Discharge Machining Process Using the Response Surface Methodology and Genetic Algorithm Approach. Int. J. Precis. Eng. Manuf. 2013, 14, 709–717. [Google Scholar] [CrossRef]
  58. Mahanta, S.; Chandrasekaran, M.; Samanta, S. GA based Optimization for the Production of Quality Jobs with Minimum Power Consumption in EDM of Hybrid MMCs. Mater. Today Proc. 2018, 5, 7788–7796. [Google Scholar]
  59. Mukherjee, R.; Chakraborty, S. Selection of EDM Process Parameters Using Biogeography-Based Optimization Algorithm. Mater. Manuf. Process. 2012, 27, 954–962. [Google Scholar] [CrossRef]
  60. Zainal, N.; Zain, A.M.; Sharif, S.; Hamed, H.N.A.; Yusuf, S.M. An integrated study of surface roughness in EDM process using regression analysis and GSO algorithm. J. Phys. Conf. Ser. 2017, 892, 012002. [Google Scholar] [CrossRef]
  61. Shen, D.L.; Ming, W.Y.; Ren, X.G.; Xie, Z.B.; Zhang, Y.; Liu, X.W. A Cuckoo Search Algorithm Using Improved Beta Distributing and Its Application in the Process of EDM. Crystals 2021, 11, 916. [Google Scholar] [CrossRef]
  62. Kumar, V.; Diyaley, S.; Chakraborty, S. Teaching-Learning-Based Parametric Optimization Of An Electrical Discharge Machining Process. Facta Univ. Ser. Mech. Eng. 2020, 18, 281–300. [Google Scholar] [CrossRef]
  63. Ghadai, R.K.; Kalita, K.; Gao, X.-Z. Symbolic Regression Metamodel Based Multi-Response Optimization of EDM Process. FME Trans. 2020, 48, 404–410. [Google Scholar] [CrossRef]
  64. Jafarian, F. Electro discharge machining of Inconel 718 alloy and process optimization. Mater. Manuf. Process. 2020, 35, 95–103. [Google Scholar] [CrossRef]
  65. Raja, S.B.; Pramod, C.V.S.; Krishna, K.V.; Ragunathan, A.; Vinesh, S. Optimization of electrical discharge machining parameters on hardened die steel using Firefly Algorithm. Eng. Comput. 2015, 31, 1–9. [Google Scholar] [CrossRef]
  66. UdhayaKumar, A.R.; Kumar, S.S. Multiobjective optimization of electric discharge machining of an Al-SiCp composite using the Taguchi-PCA method as well as the firefly and cuckoo search algorithms. Trans. Can. Soc. Mech. Eng. 2022, 46, 503–523. [Google Scholar] [CrossRef]
  67. Teimouri, R.; Baseri, H. Optimization of magnetic field assisted EDM using the continuous ACO algorithm. Appl. Soft Comput. 2014, 14, 381–389. [Google Scholar] [CrossRef]
  68. Singh, N.K.; Upadhyay, R.K.; Singh, Y.; Sharma, A. Intelligent hybrid approaches for ensuring better prediction of gas-assisted EDM responses. SN Appl. Sci. 2020, 2, 914. [Google Scholar] [CrossRef]
  69. Rouniyar, A.K.; Shandilya, P. Optimization of process parameters in magnetic field assisted powder mixed EDM of aluminium 6061 alloy. Proc. Inst. Mech. Eng. Part C J. Mech. Eng. Sci. 2021, 235, 2998–3014. [Google Scholar] [CrossRef]
  70. Danish, M.; Amin, A.; Abdul-Rani, A.M.; Rubaiee, S.; Ahmed, A.; Zohura, F.T.; Ahmed, R.; Yildirim, M.B. Optimization of hydroxyapatite powder mixed electric discharge machining process to improve modified surface features of 316L stainless steel. Proc. Inst. Mech. Eng. Part E J. Process. Mech. Eng. 2022. [Google Scholar] [CrossRef]
  71. Dang, X.-P. Constrained multi-objective optimization of EDM process parameters using kriging model and particle swarm algorithm. Mater. Manuf. Process. 2018, 33, 397–404. [Google Scholar] [CrossRef]
  72. Moghaddam, M.A.; Kolahan, F. Modeling and Optimization of the Electrical Discharge Machining Process Based on a Combined Artificial Neural Network and Particle Swarm Optimization Algorithm. Sci. Iran. 2020, 27, 1206–1217. [Google Scholar] [CrossRef]
  73. Zhang, Z.; Zhang, Y.; Lin, L.Q.; Wu, J.H.; Yu, H.S.; Pan, X.; Li, G.L.; Wu, J.; Xue, T. Study on productivity and aerosol emissions of magnetic field-assisted EDM process of SiCp/Al composite with high volume fractions. J. Clean. Prod. 2021, 292, 126018. [Google Scholar] [CrossRef]
  74. Garg, A.; Lam, J.S.L. Modeling multiple-response environmental and manufacturing characteristics of EDM process. J. Clean. Prod. 2016, 137, 1588–1601. [Google Scholar] [CrossRef]
  75. Ming, W.Y.; Shen, F.; Zhang, G.J.; Liu, G.D.; Du, J.G.; Chen, Z.J. Green machining: A framework for optimization of cutting parameters to minimize energy consumption and exhaust emissions during electrical discharge machining of Al 6061 and SKD 11. J. Clean. Prod. 2021, 285, 124889. [Google Scholar] [CrossRef]
  76. Liao, Y.S.; Huang, J.T.; Chen, Y.H. A study to achieve a fine surface finish in Wire-EDM. J. Mater. Process. Technol. 2004, 149, 165–171. [Google Scholar] [CrossRef]
  77. Zhang, G.J.; Zhang, Z.; Ming, W.Y.; Guo, J.W.; Huang, Y.; Shao, X.Y. The multi-objective optimization of medium-speed WEDM process parameters for machining SKD11 steel by the hybrid method of RSM and NSGA-II. Int. J. Adv. Manuf. Technol. 2014, 70, 2097–2109. [Google Scholar] [CrossRef]
  78. Huang, Y.; Ming, W.Y.; Guo, J.W.; Zhang, Z.; Liu, G.D.; Li, M.Z.; Zhang, G.J. Optimization of cutting conditions of YG15 on rough and finish cutting in WEDM based on statistical analyses. Int. J. Adv. Manuf. Technol. 2013, 69, 993–1008. [Google Scholar] [CrossRef]
  79. Zhang, Z.; Ming, W.Y.; Zhang, G.J.; Huang, Y.; Wen, X.Y.; Huang, H. A new method for on-line monitoring discharge pulse in WEDM-MS process. Int. J. Adv. Manuf. Technol. 2015, 81, 1403–1418. [Google Scholar] [CrossRef]
  80. Ming, W.Y.; Cao, C.; Shen, F.; Zhang, Z.; Liu, K.; Du, J.G.; Jia, H.J. Numerical and experimental study on WEDM of BN-AlN-TiB_2 composite ceramics based on a fusion FEM model. J. Manuf. Process. 2022, 76, 138–154. [Google Scholar] [CrossRef]
  81. Sharma, V.S.; Sharma, N.; Singh, G.; Gupta, M.K.; Singh, G. Optimization of WEDM Parameters While Machining Biomedical Materials Using EDAS-PSO. Materials 2023, 16, 114. [Google Scholar] [CrossRef]
  82. Tzeng, C.-J.; Yang, Y.-K.; Hsieh, M.-H.; Jeng, M.-C. Optimization of wire electrical discharge machining of pure tungsten using neural network and response surface methodology. Proc. Inst. Mech. Eng. Part B J. Eng. Manuf. 2011, 225, 841–852. [Google Scholar] [CrossRef]
  83. Zhang, G.J.; Zhang, Z.; Guo, J.W.; Ming, W.Y.; Li, M.Z.; Huang, Y. Modeling and Optimization of Medium-Speed WEDM Process Parameters for Machining SKD11. Mater. Manuf. Process. 2013, 28, 1124–1132. [Google Scholar] [CrossRef]
  84. Singh, H.; Kumar, V.; Kapoor, J. Multi-response optimization of WEDM process parameters during the fabrication of microchannels for industrial applications. Mater. Today Proc. 2021, 46, 81–88. [Google Scholar] [CrossRef]
  85. Kuruvila, N.; Ravindra, H.V. Parametric Influence And Optimization Of Wire Edm On Oil Hardened Non Shrinking Steel. In Proceedings of the ASME 2011 International Mechanical Engineering Congress and Exposition, Denver, CO, USA, 11–17 November 2011; Volume 54891, pp. 891–899. [Google Scholar]
  86. Rao, R.V.; Pawar, P.J. Modelling and optimization of process parameters of wire electrical discharge machining. Proc. Inst. Mech. Eng. Part B J. Eng. Manuf. 2009, 223, 1431–1440. [Google Scholar] [CrossRef]
  87. Fard, R.K.; Afza, R.A.; Teimouri, R. Experimental investigation, intelligent modeling and multi-characteristics optimization of dry WEDM process of Al–SiC metal matrix composite. J. Manuf. Process. 2013, 15, 483–494. [Google Scholar] [CrossRef]
  88. Rao, M.S.; Venkaiah, N. A modified cuckoo search algorithm to optimize Wire-EDM process while machining Inconel-690. J. Braz. Soc. Mech. Sci. Eng. 2017, 39, 1647–1661. [Google Scholar] [CrossRef]
  89. Saravanan, M.; Thiyagarajan, C.; Somasundaram, S. Parametric optimization of wirecut-electrical discharge machining through cuckoo search algorithm. Mater. Today Proc. 2020, 22, 681–687. [Google Scholar] [CrossRef]
  90. Kulkarni, V.N.; Gaitonde, V.N.; Karnik, S.R.; Manjaiah, M.; Davim, J.P. Machinability Analysis and Optimization in Wire EDM of Medical Grade NiTiNOL Memory Alloy. Materials 2020, 13, 2184. [Google Scholar] [CrossRef]
  91. Nayak, B.B.; Kumar, N.; Singh, A.; Sahu, S.; Das, S.S.; Behera, D.D.; Sahu, R.K. Genetic programming approach to predict the performance characteristics of WEDM taper cutting process. Mater. Today Proc. 2022, 62, 4504–4508. [Google Scholar] [CrossRef]
  92. Xu, J.K.; Li, M.Y.; Zhong, J.Z.; Hou, Y.G.; Xia, S.J.; Yu, P. Process parameter modeling and multi-response optimization of wire electrical discharge machining NiTi shape memory alloy. Mater. Today Commun. 2022, 33, 104252. [Google Scholar] [CrossRef]
  93. Ranjan, A.; Chakraborty, S.; Kumar, D.; Bose, D. Multi-objective optimization of a hybrid machining process abrasive powder mixed WEDM of Inconel 718 using particle swarm optimization technique. Mater. Today Proc. 2019, 18, 3606–3616. [Google Scholar] [CrossRef]
  94. Vaidyaa, P.; John, J.J.; Puviyarasan, M.; Prabhu, T.R.; Prasad, N.E. Wire EDM Parameter Optimization of AlSi10Mg Alloy. Trans. Indian Inst. Met. 2021, 74, 2869–2885. [Google Scholar] [CrossRef]
  95. Zhang, Z.; Ming, W.Y.; Huang, H.; Chen, Z.; Xu, Z.; Huang, Y.; Zhang, G.J. Optimization of process parameters on surface integrity in wire electrical discharge machining of tungsten tool YG15. Int. J. Adv. Manuf. Technol. 2015, 81, 1303–1317. [Google Scholar] [CrossRef]
  96. Soepangkat, B.O.P.; Norcahyo, R.; Rupajati, P.; Effendi, M.K.; Agustin, H.C.K. Multi-objective optimization in wire-EDM process using grey relational analysis method (GRA) and backpropagation neural network–genetic algorithm (BPNN–GA) methods. Multidiscip. Model. Mater. Struct. 2019, 15, 1016–1034. [Google Scholar] [CrossRef]
  97. Jain, S.; Parashar, V. Comparison of priori and posteriori approach of multi-objective optimization for WEDM on Ti6Al4V alloy. Mater. Res. Express 2022, 9, 076504. [Google Scholar] [CrossRef]
  98. Majumder, A.; Das, A.; Das, P.K. A standard deviation based firefly algorithm for multi-objective optimization of WEDM process during machining of Indian RAFM steel. Neural Comput. Appl. 2018, 29, 665–677. [Google Scholar] [CrossRef]
  99. Kondayya, D.; Krishna, A.G. An integrated evolutionary approach for modelling and optimization of wire electrical discharge machining. Proc. Inst. Mech. Eng. Part B J. Eng. Manuf. 2011, 225, 549–567. [Google Scholar] [CrossRef]
  100. Rahman, M.; Asad, A.B.M.A.; Masaki, T.; Saleh, T.; Wong, Y.S.; Kumar, A.S. A multi-process machine tool for compound micromachining. Int. J. Mach. Tool Manuf. 2010, 50, 344–356. [Google Scholar] [CrossRef]
  101. Wong, Y.S.; Rahman, M.; Lim, H.S.; Han, H.; Ravi, N. Investigation of micro-EDM material removal characteristics using single RC-pulse discharges. J. Mater. Process. Technol. 2003, 140, 303–307. [Google Scholar] [CrossRef]
  102. Jahan, M.P.; Rahman, M.; Wong, Y.S. A review on the conventional and micro-electro discharge machining of tungsten carbide. Int. J. Mach. Tool Manuf. 2011, 51, 837–858. [Google Scholar] [CrossRef]
  103. Chen, Y.Y.; Guo, X.D.; Zhang, G.J.; Cao, Y.; Shen, D.L.; Li, X.K.; Zhang, S.F.; Ming, W.Y. Development of a Hybrid Intelligent Process Model for Micro-Electro Discharge Machining Using the TTM-MDS and Gaussian Process Regression. Micromachines 2022, 13, 845. [Google Scholar] [CrossRef]
  104. Pham, D.T.; Dimov, S.S.; Bigot, S.; Ivanov, A.; Popov, K. Micro-EDM—Recent developments and research issues. J. Mater. Process. Tech. 2004, 149, 50–57. [Google Scholar] [CrossRef]
  105. Chen, Z.; Zhou, H.B.; Yan, Z.J.; Han, F.L.; Yan, H.Z. Machining characteristics of 65 vol.% SiCp/Al composite in micro-WEDM. Ceram. Int. 2021, 47, 13533–13543. [Google Scholar] [CrossRef]
  106. Quarto, M.; D’Urso, G.; Giardini, C. Micro-EDM optimization through particle swarm algorithm and artificial neural network. Precis. Eng. 2021, 73, 63–70. [Google Scholar] [CrossRef]
  107. Ahuja, N.; Batra, U.; Kumar, K. Multicharacteristics optimization of electrical discharge micro hole drilling in Mg alloy using hybrid approach of GRA-regression-PSO. Grey Syst. Theory Appl. 2021, 11, 136–151. [Google Scholar] [CrossRef]
  108. Rao, T.B. Prediction of EDMed micro-hole quality characteristics using hybrid bio-inspired machine learning-based predictive approaches. Int. J. Interact. Des. Manuf. 2022, 17, 747–764. [Google Scholar] [CrossRef]
  109. Quarto, M.; D’Urso, G.; Giardini, C.; Maccarini, G.; Carminati, M. A Comparison between Finite Element Model (FEM) Simulation and an Integrated Artificial Neural Network (ANN)-Particle Swarm Optimization (PSO) Approach to Forecast Performances of Micro Electro Discharge Machining (Micro-EDM) Drilling. Micromachines 2021, 12, 667. [Google Scholar] [CrossRef]
  110. Zhang, L.X.; Jia, Z.Y.; Wang, F.J.; Liu, W. A hybrid model using supporting vector machine and multi-objective genetic algorithm for processing parameters optimization in micro-EDM. Int. J. Adv. Manuf. Technol. 2010, 51, 575–586. [Google Scholar] [CrossRef]
  111. Dilip, D.G.; Panda, S.; Mathew, J. Characterization and Parametric Optimization of Micro-hole Surfaces in Micro-EDM Drilling on Inconel 718 Superalloy Using Genetic Algorithm. Arab. J. Sci. Eng. 2020, 45, 5057–5074. [Google Scholar] [CrossRef]
  112. Cao, Y.; Zhang, Y.C.; Ming, W.Y.; He, W.B.; Ma, J. Review: The Metal Additive-Manufacturing Technology of the Ultrasonic-Assisted Wire-and-Arc Additive-Manufacturing Process. Metals 2023, 13, 398. [Google Scholar] [CrossRef]
  113. Du, J.G.; Tian, B.; Duan, L.Y.; Ming, W.Y.; Liu, K.; He, W.B. Traditional and non-traditional machining technology of metallic glass. Int. J. Adv. Manuf. Technol. 2022, 120, 2879–2902. [Google Scholar] [CrossRef]
  114. Zhang, Z.; Qiu, W.Z.; Zhang, G.J.; Liu, D.H.; Wang, P. Progress in applications of shockwave induced by short pulsed laser on surface processing. Opt. Laser Technol. 2023, 157, 108760. [Google Scholar] [CrossRef]
  115. Ming, W.Y.; Xie, Z.B.; Ma, J.; Du, J.G.; Zhang, G.J.; Cao, C.; Zhang, Y. Critical review on sustainable techniques in electrical discharge machining. J. Manuf. Process. 2021, 72, 375–399. [Google Scholar] [CrossRef]
  116. Ming, W.; Cao, C.; Xie, Z.; Liu, X.; Xu, Y.; Jiang, Z.; Li, X.; Liu, K.; Guo, X.; Yuan, J.; et al. Green manufacturing: A comparative study of renewable dielectrics in the EDM process. J. Braz. Soc. Mech. Sci. Eng. 2022, 44, 580. [Google Scholar] [CrossRef]
  117. Zhang, Z.; Zhang, Y.; Ming, W.; Zhang, Y.; Cao, C.; Zhang, G. A review on magnetic field assisted electrical discharge machining. J. Manuf. Process. 2021, 64, 694–722. [Google Scholar] [CrossRef]
  118. Available online: https://zhuanlan.zhihu.com/p/428166363 (accessed on 31 March 2023).
  119. Ma, J.; Yuan, J.; Ming, W.Y.; He, W.B.; Zhang, G.J.; Zhang, H.M.; Cao, Y.; Jiang, Z.W. Non-traditional processing of carbon nanotubes: A review. Alex. Eng. J. 2022, 61, 597–617. [Google Scholar] [CrossRef]
  120. Ming, W.Y.; Zhang, Z.; Wang, S.Y.; Zhang, Y.M.; Shen, F.; Zhang, G.J. Comparative study of energy efficiency and environmental impact in magnetic field assisted and conventional electrical discharge machining. J. Clean. Prod. 2019, 214, 12–28. [Google Scholar] [CrossRef]
  121. Ming, W.Y.; Zhang, S.F.; Liu, X.W.; Liu, K.; Yuan, J.; Xie, Z.B.; Sun, P.Y.; Guo, X.D. Survey of Mura Defect Detection in Liquid Crystal Displays Based on Machine Vision. Crystals 2021, 11, 1444. [Google Scholar] [CrossRef]
  122. He, W.B.; Jiang, Z.W.; Ming, W.Y.; Zhang, G.J.; Yuan, J.; Yin, L. A critical review for machining positioning based on computer vision. Measurement 2021, 184, 109973. [Google Scholar] [CrossRef]
  123. Ming, W.Y.; Cao, C.; Zhang, G.J.; Zhang, H.M.; Zhang, F.; Jiang, Z.W.; Yuan, J. Review: Application of Convolutional Neural Network in Defect Detection of 3C Products. IEEE Access 2021, 9, 135657–135674. [Google Scholar] [CrossRef]
  124. Kandubothula, V.; Uppada, R.; Nandan, D. A review on detection of breast cancer cells by using various techniques. Soft Comput. Theor. Appl. 2020, 1154, 813–823. [Google Scholar] [CrossRef]
  125. He, W.; Liu, T.; Han, Y.; Ming, W.; Du, J.; Liu, Y.; Yang, Y.; Wang, L.; Jiang, Z.; Wang, Y.; et al. A review: The de-tection of cancer cells in histopathology based on machine vision. Comput. Biol. Med. 2022, 146, 105636. [Google Scholar] [CrossRef]
  126. Jumper, J.; Evans, R.; Pritzel, A.; Green, T.; Figurnov, M.; Ronneberger, O.; Tunyasuvunakool, K.; Bates, R.; Žídek, A.; Potapenko, A.; et al. Highly accurate protein structure prediction with AlphaFold. Nature 2021, 596, 583–589. [Google Scholar] [CrossRef]
  127. Sherman, M.A.; Yaari, A.U.; Priebe, O.; Dietlein, F.; Loh, P.-R.; Berger, B. Genome-wide mapping of somatic mutation rates uncovers drivers of cancer. Nat. Biotechnol. 2022, 40, 1634–1643. [Google Scholar] [CrossRef]
  128. Ming, W.; Sun, P.; Zhang, Z.; Qiu, W.; Du, J.; Li, X.; Zhang, Y.; Zhang, G.; Liu, K.; Wang, Y.; et al. A systematic review of machine learning methods applied to fuel cells in performance evaluation, durability prediction, and application monitoring. Int. J. Hydrogen Energy 2022, 48, 5197–5228. [Google Scholar] [CrossRef]
  129. Chen, Y.Y.; Liu, Y.K.; Xu, Y.J.; Guo, X.D.; Cao, Y.; Ming, W.Y. Review: Modeling and Simulation of Membrane Electrode Material Structure for Proton Exchange Membrane Fuel Cells. Coatings 2022, 12, 1145. [Google Scholar] [CrossRef]
  130. Zhang, Z.; Liu, D.; Zhang, Y.; Xue, T.; Huang, Y.; Zhang, G. Fabrication and droplet impact performance of superhydrophobic Ti6Al4V surface by laser induced plasma micro-machining. Appl. Surf. Sci. 2022, 605, 154661. [Google Scholar] [CrossRef]
Figure 1. Four stages of the process of EDM; (a) spark beginning stage, (b) melting and vaporization stage, (c) removing debris stage, and (d) recovery stage.
Figure 1. Four stages of the process of EDM; (a) spark beginning stage, (b) melting and vaporization stage, (c) removing debris stage, and (d) recovery stage.
Metals 13 00839 g001
Figure 2. Optimal Pareto for MF-EDM while green machining SiCp/Al, reproduced from [73], permission with Elsevier, 2020.
Figure 2. Optimal Pareto for MF-EDM while green machining SiCp/Al, reproduced from [73], permission with Elsevier, 2020.
Metals 13 00839 g002
Figure 3. Optimal Pareto for EDM while green machining Al6061 and SKD 11: (a) Pareto frontier of MRR and EEC for Al 6061, (b) Pareto frontier of MRR and EEC for SKD 11, (c) Pareto frontier of Ra and EEV for Al 6061, (d) Pareto frontier of Ra and EEV for SKD 11 reproduced from [75], permission with Elsevier, 2021.
Figure 3. Optimal Pareto for EDM while green machining Al6061 and SKD 11: (a) Pareto frontier of MRR and EEC for Al 6061, (b) Pareto frontier of MRR and EEC for SKD 11, (c) Pareto frontier of Ra and EEV for Al 6061, (d) Pareto frontier of Ra and EEV for SKD 11 reproduced from [75], permission with Elsevier, 2021.
Metals 13 00839 g003
Figure 4. Equipment of the process of WEDM; (a) HS-WEDM, (b) LS-WEDM.
Figure 4. Equipment of the process of WEDM; (a) HS-WEDM, (b) LS-WEDM.
Metals 13 00839 g004
Figure 5. Process flow of the PSO method for optimizing the wire-EDM parameters, reproduced from [81].
Figure 5. Process flow of the PSO method for optimizing the wire-EDM parameters, reproduced from [81].
Metals 13 00839 g005
Figure 6. Optimum machining performance for different conditions, reproduced from [89], with permission from Elsevier, 2020; (a) MRR, (b) cutting speed.
Figure 6. Optimum machining performance for different conditions, reproduced from [89], with permission from Elsevier, 2020; (a) MRR, (b) cutting speed.
Metals 13 00839 g006
Figure 7. Optimal settings results of 3D CLSM images of the sample surface: (a) low discharge energy, (b) high discharge energy, (c) optimal settings for MLR-BA prediction, (d) optimal settings for BPNN-BA prediction, reproduced from [92], with permission from Elsevier, 2022.
Figure 7. Optimal settings results of 3D CLSM images of the sample surface: (a) low discharge energy, (b) high discharge energy, (c) optimal settings for MLR-BA prediction, (d) optimal settings for BPNN-BA prediction, reproduced from [92], with permission from Elsevier, 2022.
Metals 13 00839 g007
Figure 8. Pareto front of LS-WEDM for the selection of optimum values.
Figure 8. Pareto front of LS-WEDM for the selection of optimum values.
Metals 13 00839 g008
Figure 9. Principle of the process of micro-EDM; (a) micro drilling-EDM, (b) micro milling-EDM.
Figure 9. Principle of the process of micro-EDM; (a) micro drilling-EDM, (b) micro milling-EDM.
Metals 13 00839 g009
Figure 10. The Pareto optimal solution of MRR and Ra in the micro-WEDM process while machining 65 vol.% SiCp/Al composite, reproduced from [105], with permission from Elsevier, 2021.
Figure 10. The Pareto optimal solution of MRR and Ra in the micro-WEDM process while machining 65 vol.% SiCp/Al composite, reproduced from [105], with permission from Elsevier, 2021.
Metals 13 00839 g010
Figure 11. Bar chart of prediction error between experimental results and models simulation while drilling micro-EDM with a tool diameter of (a) 150 μm, and (b) 300 μm, reproduced from [109].
Figure 11. Bar chart of prediction error between experimental results and models simulation while drilling micro-EDM with a tool diameter of (a) 150 μm, and (b) 300 μm, reproduced from [109].
Metals 13 00839 g011aMetals 13 00839 g011b
Table 1. Comparison of various swarm intelligence techniques for parameters optimization in the sinker-EDM process.
Table 1. Comparison of various swarm intelligence techniques for parameters optimization in the sinker-EDM process.
TechniquesYear, Authors, ProcessParametersPerformanceFindingsShortcomings or Limitation
ACO2014, Teimouri and Baseri [67], MF-EDMMagnetic field intensity (Fi), rotational speed of electrode (Rs), and discharge energy (Ee)MRR and SRWith the help of the ACO algorithm, the magnetic field assisted rotary EDM process can also be successfully optimized.It is not compared with other optimization algorithms.
2022, Mondal et al. [54], EDMPulse-on time (Ton), discharge current (Ip), gap voltage (Vg)MRR and SRThe ACO algorithm had converged after 50 iterations.The performance of finding the optimal parameters needs to be improved.
PSO2014, Aich and Banerjee [55], EDMTon, pulse-off time (Toff), and IpMRR and RaThe PSO algorithm had converged after 20 iterations.The search time of the algorithm is longer than 1 h.
2020, Saffaran et al. [56], EDMTon, Toff, Ip, Vg and duty factor (Df)MRR, SR, and TWR Optimization error was less than 7%; the performance of PSO was better than SA.The sample data is too small, which affects the robustness of the model.
2020, Singh et al. [68], GA-EDMTon, Toff, Df, Rs, and gas discharge pressure (Gp)MRR and SRCould be an efficient and productive approach.The performance of the proposed PSO should be mensurated.
GA2013, Tzeng and Chen [57], EDMTon, Ip, and VgMRR, Ra, and TWRThe GA approach had better prediction than the RSM method.The number of samples needs to be increased to improve robustness.
2018, Mahanta et al. [58], EDMIp, Df, Toff, and VgPower consumed and SRTo be an effective tool with minimum effort.Other important performance is not involved, such as MRR.
2020, Rouniyar and Shandilya [69], EDMIp, Ton, Toff, concentration of powder (Cp), and magnetic field intensityMRR, and TWRThe GA approach could be applied to solve this process parameters optimization problem.Performance needs to be improved.
ABC2011, Mukherjee and Chakraborty [59], EDMIp and TonMRR, and SRThe number of iterations (<250) of ABC was less than ACO algorithm or GA.Few process parameters to be optimized.
GSO2017, Zainal et al. [60], EDMTon and Toff, Ip, and servo voltage (Sv)RaThe minimal Ra of 2.03 μm could be searched by the proposed method.Few machining performances to be considered.
CSA2011, Shen et al.
[61], EDM
Ton, Toff, Ip, and SvMRR, and RaThe number of iterations of the IBCS algorithm was eight iterations.Multi-objective optimization needs to perform for MRR and Ra.
DEA2020, Kumar et al. [62], EDMVg, Ip, Rs, and cycle timeMRR, SR, TWR, overcut and circularity errorThe optimization performance could be acceptable.The accuracy and consistency of the derived optimal solutions needs to be improved.
GP2020, Ghadai et al. [63], EDMIp, Ton and ToffMRR, and TWRBoth single-objective optimization and multi-objective optimization were investigated.The experimental data is too small to affect the accuracy of the model.
EP2020, Jafarian et al. [64], EDMVg, Ton, Ip, and ToffMRR and RaThe optimal process combination was successfully achieved using the GP algorithm.The processing performance involved is relatively small.
GWO2022, Danish et al. [70], HPM-EDMIp, Ton, Vg, and hydroxyapatite amountMRR, Ra, and RLTWith less than 10% inaccuracy.Three-objective optimization should be performed for MRR, Ra, and RLT.
Table 2. Comparison of various swarm intelligence techniques for parameters optimization in the wire-EDM process.
Table 2. Comparison of various swarm intelligence techniques for parameters optimization in the wire-EDM process.
TechniquesYear, Authors, ProcessParametersPerformanceFindingsShortcomings or Limitation
PSO2023, Sharma et al. [81], LS-WEDMTon, Toff, vs. and wire tension (Wt)Surface roughness (Ra and Rz), wire loss, and dimensional accuracyThe PSO’s efficiency in accurately forecasting the outcomes of WEDM-processed machining of pure titanium (Grade 2) was validated.Multi-objective optimization does not perform.
GA2011, Tzeng et al. [82], LS-WEDMTon, Toff, arc-off time (Tarc), Vs, wire feed rate (Wf), Wt and WpMRR and RaThe GA optimization techniques have a lot of promise for challenging applications.The number of samples needs to be increased to improve robustness.
2013, Zhang et al. [83], HS-WEDMTon, Toff, Ip, Wf, and tracking coefficientMRR and RaThe prediction error of the model was no more than 10%.Multi-objective optimization is not considered.
2020, Singh et al. [84], LS-WEDMIp, Ton, and ToffMRR, and RaThe maximum MRR = 7.10 mm3/min and minimum Ra = 3.36 μm could be obtained.The engineering application is worthy of further study.
ABC2009, Rao and Pawar [86], LS-WEDMTon, Toff, Ip, and servo feed settingCutting velocity (CV), and SRThe desired value of Ra = 2.1 μm and CV = 1.106 mm/min could be achieved.There are few process parameters to be optimized.
2012, Fard et al. [87], dry LS-WEDMIp, Ton, Toff, Wt, Vg, and Wf CV and SRThe ideal set of process parameters could be predicted.It is not compared with other optimization algorithms.
CSA2017, Rao and Venkaiah et al. [88], LS-WEDMTon and Toff, Ip, and VsMRR, SR, and kerf widthBoth single-objective and multi-objective optimization were investigated.The engineering application should be investigated.
MDE2020, Kulkarni et al. [90], LS-WEDMTon, Toff, vs. and WfMRR, SR, and TWRThe convergence speed of modified DEA was twice as fast as conventional DEA.Multi-objective optimization of MRR, SR, and TWR should be involved.
GP2022, Nayak et al. [91], LS-WEDMIp, Tom, Wt, wire speed, workpiece thickness, and taper angleAngular error, and SRGP model was an effective tool for solving this problem.Other processing properties are not involved.
BA2022, Xu et al. [92], LS-WEDMIp, Wp, Wt, Wf, and discharge frequencyCV and kerf widthThe prediction error was within ±2%.Multi-objective optimization of CV and kerf width should be performed.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Chen, Y.; Hu, S.; Li, A.; Cao, Y.; Zhao, Y.; Ming, W. Parameters Optimization of Electrical Discharge Machining Process Using Swarm Intelligence: A Review. Metals 2023, 13, 839. https://doi.org/10.3390/met13050839

AMA Style

Chen Y, Hu S, Li A, Cao Y, Zhao Y, Ming W. Parameters Optimization of Electrical Discharge Machining Process Using Swarm Intelligence: A Review. Metals. 2023; 13(5):839. https://doi.org/10.3390/met13050839

Chicago/Turabian Style

Chen, Yanyan, Shunchang Hu, Ansheng Li, Yang Cao, Yangjing Zhao, and Wuyi Ming. 2023. "Parameters Optimization of Electrical Discharge Machining Process Using Swarm Intelligence: A Review" Metals 13, no. 5: 839. https://doi.org/10.3390/met13050839

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