Next Article in Journal
A Case Study of Turbulent Free Jet Flows Issuing from Rectangular Slots on Process Performances and Quality of Hot-Air-Dried Apple
Next Article in Special Issue
Robust Explorative Particle Swarm Optimization for Optimal Design of EV Traction Motor
Previous Article in Journal
One-Pot Synthesis of Ni0.05Ce0.95O2−δ Catalysts with Nanocubes and Nanorods Morphology for CO2 Methanation Reaction and in Operando DRIFT Analysis of Intermediate Species
Previous Article in Special Issue
A Study on a Slotless Brushless DC Motor with Toroidal Winding
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Multi-Variable Multi-Objective Optimization Algorithm for Optimal Design of PMa-SynRM for Electric Bicycle Traction Motor

1
Department of Electrical, Electronic and Computer Engineering, University of Ulsan, Ulsan 44610, Korea
2
Korea Railroad Research Institute, Uiwang 16105, Korea
*
Author to whom correspondence should be addressed.
Processes 2021, 9(11), 1901; https://doi.org/10.3390/pr9111901
Submission received: 29 September 2021 / Revised: 22 October 2021 / Accepted: 23 October 2021 / Published: 25 October 2021
(This article belongs to the Special Issue Design, Concepts and Applications of Electric Machines)

Abstract

:
In this paper, internal division point genetic algorithm (IDP-GA) was proposed to lessen the computational burden of multi-variable multi-objective optimization problem using finite element analysis such as optimal design of electric bicycles. The IDP-GA could consider various objectives with normalized weighted sum method and could reduce the number of function calls with novel crossover strategy and vector-based pattern search method. The superiority of the proposed algorithm was verified by comparing performances with conventional optimization method at two mathematical test functions. Finally, the applicability of the IDP-GA in practical electric machine design was verified by successfully deriving an improved design of electric bicycle propulsion motor.

1. Introduction

Electric bicycles (EBs) are getting more attention in many countries for their convenience, long travelling distance, and environment friendly features [1,2,3]. In addition, businesses using EBs such as public EB sharing are emerging and EB propulsion motor with low cost and high performance is needed [4].
When designing a motor for EBs, high torque density and improving the riding impression through the reduction of noise and vibration are required [3,5]. Permanent magnet assisted synchronous reluctance motors (PMa-SynRM) have the advantage of high torque density as it utilizes both magnet torque and reluctance torque [6,7,8]. Also, with the usage of an inexpensive ferrite magnet instead of expensive rare earth magnet, PMa-SynRM is competitive for the manufacturing cost [9,10]. Hence, PMa-SynRM seems to be suitable for the EB propulsion motor.
To relieve the noise and vibration of the motor, various performances such as total harmonic distortion (THD) of back electromotive force (B-EMF), cogging torque, and torque ripple should be considered, and those characteristics can be improved by adjusting the variables related to the structure of the motor [11,12]. Therefore, optimal design of the PMa-SynRM can be defined as a multi-objective, multi-variable (MVMO) problem. Moreover, finite element analysis (FEA) is required for accurate analysis of electric machines [13]. However, the FEA has the disadvantage of huge computational cost, and such a burden becomes worse when the FEA is applied to optimization of the MVMO problems. Therefore, this paper proposes the novel optimization algorithm that can consider many variables and many objective functions simultaneously with a reduced number of function calls.
Many heuristic algorithms were proposed to find the global optima. Specifically, genetic algorithm (GA), which refers to a computational model that simulates the natural selection of Darwin’s biological evolution has been widely used [14]. Even though conventional GA guarantees the possibility of finding the global solution, the problem that the GA requires many populations and iterations which leads to huge computational burden still exists [15].
For the motor design optimization problem, multi-modal optimization algorithm, such as niching GA (NGA), was proposed to find both global and local solutions [12]. However, the NGA can consider only one objective, and has a problem with limited variables as the niche concept is used. Therefore, a novel optimization algorithm that can consider multiple variables and multiple objectives is required.
The internal division point genetic algorithm (IDP-GA) is a novel memetic algorithm modified GA. The IDP-GA has an unusual crossover strategy that is based on the size of objective function values of the parent entities. Novel crossover strategy accelerates convergence speed at the early stage of the algorithm. At the end of the algorithm, a new deterministic method, vector-based pattern search method (VPSM) is used to reduce the duplicated search near the accurate global solution. Moreover, the VPSM enhances the convergence rate of the solution. Furthermore, weighted sum method (WSM) is used to consider various objectives, and likewise for one objective [16]. The proposed algorithm is validated by applying to mathematical test functions and comparing performance with conventional algorithm. Finally, to verify the applicability of actual electric machines, proposed algorithm is applied to optimal design of PMa-SynRM for EBs and successfully derives design with superior performances.

2. Proposed Algorithm

The GA is one of the heuristic algorithms that can successfully converge to a global solution [15,17]. However, the GA has a problem with requiring many function calls to converge to a global solution and cannot consider various objective functions at once. To consider multi-objective, the IDP-GA utilize WSM, which is a method of multiplying weights to each objective and adding together. Also, the number of function calls can be reduced with internal division point concept and VPSM.

2.1. Weighted Sum Method

The WSM is one of the multi-objective methods and can simply reduce several objectives to one objective. Since the units may be different, fitness of each objective can be normalized as
f i c a l = f i f b a s e i / f b a s e i  
where fbase−i is the reference value, fi is real value, and fi−cal is normalized value of objective i. The reference values of each objective are determined by analysing the intial model. The fitness calculated by WSM can be expressed as
f s u m = n = 1 n f c n f n c a l ,     n = 1 n f c n = 1  
where nf is the number of objectives, cn is weight assigned to the objective n. For example, when the target motor has high torque ripple and low cogging torque, reducing the torque ripple is more critical, and higher weight is assigned for torque ripple than cogging torque. Accordingly, the designer can perform optimization by giving the desired weight to each objective with the WSM.

2.2. Novel Crossover Strategy- Internal Dividing Point Crossover

Conventional GA converges to global solution by selecting superior entities as parents and generating crossover in the middle of selected two parents. To enhance the convergence speed, the proposed algorithm applies novel crossover strategy named IDP. The IDP literally generates crossover not on the middle point, but on the point divided by objective values of two parents. Figure 1 shows the difference between a conventional approach and IDP. Conventional crossover, which is a blue dot, is generated in the center of two parents. However, the location of the red dot is determined as the fp1 and fp2, which are objective values of parents. The distance is calculated as
d 1 = d × f p 2 f p 1 + f p 2 ,     d 2 = d × f p 1 f p 1 + f p 2  
and then, the position of IDP crossover can be expressed as
p x = d 2 x p 1 + d 1 x p 2 d 1 + d 2  
where xp1 and xp2 are the coordinates of the parents. With the usage of IDP concept, superior crossover can be obtained.

2.3. Vector Based Pattern Search Method

At the end of the algorithm, if the populations are regarded as gathered near the global solution, VPSM is executed on the estimated solution to find the actual global solution, preventing unnecessary function calls, and enhancing the convergence characteristic. The criterion of the execution of the VPSM is whether the top 50% fitness group of the population is gathered. The value of 50% was determined through several trials. The VPSM has pattern move and exploration move. On the pattern move step, unit direction vector is determined using objective value of infinitesimal displacement of starting point. Left side of Figure 2 shows an example of calculating direction vector. The number of variables is 2, the starting point is “O”, and d is the infinitesimal displacement. Assuming that the problem region is continuous, with two function calls on the point DX and DY, the values of DX′ and DY′ can be calculated as follows.
Z 1 = 2 Z Z 1 ,     Z 2 = 2 Z Z 2  
Then, increasing direction of each variable is determined and if DX and DY are points of the increasing direction, the direction vector of each variable can be expressed as follows and marked as red vector line.
F 1 = Z 1 Z x ^ , F 2 = Z 2 Z y ^ , F M = F 1 + F 2    
Finally, the unit direction vector is calculated as below.
F u n i t = n = 1 n f F n / n = 1 n f F n  
Then, the exploration move is performed with preset initial moving distance to determined direction, until the objective value decreases. If the value of next point decreases, pattern move is repeated on the previous point and exploration move with reduced moving distance. As the proposed VPSM adjust the moving direction using the objective values of each variable, the effective search toward the near solution is conducted. Moreover, the number of function calls to converges to the solution can be reduced.

2.4. Flow Chart of the IDP-GA

The flow chart of the proposed algorithm is shown in Figure 3. First, the objective function, parameters, and constraints are defined. Initial solutions are evenly scattered throughout the entire problem region with Latin hypercube sampling method [12,18]. When new entities are added, the total fitness is calculated using Equation (2). In the single objective maximization problem, fitness is proportional to the objective function value. However, for the multi-objective problems, total fitness is calculated as the summation of each objective function value multiplied by assigned weight.
Parents are selected by roulette wheel selection method, and the probability of being selected is proportional to the fitness of each entity. Then, crossover is generated at the IDP of two parents, considering fitness of the parents. Mutants are randomly generated throughout the problem region to prevent the premature convergence to the local solutions. Newly generated crossovers and mutants replace the inferior entities of prior generation. Such loop is repeated until the populations are regarded as gather near the global solution. Finally, VPSM is applied to entity with highest fitness, and direct and rapid convergence to global solution is executed.

3. Performance Validation

To verify the performance of the proposed algorithm, IDP-GA and conventional GA were applied to optimization of two complex mathematical test functions with two and three variables. Test functions are shown in Figure 4 and are defined as
f 1 x , y = i = 1 n p 1 b i 1 + x x i 2 + y y i 2 / a i  
f 2 x , y , z = k = 1 n p 2 10 x x k 2 + y y k 2 + z z k 2 + c k
where np1 and np2 are the number of solutions, (xi, yi) and (xk, yk, zk) are the position of the actual solution. ai, bi, and ck determine the values of the solutions. The number of solutions of test functions 1 and 2 are 11 and 4, respectively. The bi values are (20, 30, 25, 35, 40, 23, 50, 80, 60, 30, 25) where i = 1~11.
The number of function calls to converge to the global solution and convergence ratio, which is ratio of the found solution to actual solution, are the criteria for evaluating performance. Test was repeated 100 times, and the average of each test result is listed on Table 1. The number of function calls of IDP-GA decreased by 56.27% and 58.21% compared with GA. Specifically, when the number of variable increases, such as in test function 2, the GA has a problem with converging to a local solution rather than a global solution. However, the IDP-GA could converge to an exact global solution within a fewer number of function calls.

4. Optimal Design of PMa-SynRM for Electric Bicycle Traction Motor

To verify the applicability of the practical electric machine design, the IDP-GA was applied to optimal design of PMa-SynRM for EB propulsion motor. Commercial FEA tool JMAG is used to analyze the load and no-load condition of the target motor [19]. The specifications and requirements of the target motor are tabulated on Table 2. For the purpose of relieving the noise and vibration of the motor, and reducing the pulsation on the torque, cogging torque, and B-EMF waveform, two-stepped skewed rotor structure is applied [20,21,22,23].
When designing the motor, various performances should be considered, and the performance varies depending on the shape of the motor [24]. In this paper, to derive the optimal design of the target motor, five variables and three objectives are selected. For design variables, the pole-arc-to-pole-pitch ratios (α1α2), magnet angle (θ), length of the magnet end part (length), and slot opening are selected. Design variables and 1/4 periodic analysis model are shown in Figure 5, and the ranges of each variable are listed on Table 3. The objective function f is calculated as
f = f t h d × 0.4 + f t _ r i p p l e × 0.4 + f c o g g i n g × 0.2  
where fthd is THD of line-to-line B-EMF, ft_ripple is torque ripple, and fcogging is percentage of cogging torque to average torque. As the torque ripples, cogging torque and B-EMF THD all have the smaller, better characteristics, and the optimization problem is a minimizataion of f. Optimal design of the target motor was carried out utilizing the proposed IDP-GA, and each function call means execution of the FEA for one design, of which design variables are applied.
The optimization result is tabulated in Table 4 and performances of initial model and optimum model are compared. Torque, cogging torque, and line-to-line B-EMF waveform of initial model and optimum model are shown in Figure 6. For the load analysis of optimum model, the average torque was 8.14% increased, and the torque ripple was 73.43% reduced compared with initial model. For the no-load analysis, the cogging torque and THD of line-to-line B-EMF was 36.86% and 52.57% improved than initial model. The magnetic flux density contour plot of the optimum model is shown in Figure 7.
To confirm that the optimum model is safe from breakage at rated and maximum rotation speed, mechanical analysis is conducted. The parameters for the mechanical stress analysis are listed on Table 5. Table 6 and Figure 8 shows the Von Mises stress at the rated speed and maximum speed, and the maximum Von Mises stress value was 12.48 MPa and 138.72 MPa, respectively. As the yield stress value of rotor core is 450 MPa, the optimum model is safe from breakage at the maximum rotation speed [25].

5. Conclusions

This paper introduces the IDP-GA to relieve the huge computational burden of the MVMO optimization problem by applying FEA. The IDP-GA accelerated the convergence by applying novel crossover strategy at the early stage of the algorithm. Moreover, convergence rate was enhanced by combining the VPSM. The superiority of the proposed algorithm was validated by applying to mathematical test functions and comparing performances with a conventional algorithm. The applicability of the optimization of actual electric machines was also verified by deriving optimum design with improved performances, when the IDP-GA is applied to the optimal design of PMa-SynRM for EBs. The torque ripple, cogging torque, and B-EMF THD of the optimal model was 73.43%, 36.86% and 52.57% reduced compared to the initial model. The proposed algorithm is expected to be utilized for the MVMO optimization design problem of various types of motors.

Author Contributions

Investigation, J.-C.S.; writing—original draft preparation, J.-C.S.; writing—review and editing, K.-P.Y. and D.-K.L. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Acknowledgments

This research was supported by a grant(21RTRP-B146053-04) from Railroad Technology Research Program (RTRP) funded by Ministry of Land, Infrastructure and Transport of Korean government.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Li, Y.; Hu, J.; Chen, F.; Liu, Z.Y.; He, Z. A New-Variable-Coil-Structure-Based IPT System with Load-Independent Constant Output Current or Voltage for Charging Electric Bicycles. IEEE Trans. Power Electron. 2018, 33, 8226–8230. [Google Scholar] [CrossRef]
  2. Hsu, R.C.; Liu, C.; Chan, D. A Reinforcement-Learning-Based Assisted Power Management with QoR Provisioning for Human–Electric Hybrid Bicycle. IEEE Trans. Ind. Electron. 2012, 59, 3350–3359. [Google Scholar] [CrossRef]
  3. Lim, D.; Cho, Y.; Ro, J.; Jung, S.; Jung, H. Optimal Design of an Axial Flux Permanent Magnet Synchronous Motor for the Electric Bicycle. IEEE Trans. Magn. 2016, 52, 8201204. [Google Scholar] [CrossRef]
  4. Wang, L.; Li, C.; Chen, M.Z.Q.; Wang, Q.; Tao, F. Connectivity-Based Accessibility for Public Bicycle Sharing Systems. IEEE Trans. Autom. Sci. Eng. 2018, 15, 1521–1532. [Google Scholar] [CrossRef]
  5. Lin, J.; Schofield, N.; Emadi, A. External-Rotor 6-10 Switched Reluctance Motor for an Electric Bicycle. IEEE Trans. Transp. Electrif. 2015, 1, 348–356. [Google Scholar] [CrossRef] [Green Version]
  6. Xu, M.; Liu, G.; Chen, Q.; Ji, J.; Zhao, W. Torque Calculation of Stator Modular PMa-SynRM with Asymmetric Design for Electric Vehicles. IEEE Trans. Transp. Electrif. 2021, 7, 202–213. [Google Scholar] [CrossRef]
  7. Joo, K.; Kim, I.; Lee, J.; Go, S. Robust Speed Sensorless Control to Estimated Error for PMa-SynRM. IEEE Trans. Magn. 2017, 53, 8102604. [Google Scholar] [CrossRef]
  8. Jung, D.-H.; Kwak, Y.; Lee, J.; Jin, C. Study on the Optimal Design of PMa-SynRM Loading Ratio for Achievement of Ultrapremium Efficiency. IEEE Trans. Magn. 2017, 53, 8001904. [Google Scholar] [CrossRef]
  9. Amin, M.; Aziz, G.A.A. Hybrid Adopted Materials in Permanent Magnet-Assisted Synchronous Reluctance Motor with Rotating Losses Computation. IEEE Trans. Magn. 2019, 55, 8103305. [Google Scholar] [CrossRef]
  10. Kong, Y.; Lin, M.; Yin, M.; Hao, L. Rotor Structure on Reducing Demagnetization of Magnet and Torque Ripple in a PMa-synRM With Ferrite Permanent Magnet. IEEE Trans. Magn. 2018, 54, 8108705. [Google Scholar] [CrossRef]
  11. Son, J.-C.; Kang, Y.-R.; Lim, D.-K. Optimal Design of IPMSM for FCEV Using Novel Immune Algorithm Combined with Steepest Descent Method. Energies 2020, 13, 3395. [Google Scholar] [CrossRef]
  12. Kang, Y.; Son, J.; Lim, D. Optimal Design of IPMSM for Fuel Cell Electric Vehicles Using Autotuning Elliptical Niching Genetic Algorithm. IEEE Access 2020, 8, 117405–117412. [Google Scholar] [CrossRef]
  13. Son, J.-C.; Ahn, J.-M.; Lim, J.; Lim, D.-K. Optimal Design of PMa-SynRM for Electric Vehicles Exploiting Adaptive-Sampling Kriging Algorithm. IEEE Access 2021, 9, 41174–41183. [Google Scholar] [CrossRef]
  14. Jiacheng, L.; Lei, L. A Hybrid Genetic Algorithm Based on Information Entropy and Game Theory. IEEE Access 2020, 8, 36602–36611. [Google Scholar] [CrossRef]
  15. Lee, K.; Oh, H.; Jung, S.; Chung, Y. Moving Least Square-Based Hybrid Genetic Algorithm for Optimal Design of W-Band Dual-Reflector Antenna. IEEE Trans. Magn. 2019, 55, 9400404. [Google Scholar] [CrossRef]
  16. Ryu, N.; Lim, S.; Min, S.; Izui, K.; Nishiwaki, S. Multi-Objective Optimization of Magnetic Actuator Design Using Adaptive Weight Determination Scheme. IEEE Trans. Magn. 2017, 53, 7205104. [Google Scholar] [CrossRef]
  17. Choi, K.; Jang, D.; Kang, S.; Lee, J.; Chung, T.; Kim, H. Hybrid Algorithm Combing Genetic Algorithm with Evolution Strategy for Antenna Design. IEEE Trans. Magn. 2016, 52, 7209004. [Google Scholar] [CrossRef]
  18. Davey, K.R. Latin Hypercube Sampling and Pattern Search in Magnetic Field Optimization Problems. IEEE Trans. Magn. 2008, 44, 974–977. [Google Scholar] [CrossRef] [Green Version]
  19. JMAG-Designer. Available online: https://www.jmag-international.com/products/jmag-designer/ (accessed on 28 September 2021).
  20. Torregrossa, D.; Peyraut, F.; Cirrincione, M.; Espanet, C.; Cassat, A.; Miraoui, A. A New Passive Methodology for Reducing the Noise in Electrical Machines: Impact of Some Parameters on the Modal Analysis. IEEE Trans. Ind. Appl. 2010, 46, 1899–1907. [Google Scholar] [CrossRef]
  21. Kawase, Y.; Yamaguchi, T.; Tu, Z.; Toida, N.; Minoshima, N.; Hashimoto, K. Effects of Skew Angle of Rotor in Squirrel-Cage Induction Motor on Torque and Loss Characteristics. IEEE Trans. Magn. 2009, 45, 1700–1703. [Google Scholar] [CrossRef]
  22. Lazari, P.; Wang, J.; Sen, B. 3-D Effects of Rotor Step-Skews in Permanent Magnet-Assisted Synchronous Reluctance Machines. IEEE Trans. Magn. 2015, 51, 8112704. [Google Scholar] [CrossRef]
  23. Bao, X.; Fang, J.; Di, C.; Xu, S. A Novel Computational Method of Skewing Leakage Reactance for a Doubly Skewed Rotor Induction Motor. IEEE Trans. Energy Convers. 2018, 33, 2174–2182. [Google Scholar] [CrossRef]
  24. Lim, D.; Woo, D.; Yeo, H.; Jung, S.; Ro, J.; Jung, H. A Novel Surrogate-Assisted Multi-Objective Optimization Algorithm for an Electromagnetic Machine Design. IEEE Trans. Magn. 2015, 51, 8200804. [Google Scholar] [CrossRef]
  25. Ahn, J.-M.; Baek, M.-K.; Park, S.-H.; Lim, D.-K. Optimal Design of IPMSM for EV Using Subdivided Kriging Multi-Objective Optimization. Processes 2021, 9, 1490. [Google Scholar] [CrossRef]
Figure 1. Comparison of conventional crossover and IDP crossover.
Figure 1. Comparison of conventional crossover and IDP crossover.
Processes 09 01901 g001
Figure 2. Conceptual schematic of VPSM.
Figure 2. Conceptual schematic of VPSM.
Processes 09 01901 g002
Figure 3. Flow chart of the IDP-GA.
Figure 3. Flow chart of the IDP-GA.
Processes 09 01901 g003
Figure 4. Mathematical test functions (a) Test function 1 with 2 variables; (b) Test function 2 with 3 variables.
Figure 4. Mathematical test functions (a) Test function 1 with 2 variables; (b) Test function 2 with 3 variables.
Processes 09 01901 g004
Figure 5. Configuration of the target PMa-SynRM and design variables.
Figure 5. Configuration of the target PMa-SynRM and design variables.
Processes 09 01901 g005
Figure 6. Waveform comparison of the initial model and optimum model (a) Torque waveform; (b) Cogging torque waveform; (c) Line to line B-EMF.
Figure 6. Waveform comparison of the initial model and optimum model (a) Torque waveform; (b) Cogging torque waveform; (c) Line to line B-EMF.
Processes 09 01901 g006
Figure 7. Load condition magnetic flux density contour plot of the optimum model.
Figure 7. Load condition magnetic flux density contour plot of the optimum model.
Processes 09 01901 g007
Figure 8. Von Mises stress analysis result of the optimum model (a) At rated speed; (b) At maximum speed.
Figure 8. Von Mises stress analysis result of the optimum model (a) At rated speed; (b) At maximum speed.
Processes 09 01901 g008
Table 1. Performance comparison of conventional GA and IDP-GA.
Table 1. Performance comparison of conventional GA and IDP-GA.
Test Function 1
[2 Variables]
Function Call
[Average Value]
Convergence Ratio
[%]
GA427.9298.64
IDP-GA187.1999.69
Test Function 2
[3 Variables]
Function Call
[Average Value]
Convergence Ratio
[%]
GA2410.0075.45
IDP-GA727.0092.05
Table 2. Specifications and requirements of the target motor.
Table 2. Specifications and requirements of the target motor.
Pole/slot8/12
Stator outer diameter120 [mm]
Stacking length20 [mm]
Air gap0.5 [mm]
Stator and rotor core materialPOSCO 35PN230
Permanent magnet materialFerrite 12G (Brmin: 0.44 [T])
Rated output/torque350 [W]/1.114 [Nm]
Rated/maximum speed3000/10,000 [RPM]
Table 3. Range of design variables.
Table 3. Range of design variables.
Design VariableRange
α10.92~0.98
α20.65~0.83
θ [°]40~52
length [mm]6.0~7.5
slot open [mm]1~10
Table 4. Optimization result and performance comparison of the initial model and optimum model.
Table 4. Optimization result and performance comparison of the initial model and optimum model.
ModelInitial ModelOptimum Model
α10.930.96
α20.660.81
θ [°]51.045.0
length [mm]7.46.9
slot open [mm]9.73.7
Average torque [Nm]1.0571.143
Torque ripple [%]50.7313.48
Cogging torque [Nm]0.04070.0257
B-EMF THD [%]9.344.43
Table 5. Parameters for the mechanical stress analysis.
Table 5. Parameters for the mechanical stress analysis.
Young’s modulus (Core/Ferrite)210/190 [GPa]
Poisson’s ratio (Core/Ferrite)0.3/0.35
Density (Core/Ferrite)7850/5100 [kg/m3]
Rotation speed (Rated/Maximum)3000/10,000 [RPM]
Yield stress of the core450 [MPa]
Table 6. Mechanical stress analysis result of the optimum model.
Table 6. Mechanical stress analysis result of the optimum model.
Rotation SpeedMaximum Von Mises Stress Value
3000 [RPM]12.48 [MPa]
10,000 [RPM]138.72 [MPa]
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Son, J.-C.; Yi, K.-P.; Lim, D.-K. Multi-Variable Multi-Objective Optimization Algorithm for Optimal Design of PMa-SynRM for Electric Bicycle Traction Motor. Processes 2021, 9, 1901. https://doi.org/10.3390/pr9111901

AMA Style

Son J-C, Yi K-P, Lim D-K. Multi-Variable Multi-Objective Optimization Algorithm for Optimal Design of PMa-SynRM for Electric Bicycle Traction Motor. Processes. 2021; 9(11):1901. https://doi.org/10.3390/pr9111901

Chicago/Turabian Style

Son, Ji-Chang, Kyung-Pyo Yi, and Dong-Kuk Lim. 2021. "Multi-Variable Multi-Objective Optimization Algorithm for Optimal Design of PMa-SynRM for Electric Bicycle Traction Motor" Processes 9, no. 11: 1901. https://doi.org/10.3390/pr9111901

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