Next Article in Journal
Surface Modification of Polyethersulfone (PES) with UV Photo-Oxidation
Next Article in Special Issue
Comparison of System-Level Design Approaches on Different Types of Digitally-Controlled Ring-Oscillator
Previous Article in Journal
Electrical Breakdown Spectroscopy of Nano-/Micro-Thermites
Previous Article in Special Issue
Circuit Implementation of a Modified Chaotic System with Hyperbolic Sine Nonlinearities Using Bi-Color LED
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Communication

Multiobjective Ant Lion Approaches Applied to Electromagnetic Device Optimization

1
Department of Electrical Engineering, Federal University of Parana, Curitiba 80060-000, PR, Brazil
2
Industrial and Systems Engineering Graduate Program (PPGEPS), Pontifical Catholic University of Parana, Curitiba 80215-901, PR, Brazil
3
Mechanical Engineering Graduate Program (PPGEM), Pontifical Catholic University of Parana, Curitiba 80215-901, PR, Brazil
4
ELEDIA@AUTH, Department of Physics, Aristotle University of Thessaloniki, 54636 Thessaloniki, Greece
5
Department of Electrical and Computer Engineering, Aristotle University of Thessaloniki, 54636 Thessaloniki, Greece
*
Author to whom correspondence should be addressed.
Submission received: 3 March 2021 / Revised: 21 April 2021 / Accepted: 7 May 2021 / Published: 11 May 2021
(This article belongs to the Special Issue MOCAST 2020)

Abstract

:
Nature-inspired metaheuristics of the swarm intelligence field are a powerful approach to solve electromagnetic optimization problems. Ant lion optimizer (ALO) is a nature-inspired stochastic metaheuristic that mimics the hunting behavior of ant lions using steps of random walk of ants, building traps, entrapment of ants in traps, catching preys, and re-building traps. To extend the classical single-objective ALO, this paper proposes four multiobjective ALO (MOALO) approaches using crowding distance, dominance concept for selecting the elite, and tournament selection mechanism with different schemes to select the leader. Numerical results from a multiobjective constrained brushless direct current (DC) motor design problem show that some MOALO approaches present promising performance in terms of Pareto-optimal solutions.

1. Introduction

Population-based metaheuristics such as evolutionary algorithms and swarm-based intelligence (SI) algorithms have gained prominence to solve different kinds of electromagnetic optimization problems [1,2,3,4,5,6,7,8,9,10] involving nonlinear, non-convex, multi-modal, and non-differentiable functions mainly due to advantages when compared with single-point search algorithms of mathematical programming in terms of no need to objective function be differentiable and continuous, and global searching capability.
SI has the features of natural distribution and self-organization. SI algorithms typically simulate animal behaviors in terms of social hierarchy, collaboration, and collective activities. A wide array of swarm-based methods was suggested in the literature [11] and implemented to a variety of engineering problems.
A promising metaheuristic linked to the SI field recently proposed by Mirjalili [12] is the ant lion optimizer (ALO). It is a nature-inspired stochastic metaheuristic algorithm that mimics hunting mechanisms of the ant lions’ larvae in catching its preferred prey in nature. One of the advantages of ALO is that it has few parameters to tune, making it a flexible algorithm for solving diverse problems [13].
Different from the single-objective optimization problems where the optimal solution is clearly defined, in multicriteria or multiobjective problems (MOPs) there exists, in general, a set of trade-offs giving rise to numerous solutions (often conflicting) instead of a unique optimal solution. The optimal solutions of a MOP constitute possibly an infinite set of compromise solutions, known as Pareto optimal solutions or non-dominated solutions. However, it is not easy to obtain a proper result in a large solution space where multiobjective algorithms need to explore and collect a set of optimal solutions at the same time to satisfy all objectives.
In the latest years, solving MOPs has become important in electromagnetic optimization and metaheuristic optimization methods have shown their popularity and effectiveness in tackling MOPs (see examples in [14,15,16,17,18]).
By extending the basic ideas from the single-objective ALO, a multiobjective ALO (MOALO) approach using crowding distance [19] and the dominance concept for selecting the elite of ant lions, and a tournament mechanism to select the ant lions to perform the random walk is proposed. Different leader selection schemes were evaluated to improve the population convergence and diversity of the MOALO. A brushless direct current (DC) wheel motor benchmark presented in [20] and with the Matlab source code for computing the objective function is publicly available [21] is used to investigate the performance of the MOALO. A major problem is to design a DC wheel motor so that it operates optimally in the sense of producing maximum efficiency with minimal material cost, and also satisfy inequality constraints simultaneously. In this context, MOALO can be useful to obtain a well-distributed set of Pareto-optimal solutions.
The remaining of this paper is arranged as follows. Section 2 explains the fundamentals of the ALO and the proposed MOALO. After, the description of the brushless DC wheel motor benchmark problem and results are presented in Section 3 and Section 4, respectively. Finally, the conclusions and future research issues are given in Section 5 followed by references.

2. Fundamentals of the ALO and MOALO

In nature, ant lions move along a circular track in sand and dig pits using their lower jaws to trap ants. In the ALO, ants and antlions as search agents are proposed to find solutions. When ants randomly move into pits, ant lions will catch ants, rebuild their pits as trap form and wait for the next prey (another ant) [22]. The ALO algorithm [12] mimics the interaction between ant lions and ants in the trap. To model such interactions, ants are required to move over the search space and ant lions are expected to hunt them and become fitter using traps. Since ants move stochastically in nature when searching for food, a random walk is chosen for modeling ants’ movement in the original ALO. The steps of the ALO for single-objective optimization are briefly described in Figure 1, where NP is the only hyperparameter of the algorithm.
In general, multiobjective optimization refers to a set of objective functions that are taken and optimized concurrently. Therefore, a set of many solutions that present a good tradeoff between the objectives is to find, which means that multiple optimal solutions can be found in a single run. In general, multiobjective optimization algorithms use space objectives to guide their exploration in the search space. However, an appropriate balance between convergence and diversity is essential in a multiobjective metaheuristic optimization method. The tradeoff can be also defined between exploitation and exploration with a focus on a well-converged and well-distributed set of Pareto-optimal solutions, where exploitation is the process of neighborhood searching, and exploration is the process within the entire space.
Differently from other multiobjective algorithms from literature that use discrete grids or anchors, the MOALO is a multiobjective version of the ALO that uses the crowding distance [19], the dominance strategy for selecting the elite of the ant lions, and a tournament mechanism to select the ant lions to perform the random walk. The crowding distance is based on the cardinality of the solution sets and their distance to the solution boundaries. Accordingly, the solutions which are in a promising less crowded region in the objective space are given preference concerning others, once the MOALO aims to diversify the solutions.
The MOALO operates by the notion of following a leader when there are many local optimal fronts. In such a situation, the MOALO may get stuck to a local Pareto-optimal front, which is a set of solutions sub-dominated among themselves but still not efficient enough to compose the global Pareto-optimal front. It means that MOALO can prematurely converge onto a local set of solutions rather than finding the global set.
In this context, four leader selection schemes were proposed and evaluated to improve the population convergence and diversity of the MOALO—in the original single-objective ALO, the leader is the solution with the best fitness, which cannot be directly applied to multiobjective optimization. The original equations from ALO are kept and only the leaders are updated every iteration: (i) each ant lion follows another random ant lion from the sub-population formed by the non-dominated ones; (ii) all ant lions follow the first one of the ranking, which is based on the non-domination and crowding distance criteria; (iii) the entire population follows the same random ant lion from the whole population; and (iv) each ant lion follows a different random one from the sub-population formed by the Nc best-ranked solutions using the same ranking criteria of approach (iii). The only hyperparameter of MOALO is the population size, NP.

3. Brushless DC Wheel Motor Design Problem

Brushless DC motors, also known as electronically commutated motor and synchronous DC motors, are synchronous motors driven by DC electricity through an inverter or switching power supply which produces an alternating electric current to drive each phase of the motor through a closed-loop controller. Brushless DC motors are widely used due to their advantages such as better power-weight and torque-current ratio compared to permanent magnet synchronous motor. They are adopted as actuators in many aerospace applications, robotics, medical instruments, automotive industry, and electronic applications.
In this paper, a brushless DC wheel motor design problem [20] was evaluated. The problem is composed of 78 nonlinear equations implemented with five design variables (see Table 1 for the range of optimization variables) subject to six inequality constraints, which are related to technological, operational, and considerations regarding the wheel motor. Here, the objectives are the minimization of f1 = 1-η, where η is the efficiency, and f2 = Mtotal, where Mtotal is the total mass of the active parts, which has the constraint Mtotal ≤ 15 kg.
A third objective function f3 to be minimized related to the number of infeasible solutions is adopted in the optimization procedure. It increases the complexity of the problem while it helps to avoid premature convergence by exploring a wider range of regions in the search space. The focus is to obtain only feasible solutions (f3 equal to zero) i.e., a solution set that satisfies the constraints called the feasible set. Solutions that do not satisfy at least one of the constraints are called infeasible solutions. In other words, a solution is infeasible if there exists no solution value that satisfies all of the constraints. Table 2 presents the inequality constraints in the brushless DC motor benchmark.
If the infeasible solutions were completely disregarded during the MOALO optimization cycle, the diversity and adequate convergence may be lost during the early stages of the search process leading to a locally optimal or partial Pareto front.
The outer diameter of the brushless DC wheel motor must be lower to 340 mm so that the motor fits into the rim of a wheel, the inner diameter must be superior to 76 mm for mechanical reasons, the magnets shall support a phase current of 125 A without demagnetization and the temperature of the magnets shall be less than 120 °C. The geometry of the brushless DC wheel motor is presented in Figure 2 [20].

4. Results

The proposed MOALO approaches are applied to the brushless DC motor design problem using a population size of 100 and a stopping criterion of 300,000 function evaluations in each run. The MOALO has been designed with four different approaches to select the elite in the population.
Results are illustrated in Figure 2 shows the obtained Pareto fronts filtered after 30 runs with different and random initial conditions considering only the feasible solutions. The 1-η axis is expressed as a percentage and Mtotal is expressed in kg. According to the simulation results, the MOALO with the leader selection scheme (ii) presented promising results in terms of spacing and solutions in the Pareto frontier.
The algorithms were evaluated according to the number of feasible solutions, being evaluated the number of non-dominated solutions, the hypervolume to the Nadir point (1, 1) (which is computed as the area formed from the Nadir point—the worst objective values of extreme Pareto points—up to every single point of the Pareto front, approximated by the discrete integral calculation), the mean Euclidean distance to the origin, and the spacing. The hypervolume, the Euclidean distance, and the spacing were calculated using normalized values inside the interval (0, 1), that is why the Nadir point is (1, 1). It is important to highlight that the optimal value for hypervolume would be 1 if the entire Pareto front were inside the axis with one solution in the origin. These results are shown in Table 3, where the Pareto solutions include all feasible solutions before filtering the non-dominated ones.
Taking as reference the number of feasible solutions, scheme (ii) has found more solutions than the other schemes, which has also resulted in the higher number of non-dominated solutions, the higher hypervolume, and the smaller mean Euclidean distance to the origin. On the other hand, the scheme (iv) has found a smaller spacing, which means a better distribution of the solution along the Pareto front.
The best feasible solution for MOALO with scheme (ii) related to the mass is with (f1, f2) = (0.0635, 10.6975) and the one related to the best 1-η is (f1, f2) = (0.0476, 14.6076). A tradeoff feasible solution using the mean of the normalized of the f1 and f2 values is also a promising solution with (f1, f2) = (0.0559, 11.4251). The solutions related to these objective function values are shown in Table 4.
Analyzing the fitness result distribution, one can see the solution density in the variable space. Figure 3 presents the graphical distribution for MOALO approaches concerning the output variables. On the right-hand side, there are the mass values and on the left-hand side, there are the efficiency results. It is possible to conclude the scheme (iv) outcomes are more concentrated than the MOSOS ones, which is explained by the normalized spacing shown in Table 3. Having a bigger normalized spacing coefficient and having a more feasible solutions scheme (ii) can cover a wider range of values when compared to the other schemes. About median results, the values presented by all schemes are nearly similar. Checking for the decision variables selected concerning the feasible solutions presented by the problem, it is possible to see among the 30 runs how the variables are spread. Figure 4 shows the results for the 30 runs for each one of the decision variables comparing the proposed algorithms.
Regarding median values, the results seem to be equivalent. Taking the Bd, scheme (iii) presented a wider range of values and even the percentiles are wider than the other schemes. On the other hand, schemes (ii) and (iv) have presented a smaller range compared to the other schemes. Considering Be, these schemes have presented slightly smaller values than the other schemes. The conductor current density given by δ range of scheme (iv) is lower than the other schemes, while the absolute values seem to be similar for all schemes.

5. Conclusions and Future Research

In this paper, MOALO with different leader selection schemes has been proposed and evaluated to a brushless DC motor multiobjective design problem. MOALO approaches presented promising results for the benchmark problem tested showing a wider range of feasible solutions. MOALO with the leader selection scheme (ii) provided promising results for 30 runs in terms of mean values of a spacing measure, the number of solutions in the Pareto front, and normalized Euclidean distances to the origin. Additionally, MOALO approaches shown a wider range of feasible solutions.
Taking the normalized spacing measure into consideration, the scheme (iv) presented a better performance. Besides, it has achieved the best median performance. Nevertheless, scheme (ii) achieved the best performance than the other schemes regarding the remaining metrics. For future studies, we are planning to investigate the recently-proposed optimizers [23,24,25] to electromagnetic optimization and also other approaches as an alternative for the crowding distance. Furthermore, another direction of research will be the realization of significance statistical tests and convergence analysis of the MOALO applied to multiobjective optimization benchmarks.

Author Contributions

Conceptualization, all authors; formal analysis, J.P., L.d.S.C., V.C.M., S.K.G., A.D.B., N.V.K.; software, J.P., L.d.S.C., V.C.M.; supervision, L.d.S.C., V.C.M., S.K.G., A.D.B., N.V.K., C.S.A., S.N.; validation, J.P., L.d.S.C., V.C.M., S.K.G., A.D.B., N.V.K.; visualization, J.P., L.d.S.C., V.C.M., S.K.G., A.D.B., N.V.K. All authors have read and agreed to the published version of the manuscript.

Funding

The authors would like to thank the National Council of Scientific and Technologic Development of Brazil—CNPq (Grants: 307958/2019-1-PQ, 307966/2019-4-PQ, 404659/2016-0-Univ, 405101/2016-3-Univ) and PRONEX ‘Fundação Araucária’ 042/18 for financial support of this work.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Acknowledgments

The authors wish to thank the Editor and anonymous referees for their constructive comments and recommendations, which have significantly improved this paper.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Rahideh, A.; Korakianitis, T.; Ruiz, P.; Keeble, T.; Rothman, M.T. Optimal brushless DC motor design using genetic algorithms. J. Magn. Magn. Mater. 2010, 322, 3680–3687. [Google Scholar] [CrossRef]
  2. Shabanian, A.; Tousiwas, A.A.P.; Pourmandi, M.; Khormali, A.; Ataei, A. Optimization of brushless direct current motor design using an intelligent technique. ISA Trans. 2015, 57, 311–321. [Google Scholar] [CrossRef]
  3. Klein, C.E.; Vasconcelos Segundo, E.H.; Mariani, V.C.; Coelho, L.S. Modified social-spider optimization algorithm applied to electromagnetic optimization. IEEE Trans. Magn. 2016, 52, 7208304. [Google Scholar] [CrossRef]
  4. Gong, J.; Zhang, H.; Zhao, B.; Fu, D.; Gillon, F. Proposal of a bi-objective kriging adapted output space mapping technique for electromagnetic design optimization. IEEE Trans. Magn. 2019, 55, 9400505. [Google Scholar] [CrossRef]
  5. Ayala, H.V.H.; Vasconcelos Segundo, E.H.; Mariani, V.C.; Coelho, L.S. Multiobjective krill herd algorithm for electromagnetic optimization. IEEE Trans. Magn. 2016, 52, 7208504. [Google Scholar] [CrossRef]
  6. Xu, X.; Deng, Y. UAV power component—DC brushless motor design with merging adjacent-disturbances and integrated-dispatching pigeon-inspired optimization. IEEE Trans. Magn. 2018, 54, 7402307. [Google Scholar] [CrossRef]
  7. Duan, H.; Gan, L. Orthogonal multiobjective chemical reaction optimization approach for the brushless DC motor design. IEEE Trans. Magn. 2015, 51, 7000207. [Google Scholar]
  8. Ayala, H.V.H.; Klein, C.E.; Mariani, V.C.; Coelho, L.S. Multiobjective symbiotic search algorithm approaches for electromagnetic optimization. IEEE Trans. Magn. 2017, 53, 7205504. [Google Scholar] [CrossRef]
  9. Tenaglia, G.C.; Lebensztajn, L. A Multiobjective approach of differential evolution optimization applied to electromagnetic problems. IEEE Trans. Magn. 2014, 50, 7015404. [Google Scholar]
  10. Coelho, L.S.; Bora, T.C.; Schauenburg, F.; Alotto, P. A Multiobjective firefly approach using beta probability distribution for electromagnetic optimization problems. IEEE Trans. Magn. 2013, 49, 2085–2088. [Google Scholar] [CrossRef]
  11. Dokeroglu, T.; Sevinc, E.; Kucukyilmaz, T.; Cosar, A. A survey on new generation metaheuristic algorithm. Comput. Ind. Eng. 2019, 137, 106030. [Google Scholar] [CrossRef]
  12. Mirjalili, S. The ant lion optimizer. Adv. Eng. Softw. 2015, 83, 80–98. [Google Scholar] [CrossRef]
  13. Abualigah, L.; Shehab, M.; Alshinwan, M.; Mirjalili, S.; Elaziz, M.A. Ant lion optimizer: A comprehensive survey of its variants and applications. Arch. Comput. Methods Eng. 2020, 28, 1397–1416. [Google Scholar] [CrossRef]
  14. Xuerong, Y.; Hao, C.; Huimin, L.; Xinjun, C.; Jiaxin, Y. Multi-objective optimization design for electromagnetic devices with permanent magnet based on approximation model and distributed cooperative particle swarm optimization algorithm. IEEE Trans. Magn. 2018, 54, 8000604. [Google Scholar] [CrossRef]
  15. Xiao, S.; Liu, G.Q.; Zhang, K.L.; Jing, Y.Z.; Duan, J.H.; Di Barba, P.; Sykulski, J.K. Multi-objective pareto optimization of electromagnetic devices exploiting kriging with lipschitzian optimized expected improvement. IEEE Trans. Magn. 2018, 54, 7001704. [Google Scholar] [CrossRef] [Green Version]
  16. You, J.; Xiong, F.; Li, B.; Zhang, T.; Liang, H. MODEA based on multi-population strategy with adaptive weight and its application to electromagnetic device optimization. IEEE Access 2020, 8, 72039–72046. [Google Scholar] [CrossRef]
  17. Di Barba, P.; Mognaschi, M.E.; Lowther, D.A.; Sykulski, J.K. A benchmark team problem for multi-objective pareto optimization of electromagnetic devices. IEEE Trans. Magn. 2018, 54, 9400604. [Google Scholar] [CrossRef] [Green Version]
  18. Chakkarapani, K.; Thangavelu, T.; Dharmalingam, K.; Thandavarayan, P. Multiobjective design optimization and analysis of magnetic flux distribution for slotless permanent magnet brushless DC motor using evolutionary algorithms. J. Magn. Magn. Mater. 2019, 476, 524–537. [Google Scholar] [CrossRef]
  19. Deb, K.; Pratap, A.; Agarwal, S.; Meyarivan, T. A fast and elitist multiobjective genetic algorithm: NSGA-II. IEEE Trans. Evol. Comput. 2002, 6, 182–197. [Google Scholar] [CrossRef] [Green Version]
  20. Brisset, S.; Brochet, P. Analytical model for the optimal design of a brushless DC wheel motor. COMPEL 2005, 20, 829–848. [Google Scholar] [CrossRef]
  21. Moussouni, F.; Brisset, S. A benchmark for a mono and multi objective optimization of the brushless DC wheel motor. In Proceedings of the École Centrale de Lille (L2EP), Villeneuve-d’Ascq, France; Available online: http://l2ep.univ-lille1.fr/come/benchmarkwheel-motor.htm (accessed on 1 April 2021).
  22. Wu, Z.; Yu, D.; Kang, X. Parameter identification of photovoltaic cell model based on improved ant lion optimizer. Energy Convers. Manag. 2017, 151, 107–115. [Google Scholar] [CrossRef]
  23. Vasconcelos Segundo, E.H.; Mariani, V.C.; Coelho, L.S. Design of heat exchangers using falcon optimization algorithm. Appl. Therm. Eng. 2019, 156, 119–144. [Google Scholar] [CrossRef]
  24. Vasconcelos Segundo, E.H.; Mariani, V.C.; Coelho, L.S. Metaheuristic inspired on owls behavior applied to heat exchangers design. Therm. Sci. Eng. Prog. 2019, 14, 100431. [Google Scholar] [CrossRef]
  25. Pierezan, J.; Maidl, G.; Yamao, E.M.; Coelho, L.S.; Mariani, V.C. Cultural coyote optimization algorithm applied to a heavy duty gas turbine operation. Energy Convers. Manag. 2019, 199, 111932. [Google Scholar] [CrossRef]
Figure 1. Pseudocode of the ALO for single-objective optimization.
Figure 1. Pseudocode of the ALO for single-objective optimization.
Technologies 09 00035 g001
Figure 2. Pareto set points (filtered of 30 runs) using MOALO approaches.
Figure 2. Pareto set points (filtered of 30 runs) using MOALO approaches.
Technologies 09 00035 g002
Figure 3. Fitness distribution (filtered of 30 runs) for MOALO approaches.
Figure 3. Fitness distribution (filtered of 30 runs) for MOALO approaches.
Technologies 09 00035 g003
Figure 4. Decision variables distribution (filtered of 30 runs) for MOALO.
Figure 4. Decision variables distribution (filtered of 30 runs) for MOALO.
Technologies 09 00035 g004
Table 1. Design parameters in the brushless DC motor benchmark.
Table 1. Design parameters in the brushless DC motor benchmark.
SymbolMeaningMinimum ValueMaximum Value
Ds (m)Bore (stator) diameter0.150.33
Be (T)Air gap induction0.500.76
δ (A/m2)Conductor current density2.0 × 1065.0 × 106
Bd (T)Teeth magnetic induction0.91.8
Bcs (T)Stator back iron induction0.61.6
Table 2. Inequality constraints, gi where i = 1, …, nc in the brushless DC motor benchmark.
Table 2. Inequality constraints, gi where i = 1, …, nc in the brushless DC motor benchmark.
SymbolMeaningMinimum ValueMaximum Value
Dext (mm)Outer diameterg1Dext-340 ≤ 0
Din (mm)Inner diameterg276-Din ≤ 0
Imax (A)Maximum current in the phasesg3125-Imax ≤ 0
discr (Ds, δ, Bd, Be)Determinant used for the calculation of the slot heightg4discr ≤ 0
Ta (°C)Motor temperatureg5Ta-120 ≤ 0
Mtot (kg)Total massg6Mtot-15 ≤ 0
Table 3. Performance metrics for MOALO with four selection schemes (30 runs).
Table 3. Performance metrics for MOALO with four selection schemes (30 runs).
Metrics for the MOALOScheme (i)Scheme (ii)Scheme (iii)Scheme (iv)
Pareto solutions604176066
Non-dominated solutions40763443
Hypervolume0.59300.67680.62000.5273
Normalized Euclidean distance using (f1, f2) values to the origin0.73190.68000.73670.7630
Normalized spacing between the (f1, f2) values3.73 × 10−61.23 × 10−29.69 × 10−33.57 × 10−6
Table 4. Results in terms of decision variables for MOALO.
Table 4. Results in terms of decision variables for MOALO.
Scheme (i)Ds (m)Be (T)δ (A/m2)Bd (T)Bcs (T)
Best Mtotal0.18220.65753.22 × 1061.72051.5138
Best 1-η0.19690.65802.15 × 1061.78321.4608
Mean (f1, f2)0.18160.67152.72 × 1061.78431.4319
Scheme (ii)Ds (m)Be (T)δ (A/m2)Bd (T)Bcs (T)
Best Mtotal0.18650.66643.64 × 1061.80001.6000
Best 1-η0.20030.65452.08 × 1061.78371.1230
Mean (f1, f2)0.17740.68152.90 × 1061.80001.5117
Scheme (iii)Ds (m)Be (T)δ (A/m2)Bd (T)Bcs (T)
Best Mtotal0.17950.67963.32 × 1061.74021.2680
Best 1-η0.19640.68812.26 × 1061.72691.0568
Mean (f1, f2)0.18150.68452.76 × 1061.79211.5220
Scheme (iv)Ds (m)Be (T)δ (A/m2)Bd (T)Bcs (T)
Best Mtotal0.17870.66323.16 × 1061.78201.5928
Best 1-η0.19430.65182.23 × 1061.79171.4059
Mean (f1, f2)0.18210.66032.67 × 1061.79761.4802
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Pierezan, J.; Coelho, L.d.S.; Mariani, V.C.; Goudos, S.K.; Boursianis, A.D.; Kantartzis, N.V.; Antonopoulos, C.S.; Nikolaidis, S. Multiobjective Ant Lion Approaches Applied to Electromagnetic Device Optimization. Technologies 2021, 9, 35. https://0-doi-org.brum.beds.ac.uk/10.3390/technologies9020035

AMA Style

Pierezan J, Coelho LdS, Mariani VC, Goudos SK, Boursianis AD, Kantartzis NV, Antonopoulos CS, Nikolaidis S. Multiobjective Ant Lion Approaches Applied to Electromagnetic Device Optimization. Technologies. 2021; 9(2):35. https://0-doi-org.brum.beds.ac.uk/10.3390/technologies9020035

Chicago/Turabian Style

Pierezan, Juliano, Leandro dos S. Coelho, Viviana C. Mariani, Sotirios K. Goudos, Achilles D. Boursianis, Nikolaos V. Kantartzis, Christos. S. Antonopoulos, and Spiridon Nikolaidis. 2021. "Multiobjective Ant Lion Approaches Applied to Electromagnetic Device Optimization" Technologies 9, no. 2: 35. https://0-doi-org.brum.beds.ac.uk/10.3390/technologies9020035

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