Next Article in Journal
A New Human-Based Metaheuristic Algorithm for Solving Optimization Problems Based on Technical and Vocational Education and Training
Next Article in Special Issue
Giant Armadillo Optimization: A New Bio-Inspired Metaheuristic Algorithm for Solving Optimization Problems
Previous Article in Journal
Advancements in Complementary Metal-Oxide Semiconductor-Compatible Tunnel Barrier Engineered Charge-Trapping Synaptic Transistors for Bio-Inspired Neural Networks in Harsh Environments
Previous Article in Special Issue
Kookaburra Optimization Algorithm: A New Bio-Inspired Metaheuristic Algorithm for Solving Optimization Problems
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Lyrebird Optimization Algorithm: A New Bio-Inspired Metaheuristic Algorithm for Solving Optimization Problems

by
Mohammad Dehghani
1,*,
Gulnara Bektemyssova
2,*,
Zeinab Montazeri
1,
Galymzhan Shaikemelev
2,
Om Parkash Malik
3 and
Gaurav Dhiman
4,5,6,7
1
Department of Electrical and Electronics Engineering, Shiraz University of Technology, Shiraz 7155713876, Iran
2
Department of Computer Engineering, International Information Technology University, Almaty 050000, Kazakhstan
3
Department of Electrical and Software Engineering, University of Calgary, Calgary, AB T2N 1N4, Canada
4
Department of Electrical and Computer Engineering, Lebanese American University, Byblos 13-5053, Lebanon
5
Department of Computer Science and Engineering, University Centre for Research and Development, Chandigarh University, Mohali 140413, India
6
Department of Computer Science and Engineering, Graphic Era Deemed to be University, Dehradun 248002, India
7
Division of Research and Development, Lovely Professional University, Phagwara 144411, India
*
Authors to whom correspondence should be addressed.
Biomimetics 2023, 8(6), 507; https://doi.org/10.3390/biomimetics8060507
Submission received: 22 September 2023 / Revised: 17 October 2023 / Accepted: 19 October 2023 / Published: 23 October 2023
(This article belongs to the Special Issue Bioinspired Algorithms)

Abstract

:
In this paper, a new bio-inspired metaheuristic algorithm called the Lyrebird Optimization Algorithm (LOA) that imitates the natural behavior of lyrebirds in the wild is introduced. The fundamental inspiration of LOA is the strategy of lyrebirds when faced with danger. In this situation, lyrebirds scan their surroundings carefully, then either run away or hide somewhere, immobile. LOA theory is described and then mathematically modeled in two phases: (i) exploration based on simulation of the lyrebird escape strategy and (ii) exploitation based on simulation of the hiding strategy. The performance of LOA was evaluated in optimization of the CEC 2017 test suite for problem dimensions equal to 10, 30, 50, and 100. The optimization results show that the proposed LOA approach has high ability in terms of exploration, exploitation, and balancing them during the search process in the problem-solving space. In order to evaluate the capability of LOA in dealing with optimization tasks, the results obtained from the proposed approach were compared with the performance of twelve well-known metaheuristic algorithms. The simulation results show that LOA has superior performance compared to competitor algorithms by providing better results in the optimization of most of the benchmark functions, achieving the rank of first best optimizer. A statistical analysis of the performance of the metaheuristic algorithms shows that LOA has significant statistical superiority in comparison with the compared algorithms. In addition, the efficiency of LOA in handling real-world applications was investigated through dealing with twenty-two constrained optimization problems from the CEC 2011 test suite and four engineering design problems. The simulation results show that LOA has effective performance in handling optimization tasks in real-world applications while providing better results compared to competitor algorithms.

1. Introduction

In mathematics, a problem that has more than one feasible solution is known as an optimization problem. According to this definition, the process of obtaining the best solution among all available solutions for an optimization problem is called optimization [1]. Every optimization problem can be mathematically modeled using the three components of decision variables, constraints, and the objective function. The main goal in optimization is to value the decision variables so that the objective function is optimized by respecting the constraints of the problem [2]. There are numerous optimization problems in mathematics, science, industry, engineering, and real-world applications that need to be optimized using appropriate methods. The problem-solving methods in dealing with optimization problems are classified into two groups: deterministic and stochastic approaches [3].
Deterministic approaches have good performance in dealing with linear, differentiable, continuous, low-dimensional, and simple optimization problems [4]. However, with greater complexity of optimization problems and increases in problem dimensions, deterministic approaches lose their efficiency by becoming stuck in local optima [5]. This is despite the fact that many optimization problems in mathematics, engineering, industry, technology, and other branches of science have complex, nonlinear, non-continuous, non-differentiable, high-dimensional natures. The difficulties and disadvantages of deterministic approaches led researchers to develop stochastic approaches in order to deal with practical optimization problems [6].
Metaheuristic algorithms are one of the most effective and widely used stochastic approaches that are able to provide suitable solutions for optimization problems based on random search in the problem-solving space and by using random operators and trial and error processes. The optimization mechanism in metaheuristic algorithms is such that first a number of candidate solutions are randomly generated. Then, during algorithm iterations, these initial solutions are improved based on algorithm update steps. In each iteration, the best candidate solution is updated and saved. After the full implementation of the algorithm, the best candidate solution is available as a solution to the problem [7]. The important point about the solutions obtained from metaheuristic algorithms is that due to the nature of random search in these methods, there is no guarantee that the global optimal solution will be found. However, due to the proximity of the solutions obtained from metaheuristic algorithms to the global optimum, these solutions are called quasi-optimal. Achieving more effective quasi-optimal solutions for optimization problems has been the main motivation of researchers in the development of numerous metaheuristic algorithms [8]. These metaheuristic algorithms have been used to solve optimization problems in sciences such as Internet of Things (IoT) applications [9,10,11,12,13], data mining [14], wireless network systems [15], clustering [16,17], power engineering applications [18,19,20], and feature selection [21,22].
A metaheuristic algorithm can provide effective solutions for optimization problems when it is able to accurately search the problem-solving space at both global and local levels. Global search with the concept of exploration refers to the performance of the metaheuristic algorithm in the comprehensive scanning of the problem-solving space with the aim of discovering the region containing the original optimal solution and preventing the algorithm from becoming stuck in inappropriate local optima. Local search with the concept of exploitation refers to the performance of the metaheuristic algorithm in accurate scanning with small steps around the promising areas of the problem-solving space and the proximity of the discovered solutions. Considering that exploration and exploitation pursue different goals, the key to the success of the metaheuristic algorithm in optimization is balancing them during the search process [23].
The main research question is: According to the numerous metaheuristic algorithms designed so far, is there still a need to introduce new metaheuristic algorithms? In response to this question, the No Free Lunch (NFL) [24] theorem explains that the successful performance of a metaheuristic algorithm in handling a group of optimization problems is not a guarantee for the similar performance of that algorithm in handling other optimization problems. In fact, there is always a possibility that an algorithm may reach the global optimum in solving an optimization problem, but it will fail in solving another problem by becoming stuck in the local optimum. Therefore, there is no presumption of the success or failure of implementing an algorithm on an optimization problem. Based on the NFL theorem, it cannot be claimed that a unique metaheuristic algorithm is the best optimizer to solve all optimization problems. By keeping the studies of metaheuristic algorithms active, the NFL theorem motivates researchers to provide more effective solutions for optimization problems by designing newer algorithms. The authors of this paper are also motivated by the NFL theorem to design a new metaheuristic algorithm to solve optimization problems.
The innovation and novelty of this article is in the introduction of a new bio-inspired metaheuristic algorithm called the Lyrebird Optimization Algorithm (LOA) that has applications in dealing with optimization problems. The contributions of this paper are as follows:
  • LOA is introduced as mimicking the natural behavior of lyrebirds in the wild.
  • The fundamental inspiration of LOA is derived from the strategies of lyrebirds when they sense danger.
  • LOA theory is expressed and mathematically modeled in two phases of (i) exploration based on simulation of the escape strategy and (ii) exploitation based on simulation of the hiding strategy.
  • The performance of LOA was evaluated using the CEC 2017 test suite for problem dimensions of 10, 30, 50, and 100.
  • The performance of LOA in handling real-world applications was evaluated in handling twenty-two constrained optimization problems from the CEC 2011 test suite and four engineering design problems.
  • The results obtained from LOA were compared with the performance of twelve well-known metaheuristic algorithms.
The structure of the paper is as follows: A review of the literature is presented in Section 2. Then, the proposed Lyrebird Optimization Algorithm is introduced and modeled in Section 3. The simulation studies and results are presented in Section 4. The effectiveness of LOA in solving real-world applications is investigated in Section 5. Conclusions and suggestions for future research are provided in Section 6.

2. Literature Review

Metaheuristic algorithms are designed with inspiration from various natural phenomena, natural behaviors of living organisms in nature, biological sciences, physical concepts, human lifestyles, rules of games, and other evolutionary processes. Metaheuristic algorithms with respect to the main source of inspiration in the design are classified into five groups: swarm-based, evolutionary-based, physics-based, human-based, and game-based approaches.
Swarm-based metaheuristic algorithms are inspired in their design by the natural behavior of birds, insects, aquatic animals, reptiles, and other living organisms in nature. Among the most famous swarm-based metaheuristic algorithms are Particle Swarm Optimization (PSO) [25], Ant Colony Optimization (ACO) [26], Artificial Bee Colony (ABC) [27], and Firefly Algorithm (FA) [28]. PSO is inspired by the exploratory movement of birds and fish looking for food. ACO was introduced based on modeling the ability of ants to find the shortest communication path between the colony and the food location. ABC was designed based on simulating the activities of honey bees in a colony searching for food sources. FA was proposed inspired by optical communication between fireflies. The Grey Wolf Optimizer (GWO) was designed based on modeling the hierarchical leadership of gray wolves during hunting [29]. The strategy of pelicans while hunting was a source of inspiration in the design of the Pelican Optimization Algorithm (POA) [30]. The coatis’ strategy when hunting iguanas and their behavior when escaping from predators were employed in the design of Coati Optimization Algorithm (COA) [31]. Hunting strategy, foraging, chasing, migration, and digging are among the most characteristic natural behaviors in wildlife and have been the main source of inspiration in the design of swarm-based metaheuristic algorithms such as the Gazelle Optimization Algorithm (GOA) [32], Marine Predator Algorithm (MPA) [33], Nutcracker Optimization (NO) [34], Reptile Search Algorithm (RSA) [35], Sea-Horse Optimizer (SHO) [36], White Shark Optimizer (WSO) [37], Golden Jackal Optimization (GJO) [38], African Vultures Optimization Algorithm (AVOA) [39], Orca Predation Algorithm (OPA) [40], Tunicate Swarm Algorithm (TSA) [41], Whale Optimization Algorithm (WOA) [42], and Honey Badger Algorithm (HBA) [43].
Evolutionarily based metaheuristic algorithms are inspired in their design by biological sciences, genetics, concepts of natural selection, survival of the fittest, and evolutionary stochastic operators. The Genetic Algorithm (GA) [44] and Differential Evolution (DE) [45] are the most well-known algorithms of this group and were designed based on simulation of the reproduction process and the application of genetic concepts, Darwin’s theory of evolution, natural selection, and the random operators of mutation, crossover, and selection. The mechanism of the human body’s defense system against diseases and microbes was the source of inspiration in the design of Artificial Immune Systems (AISs) [46]. Some other evolutionarily based metaheuristic algorithms are the Cultural Algorithm (CA) [47], Genetic Programming (GP) [48], and Evolution Strategy (ES) [49].
Physics-based metaheuristic algorithms are inspired in their design by forces, laws of motion, transformations, and various concepts in physics. Simulated Annealing (SA) is one of the most widely used physics-based algorithms whose main design idea is derived from the metal annealing process in which metals are first melted under heat and then slowly cooled with the aim of achieving an ideal crystal [50]. Physical forces and Newton’s laws of motion were employed in designing algorithms such as the Momentum Search Algorithm (MSA) [51] inspired by momentum force, Gravitational Search Algorithm (GSA) inspired by gravitational attraction force [52], and Spring Search Algorithm (SSA) [53] inspired by the elastic force of a spring and Hooke’s law. Concepts of cosmology have been the source of inspiration in the design of the Multi-Verse Optimizer (MVO) [54] and Black Hole Algorithm (BHA) [55]. Some other physics-based metaheuristic algorithms are Nuclear Reaction Optimization (NRO) [56], Electro-Magnetism Optimization (EMO) [57], the Water Cycle Algorithm (WCA) [58], Equilibrium Optimizer (EO) [59], Thermal Exchange Optimization (TEO) [60], Henry Gas Optimization (HGO) [61], Archimedes Optimization Algorithm (AOA) [62], and Lichtenberg Algorithm (LA) [63].
Human-based metaheuristic algorithms are inspired in their design by human thoughts, choices, decisions, communication, interactions, and other activities. Teaching–Learning Based Optimization (TLBO) is one of the most well-known human-based algorithms whose design is based on the classroom learning environment and interactions between teachers and students and students with each other [64]. The Mother Optimization Algorithm (MOA) was introduced based on the modeling of Eshrat’s care of her children [65]. The holding of elections and the voting process were employed in the design of Election-Based Optimization Algorithm (EBOA) [66]. The process of driving education in school and interactions between instructors and applicants was the main idea in the design of Driving-Training-Based Optimization (DTBO) [67]. Collaboration between team members to address assigned tasks was the source of inspiration in the design of the Teamwork Optimization Algorithm (TOA) [68]. Some other human-based metaheuristic algorithms are the Gaining Sharing Knowledge-based Algorithm (GSK) [69], Skill Optimization Algorithm (SOA) [70], War Strategy Optimization (WSO) [71], Deep Sleep Optimizer (DSO) [72], Ali Baba and the Forty Thieves (AFT) [73], and Coronavirus Herd Immunity Optimizer (CHIO) [74].
Game-based metaheuristic algorithms are inspired in their design by the rules and behavior of players, coaches, referees and other effective people in various individual and team games. The Darts Game Optimizer (DGO) is one of the most famous game-based algorithms, designed with the inspiration of modeling the skill of players in throwing darts and collecting points in a game of darts [75]. Holding club matches in a league was employed in designing algorithms such as Football-Game-Based Optimization (FGBO) [76] and the Volleyball Premier League (VPL) [77]. The skill of the players in putting together the pieces of a puzzle was the main idea in the design of the Puzzle Optimization Algorithm (POA) [78]. Some other game-based metaheuristic algorithms are the Running City Game Optimizer (RCGO) [79], Tug of War Optimization (TWO) [80], Billiards Optimization Algorithm(BOA) [81], and Golf Optimization Algorithm (GOA) [82].
In addition to the mentioned classifications of metaheuristic algorithms, hybrid approaches have been developed based on the combination of two or more metaheuristic algorithms. The main motivation in hybrid approaches is to benefit from the advantages of several algorithms in the form of an integrated algorithm [83]. Among the hybrid approach, of note are hybrid PSO-GA [84], hybrid GA-PSO-TLBO [85], hybrid GWO-WOA [86], and hybrid TSA-PSO [87].
Although a hybrid approach is expected to perform better than the individual versions of its constituent algorithms, based on the NFL theorem, there is no guarantee for this issue. Also, hybrid approaches were developed in order to improve the performance of existing metaheuristic algorithms, but there is always a possibility that based on a different perspective on the types of emerging optimization problems in science and real-world applications, newer algorithms will be designed that have better performance than existing algorithms.
Based on the best knowledge obtained from our literature review, so far, no metaheuristic algorithm has been designed inspired by the natural behavior of lyrebirds in the wild. Meanwhile, the strategy of this bird when it feels danger is an intelligent process that can be the basis for designing an optimizer. Lyrebirds, when faced with danger, decide to run away or hide somewhere based on scanning their surroundings. In order to address this research gap in the studies of meta-heuristic algorithms, in this paper, a new bio-inspired metaheuristic algorithm based on the modeling of lyrebird strategy during their sensing of danger is introduced, which is discussed in the next section.
As explained in the introduction section, in order to manage an effective search process in the problem-solving space, a metaheuristic algorithm must have high ability in exploration, exploitation, and balancing them during the search process. In the design of LOA, taking into account the separate phases of updating based on the powers of exploration and exploitation, as well as how to manage them during iterations of the algorithm, an effort was made to achieve an effective and powerful search process in the problem-solving space in order to achieve suitable solutions for optimization problems.
In the design of the LOA, the exploration capability to manage the global search is modeled based on the simulation of the lyrebird’s escape strategy when faced with danger. In this strategy, the lyrebird flees to a random location in the wild. The modeling of this strategy leads to a global search in order to comprehensively scan the problem-solving space with the aim of preventing becoming stuck in local optima and discovering the main region including the global optima. According to this, LOA is expected to be effective in the exploration for global search in the problem-solving space.
In the LOA design, the exploitation ability to manage local search is modeled based on the simulation of the lyrebird’s hiding strategy when faced with danger. In this strategy, the lyrebird moves to a safe position to hide from the enemy by scanning its surroundings. The modeling of this strategy represents a local search with the aim of achieving better possible solutions for the given problem. Therefore, LOA is expected to perform well in exploitation for local search in the problem-solving space with the aim of achieving better solutions.
On the other hand, in order to balance exploration and exploitation in LOA, priority was given to exploration in the initial iterations so that by making extensive changes in the position of population members, the problem-solving space can be comprehensively scanned and promising areas can be discovered. Then, by increasing the iterations of the algorithm, by reducing the local search scope, priority is given to exploitation, so that based on a detailed scan around the obtained solutions and promising areas, the algorithm converges towards solutions close to the global optimum. Therefore, it is expected that the proposed LOA approach has good performance in exploration, exploitation, and balancing them during the search process in the problem-solving space so that it can achieve suitable solutions for optimization problems by managing an effective search process.

3. Lyrebird Optimization Algorithm

In this section, the inspiration of the proposed Lyrebird Optimization Algorithm (LOA) is expressed, then its mathematical modeling is presented in order to be used in optimization applications.

3.1. Inspiration of LOA

The lyrebird is a native Australian bird composed of two species, the Superb lyrebird and Albert’s lyrebird. This amazing bird is a member of the Menuridae family [88]. They are mostly noted for the striking beauty of the male bird’s huge tail when it is fanned out in a courtship display and their excellent ability to imitate artificial and natural sounds from their environment [89]. Lyrebirds have unique plumes of neutral-colored tailfeathers and are among Australia’s best-known native birds. The Superb lyrebird species has a length of 74–84 cm in females and 80–98 cm in males. Meanwhile, Albert’s lyrebird is a little smaller, such that the maximum size of the female is 84 cm and that of the male is 90 cm. Albert’s lyrebird species has smaller, less spectacular lyrate feathers than the Superb lyrebird, but are otherwise similar. They weigh about 0.93 kg, while Superb lyrebirds are slightly heavier at about 0.97 kg. An image of a lyrebird is shown in Figure 1.
One of the behavioral characteristics of the lyrebird is apparent when it senses potential danger. In this situation, this bird pauses, first scans its surroundings carefully, then either escapes from that environment or hides in a suitable place. Mathematical modeling of this strategy of lyrebirds during danger was employed in the design of the proposed LOA approach, which is discussed below.

3.2. Algorithm Initialization

The proposed LOA approach is a population-based metaheuristic algorithm where lyrebirds constitute the population. The LOA is able to provide suitable solutions for optimization problems in an iteration-based process by using the searching power of its members in the problem-solving space. Each lyrebird, as a LOA member, determines the values of the decision variables based on its position in the problem-solving space. Therefore, from a mathematical point of view, each lyrebird can be modeled using a vector so that each element of this vector represents a decision variable. LOA members together form the population of the algorithm, which can be mathematically modeled using a matrix according to Equation (1). The initial position of LOA members in the problem-solving space is initialized randomly using Equation (2).
X = X 1 X i X N N × m = x 1,1 x 1 , d x 1 , m x i , 1 x i , d x i , m x N , 1 x N , d x N , m N × m
x i , d = l b d + r · ( u b d l b d )
Here, X is the LOA population matrix, X i is the i th LOA member (candidate solution), x i , d is its d th dimension in search space (decision variable), N is the number of lyrebirds, m is the number of decision variables, r is a random number in interval 0 , 1 , l b d , and u b d are the lower bound and upper bound of the d th decision variable, respectively.
Considering that each LOA member is a candidate solution to the problem, corresponding to each LOA member, the objective function of the problem can be evaluated. Therefore, equal to the number of population members, the values for the objective function are available. The set of evaluated values for the objective function of the problem can be represented using a vector according to Equation (3).
F = F 1 F i F N N × 1 = F ( X 1 ) F ( X i ) F ( X N ) N × 1
Here, F is the vector of evaluated objective function and F i is the evaluated objective function based on the i th LOA member.
The evaluated values for the objective function are a suitable criterion for measuring the quality of the candidate solutions. According to this, the best evaluated value for the objective function corresponds to the best candidate solution (i.e., the best LOA member), and the worst evaluated value for the objective function corresponds to the worst candidate solution (i.e., the worst LOA member). Also, considering that in each iteration, the position of lyrebirds in the problem-solving space is updated, the best candidate solution should also be updated based on the comparison of the objective function value.

3.3. Mathematical Modelling of LOA

In the design of the proposed LOA approach, the position of the population members is updated in each iteration based on the mathematical modeling of the lyrebird strategy when sensing danger. Based on the decision of lyrebird in this situation, the population update process has two phases of (i) escaping and (ii) hiding.
In the design of LOA, the lyrebird’s decision-making process in order to choose one of the escape or hiding strategies during danger is simulated using Equation (4). Therefore, in each iteration, the position of each LOA member is updated only based on one of the first or second phases.
Update   process   for   X i : b a s e d   o n   P h a s e   1 ,     r p 0.5 b a s e d   o n   P h a s e   2 ,     e l s e  
Here, r p is a random number from the interval 0 ,   1 .

3.3.1. Phase 1: Escaping Strategy (Exploration Phase)

In this phase of LOA, the position of the population member is updated in the search space based on the modeling of the lyrebird’s escape from the danger position to the safe areas. Moving the lyrebird to the safe area leads to extensive changes in its position and scanning different areas in the problem-solving space, which indicates the exploration ability of LOA in global search. In LOA design, for each member, the position of other population members who have better objective function value are considered as safe areas. Therefore, the set of safe areas for each LOA member can be determined using Equation (5).
S A i = X k ,               F k < F i and k 1,2 , . . , N ,               where i = 1 , 2 , , N ,
Here, S A i is the set of safe areas for the i th lyrebird and X k is the k th row of X matrix, which has a better objective function value (i.e., F k ) than the i th LOA member (i.e., F k < F i ).
In the LOA design, it is assumed that the lyrebird randomly escapes to one of these safe areas. Based on the lyrebird displacement modeling in this phase, a new position is calculated for each LOA member using Equation (6). Then, if the value of the objective function is improved, this new position replaces the previous position of the corresponding member according to Equation (7).
x i , j P 1 = x i , j + r i , j · ( S S A i , j I i , j · x i , j ) ,
X i = X i P 1 , F i P 1 F i , X i , e l s e   ,
Here, S S A i is the selected safe area for i th lyrebird, S S A i , j is its j th dimension, X i P 1 is the new position calculated for the i th lyrebird based on escaping strategy of the proposed LOA, x i , j P 1 is its j th dimension, F i P 1 is its objective function value, r i , j are random numbers from the interval 0 ,   1 , and I i , j are numbers that are randomly selected as 1 or 2.

3.3.2. Phase 2: Hiding Strategy (Exploitation Phase)

In this phase of LOA, the position of the population member is updated in the search space based on the modeling strategy of the lyrebird to hide in its surrounding safe area. Accurately scanning the surrounding environment and moving with small steps in order to reach a suitable area for hiding leads to small changes in the lyrebird’s position, which indicates the exploitation ability of LOA in local search.
In LOA design, based on the modeling of the lyrebird’s movement towards the near-suitable area for hiding, a new position is calculated for each LOA member using Equation (8). This new position replaces the previous position of the corresponding member if it improves the value of the objective function according to Equation (9).
x i , j P 2 = x i , j + 1 2 r i , j · u b j l b j t
X i = X i P 2 , F i P 2 F i X i , e l s e
Here, X i P 2 is the new position calculated for the i th lyrebird based on the hiding strategy of the proposed LOA, x i , j P 2 is its j th dimension, F i P 2 is its objective function value, r i , j are random numbers from the interval 0 ,   1 , and t is the iteration counter.

3.4. Repetition Process, Pseudocode, and Flowchart of LOA

By updating the position of all lyrebirds, the first LOA iteration is completed. Then the algorithm enters the next iteration and the process of updating the LOA population based on Equations (4)–(9) continues until the last iteration of the algorithm. In each iteration, the best candidate solution is updated and saved. After the full implementation of LOA, the best candidate solution stored during the iterations of the algorithm is output as a solution to the problem. The implementation steps of LOA are presented as a flowchart in Figure 2 and its pseudocode in Algorithm 1. Based on the LOA flowchart, the work process is as follows: first, the problem information about the objective function, constraints, and decision variables is placed in the input of the algorithm. Then the number of population members and the number of iterations required to solve the given problem are set. The first step is the random generation of the initial population of the algorithm and its evaluation in the objective function of the problem. After the initialization stage, the algorithm enters the first iteration. Then the process of updating the position of the first lyrebird in the problem-solving space starts. As described in LOA modeling, the lyrebird has two strategies when faced with danger: (i) escape and (ii) hide. In LOA design, it is assumed that with equal probability each lyrebird chooses one of these two strategies randomly based on Equation (4). If the lyrebird chooses the escape strategy, its position in the problem-solving space is updated based on Equations (5)–(7). If the lyrebird chooses the hiding strategy, its position in the problem-solving space is updated based on Equations (8) and (9). So far, the position of the first lyrebird (i.e., population member) is successfully updated. Then, the position of other lyrebirds is updated in the problem-solving space in the same way as the process mentioned for updating the first lyrebird. After updating the position of all lyrebirds in the problem-solving space, at this stage, the first iteration of the algorithm is completed. Based on the comparison of the evaluated values for the objective function, the best candidate solution is obtained until this iteration is saved. Then the algorithm enters the next iteration and the process of updating lyrebirds in the problem-solving space proceeds similarly to the process mentioned for the first iteration and continues until the last iteration of the algorithm. After completing all the iterations of the algorithm, the best solution obtained during the iterations of the algorithm is placed in the output as a solution for the given problem. Here, the implementation of the algorithm ends successfully.
Algorithm 1. Pseudocode of LOA.
Start LOA.
1.Input problem information: variables, objective function, and constraints.
2.Set LOA population size (N) and iterations (T).
3.Generate the initial population matrix at random using Equation (2). x i , d l b d + r · ( u b d l b d )
4.Evaluate the objective function.
5.Determine the best candidate solution.
6.For   t = 1  to T
7.For  i = 1  to  N
8. Determine the type of lyrebird defense strategy against predator attack using Equation (4). X i b a s e d   o n   P h a s e   1 ,     r p 0.5 b a s e d   o n   P h a s e   2 ,     e l s e  
9.if  r p 0.5  (chose Phase 1)
10. Determine candidate safe areas for ith lyrebird based on Equation (5). S A i X k ,   F k < F i     and   k     1,2 , . . , N
11. Calculate the new position of the i th LOA member using Equation (6). x i , j P 1 x i , j + r i , j   · ( S S A i , j I i , j · x i , j ) ,    
12. Update ith LOA member using Equation (7). X i X i P 1 , F i P 1 < F i X i , e l s e
13. else (chose Phase 2)
14.   Calculate the new position of the i th LOA member using Equation (8). x i , j P 2 x i , j + 1 2   r i , j ·   u b j l b j t    
15. Update ith LOA member using Equation (9). X i X i P 2 , F i P 2 < F i X i , e l s e
16.end (if)
17.end (For   i = 1  to  N )
18.Save the best candidate solution so far.
19.end (For   t = 1  to T)
20. Output the best quasi-optimal solution obtained with the LOA.
End LOA.

3.5. Computational Complexity of LOA

In this subsection, the computational complexity of the proposed LOA approach, including the time complexity and space complexity, is evaluated.
The time complexity of LOA is affected by the initialization process, calculating the objective function, and population updating as follows:
  • The preparation and initialization steps of LOA have a time complexity equal to O(Nm), where N is the number of lyrebirds in the population and m is the number of decision variables of the problem.
  • In each iteration, the objective function is calculated corresponding to each lyrebird. Therefore, calculating the objective function has a time complexity equal to O(NT), where T is the maximum number of LOA iterations.
  • In each iteration, each lyrebird is randomly updated based on one of the escape or hiding phases. Therefore, the lyrebird update process has a time complexity equal to O(NmT).
Therefore, the total time complexity of the proposed LOA approach is equal to O(N(T(1 + m) + m)), which can be simplified to O(Nm(1 + T)).
The space complexity of the LOA is O(Nm), which is considered the maximum amount of space in its initialization process.

4. Simulation Studies and Results

In this section, the capability of the proposed LOA approach was tested in dealing with optimization issues. In this regard, the CEC 2017 test suite was employed for problem dimensions of 10, 30, 50, and 100.

4.1. Performance Comparison and Experimental Setting

With the aim of measuring the effectiveness of LOA in providing suitable solutions for optimization problems, the results obtained from it were compared with the performance of twelve famous metaheuristic algorithms: GA [44], PSO [25], GSA [52], TLBO [64], MVO [54], GWO [29], WOA [42], MPA [33], TSA [41], RSA [35], AVOA [39], and WSO [37]. The values of the control parameters of the metaheuristic algorithms are specified in Table 1. In handling the CEC 2017 test suite, the LOA approach and each of the competitor algorithms were implemented in 51 independent runs, where each independent run included 10,000 · m ( m is the number of variables) of FEs and a population size of 30. The simulation results are reported using six statistical indicators: mean, best, worst, standard deviation (std), median, and rank. In order to rank the metaheuristic algorithms in handling each of the benchmark functions, the mean criterion is used.

4.2. Evaluation CEC 2017 Test Suite

In this subsection, the performance of LOA and competitor algorithms was evaluated in solving the CEC 2017 test suite for problem dimensions equal to 10, 30, 50, and 100. The CEC 2017 test suite has thirty benchmark functions consisting of (i) three unimodal functions of C17-F1 to C17-F3, (ii) seven multimodal functions of C17-F4 to C17-F10, (iii) ten hybrid functions of C17-F11 to C17-F20, and (iv) ten composition functions of C17-F21 to C17-F30. From this test suite, function C17-F2 was excluded from the simulation studies due to its unstable behavior. Comprehensive and detailed information on the CEC 2017 test suite is available in [90].
The optimization results of the CEC 2017 test suite using the proposed LOA approach and competitor algorithms are reported in Table 2, Table 3, Table 4 and Table 5. The boxplot diagrams extracted from the performance of the metaheuristic algorithms are plotted in Figure 3, Figure 4, Figure 5 and Figure 6. Based on the obtained simulation results, in handling the CEC 2017 test suite for the problem dimension equal to 10 (m = 10), the proposed LOA approach is the first best optimizer in order to solve the functions C17-F1, C17-F3 to C17-F21, C17-F23, C17-F24, and C17-F27 to C17-F30. For a problem dimension equal to 30 (m = 30), the proposed LOA approach is the first best optimizer for functions C17-F1, C17-F3 to C17-F22, C17-F24, C17-F25, and C17-F27 to C17-F30. For a problem dimension equal to 50 (m = 50), the proposed LOA approach is the first best optimizer for functions C17-F1, C17-F3 to C17-F25, and C17-F27 to C17-F30. For a problem dimension equal to 100 (m = 100), the proposed LOA approach is the first best optimizer for functions C17-F1, and C17-F3 to C17-F30.
What can be concluded from the optimization results is that LOA is able to provide an effective solution for the CEC 2017 test suite with proper efficiency in exploration, exploitation, and balancing them during the search process. The simulation results show that LOA provides better results in most of the benchmark functions and obtains the rank of the first best optimizer, indicating superior performance compared to the competitor algorithms in handling the CEC 2017 test suite for problem dimensions equal to 10, 30, 50, and 100.

4.3. Statistical Analysis

In this subsection, we investigated whether the proposed LOA approach has a significant statistical superiority compared to the competitor algorithms or not by implementing an analytical analysis on the results obtained from the metaheuristic algorithms. In this regard, the Wilcoxon rank sum test [91], which is a non-parametric test used to determine the significant difference between the averages of two data samples, was employed. In this test, the presence or absence of a significant difference is determined using a criterion called p-value.
The results of applying the Wilcoxon rank sum test on the performance of LOA and competitor algorithms are reported in Table 6. Based on the results obtained from the statistical analysis, in cases where the p-value is less than 0.5, the proposed LOA approach has a significant statistical superiority in competition with the corresponding algorithms. The Wilcoxon rank sum test results shows that LOA has significant statistical superiority in handling the CEC 2017 test suite for problem dimensions equal to 10, 30, 50, and 100 compared to all twelve competitor algorithms.

4.4. Discussion

The proposed LOA approach is a population-based meta-heuristic algorithm of random problem-solving approaches for solving optimization problems. LOA is able to provide suitable solutions for optimization problems in an iteration-based process based on the searching power of its members in the problem-solving space. In order to manage an optimal random search process, LOA must have adequate power in exploitation, exploration, and also balancing them during the search process.
Because unimodal functions lack local optima, they are suitable options for evaluating the exploitation ability of metaheuristic algorithms in local search management. The C17-F1 and C17-F3 functions in the CEC 2017 test suite are the unimodal type. Based on the optimization results of these functions for problem dimensions equal to 10, 30, 50, and 100 reported in Table 2, Table 3, Table 4 and Table 5, LOA was the first best optimization for these functions. An analysis of the simulation results shows that LOA provided superior performance in competition with the competitor algorithms by achieving better results in handling unimodal functions. The analysis of the simulation results and the performance of metaheuristic algorithms in handling unimodal functions shows that LOA with high exploitation ability was able to search the problem-solving space well at the local level and achieve suitable solutions for these functions.
Because multimodal functions have several local optima, they are suitable options to evaluate the exploration ability of metaheuristic algorithms in global search management. Functions C17-F4 to C17-F10 in the CEC 2017 test suite are of the multimodal type. Based on the optimization results of these functions presented in Table 2, Table 3, Table 4 and Table 5, LOA provided effective performance in handling multimodal functions for problem dimensions equal to 10, 30, 50, and 100. Based on the simulation results, it is evident that LOA provided superior performance compared to the competitor algorithms by providing better results for solving multimodal functions. What is evident from the analysis of the simulation results and the performance of the metaheuristic algorithms in handling multimodal functions is that LOA, with its high exploration ability, is able to manage the global search in the problem-solving space well, and while avoiding becoming stuck in local optima, it can achieve suitable solutions for optimization problems.
Functions C17-F11 to C17-F30 in the CEC 2017 test suite were selected from the type of complex optimization problems in order to evaluate the ability of metaheuristic algorithms in balancing exploration and exploitation during the search process in the problem-solving space. The simulation results of the C17-F11 to C17-F30 functions, which are reported in Table 2, Table 3, Table 4 and Table 5, show that LOA, by creating a balance between exploration and exploitation, firstly by managing the global search was able to find the main region containing the main optimum, and secondly by managing local search converged towards suitable solutions close to the global optimum. Based on the optimization results of these functions for problem dimensions equal to 10, 30, 50, and 100, LOA was the first best optimizer in most of these functions. What is concluded from the analysis of the simulation results is that LOA, with high ability in balancing exploration and exploitation, provided superior performance in handling the complex optimization problems C17-F4 to C17-F30 in competition with competitor algorithms.
The main findings from the analysis of the simulation results are that LOA has high ability in exploitation in managing the local search based on the optimization results of the C17-F1 and C17-F3 functions, has high ability in exploration in managing the global search based on the optimization results of the functions C17-F4 to C17-F10, and has a high ability to balance exploration and exploitation based on the optimization results of the C17-F11 to C17-F30 functions.
Although the analysis and comparison of the performance of metaheuristic algorithms using statistical indicators provides valuable information, the statistical analysis clearly shows whether the superiority of an algorithm over other algorithms is significant from a statistical point of view. The results of the statistical analysis obtained from the Wilcoxon rank sum test reported in Table 6 confirm that the proposed LOA approach has significant statistical superiority in handling the CEC 2017 test suite for problem dimensions equal to 10, 30, 50, and 100 in competition with all twelve competitor algorithms.

5. LOA for Real-World Applications

In this section, the capability of the proposed LOA approach in solving optimization tasks in real-world applications is challenged. For this purpose, twenty-two real-world constrained optimization problems from the CEC 2011 test suite and four engineering design problems were selected.

5.1. Evaluation of CEC 2011 Test Suite

In this subsection, the effectiveness of LOA and competitor algorithms in handling the CEC 2011 test suite is analyzed. This test suite consists of twenty-two constrained optimization problems from real-world applications. A full description and detailed details of the CEC 2011 test suite are provided in [92].
The optimization results of the CEC 2011 test suite using LOA and competitor algorithms are reported in Table 7. The boxplot diagrams obtained from the performance of the mentioned algorithms are plotted in Figure 7. Based on the optimization results, it is evident that the LOA, with high ability in exploration, exploitation, and balancing them during the search process was able to provide effective solutions for the CEC 2011 test suite. Also, the analysis of the simulation results shows that LOA, by providing better results to solve the optimization problems C11-F1 to C11-F22 and in total becoming the rank of the first best optimizer, provided superior performance compared to the competitor algorithms. The results obtained from the Wilcoxon rank sum test confirm that LOA has significant statistical superiority compared to the competitor algorithms in handling the CEC 2011 test suite.

5.2. Pressure Vessel Design Problem

Pressure vessel design is a real-world application with the schematic shown in Figure 8, where the main goal in this design is to minimize construction cost. The mathematical model of pressure vessel design is as follows [93]:
Consider: X = x 1 ,   x 2 ,   x 3 ,   x 4 = T s ,   T h ,   R ,   L .
Minimize: f x = 0.6224 x 1 x 3 x 4 + 1.778 x 2 x 3 2 + 3.1661 x 1 2 x 4 + 19.84 x 1 2 x 3 .
Subject to:
g 1 x = x 1 + 0.0193 x 3     0 ,   g 2 x = x 2 + 0.00954 x 3   0 ,
g 3 x = π x 3 2 x 4 4 3 π x 3 3 + 1296000   0 ,   g 4 x = x 4 240     0 .
with
0 x 1 , x 2 100   and   10 x 3 , x 4 200 .
The optimization results of pressure vessel design using the proposed LOA approach and competitor algorithms are reported in Table 8 and Table 9. The convergence curve of LOA during pressure vessel design optimization is presented in Figure 9. Based on the simulation results, LOA provided the optimal design with design variable values equal to (0.7780271, 0.3845792, 40.312284, 200) and the value of the objective function equal to (5882.9013). An analysis of the simulation results shows that LOA provided more effective performance in pressure vessel design by providing better results for design variables and statistical indicators.

5.3. Speed Reducer Design Problem

Speed reducer design is a real-world subject with the schematic shown in Figure 10, where the main goal in this design is to minimize the weight of the speed reducer. The mathematical model of speed reducer design is as follows [94,95]:
Consider: X = x 1 , x 2 , x 3 , x 4 , x 5 , x 6 , x 7 = b , m , p , l 1 , l 2 , d 1 , d 2 .
Minimize: f x = 0.7854 x 1 x 2 2 3.3333 x 3 2 + 14.9334 x 3 43.0934 1.508 x 1 x 6 2 + x 7 2 + 7.4777 x 6 3 + x 7 3 + 0.7854 ( x 4 x 6 2 + x 5 x 7 2 ) .
Subject to:
g 1 x = 27 x 1 x 2 2 x 3 1 0 , g 2 x = 397.5 x 1 x 2 2 x 3 1 0 ,
g 3 x = 1.93 x 4 3 x 2 x 3 x 6 4 1 0 , g 4 x = 1.93 x 5 3 x 2 x 3 x 7 4 1 0 ,
g 5 x = 1 110 x 6 3 745 x 4 x 2 x 3 2 + 16.9 × 10 6 1 0 ,
g 6 ( x ) = 1 85 x 7 3 745 x 5 x 2 x 3 2 + 157.5 × 10 6 1 0 ,
g 7 x = x 2 x 3 40 1 0 , g 8 x = 5 x 2 x 1 1 0 ,
g 9 x = x 1 12 x 2 1 0 , g 10 x = 1.5 x 6 + 1.9 x 4 1 0 ,
with
2.6 x 1 3.6 , 0.7 x 2 0.8 , 17 x 3 28 , 7.3 x 4 8.3 , 7.8 x 5 8.3 , 2.9 x 6 3.9 , and 5 x 7 5.5 .
The results of using the proposed LOA approach and competitor algorithms in dealing with the speed reducer design problem are published in Table 10 and Table 11. The convergence process of LOA towards the optimal solution for the speed reducer design problem is presented in Figure 11. Based on the simulation results, LOA provided the optimal design with the design variable values equal to (3.5, 0.7, 17, 7.3, 7.8, 3.3502147, 5.2866832) and the value of the objective function equal to (2996.3482). What is evident from the comparison of the simulation results is that LOA, by providing better results while obtaining the rank of the first best optimizer, provided superior performance compared to the competitor algorithms in optimizing speed reducer design.

5.4. Welded Beam Design

Welded beam design is a real-world constrained optimization problem with the schematic shown in Figure 12, where the main goal in this design is to minimize the fabrication cost of the welded beam. The mathematical model of welded beam design is as follows [42]:
Consider: X = x 1 ,   x 2 ,   x 3 ,   x 4 = h ,   l ,   t ,   b .
Minimize: f ( x ) = 1.10471 x 1 2 x 2 + 0.04811 x 3 x 4   ( 14.0 + x 2 ) .
Subject to:
g 1 x = τ x 13600     0 ,   g 2 x = σ x 30000     0 ,
g 3 x = x 1 x 4   0 ,   g 4 ( x ) = 0.10471 x 1 2 + 0.04811 x 3 x 4   ( 14 + x 2 ) 5.0     0 ,
g 5 x = 0.125 x 1   0 ,   g 6 x = δ   x 0.25     0 ,
g 7 x = 6000 p c   x   0 .
where
τ x = τ 2 + 2 τ τ x 2 2 R + τ 2   ,   τ = 6000 2 x 1 x 2 ,   τ = M R J ,
M = 6000 14 + x 2 2 ,   R = x 2 2 4 + x 1 + x 3 2 2 ,
J = 2 x 1 x 2 2 x 2 2 12 + x 1 + x 3 2 2   ,   σ x = 504000 x 4 x 3 2   ,
δ   x = 65856000 30 · 1 0 6 x 4 x 3 3   ,   p c   x = 4.013 30 · 1 0 6 x 3 2 x 4 6 36 196 1 x 3 28 30 · 1 0 6 4 ( 12 · 1 0 6 )   .
with
0.1 x 1 ,   x 4 2   and 0.1 x 2 ,   x 3 10 .
The results of employing the proposed LOA approach and competitor algorithms to deal with welded beam design are presented in Table 12 and Table 13. The convergence curve of LOA while achieving the optimal design for welded beam problem is drawn in Figure 13. Based on the simulation results, LOA has provided the optimal design with the design variable values equal to (0.2057296, 3.4704887, 9.0366239, 0.2057296) and the value of the objective function equal to (1.7246798). The comparison of the simulation results indicates that LOA, by providing better results for design variables and statistical indicators, provided superior performance compared to competitor algorithms in addressing welded beam design.

5.5. Tension/Compression Spring Design

Tension/compression spring design is a real-world application with the schematic shown in Figure 14, where the main goal in this design is to minimize the weight of a tension/compression spring. The mathematical model of a tension/compression spring design is as follows [42]:
Consider:  X = x 1 ,   x 2 ,   x 3   = d ,   D ,   P .
Minimize:  f x = x 3 + 2 x 2 x 1 2 .
Subject to:
g 1 x = 1 x 2 3 x 3 71785 x 1 4     0 ,   g 2 x = 4 x 2 2 x 1 x 2 12566 ( x 2 x 1 3 ) + 1 5108 x 1 2 1   0 ,
g 3 x = 1 140.45 x 1 x 2 2 x 3   0 , g 4 x = x 1 + x 2 1.5 1     0 .
with
0.05 x 1 2 ,   0.25 x 2 1.3   and   2   x 3 15
The implementation results of the proposed LOA approach and competitor algorithms on the tension/compression spring design problem are reported in Table 14 and Table 15. The convergence process of LOA while achieving the optimal design for the tension/compression spring problem is shown in Figure 15. Based on the simulation results, LOA provided the optimal design with the design variable values equal to (0.0516891, 0.3567177, 11.288966) and the value of the objective function equal to (0.0126019). What can be concluded from the simulation results is that the proposed LOA approach, by providing better results, provided superior performance compared to competitor algorithms in dealing with the tension/compression spring design problem.

6. Conclusions and Future Works

In this paper, a new bio-inspired metaheuristic algorithm named the Lyrebird Optimization Algorithm (LOA) that imitates the natural behavior of lyrebirds in the wild was introduced. The fundamental inspiration of LOA is derived from the strategy of lyrebirds when faced with danger, where this bird decides to run away or hide somewhere by examining its surroundings. LOA theory was expressed and mathematically modeled in two phases: (i) exploration based on simulation of the lyrebird escape strategy and (ii) exploitation based on simulation of the lyrebird hiding strategy. The efficiency of LOA in dealing with optimization tasks was challenged in order to optimize the CEC 2017 test suite for problem dimensions equal to 10, 30, 50, and 100. The optimization results indicate the high power of LOA in managing exploration, exploitation, and balancing them in the search process. In order to measure the quality of LOA in optimization, its performance was compared with the performance of twelve well-known metaheuristic algorithms. The simulation results show that LOA has superior performance compared to competitor algorithms by providing better results in most of the benchmark functions. A statistical analysis shows that this superiority of LOA is also significant from a statistical point of view. In addition, the implementation of LOA on twenty-two constrained optimization problems from the CEC 2011 test suite and four engineering design problems shows the capability of the proposed approach in handling real-world applications.
After the introduction of LOA, several research tasks are proposed for future studies. The development of binary and multi-objective versions of the proposed LOA approach are the most significant suggestions of this study for future work. Employing LOA in order to solve optimization problems in different sciences and real-world applications are other research potentials of the proposed approach for future works.

Author Contributions

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

Funding

This study was funded by the Science Committee of the Ministry of Science and Higher Education of the Republic of Kazakhstan (grant no. APAP19674517).

Institutional Review Board Statement

Not applicable.

Data Availability Statement

Not applicable.

Acknowledgments

The authors thank the International University of Information Technologies for support.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Zhao, S.; Zhang, T.; Ma, S.; Chen, M. Dandelion Optimizer: A nature-inspired metaheuristic algorithm for engineering applications. Eng. Appl. Artif. Intell. 2022, 114, 105075. [Google Scholar] [CrossRef]
  2. Sergeyev, Y.D.; Kvasov, D.; Mukhametzhanov, M. On the efficiency of nature-inspired metaheuristics in expensive global optimization with limited budget. Sci. Rep. 2018, 8, 453. [Google Scholar] [CrossRef]
  3. Liberti, L.; Kucherenko, S. Comparison of deterministic and stochastic approaches to global optimization. Int. Trans. Oper. Res. 2005, 12, 263–285. [Google Scholar] [CrossRef]
  4. Koc, I.; Atay, Y.; Babaoglu, I. Discrete tree seed algorithm for urban land readjustment. Eng. Appl. Artif. Intell. 2022, 112, 104783. [Google Scholar] [CrossRef]
  5. Kokangul, A. A combination of deterministic and stochastic approaches to optimize bed capacity in a hospital unit. Comput. Methods Programs Biomed. 2008, 90, 56–65. [Google Scholar] [CrossRef] [PubMed]
  6. Mohammadi-Balani, A.; Nayeri, M.D.; Azar, A.; Taghizadeh-Yazdi, M. Golden eagle optimizer: A nature-inspired metaheuristic algorithm. Comput. Ind. Eng. 2021, 152, 107050. [Google Scholar] [CrossRef]
  7. De Armas, J.; Lalla-Ruiz, E.; Tilahun, S.L.; Voß, S. Similarity in metaheuristics: A gentle step towards a comparison methodology. Nat. Comput. 2022, 21, 265–287. [Google Scholar] [CrossRef]
  8. Dehghani, M.; Montazeri, Z.; Dehghani, A.; Malik, O.P.; Morales-Menendez, R.; Dhiman, G.; Nouri, N.; Ehsanifar, A.; Guerrero, J.M.; Ramirez-Mendoza, R.A. Binary spring search algorithm for solving various optimization problems. Appl. Sci. 2021, 11, 1286. [Google Scholar] [CrossRef]
  9. Ghorpade, S.; Zennaro, M.; Chaudhari, B.S. Towards green computing: Intelligent bio-inspired agent for IoT-enabled wireless sensor networks. Int. J. Sens. Netw. 2021, 35, 121–131. [Google Scholar] [CrossRef]
  10. Ghorpade, S.N.; Zennaro, M.; Chaudhari, B.S. IoT-based hybrid optimized fuzzy threshold ELM model for localization of elderly persons. Expert Syst. Appl. 2021, 184, 115500. [Google Scholar] [CrossRef]
  11. Ghorpade, S.N.; Zennaro, M.; Chaudhari, B.S. GWO model for optimal localization of IoT-enabled sensor nodes in smart parking systems. IEEE Trans. Intell. Transp. Syst. 2020, 22, 1217–1224. [Google Scholar] [CrossRef]
  12. Ghorpade, S.N.; Zennaro, M.; Chaudhari, B.S.; Saeed, R.A.; Alhumyani, H.; Abdel-Khalek, S. Enhanced differential crossover and quantum particle swarm optimization for IoT applications. IEEE Access 2021, 9, 93831–93846. [Google Scholar] [CrossRef]
  13. Ghorpade, S.N.; Zennaro, M.; Chaudhari, B.S.; Saeed, R.A.; Alhumyani, H.; Abdel-Khalek, S. A novel enhanced quantum PSO for optimal network configuration in heterogeneous industrial IoT. IEEE Access 2021, 9, 134022–134036. [Google Scholar] [CrossRef]
  14. Baburaj, E. Comparative Analysis of Bio-Inspired Optimization Algorithms in Neural Network-Based Data Mining Classification. Int. J. Swarm Intell. Res. IJSIR 2022, 13, 25. [Google Scholar]
  15. Toloueiashtian, M.; Golsorkhtabaramiri, M.; Rad, S.Y.B. An improved whale optimization algorithm solving the point coverage problem in wireless sensor networks. Telecommun. Syst. 2022, 79, 417–436. [Google Scholar] [CrossRef]
  16. Singh, H.; Rai, V.; Kumar, N.; Dadheech, P.; Kotecha, K.; Selvachandran, G.; Abraham, A. An enhanced whale optimization algorithm for clustering. Multimed. Tools Appl. 2023, 82, 4599–4618. [Google Scholar] [CrossRef]
  17. Nguyen-Trang, T.; Nguyen-Thoi, T.; Nguyen-Thi, K.-N.; Vo-Van, T. Balance-driven automatic clustering for probability density functions using metaheuristic optimization. Int. J. Mach. Learn. Cybern. 2023, 14, 1063–1078. [Google Scholar] [CrossRef]
  18. Karim, F.K.; Khafaga, D.S.; Eid, M.M.; Towfek, S.; Alkahtani, H.K. A Novel Bio-Inspired Optimization Algorithm Design for Wind Power Engineering Applications Time-Series Forecasting. Biomimetics 2023, 8, 321. [Google Scholar] [CrossRef]
  19. Sayed, E.A.; Sameh, M.A.; Attia, M.A.; Badr, A.O. Enhancement of PV performance by using hybrid TLBO-EO optimization. Ain Shams Eng. J. 2023, 14, 101892. [Google Scholar] [CrossRef]
  20. Shaikh, M.S.; Raj, S.; Babu, R.; Kumar, S.; Sagrolikar, K. A hybrid moth-flame algorithm with particle swarm optimization with application in power transmission and distribution. Decis. Anal. J. 2023, 6, 100182. [Google Scholar] [CrossRef]
  21. Seyyedabbasi, A. Binary Sand Cat Swarm Optimization Algorithm for Wrapper Feature Selection on Biological Data. Biomimetics 2023, 8, 310. [Google Scholar] [CrossRef]
  22. Nssibi, M.; Manita, G.; Korbaa, O. Advances in nature-inspired metaheuristic optimization for feature selection problem: A comprehensive survey. Comput. Sci. Rev. 2023, 49, 100559. [Google Scholar] [CrossRef]
  23. Trojovská, E.; Dehghani, M.; Trojovský, P. Zebra Optimization Algorithm: A New Bio-Inspired Optimization Algorithm for Solving Optimization Algorithm. IEEE Access 2022, 10, 49445–49473. [Google Scholar] [CrossRef]
  24. Wolpert, D.H.; Macready, W.G. No free lunch theorems for optimization. IEEE Trans. Evol. Comput. 1997, 1, 67–82. [Google Scholar] [CrossRef]
  25. Kennedy, J.; Eberhart, R. Particle Swarm Optimization. In Proceedings of ICNN’95—International Conference on Neural Networks, Perth, WA, Australia, 27 November–1 December 1995; IEEE: Perth, WA, Australia, 1995; Volume 4, pp. 1942–1948. [Google Scholar]
  26. Dorigo, M.; Maniezzo, V.; Colorni, A. Ant system: Optimization by a colony of cooperating agents. IEEE Trans. Syst. Man Cybern. Part B Cybern. 1996, 26, 29–41. [Google Scholar] [CrossRef] [PubMed]
  27. Karaboga, D.; Basturk, B. Artificial Bee Colony (ABC) Optimization Algorithm For Solving Constrained Optimization Problems. In Proceedings of the International Fuzzy Systems Association World Congress, Cancun, Mexico, 18–21 June 2007; Springer: Berlin/Heidelberg, Germany, 2007; pp. 789–798. [Google Scholar]
  28. Yang, X.-S. Firefly algorithm, stochastic test functions and design optimisation. Int. J. Bio-Inspired Comput. 2010, 2, 78–84. [Google Scholar] [CrossRef]
  29. Mirjalili, S.; Mirjalili, S.M.; Lewis, A. Grey Wolf Optimizer. Adv. Eng. Softw. 2014, 69, 46–61. [Google Scholar] [CrossRef]
  30. Trojovský, P.; Dehghani, M. Pelican Optimization Algorithm: A Novel Nature-Inspired Algorithm for Engineering Applications. Sensors 2022, 22, 855. [Google Scholar] [CrossRef]
  31. Dehghani, M.; Montazeri, Z.; Trojovská, E.; Trojovský, P. Coati Optimization Algorithm: A new bio-inspired metaheuristic algorithm for solving optimization problems. Knowl. Based Syst. 2023, 259, 110011. [Google Scholar] [CrossRef]
  32. Agushaka, J.O.; Ezugwu, A.E.; Abualigah, L. Gazelle optimization algorithm: A novel nature-inspired metaheuristic optimizer. Neural Comput. Appl. 2023, 35, 4099–4131. [Google Scholar] [CrossRef]
  33. Faramarzi, A.; Heidarinejad, M.; Mirjalili, S.; Gandomi, A.H. Marine Predators Algorithm: A nature-inspired metaheuristic. Expert Syst. Appl. 2020, 152, 113377. [Google Scholar] [CrossRef]
  34. Abdel-Basset, M.; Mohamed, R.; Jameel, M.; Abouhawwash, M. Nutcracker optimizer: A novel nature-inspired metaheuristic algorithm for global optimization and engineering design problems. Knowl. Based Syst. 2023, 262, 110248. [Google Scholar] [CrossRef]
  35. Abualigah, L.; Abd Elaziz, M.; Sumari, P.; Geem, Z.W.; Gandomi, A.H. Reptile Search Algorithm (RSA): A nature-inspired meta-heuristic optimizer. Expert Syst. Appl. 2022, 191, 116158. [Google Scholar] [CrossRef]
  36. Zhao, S.; Zhang, T.; Ma, S.; Wang, M. Sea-horse optimizer: A novel nature-inspired meta-heuristic for global optimization problems. Appl. Intell. 2023, 53, 11833–11860. [Google Scholar] [CrossRef]
  37. Braik, M.; Hammouri, A.; Atwan, J.; Al-Betar, M.A.; Awadallah, M.A. White Shark Optimizer: A novel bio-inspired meta-heuristic algorithm for global optimization problems. Knowl. Based Syst. 2022, 243, 108457. [Google Scholar] [CrossRef]
  38. Chopra, N.; Ansari, M.M. Golden Jackal Optimization: A Novel Nature-Inspired Optimizer for Engineering Applications. Expert Syst. Appl. 2022, 198, 116924. [Google Scholar] [CrossRef]
  39. Abdollahzadeh, B.; Gharehchopogh, F.S.; Mirjalili, S. African vultures optimization algorithm: A new nature-inspired metaheuristic algorithm for global optimization problems. Comput. Ind. Eng. 2021, 158, 107408. [Google Scholar] [CrossRef]
  40. Jiang, Y.; Wu, Q.; Zhu, S.; Zhang, L. Orca predation algorithm: A novel bio-inspired algorithm for global optimization problems. Expert Syst. Appl. 2022, 188, 116026. [Google Scholar] [CrossRef]
  41. Kaur, S.; Awasthi, L.K.; Sangal, A.L.; Dhiman, G. Tunicate Swarm Algorithm: A new bio-inspired based metaheuristic paradigm for global optimization. Eng. Appl. Artif. Intell. 2020, 90, 103541. [Google Scholar] [CrossRef]
  42. Mirjalili, S.; Lewis, A. The whale optimization algorithm. Adv. Eng. Softw. 2016, 95, 51–67. [Google Scholar] [CrossRef]
  43. Hashim, F.A.; Houssein, E.H.; Hussain, K.; Mabrouk, M.S.; Al-Atabany, W. Honey Badger Algorithm: New metaheuristic algorithm for solving optimization problems. Math. Comput. Simul. 2022, 192, 84–110. [Google Scholar] [CrossRef]
  44. Goldberg, D.E.; Holland, J.H. Genetic Algorithms and Machine Learning. Mach. Learn. 1988, 3, 95–99. [Google Scholar] [CrossRef]
  45. 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]
  46. De Castro, L.N.; Timmis, J.I. Artificial immune systems as a novel soft computing paradigm. Soft Comput. 2003, 7, 526–544. [Google Scholar] [CrossRef]
  47. Reynolds, R.G. An Introduction to Cultural Algorithms. In Proceedings of the Third Annual Conference on Evolutionary Programming, San Diego, CA, USA, 24–26 February 1994; World Scientific: Singapore, 1994; pp. 131–139. [Google Scholar]
  48. Koza, J.R.; Koza, J.R. Genetic Programming: On the Programming of Computers by Means of Natural Selection; MIT Press: Cambridge, MA, USA, 1992; Volume 1. [Google Scholar]
  49. Beyer, H.-G.; Schwefel, H.-P. Evolution strategies—A comprehensive introduction. Nat. Comput. 2002, 1, 3–52. [Google Scholar] [CrossRef]
  50. Kirkpatrick, S.; Gelatt, C.D.; Vecchi, M.P. Optimization by simulated annealing. Science 1983, 220, 671–680. [Google Scholar] [CrossRef]
  51. Dehghani, M.; Samet, H. Momentum search algorithm: A new meta-heuristic optimization algorithm inspired by momentum conservation law. SN Appl. Sci. 2020, 2, 1720. [Google Scholar] [CrossRef]
  52. Rashedi, E.; Nezamabadi-Pour, H.; Saryazdi, S. GSA: A gravitational search algorithm. Inf. Sci. 2009, 179, 2232–2248. [Google Scholar] [CrossRef]
  53. Dehghani, M.; Montazeri, Z.; Dhiman, G.; Malik, O.; Morales-Menendez, R.; Ramirez-Mendoza, R.A.; Dehghani, A.; Guerrero, J.M.; Parra-Arroyo, L. A spring search algorithm applied to engineering optimization problems. Appl. Sci. 2020, 10, 6173. [Google Scholar] [CrossRef]
  54. Mirjalili, S.; Mirjalili, S.M.; Hatamlou, A. Multi-verse optimizer: A nature-inspired algorithm for global optimization. Neural Comput. Appl. 2016, 27, 495–513. [Google Scholar] [CrossRef]
  55. Hatamlou, A. Black hole: A new heuristic optimization approach for data clustering. Inf. Sci. 2013, 222, 175–184. [Google Scholar] [CrossRef]
  56. Wei, Z.; Huang, C.; Wang, X.; Han, T.; Li, Y. Nuclear reaction optimization: A novel and powerful physics-based algorithm for global optimization. IEEE Access 2019, 7, 66084–66109. [Google Scholar] [CrossRef]
  57. Cuevas, E.; Oliva, D.; Zaldivar, D.; Pérez-Cisneros, M.; Sossa, H. Circle detection using electro-magnetism optimization. Inf. Sci. 2012, 182, 40–55. [Google Scholar] [CrossRef]
  58. Eskandar, H.; Sadollah, A.; Bahreininejad, A.; Hamdi, M. Water cycle algorithm—A novel metaheuristic optimization method for solving constrained engineering optimization problems. Comput. Struct. 2012, 110, 151–166. [Google Scholar] [CrossRef]
  59. Faramarzi, A.; Heidarinejad, M.; Stephens, B.; Mirjalili, S. Equilibrium optimizer: A novel optimization algorithm. Knowl. Based Syst. 2020, 191, 105190. [Google Scholar] [CrossRef]
  60. Kaveh, A.; Dadras, A. A novel meta-heuristic optimization algorithm: Thermal exchange optimization. Adv. Eng. Softw. 2017, 110, 69–84. [Google Scholar] [CrossRef]
  61. Hashim, F.A.; Houssein, E.H.; Mabrouk, M.S.; Al-Atabany, W.; Mirjalili, S. Henry gas solubility optimization: A novel physics-based algorithm. Future Gener. Comput. Syst. 2019, 101, 646–667. [Google Scholar] [CrossRef]
  62. Hashim, F.A.; Hussain, K.; Houssein, E.H.; Mabrouk, M.S.; Al-Atabany, W. Archimedes optimization algorithm: A new metaheuristic algorithm for solving optimization problems. Appl. Intell. 2021, 51, 1531–1551. [Google Scholar] [CrossRef]
  63. Pereira, J.L.J.; Francisco, M.B.; Diniz, C.A.; Oliver, G.A.; Cunha, S.S., Jr.; Gomes, G.F. Lichtenberg algorithm: A novel hybrid physics-based meta-heuristic for global optimization. Expert Syst. Appl. 2021, 170, 114522. [Google Scholar] [CrossRef]
  64. Rao, R.V.; Savsani, V.J.; Vakharia, D. Teaching–learning-based optimization: A novel method for constrained mechanical design optimization problems. Comput. Aided Des. 2011, 43, 303–315. [Google Scholar] [CrossRef]
  65. Matoušová, I.; Trojovský, P.; Dehghani, M.; Trojovská, E.; Kostra, J. Mother optimization algorithm: A new human-based metaheuristic approach for solving engineering optimization. Sci. Rep. 2023, 13, 10312. [Google Scholar] [CrossRef]
  66. Trojovský, P.; Dehghani, M. A new optimization algorithm based on mimicking the voting process for leader selection. PeerJ Comput. Sci. 2022, 8, e976. [Google Scholar] [CrossRef] [PubMed]
  67. Dehghani, M.; Trojovská, E.; Trojovský, P. A new human-based metaheuristic algorithm for solving optimization problems on the base of simulation of driving training process. Sci. Rep. 2022, 12, 9924. [Google Scholar] [CrossRef] [PubMed]
  68. Dehghani, M.; Trojovský, P. Teamwork Optimization Algorithm: A New Optimization Approach for Function Minimization/Maximization. Sensors 2021, 21, 4567. [Google Scholar] [CrossRef]
  69. Mohamed, A.W.; Hadi, A.A.; Mohamed, A.K. Gaining-sharing knowledge based algorithm for solving optimization problems: A novel nature-inspired algorithm. Int. J. Mach. Learn. Cybern. 2020, 11, 1501–1529. [Google Scholar] [CrossRef]
  70. Givi, H.; Hubalovska, M. Skill optimization algorithm: A new human-based metaheuristic technique. Comput. Mater. Contin. 2023, 74, 179–202. [Google Scholar] [CrossRef]
  71. Ayyarao, T.L.; Ramakrishna, N.; Elavarasam, R.M.; Polumahanthi, N.; Rambabu, M.; Saini, G.; Khan, B.; Alatas, B. War Strategy Optimization Algorithm: A New Effective Metaheuristic Algorithm for Global Optimization. IEEE Access 2022, 10, 25073–25105. [Google Scholar] [CrossRef]
  72. Oladejo, S.O.; Ekwe, S.O.; Akinyemi, L.A.; Mirjalili, S.A. The Deep Sleep Optimiser: A Human-Based Metaheuristic Approach. IEEE Access 2023, 11, 83639–83665. [Google Scholar] [CrossRef]
  73. Braik, M.; Ryalat, M.H.; Al-Zoubi, H. A novel meta-heuristic algorithm for solving numerical optimization problems: Ali Baba and the forty thieves. Neural Comput. Appl. 2022, 34, 409–455. [Google Scholar] [CrossRef]
  74. Al-Betar, M.A.; Alyasseri, Z.A.A.; Awadallah, M.A.; Abu Doush, I. Coronavirus herd immunity optimizer (CHIO). Neural Comput. Appl. 2021, 33, 5011–5042. [Google Scholar] [CrossRef]
  75. Dehghani, M.; Montazeri, Z.; Givi, H.; Guerrero, J.M.; Dhiman, G. Darts game optimizer: A new optimization technique based on darts game. Int. J. Intell. Eng. Syst. 2020, 13, 286–294. [Google Scholar] [CrossRef]
  76. Dehghani, M.; Mardaneh, M.; Guerrero, J.M.; Malik, O.; Kumar, V. Football game based optimization: An application to solve energy commitment problem. Int. J. Intell. Eng. Syst. 2020, 13, 514–523. [Google Scholar] [CrossRef]
  77. Moghdani, R.; Salimifard, K. Volleyball premier league algorithm. Appl. Soft Comput. 2018, 64, 161–185. [Google Scholar] [CrossRef]
  78. Zeidabadi, F.A.; Dehghani, M. POA: Puzzle Optimization Algorithm. Int. J. Intell. Eng. Syst. 2022, 15, 273–281. [Google Scholar]
  79. Ma, B.; Hu, Y.; Lu, P.; Liu, Y. Running city game optimizer: A game-based metaheuristic optimization algorithm for global optimization. J. Comput. Des. Eng. 2023, 10, 65–107. [Google Scholar] [CrossRef]
  80. Kaveh, A.; Zolghadr, A. A Novel Meta-Heuristic Algorithm: Tug of War Optimization. Int. J. Optim. Civ. Eng. 2016, 6, 469–492. [Google Scholar]
  81. Givi, H.; Hubálovská, M. Billiards Optimization Algorithm: A New Game-Based Metaheuristic Approach. Comput. Mater. Contin. 2023, 74, 5283–5300. [Google Scholar] [CrossRef]
  82. Montazeri, Z.; Niknam, T.; Aghaei, J.; Malik, O.P.; Dehghani, M.; Dhiman, G. Golf Optimization Algorithm: A New Game-Based Metaheuristic Algorithm and Its Application to Energy Commitment Problem Considering Resilience. Biomimetics 2023, 8, 386. [Google Scholar] [CrossRef]
  83. Ting, T.; Yang, X.-S.; Cheng, S.; Huang, K. Hybrid metaheuristic algorithms: Past, present, and future. Recent Adv. Swarm Intell. Evol. Comput. 2015, 585, 71–83. [Google Scholar]
  84. Garg, H. A hybrid PSO-GA algorithm for constrained optimization problems. Appl. Math. Comput. 2016, 274, 292–305. [Google Scholar] [CrossRef]
  85. Yun, Y.; Gen, M.; Erdene, T.N. Applying GA-PSO-TLBO approach to engineering optimization problems. Math. Biosci. Eng. 2023, 20, 552–571. [Google Scholar] [CrossRef]
  86. Mohammed, H.; Rashid, T. A novel hybrid GWO with WOA for global numerical optimization and solving pressure vessel design. Neural Comput. Appl. 2020, 32, 14701–14718. [Google Scholar] [CrossRef]
  87. Sharma, A.; Sharma, A.; Jately, V.; Averbukh, M.; Rajput, S.; Azzopardi, B. A novel TSA-PSO based hybrid algorithm for GMPP tracking under partial shading conditions. Energies 2022, 15, 3164. [Google Scholar] [CrossRef]
  88. Robinson, F.N.; Curtis, H.S. The vocal displays of the lyrebirds (Menuridae). Emu 1996, 96, 258–275. [Google Scholar] [CrossRef]
  89. Dalziell, A.H.; Welbergen, J.A. Elaborate mimetic vocal displays by female superb lyrebirds. Front. Ecol. Evol. 2016, 4, 34. [Google Scholar] [CrossRef]
  90. Awad, N.; Ali, M.; Liang, J.; Qu, B.; Suganthan, P.; Definitions, P. Evaluation Criteria for the CEC 2017 Special Session and Competition on Single Objective Real-Parameter Numerical Optimization; Technical Report; Nanyang Technological University: Singapore, 2016. [Google Scholar]
  91. Wilcoxon, F. Individual comparisons by ranking methods. In Breakthroughs in Statistics; Springer: Berlin/Heidelberg, Germany, 1992; pp. 196–202. [Google Scholar]
  92. Das, S.; Suganthan, P.N. Problem Definitions and Evaluation Criteria for CEC 2011 Competition on Testing Evolutionary Algorithms on Real World Optimization Problems; Technical Report; Jadavpur University: Kolkata, India; Nanyang Technological University: Singapore, 2010; pp. 341–359. [Google Scholar]
  93. Kannan, B.; Kramer, S.N. An augmented Lagrange multiplier based method for mixed integer discrete continuous optimization and its applications to mechanical design. J. Mech. Des. 1994, 116, 405–411. [Google Scholar] [CrossRef]
  94. Gandomi, A.H.; Yang, X.-S. Benchmark problems in structural optimization. In Computational Optimization, Methods and Algorithms; Springer: Berlin/Heidelberg, Germany, 2011; pp. 259–281. [Google Scholar]
  95. Mezura-Montes, E.; Coello, C.A.C. Useful Infeasible Solutions in Engineering Optimization with Evolutionary Algorithms. In Proceedings of the 4th Mexican International Conference on Artificial Intelligence, Monterrey, Mexico, 14–18 November 2005; Springer: Berlin/Heidelberg, Germany, 2005; pp. 652–662. [Google Scholar]
Figure 1. Lyrebird taken from: free media Wikimedia Commons.
Figure 1. Lyrebird taken from: free media Wikimedia Commons.
Biomimetics 08 00507 g001
Figure 2. Flowchart of LOA.
Figure 2. Flowchart of LOA.
Biomimetics 08 00507 g002
Figure 3. Boxplot diagrams of LOA and competitor algorithm performances on CEC 2017 test suite (dimension = 10).
Figure 3. Boxplot diagrams of LOA and competitor algorithm performances on CEC 2017 test suite (dimension = 10).
Biomimetics 08 00507 g003aBiomimetics 08 00507 g003b
Figure 4. Boxplot diagrams of LOA and competitor algorithm performances on CEC 2017 test suite (dimension = 30).
Figure 4. Boxplot diagrams of LOA and competitor algorithm performances on CEC 2017 test suite (dimension = 30).
Biomimetics 08 00507 g004aBiomimetics 08 00507 g004b
Figure 5. Boxplot diagrams of LOA and competitor algorithm performances on CEC 2017 test suite (dimension = 50).
Figure 5. Boxplot diagrams of LOA and competitor algorithm performances on CEC 2017 test suite (dimension = 50).
Biomimetics 08 00507 g005aBiomimetics 08 00507 g005b
Figure 6. Boxplot diagrams of LOA and competitor algorithm performances on CEC 2017 test suite (dimension = 100).
Figure 6. Boxplot diagrams of LOA and competitor algorithm performances on CEC 2017 test suite (dimension = 100).
Biomimetics 08 00507 g006aBiomimetics 08 00507 g006b
Figure 7. Boxplot diagrams of LOA and competitor algorithms performances on CEC 2011 test suite.
Figure 7. Boxplot diagrams of LOA and competitor algorithms performances on CEC 2011 test suite.
Biomimetics 08 00507 g007aBiomimetics 08 00507 g007b
Figure 8. Schematic of pressure vessel design.
Figure 8. Schematic of pressure vessel design.
Biomimetics 08 00507 g008
Figure 9. LOA’s performance convergence curve on pressure vessel design.
Figure 9. LOA’s performance convergence curve on pressure vessel design.
Biomimetics 08 00507 g009
Figure 10. Schematic of speed reducer design.
Figure 10. Schematic of speed reducer design.
Biomimetics 08 00507 g010
Figure 11. LOA’s performance convergence curve on speed reducer design.
Figure 11. LOA’s performance convergence curve on speed reducer design.
Biomimetics 08 00507 g011
Figure 12. Schematic of welded beam design.
Figure 12. Schematic of welded beam design.
Biomimetics 08 00507 g012
Figure 13. LOA’s performance convergence curve on welded beam design.
Figure 13. LOA’s performance convergence curve on welded beam design.
Biomimetics 08 00507 g013
Figure 14. Schematic of tension/compression spring design.
Figure 14. Schematic of tension/compression spring design.
Biomimetics 08 00507 g014
Figure 15. LOA’s performance convergence curve on tension/compression spring.
Figure 15. LOA’s performance convergence curve on tension/compression spring.
Biomimetics 08 00507 g015
Table 1. Control parameter values.
Table 1. Control parameter values.
AlgorithmParameterValue
GA
TypeReal coded
SelectionRoulette wheel (proportionate)
CrossoverWhole arithmetic (probability = 0.8,
α 0.5 ,   1.5 )
MutationGaussian (probability = 0.05)
PSO
TopologyFully connected
Cognitive and social constant(C1, C2) = ( 2 ,   2 )
Inertia weightLinear reduction from 0.9 to 0.1.
Velocity limit10% of dimension range
GSA
Alpha, G0, Rnorm, Rpower20, 100, 2, 1
TLBO
TF: teaching factorTF = round ( 1 + r a n d )
random numberrand is a random number between 0 1 .
GWO
Convergence parameter (a)a: linear reduction from 2 to 0.
MVO
Wormhole existence probability (WEP)Min(WEP) = 0.2 and Max(WEP) = 1.
Exploitation accuracy over the iterations (p) p = 6 .
WOA
Convergence parameter (a)a: linear reduction from 2 to 0.
r is a random vector in 0 1 .
l is a random number in 1 , 1 .
TSA
Pmin and Pmax1, 4
c1, c2, c3Random numbers lie in the range of 0 1 .
MPA
Constant numberP = 0.5
Random vectorR is a vector of uniform random numbers in 0 ,   1 .
Fish Aggregating Devices (FADs)FADs = 0.2
Binary vectorU = 0 or 1
RSA
Sensitive parameter β = 0.01
Sensitive parameter α = 0.1
Evolutionary Sense (ES)ES: randomly decreasing values between 2 and −2.
AVOA
L1, L20.8, 0.2
w2.5
P1, P2, P30.6, 0.4, 0.6
WSO
Fmin and Fmax0.07, 0.75
τ, ao, a1, a24.125, 6.25, 100, 0.0005
Table 2. Optimization results of CEC 2017 test suite (dimension = 10).
Table 2. Optimization results of CEC 2017 test suite (dimension = 10).
LOAWSOAVOARSAMPATSAWOAMVOGWOTLBOGSAPSOGA
C17-F1Mean1.00E+025.18E+093.66E+039.70E+093.35E+071.65E+096.13E+067.15E+038.38E+071.40E+087.14E+022.99E+031.13E+07
Best1.00E+024.35E+091.15E+028.39E+091.07E+043.54E+084.46E+064.55E+032.64E+046.23E+071.00E+023.33E+025.83E+06
Worst1.00E+026.50E+091.13E+041.16E+101.22E+083.60E+098.07E+061.05E+043.05E+083.37E+081.71E+038.85E+031.62E+07
Std0.00E+001.01E+095.70E+031.56E+096.43E+071.57E+091.66E+063.05E+031.61E+081.44E+087.56E+024.29E+034.70E+06
Median1.00E+024.94E+091.59E+039.43E+096.15E+061.33E+095.99E+066.76E+031.54E+077.99E+075.26E+021.39E+031.15E+07
Rank11241381165910237
C17-F3Mean3.00E+027.22E+033.02E+029.18E+031.35E+031.07E+041.66E+033.00E+022.93E+037.05E+029.76E+033.00E+021.40E+04
Best3.00E+023.92E+033.00E+024.96E+037.67E+024.07E+036.03E+023.00E+021.47E+034.63E+026.15E+033.00E+024.15E+03
Worst3.00E+029.67E+033.04E+021.23E+042.42E+031.51E+043.18E+033.00E+025.61E+038.63E+021.33E+043.00E+022.22E+04
Std0.00E+002.75E+032.27E+003.64E+038.32E+025.08E+031.32E+035.07E-022.08E+031.91E+023.19E+037.14E-141.03E+04
Median3.00E+027.64E+033.02E+029.74E+031.11E+031.18E+041.43E+033.00E+022.32E+037.47E+029.82E+033.00E+021.49E+04
Rank19410612738511213
C17-F4Mean4.00E+028.93E+024.05E+021.30E+034.06E+025.68E+024.24E+024.03E+024.11E+024.09E+024.04E+024.19E+024.14E+02
Best4.00E+026.59E+024.01E+028.23E+024.02E+024.74E+024.06E+024.02E+024.06E+024.08E+024.03E+024.00E+024.11E+02
Worst4.00E+021.10E+034.06E+021.78E+034.11E+026.77E+024.70E+024.05E+024.27E+024.09E+024.06E+024.67E+024.18E+02
Std0.00E+002.18E+022.58E+004.42E+024.56E+001.08E+023.35E+011.78E+001.15E+015.68E-011.19E+003.49E+013.06E+00
Median4.00E+029.04E+024.05E+021.31E+034.06E+025.60E+024.10E+024.03E+024.06E+024.09E+024.04E+024.05E+024.14E+02
Rank11241351110276398
C17-F5Mean5.01E+025.59E+025.42E+025.70E+025.12E+025.62E+025.39E+025.23E+025.13E+025.33E+025.52E+025.27E+025.27E+02
Best5.01E+025.45E+025.26E+025.56E+025.08E+025.42E+025.23E+025.10E+025.08E+025.27E+025.47E+025.11E+025.22E+02
Worst5.02E+025.69E+025.60E+025.84E+025.17E+025.93E+025.74E+025.37E+025.20E+025.36E+025.63E+025.50E+025.32E+02
Std5.41E-011.15E+011.97E+011.72E+015.29E+002.47E+012.62E+011.21E+015.31E+004.14E+008.29E+001.96E+014.93E+00
Median5.01E+025.61E+025.42E+025.70E+025.12E+025.57E+025.31E+025.22E+025.11E+025.34E+025.48E+025.23E+025.26E+02
Rank11191321284371056
C17-F6Mean6.00E+026.31E+026.17E+026.39E+026.01E+026.24E+026.22E+026.02E+026.01E+026.07E+026.17E+026.07E+026.10E+02
Best6.00E+026.27E+026.16E+026.36E+026.01E+026.15E+026.07E+026.00E+026.01E+026.05E+026.03E+026.01E+026.07E+02
Worst6.00E+026.36E+026.19E+026.43E+026.02E+026.39E+026.44E+026.04E+026.02E+026.10E+026.35E+026.19E+026.14E+02
Std0.00E+004.19E+001.79E+003.52E+008.45E-011.15E+011.66E+011.81E+004.88E-012.58E+001.61E+018.52E+003.53E+00
Median6.00E+026.31E+026.16E+026.39E+026.01E+026.21E+026.19E+026.02E+026.01E+026.06E+026.14E+026.04E+026.09E+02
Rank11291331110425867
C17-F7Mean7.11E+027.93E+027.64E+028.01E+027.24E+028.24E+027.60E+027.30E+027.25E+027.51E+027.17E+027.32E+027.36E+02
Best7.11E+027.77E+027.43E+027.88E+027.20E+027.86E+027.50E+027.17E+027.17E+027.46E+027.15E+027.25E+027.26E+02
Worst7.12E+028.04E+027.90E+028.13E+027.28E+028.64E+027.89E+027.49E+027.42E+027.58E+027.20E+027.43E+027.40E+02
Std5.57E-011.26E+012.39E+011.28E+013.80E+003.72E+012.07E+011.45E+011.26E+015.93E+002.72E+008.95E+007.34E+00
Median7.11E+027.96E+027.61E+028.01E+027.24E+028.24E+027.51E+027.27E+027.21E+027.49E+027.16E+027.30E+027.39E+02
Rank11110123139548267
C17-F8Mean8.01E+028.46E+028.30E+028.52E+028.12E+028.47E+028.35E+028.11E+028.15E+028.36E+028.19E+028.22E+028.16E+02
Best8.01E+028.41E+028.20E+028.41E+028.09E+028.31E+028.18E+028.07E+028.10E+028.30E+028.12E+028.15E+028.12E+02
Worst8.02E+028.52E+028.45E+028.57E+028.14E+028.65E+028.47E+028.16E+028.20E+028.44E+028.27E+028.28E+028.24E+02
Std6.26E-016.36E+001.18E+017.96E+002.90E+001.66E+011.35E+013.97E+004.53E+008.00E+006.98E+007.06E+005.55E+00
Median8.01E+028.45E+028.28E+028.55E+028.13E+028.45E+028.38E+028.11E+028.16E+028.36E+028.19E+028.22E+028.14E+02
Rank11181331292410675
C17-F9Mean9.00E+021.40E+031.18E+031.45E+039.05E+021.36E+031.36E+039.01E+029.12E+029.11E+029.00E+029.04E+029.05E+02
Best9.00E+021.26E+039.52E+021.35E+039.00E+021.16E+031.07E+039.00E+029.01E+029.07E+029.00E+029.01E+029.03E+02
Worst9.00E+021.54E+031.63E+031.58E+039.13E+021.64E+031.63E+039.03E+029.32E+029.19E+029.00E+029.12E+029.09E+02
Std0.00E+001.33E+023.44E+021.04E+026.15E+002.28E+022.57E+021.62E+001.60E+015.89E+000.00E+005.72E+002.98E+00
Median9.00E+021.41E+031.06E+031.43E+039.03E+021.33E+031.37E+039.00E+029.07E+029.10E+029.00E+029.02E+029.04E+02
Rank1118125109276134
C17-F10Mean1.01E+032.25E+031.74E+032.51E+031.49E+031.99E+031.98E+031.75E+031.69E+032.12E+032.22E+031.90E+031.68E+03
Best1.00E+031.96E+031.46E+032.35E+031.37E+031.72E+031.43E+031.44E+031.52E+031.75E+031.95E+031.54E+031.40E+03
Worst1.01E+032.38E+032.35E+032.85E+031.57E+032.23E+032.48E+032.23E+031.95E+032.39E+032.32E+032.29E+032.06E+03
Std7.24E+002.14E+024.55E+022.57E+029.79E+012.89E+025.53E+024.16E+022.00E+023.00E+021.94E+023.38E+023.10E+02
Median1.01E+032.32E+031.58E+032.42E+031.52E+032.00E+032.00E+031.66E+031.65E+032.17E+032.30E+031.89E+031.64E+03
Rank11251329864101173
C17-F11Mean1.10E+033.32E+031.15E+033.85E+031.13E+035.26E+031.15E+031.13E+031.15E+031.15E+031.14E+031.14E+032.32E+03
Best1.10E+032.13E+031.12E+031.44E+031.11E+035.12E+031.11E+031.11E+031.12E+031.14E+031.12E+031.13E+031.11E+03
Worst1.10E+034.48E+031.20E+036.23E+031.16E+035.34E+031.17E+031.15E+031.22E+031.17E+031.17E+031.16E+035.76E+03
Std0.00E+001.15E+033.87E+012.34E+032.24E+011.06E+022.88E+012.25E+015.17E+011.55E+012.17E+011.53E+012.49E+03
Median1.10E+033.34E+031.14E+033.87E+031.12E+035.29E+031.16E+031.13E+031.13E+031.14E+031.13E+031.14E+031.21E+03
Rank11161221383974510
C17-F12Mean1.35E+033.38E+081.05E+066.75E+085.43E+059.95E+052.25E+069.85E+051.35E+064.83E+069.76E+057.80E+035.79E+05
Best1.32E+037.61E+073.41E+051.50E+081.91E+045.16E+051.64E+058.51E+034.35E+041.29E+064.54E+052.47E+031.68E+05
Worst1.44E+035.91E+081.91E+061.18E+098.50E+051.22E+063.74E+063.09E+062.12E+068.56E+061.65E+061.34E+041.02E+06
Std6.24E+012.83E+087.99E+055.67E+083.98E+053.62E+051.81E+061.55E+069.96E+054.19E+065.51E+055.41E+033.82E+05
Median1.33E+033.43E+089.81E+056.85E+086.52E+051.12E+062.55E+064.19E+051.63E+064.74E+069.00E+057.68E+035.63E+05
Rank11281337106911524
C17-F13Mean1.31E+031.65E+071.76E+043.29E+075.26E+031.22E+047.31E+036.49E+039.91E+031.61E+049.69E+036.39E+035.22E+04
Best1.30E+031.37E+062.66E+032.73E+063.62E+037.32E+033.20E+031.38E+036.28E+031.52E+044.89E+032.33E+038.23E+03
Worst1.31E+035.46E+073.01E+041.09E+086.42E+031.94E+041.46E+041.19E+041.38E+041.82E+041.36E+041.60E+041.72E+05
Std2.47E+002.77E+071.54E+045.55E+071.45E+035.66E+035.64E+035.93E+033.36E+031.60E+034.02E+037.08E+038.72E+04
Median1.30E+034.91E+061.88E+049.82E+065.50E+031.11E+045.74E+036.35E+039.77E+031.54E+041.01E+043.59E+031.40E+04
Rank11210132854796311
C17-F14Mean1.40E+033.70E+032.00E+035.18E+031.92E+033.30E+031.51E+031.56E+032.31E+031.58E+035.39E+032.93E+031.25E+04
Best1.40E+033.08E+031.67E+034.54E+031.43E+031.48E+031.48E+031.42E+031.46E+031.51E+034.47E+031.43E+033.63E+03
Worst1.40E+034.88E+032.77E+036.67E+032.84E+035.41E+031.55E+031.97E+034.81E+031.61E+037.29E+036.61E+032.48E+04
Std5.41E-018.97E+025.64E+021.09E+037.18E+022.27E+034.10E+012.93E+021.82E+035.22E+011.44E+032.70E+039.76E+03
Median1.40E+033.43E+031.77E+034.76E+031.70E+033.16E+031.51E+031.43E+031.48E+031.60E+034.90E+031.83E+031.07E+04
Rank11061159237412813
C17-F15Mean1.50E+039.84E+035.14E+031.34E+043.87E+036.77E+036.02E+031.54E+035.63E+031.70E+032.29E+048.68E+034.42E+03
Best1.50E+033.17E+032.05E+032.68E+033.15E+032.28E+031.99E+031.52E+033.48E+031.58E+031.08E+042.81E+031.87E+03
Worst1.50E+031.67E+041.22E+042.91E+044.75E+031.21E+041.29E+041.55E+036.67E+031.79E+033.44E+041.42E+047.74E+03
Std2.56E-016.36E+035.13E+031.26E+047.22E+024.58E+035.19E+031.27E+011.59E+031.10E+021.23E+045.19E+033.17E+03
Median1.50E+039.72E+033.17E+031.08E+043.79E+036.36E+034.57E+031.54E+036.19E+031.72E+032.33E+048.84E+034.04E+03
Rank11161249827313105
C17-F16Mean1.60E+031.99E+031.80E+032.00E+031.68E+032.03E+031.94E+031.81E+031.72E+031.67E+032.05E+031.91E+031.79E+03
Best1.60E+031.92E+031.64E+031.81E+031.64E+031.85E+031.76E+031.72E+031.62E+031.65E+031.93E+031.81E+031.71E+03
Worst1.60E+032.10E+031.91E+032.26E+031.71E+032.21E+032.06E+031.87E+031.82E+031.73E+032.24E+032.06E+031.82E+03
Std3.44E-018.71E+011.25E+022.07E+023.28E+011.75E+021.55E+026.67E+019.01E+013.90E+011.52E+021.26E+025.82E+01
Median1.60E+031.96E+031.82E+031.96E+031.69E+032.03E+031.96E+031.82E+031.73E+031.66E+032.02E+031.88E+031.82E+03
Rank11061131297421385
C17-F17Mean1.70E+031.82E+031.75E+031.81E+031.73E+031.80E+031.84E+031.84E+031.77E+031.76E+031.84E+031.75E+031.75E+03
Best1.70E+031.80E+031.73E+031.80E+031.72E+031.78E+031.77E+031.78E+031.72E+031.75E+031.75E+031.74E+031.75E+03
Worst1.70E+031.82E+031.79E+031.82E+031.77E+031.81E+031.88E+031.94E+031.86E+031.77E+031.96E+031.76E+031.76E+03
Std1.69E-011.20E+013.07E+011.21E+012.72E+011.17E+015.24E+018.49E+017.20E+011.04E+011.20E+025.94E+002.62E+00
Median1.70E+031.82E+031.74E+031.82E+031.72E+031.80E+031.85E+031.82E+031.74E+031.76E+031.83E+031.75E+031.75E+03
Rank11039281112761345
C17-F18Mean1.81E+032.73E+061.14E+045.44E+061.06E+041.16E+042.23E+042.01E+041.91E+042.83E+049.36E+032.10E+041.23E+04
Best1.80E+031.41E+054.71E+032.70E+054.05E+037.21E+036.24E+038.39E+036.12E+032.30E+046.19E+032.83E+033.36E+03
Worst1.82E+037.91E+061.50E+041.58E+071.59E+041.56E+043.51E+043.23E+043.22E+043.53E+041.14E+043.90E+041.77E+04
Std1.10E+013.92E+065.01E+037.83E+065.84E+033.81E+031.51E+041.22E+041.44E+046.17E+032.42E+032.03E+046.83E+03
Median1.80E+031.43E+061.30E+042.85E+061.13E+041.18E+042.40E+041.98E+041.90E+042.74E+049.92E+032.10E+041.41E+04
Rank11241335108711296
C17-F19Mean1.90E+033.70E+056.49E+036.72E+055.43E+031.20E+053.33E+041.91E+035.23E+034.57E+033.87E+042.39E+045.99E+03
Best1.90E+032.45E+042.16E+034.38E+042.30E+031.95E+037.40E+031.91E+031.94E+032.04E+031.07E+042.59E+032.20E+03
Worst1.90E+037.80E+051.27E+041.44E+069.08E+032.40E+056.10E+041.92E+031.33E+041.20E+045.61E+047.35E+049.53E+03
Std8.10E-013.59E+055.59E+036.88E+053.76E+031.48E+052.39E+047.32E+005.90E+035.40E+032.21E+043.64E+043.29E+03
Median1.90E+033.38E+055.54E+036.01E+055.18E+031.19E+053.25E+041.91E+032.85E+032.12E+034.40E+049.77E+036.12E+03
Rank11271351192431086
C17-F20Mean2.00E+032.21E+032.16E+032.21E+032.09E+032.20E+032.20E+032.13E+032.16E+032.07E+032.24E+032.16E+032.05E+03
Best2.00E+032.16E+032.03E+032.16E+032.07E+032.10E+032.09E+032.04E+032.13E+032.06E+032.18E+032.14E+032.03E+03
Worst2.00E+032.27E+032.28E+032.27E+032.12E+032.31E+032.28E+032.24E+032.24E+032.08E+032.33E+032.19E+032.06E+03
Std0.00E+005.10E+011.23E+025.83E+012.23E+019.43E+019.42E+018.56E+015.39E+019.35E+008.04E+012.89E+011.06E+01
Median2.00E+032.20E+032.17E+032.21E+032.08E+032.19E+032.21E+032.13E+032.14E+032.07E+032.23E+032.16E+032.05E+03
Rank11181241095731362
C17-F21Mean2.20E+032.29E+032.21E+032.26E+032.25E+032.32E+032.31E+032.25E+032.31E+032.30E+032.36E+032.31E+032.29E+03
Best2.20E+032.24E+032.20E+032.22E+032.25E+032.22E+032.22E+032.20E+032.30E+032.20E+032.34E+032.31E+032.23E+03
Worst2.20E+032.32E+032.24E+032.29E+032.26E+032.36E+032.35E+032.30E+032.31E+032.33E+032.38E+032.32E+032.33E+03
Std0.00E+003.55E+011.75E+013.12E+012.21E+007.33E+016.42E+016.38E+013.93E+006.70E+011.51E+017.99E+005.03E+01
Median2.20E+032.30E+032.21E+032.27E+032.25E+032.35E+032.33E+032.25E+032.31E+032.32E+032.36E+032.31E+032.31E+03
Rank16254129310813117
C17-F22Mean2.30E+032.68E+032.31E+032.89E+032.30E+032.70E+032.32E+032.29E+032.31E+032.32E+032.30E+032.31E+032.32E+03
Best2.30E+032.57E+032.30E+032.69E+032.30E+032.44E+032.32E+032.23E+032.30E+032.31E+032.30E+032.30E+032.31E+03
Worst2.30E+032.79E+032.31E+033.04E+032.31E+032.89E+032.33E+032.31E+032.32E+032.33E+032.30E+032.34E+032.32E+03
Std1.58E-011.09E+023.25E+001.59E+023.69E+002.20E+025.72E+003.91E+011.01E+018.57E+001.72E-022.24E+013.28E+00
Median2.30E+032.68E+032.31E+032.92E+032.30E+032.72E+032.32E+032.30E+032.31E+032.32E+032.30E+032.30E+032.32E+03
Rank31161341210159278
C17-F23Mean2.60E+032.69E+032.64E+032.70E+032.61E+032.72E+032.65E+032.62E+032.61E+032.64E+032.78E+032.64E+032.65E+03
Best2.60E+032.65E+032.63E+032.67E+032.61E+032.63E+032.63E+032.61E+032.61E+032.63E+032.72E+032.64E+032.63E+03
Worst2.60E+032.70E+032.66E+032.74E+032.62E+032.76E+032.67E+032.63E+032.62E+032.65E+032.92E+032.65E+032.66E+03
Std1.44E+002.69E+011.44E+013.39E+012.50E+006.29E+012.15E+011.12E+016.77E+009.38E+009.97E+018.99E+001.41E+01
Median2.60E+032.69E+032.64E+032.69E+032.61E+032.74E+032.65E+032.62E+032.61E+032.64E+032.75E+032.64E+032.66E+03
Rank11051131284261379
C17-F24Mean2.63E+032.78E+032.76E+032.84E+032.63E+032.67E+032.76E+032.68E+032.74E+032.75E+032.74E+032.76E+032.72E+03
Best2.52E+032.73E+032.73E+032.82E+032.61E+032.53E+032.73E+032.50E+032.72E+032.73E+032.50E+032.75E+032.55E+03
Worst2.73E+032.85E+032.78E+032.90E+032.64E+032.81E+032.79E+032.76E+032.76E+032.77E+032.89E+032.78E+032.81E+03
Std1.27E+025.74E+012.78E+014.60E+011.44E+011.60E+022.89E+011.31E+022.12E+011.64E+011.81E+021.77E+011.28E+02
Median2.64E+032.77E+032.77E+032.82E+032.63E+032.66E+032.75E+032.73E+032.75E+032.75E+032.79E+032.75E+032.76E+03
Rank11211132394786105
C17-F25Mean2.93E+033.13E+032.91E+033.26E+032.92E+033.13E+032.91E+032.92E+032.94E+032.93E+032.92E+032.92E+032.95E+03
Best2.90E+033.06E+032.90E+033.20E+032.92E+032.91E+032.77E+032.90E+032.92E+032.92E+032.90E+032.90E+032.94E+03
Worst2.95E+033.28E+032.95E+033.33E+032.92E+033.63E+032.96E+032.94E+032.95E+032.95E+032.94E+032.95E+032.96E+03
Std2.51E+011.11E+022.52E+016.14E+014.63E+003.67E+029.89E+012.47E+011.18E+012.15E+012.30E+012.80E+011.19E+01
Median2.94E+033.09E+032.90E+033.26E+032.92E+032.98E+032.95E+032.92E+032.94E+032.93E+032.92E+032.92E+032.95E+03
Rank71221331114985610
C17-F26Mean2.90E+033.53E+032.98E+033.72E+033.01E+033.59E+033.17E+032.90E+033.25E+033.19E+033.82E+032.90E+032.90E+03
Best2.90E+033.22E+032.81E+033.41E+032.89E+033.13E+032.93E+032.90E+032.97E+032.91E+032.81E+032.81E+032.72E+03
Worst2.90E+033.74E+033.15E+034.04E+033.28E+034.21E+033.56E+032.90E+033.86E+033.83E+034.29E+033.00E+033.10E+03
Std4.04E-132.51E+022.08E+022.97E+021.97E+025.74E+023.04E+023.73E-024.50E+024.68E+027.45E+028.62E+012.12E+02
Median2.90E+033.58E+032.97E+033.71E+032.93E+033.51E+033.10E+032.90E+033.08E+033.01E+034.09E+032.90E+032.89E+03
Rank21051261173981341
C17-F27Mean3.09E+033.20E+033.12E+033.23E+033.10E+033.18E+033.19E+033.09E+033.11E+033.11E+033.22E+033.13E+033.16E+03
Best3.09E+033.16E+033.10E+033.13E+033.09E+033.10E+033.18E+033.09E+033.09E+033.10E+033.21E+033.10E+033.12E+03
Worst3.09E+033.28E+033.18E+033.41E+033.13E+033.22E+033.20E+033.09E+033.17E+033.17E+033.24E+033.18E+033.21E+03
Std2.86E-135.86E+014.25E+011.37E+022.04E+015.64E+011.20E+012.58E+004.22E+013.91E+011.56E+013.78E+014.39E+01
Median3.09E+033.19E+033.10E+033.18E+033.10E+033.19E+033.19E+033.09E+033.10E+033.10E+033.22E+033.13E+033.15E+03
Rank11161339102541278
C17-F28Mean3.10E+033.57E+033.23E+033.75E+033.21E+033.57E+033.28E+033.23E+033.33E+033.32E+033.44E+033.30E+033.24E+03
Best3.10E+033.53E+033.10E+033.67E+033.16E+033.40E+033.15E+033.10E+033.19E+033.21E+033.42E+033.17E+033.14E+03
Worst3.10E+033.60E+033.38E+033.81E+033.24E+033.77E+033.38E+033.38E+033.40E+033.38E+033.45E+033.38E+033.50E+03
Std0.00E+003.59E+011.34E+026.85E+013.69E+012.07E+021.27E+021.67E+021.05E+028.78E+011.53E+011.01E+021.86E+02
Median3.10E+033.58E+033.22E+033.76E+033.23E+033.55E+033.29E+033.23E+033.37E+033.34E+033.43E+033.32E+033.16E+03
Rank11231321164981075
C17-F29Mean3.13E+033.33E+033.28E+033.37E+033.20E+033.23E+033.34E+033.20E+033.26E+033.21E+033.34E+033.26E+033.23E+03
Best3.13E+033.31E+033.21E+033.30E+033.16E+033.16E+033.23E+033.14E+033.19E+033.16E+033.23E+033.17E+033.19E+03
Worst3.13E+033.35E+033.36E+033.43E+033.24E+033.30E+033.48E+033.28E+033.37E+033.23E+033.61E+033.34E+033.28E+03
Std2.70E+001.62E+018.33E+017.45E+013.61E+015.98E+011.14E+026.35E+019.40E+013.42E+012.02E+028.57E+014.29E+01
Median3.13E+033.33E+033.27E+033.37E+033.20E+033.23E+033.32E+033.19E+033.24E+033.22E+033.25E+033.27E+033.23E+03
Rank11091335122741186
C17-F30Mean3.42E+032.15E+062.81E+053.51E+063.96E+055.86E+059.47E+052.89E+058.93E+055.80E+047.47E+053.70E+051.46E+06
Best3.39E+031.59E+061.00E+057.90E+051.54E+041.07E+054.42E+037.25E+033.22E+042.81E+045.74E+056.26E+035.02E+05
Worst3.44E+033.08E+067.33E+055.54E+065.84E+051.24E+063.57E+061.10E+061.29E+069.72E+049.54E+057.33E+053.32E+06
Std3.02E+017.02E+053.28E+052.16E+062.81E+055.24E+051.91E+065.90E+056.44E+053.67E+041.72E+054.56E+051.45E+06
Median3.42E+031.98E+061.46E+053.85E+064.92E+054.99E+051.04E+052.37E+041.12E+065.33E+047.30E+053.70E+051.00E+06
Rank11231367104928511
Sum rank38318177350106286239116188191238183197
Mean rank1.31E+001.10E+016.10E+001.21E+013.66E+009.86E+008.24E+004.00E+006.48E+006.59E+008.21E+006.31E+006.79E+00
Total rank11241321110367958
Table 3. Optimization results of CEC 2017 test suite (dimension = 30).
Table 3. Optimization results of CEC 2017 test suite (dimension = 30).
LOAWSOAVOARSAMPATSAWOAMVOGWOTLBOGSAPSOGA
C17-F1Mean1.00E+022.49E+102.96E+033.90E+102.54E+041.70E+101.61E+095.10E+051.58E+095.86E+099.97E+061.33E+091.69E+08
Best1.00E+022.15E+102.71E+023.48E+101.17E+041.07E+101.27E+093.97E+052.61E+083.70E+092.41E+033.56E+031.26E+08
Worst1.00E+023.12E+107.27E+034.80E+103.87E+042.32E+102.00E+096.49E+054.77E+098.73E+093.48E+075.33E+092.33E+08
Std8.93E-154.94E+093.57E+036.62E+091.42E+046.36E+094.07E+081.36E+052.32E+092.29E+091.82E+072.90E+095.04E+07
Median1.00E+022.35E+102.15E+033.67E+102.57E+041.71E+101.59E+094.98E+056.53E+085.50E+092.54E+063.03E+061.59E+08
Rank11221331194810576
C17-F3Mean3.00E+029.24E+044.24E+046.99E+041.06E+034.48E+042.20E+051.70E+033.96E+043.29E+049.10E+043.03E+041.59E+05
Best3.00E+028.44E+042.31E+045.41E+048.23E+024.25E+041.82E+051.34E+033.46E+042.80E+047.84E+042.16E+041.20E+05
Worst3.00E+021.01E+055.49E+047.59E+041.30E+034.72E+042.53E+052.33E+034.42E+043.57E+041.00E+053.89E+042.21E+05
Std0.00E+009.17E+031.49E+041.15E+042.35E+022.60E+033.20E+044.78E+024.29E+033.74E+031.07E+048.57E+035.19E+04
Median3.00E+029.19E+044.59E+047.48E+041.06E+034.48E+042.23E+051.57E+033.98E+043.40E+049.27E+043.03E+041.47E+05
Rank11179281336510412
C17-F4Mean4.59E+026.14E+035.12E+029.35E+034.91E+024.34E+038.37E+024.95E+025.66E+028.85E+025.88E+026.16E+027.94E+02
Best4.59E+023.46E+034.90E+026.00E+034.81E+021.02E+037.75E+024.87E+025.13E+026.89E+025.69E+025.13E+027.45E+02
Worst4.59E+028.31E+035.29E+021.31E+045.12E+027.20E+039.14E+025.08E+025.96E+021.27E+036.10E+027.95E+028.17E+02
Std0.00E+002.19E+031.76E+013.19E+031.53E+012.84E+036.90E+019.75E+003.95E+012.81E+021.97E+011.41E+023.68E+01
Median4.59E+026.40E+035.14E+029.17E+034.86E+024.57E+038.29E+024.92E+025.78E+027.94E+025.86E+025.78E+028.08E+02
Rank11241321193510678
C17-F5Mean5.02E+028.28E+027.15E+028.66E+025.79E+027.80E+028.08E+026.14E+026.16E+027.57E+027.12E+026.26E+026.93E+02
Best5.01E+028.09E+026.80E+028.41E+025.58E+027.53E+027.80E+026.00E+025.78E+027.36E+026.94E+026.03E+026.46E+02
Worst5.04E+028.49E+027.70E+028.98E+026.01E+028.12E+028.21E+026.47E+026.44E+027.82E+027.37E+026.73E+027.53E+02
Std1.40E+001.78E+014.48E+012.98E+011.98E+013.04E+012.03E+012.44E+013.55E+012.45E+012.11E+013.48E+014.81E+01
Median5.02E+028.28E+027.04E+028.62E+025.79E+027.77E+028.15E+026.04E+026.22E+027.56E+027.09E+026.14E+026.86E+02
Rank11281321011349756
C17-F6Mean6.00E+026.76E+026.44E+026.79E+026.03E+026.73E+026.72E+026.23E+026.11E+026.41E+026.54E+026.44E+026.29E+02
Best6.00E+026.74E+026.42E+026.74E+026.02E+026.58E+026.62E+026.12E+026.04E+026.34E+026.53E+026.33E+026.22E+02
Worst6.00E+026.77E+026.47E+026.85E+026.04E+026.82E+026.77E+026.35E+026.18E+026.52E+026.54E+026.55E+026.33E+02
Std7.14E-141.12E+002.27E+005.71E+001.20E+001.18E+017.69E+001.19E+016.07E+008.49E+007.90E-011.05E+015.23E+00
Median6.00E+026.76E+026.44E+026.78E+026.03E+026.76E+026.75E+026.23E+026.11E+026.39E+026.53E+026.45E+026.30E+02
Rank11271321110436985
C17-F7Mean7.33E+021.27E+031.13E+031.31E+038.41E+021.20E+031.28E+038.48E+028.78E+021.06E+039.59E+028.71E+029.56E+02
Best7.33E+021.22E+031.02E+031.30E+038.16E+021.06E+031.24E+037.98E+028.12E+029.75E+029.15E+028.51E+029.18E+02
Worst7.35E+021.30E+031.28E+031.33E+038.93E+021.34E+031.35E+039.19E+029.17E+021.13E+031.03E+038.97E+021.01E+03
Std8.21E-013.78E+011.27E+021.70E+013.79E+011.33E+025.97E+015.64E+015.01E+018.91E+015.34E+012.18E+014.09E+01
Median7.33E+021.27E+031.10E+031.30E+038.29E+021.20E+031.26E+038.39E+028.93E+021.06E+039.48E+028.69E+029.49E+02
Rank11191321012358746
C17-F8Mean8.03E+021.07E+039.43E+021.11E+038.87E+021.05E+031.02E+038.89E+028.88E+021.01E+039.54E+029.18E+029.77E+02
Best8.01E+021.06E+039.14E+021.09E+038.80E+021.00E+039.65E+028.60E+028.81E+029.94E+029.31E+029.07E+029.62E+02
Worst8.04E+021.09E+039.63E+021.13E+038.94E+021.15E+031.06E+039.18E+028.96E+021.04E+039.79E+029.33E+029.97E+02
Std1.55E+001.69E+012.44E+012.51E+016.38E+007.25E+014.35E+012.74E+016.77E+002.36E+012.34E+011.28E+011.92E+01
Median8.04E+021.07E+039.47E+021.10E+038.86E+021.02E+031.03E+038.90E+028.87E+021.01E+039.53E+029.16E+029.75E+02
Rank11261321110439758
C17-F9Mean9.00E+021.05E+044.63E+031.01E+041.08E+031.10E+041.05E+045.22E+032.02E+035.53E+033.92E+033.41E+031.27E+03
Best9.00E+028.94E+033.43E+039.89E+039.28E+026.69E+038.05E+034.17E+031.51E+034.00E+033.41E+032.06E+031.07E+03
Worst9.00E+021.19E+045.26E+031.03E+041.22E+031.48E+041.25E+047.97E+032.77E+038.32E+034.71E+035.18E+031.47E+03
Std7.14E-141.33E+038.94E+021.84E+021.47E+023.64E+032.45E+031.99E+036.65E+022.13E+036.22E+021.44E+032.05E+02
Median9.00E+021.05E+044.90E+031.02E+041.08E+031.12E+041.07E+044.38E+031.90E+034.89E+033.78E+033.21E+031.27E+03
Rank11171021312849653
C17-F10Mean2.29E+036.98E+035.30E+037.63E+033.91E+036.36E+036.29E+034.54E+034.67E+037.65E+034.73E+034.91E+035.96E+03
Best1.85E+036.41E+034.61E+036.80E+033.57E+035.01E+035.45E+034.27E+034.18E+037.31E+034.48E+034.68E+035.50E+03
Worst2.53E+037.29E+035.76E+038.24E+034.32E+036.93E+037.54E+034.91E+034.96E+037.83E+035.12E+035.36E+036.48E+03
Std3.27E+024.27E+026.04E+026.61E+023.74E+029.84E+021.01E+033.48E+023.70E+022.54E+023.31E+023.33E+025.02E+02
Median2.40E+037.12E+035.42E+037.75E+033.87E+036.74E+036.09E+034.48E+034.76E+037.74E+034.65E+034.80E+035.93E+03
Rank11171221093413568
C17-F11Mean1.10E+037.19E+031.25E+038.43E+031.17E+034.94E+037.49E+031.30E+032.14E+031.95E+032.81E+031.24E+038.78E+03
Best1.10E+035.93E+031.19E+036.87E+031.12E+033.52E+035.40E+031.26E+031.38E+031.57E+032.19E+031.21E+033.25E+03
Worst1.11E+038.23E+031.31E+039.48E+031.20E+037.43E+031.11E+041.34E+034.18E+032.65E+033.45E+031.27E+031.64E+04
Std2.34E+001.10E+035.67E+011.30E+033.64E+011.91E+032.69E+034.98E+011.48E+035.20E+026.48E+022.89E+016.15E+03
Median1.10E+037.31E+031.25E+038.68E+031.17E+034.40E+036.75E+031.30E+031.51E+031.78E+032.80E+031.24E+037.71E+03
Rank11041229115768313
C17-F12Mean1.74E+036.69E+091.99E+071.04E+102.07E+044.83E+092.36E+081.07E+075.00E+072.88E+081.90E+082.44E+067.32E+06
Best1.72E+035.53E+092.80E+069.26E+091.48E+042.49E+096.03E+074.97E+064.86E+061.84E+083.67E+072.64E+055.07E+06
Worst1.76E+038.50E+094.85E+071.31E+102.64E+046.31E+094.71E+082.59E+071.05E+085.00E+086.06E+084.85E+069.58E+06
Std2.19E+011.38E+092.19E+071.97E+095.37E+031.80E+092.06E+081.10E+074.75E+071.56E+083.02E+082.15E+062.23E+06
Median1.75E+036.37E+091.41E+079.61E+092.08E+045.26E+092.06E+085.97E+064.52E+072.34E+085.81E+072.32E+067.32E+06
Rank11261321195710834
C17-F13 Mean1.32E+035.44E+091.43E+051.00E+101.86E+031.39E+098.61E+058.67E+047.19E+058.40E+073.48E+043.09E+041.13E+07
Best1.31E+032.65E+097.89E+045.27E+091.60E+031.88E+074.06E+053.47E+048.69E+045.83E+072.82E+041.28E+043.08E+06
Worst1.32E+037.62E+092.25E+051.23E+102.37E+034.84E+091.27E+061.74E+052.23E+061.24E+085.09E+046.97E+042.44E+07
Std2.11E+002.24E+096.62E+043.51E+093.81E+022.52E+094.92E+057.12E+041.11E+063.08E+071.18E+042.85E+049.95E+06
Median1.31E+035.75E+091.33E+051.13E+101.74E+033.59E+088.83E+056.90E+042.79E+057.69E+073.00E+042.05E+048.95E+06
Rank11261321185710439
C17-F14 Mean1.42E+031.80E+062.58E+052.09E+061.44E+031.12E+062.11E+061.94E+045.07E+051.33E+051.09E+061.79E+041.91E+06
Best1.42E+031.11E+063.61E+041.05E+061.44E+037.99E+053.42E+044.82E+033.27E+047.74E+047.06E+053.09E+033.16E+05
Worst1.42E+032.28E+065.97E+053.11E+061.44E+031.58E+066.46E+063.30E+041.09E+061.53E+051.64E+063.27E+043.22E+06
Std8.80E-015.96E+052.69E+051.08E+063.87E+003.89E+053.21E+061.32E+045.82E+054.04E+044.80E+051.41E+041.46E+06
Median1.42E+031.91E+061.99E+052.10E+061.44E+031.05E+069.82E+051.99E+044.54E+051.51E+051.00E+061.80E+042.05E+06
Rank11061229134758311
C17-F15Mean1.50E+032.89E+083.57E+045.68E+081.61E+031.37E+074.79E+064.07E+041.50E+074.88E+061.53E+044.62E+039.08E+05
Best1.50E+032.50E+081.05E+044.90E+081.58E+035.38E+062.21E+052.36E+049.35E+041.11E+061.09E+041.89E+031.67E+05
Worst1.50E+033.20E+085.79E+046.27E+081.63E+033.18E+071.56E+076.73E+045.63E+079.18E+062.08E+048.52E+032.04E+06
Std9.31E-013.78E+072.18E+047.31E+072.61E+011.33E+077.92E+062.06E+043.00E+073.60E+064.49E+033.19E+039.30E+05
Median1.50E+032.93E+083.72E+045.78E+081.62E+038.74E+061.69E+063.60E+041.88E+064.61E+061.48E+044.03E+037.16E+05
Rank11251321086119437
C17-F16Mean1.66E+034.19E+032.94E+034.81E+032.01E+033.19E+034.12E+032.54E+032.50E+033.38E+033.57E+032.87E+032.89E+03
Best1.61E+033.87E+032.51E+034.07E+031.73E+032.79E+033.40E+032.32E+032.36E+033.19E+033.39E+032.64E+032.56E+03
Worst1.74E+034.45E+033.43E+035.48E+032.25E+033.44E+034.93E+032.79E+032.62E+033.60E+033.73E+033.13E+033.22E+03
Std6.74E+012.89E+024.13E+028.20E+022.56E+023.12E+026.86E+022.23E+021.44E+021.95E+021.67E+022.75E+023.50E+02
Median1.65E+034.21E+032.90E+034.85E+032.03E+033.27E+034.07E+032.53E+032.52E+033.36E+033.57E+032.85E+032.89E+03
Rank11271328114391056
C17-F17Mean1.73E+033.33E+032.44E+033.62E+031.86E+033.20E+032.80E+032.07E+031.93E+032.17E+032.49E+032.31E+032.14E+03
Best1.72E+032.76E+032.30E+033.26E+031.75E+032.20E+032.34E+032.02E+031.80E+031.96E+032.39E+032.08E+032.09E+03
Worst1.73E+034.04E+032.55E+034.26E+031.92E+035.82E+033.11E+032.21E+032.07E+032.46E+032.63E+032.69E+032.21E+03
Std7.30E+005.95E+021.19E+024.96E+027.92E+011.91E+033.57E+021.04E+021.38E+022.31E+021.28E+022.94E+025.59E+01
Median1.73E+033.26E+032.46E+033.48E+031.88E+032.39E+032.87E+032.02E+031.92E+032.14E+032.46E+032.23E+032.13E+03
Rank11281321110436975
C17-F18Mean1.83E+032.70E+072.52E+063.11E+071.89E+033.45E+075.61E+066.08E+053.99E+051.58E+064.89E+051.30E+053.46E+06
Best1.82E+037.78E+062.68E+051.00E+071.87E+031.27E+061.89E+061.53E+057.46E+047.35E+052.74E+059.29E+042.70E+06
Worst1.83E+035.25E+075.02E+066.10E+071.91E+036.54E+071.16E+071.65E+061.02E+061.99E+069.53E+051.55E+055.08E+06
Std2.94E+002.15E+072.43E+062.35E+071.66E+013.88E+074.53E+067.58E+054.86E+056.28E+053.41E+052.95E+041.18E+06
Median1.83E+032.39E+072.39E+062.66E+071.90E+033.57E+074.48E+063.17E+052.48E+051.80E+063.65E+051.37E+053.04E+06
Rank11181221310647539
C17-F19Mean1.91E+035.52E+086.44E+049.30E+081.92E+032.80E+081.36E+078.93E+053.83E+065.47E+067.78E+044.24E+041.54E+06
Best1.91E+034.13E+081.38E+046.72E+081.92E+033.48E+061.77E+062.26E+046.74E+042.84E+064.22E+048.42E+036.09E+05
Worst1.91E+037.18E+081.43E+051.41E+091.93E+037.75E+082.35E+072.01E+061.24E+077.77E+061.05E+051.27E+052.74E+06
Std2.10E+001.67E+086.14E+043.56E+083.45E+003.88E+081.08E+071.05E+066.23E+062.64E+062.83E+046.14E+049.77E+05
Median1.91E+035.38E+085.02E+048.20E+081.92E+031.70E+081.46E+077.71E+051.45E+065.63E+068.21E+041.72E+041.41E+06
Rank11241321110689537
C17-F20Mean2.07E+032.86E+032.61E+032.91E+032.17E+032.82E+032.80E+032.58E+032.36E+032.77E+032.97E+032.53E+032.46E+03
Best2.03E+032.77E+032.46E+032.74E+032.06E+032.68E+032.61E+032.36E+032.19E+032.68E+032.61E+032.48E+032.41E+03
Worst2.16E+032.97E+032.84E+033.02E+032.26E+032.96E+032.98E+032.97E+032.52E+032.88E+033.43E+032.65E+032.49E+03
Std6.93E+018.89E+011.78E+021.32E+029.10E+011.28E+021.70E+022.94E+021.47E+021.02E+023.75E+029.11E+013.82E+01
Median2.04E+032.85E+032.58E+032.95E+032.18E+032.81E+032.81E+032.50E+032.36E+032.75E+032.92E+032.49E+032.46E+03
Rank11171221096381354
C17-F21Mean2.31E+032.61E+032.44E+032.66E+032.36E+032.53E+032.60E+032.40E+032.39E+032.49E+032.56E+032.43E+032.49E+03
Best2.30E+032.52E+032.22E+032.59E+032.35E+032.31E+032.52E+032.37E+032.35E+032.48E+032.54E+032.41E+032.45E+03
Worst2.31E+032.67E+032.59E+032.75E+032.38E+032.65E+032.66E+032.43E+032.40E+032.50E+032.59E+032.44E+032.53E+03
Std4.85E+007.71E+011.67E+027.80E+011.19E+011.66E+027.36E+012.86E+012.49E+011.17E+012.55E+011.70E+013.74E+01
Median2.31E+032.62E+032.47E+032.66E+032.36E+032.57E+032.60E+032.40E+032.40E+032.49E+032.55E+032.43E+032.48E+03
Rank11261329114381057
C17-F22Mean2.30E+037.75E+035.63E+037.51E+032.30E+038.50E+037.19E+033.89E+032.69E+035.54E+036.16E+034.78E+032.69E+03
Best2.30E+037.42E+032.30E+036.53E+032.30E+038.28E+036.28E+032.31E+032.56E+032.71E+033.93E+032.45E+032.61E+03
Worst2.30E+038.25E+036.91E+038.51E+032.30E+038.61E+038.01E+035.85E+032.94E+038.69E+037.14E+037.03E+032.74E+03
Std0.00E+003.87E+022.42E+039.26E+021.28E+001.67E+027.85E+022.01E+031.88E+023.55E+031.63E+032.29E+036.86E+01
Median2.30E+037.66E+036.65E+037.51E+032.30E+038.56E+037.24E+033.69E+032.62E+035.39E+036.78E+034.81E+032.69E+03
Rank11281121310547963
C17-F23Mean2.66E+033.17E+032.92E+033.23E+032.65E+033.18E+033.03E+032.73E+032.75E+032.90E+033.73E+032.89E+032.96E+03
Best2.65E+033.09E+032.81E+033.17E+032.48E+033.06E+032.86E+032.69E+032.73E+032.87E+033.62E+032.86E+032.94E+03
Worst2.66E+033.25E+033.08E+033.30E+032.71E+033.37E+033.13E+032.76E+032.77E+032.94E+033.83E+032.94E+033.03E+03
Std1.80E+008.26E+011.30E+026.07E+011.22E+021.46E+021.29E+023.30E+011.84E+013.57E+011.20E+024.10E+014.48E+01
Median2.65E+033.17E+032.89E+033.21E+032.70E+033.14E+033.07E+032.74E+032.75E+032.88E+033.73E+032.88E+032.95E+03
Rank21071211193461358
C17-F24Mean2.83E+033.30E+033.16E+033.39E+032.88E+033.27E+033.11E+032.90E+032.92E+033.03E+033.35E+033.12E+033.21E+03
Best2.83E+033.26E+033.02E+033.31E+032.87E+033.16E+033.04E+032.86E+032.91E+033.01E+033.31E+033.05E+033.12E+03
Worst2.83E+033.37E+033.31E+033.54E+032.89E+033.31E+033.13E+032.93E+032.92E+033.07E+033.38E+033.23E+033.29E+03
Std1.25E+005.57E+011.36E+021.19E+021.11E+017.88E+014.52E+013.42E+019.27E+002.69E+013.48E+018.56E+018.47E+01
Median2.83E+033.28E+033.15E+033.36E+032.89E+033.29E+033.12E+032.92E+032.92E+033.03E+033.35E+033.10E+033.22E+03
Rank11181321063451279
C17-F25Mean2.89E+033.90E+032.91E+034.50E+032.89E+033.45E+033.07E+032.91E+032.99E+033.07E+032.99E+032.89E+033.10E+03
Best2.89E+033.54E+032.89E+033.92E+032.88E+033.08E+033.04E+032.88E+032.95E+032.95E+032.98E+032.89E+033.08E+03
Worst2.89E+034.17E+032.95E+035.28E+032.90E+033.83E+033.09E+032.97E+033.06E+033.20E+033.00E+032.91E+033.11E+03
Std8.28E-032.89E+022.74E+016.16E+026.14E+003.95E+022.75E+014.50E+015.30E+011.30E+021.05E+011.21E+011.34E+01
Median2.89E+033.95E+032.90E+034.41E+032.89E+033.44E+033.08E+032.89E+032.97E+033.06E+032.99E+032.89E+033.10E+03
Rank11241321195687310
C17-F26Mean3.58E+038.97E+037.19E+039.53E+032.97E+038.54E+038.19E+034.74E+034.53E+035.84E+037.33E+034.80E+034.36E+03
Best3.56E+038.56E+035.95E+038.73E+032.97E+037.90E+037.49E+034.41E+034.15E+034.50E+036.31E+033.55E+033.99E+03
Worst3.61E+039.71E+037.92E+031.10E+042.98E+038.94E+039.02E+035.35E+035.12E+037.10E+037.85E+036.29E+034.82E+03
Std2.48E+015.83E+029.42E+021.14E+032.85E+004.85E+026.85E+024.77E+024.51E+021.30E+037.82E+021.40E+033.77E+02
Median3.57E+038.80E+037.44E+039.22E+032.97E+038.66E+038.14E+034.60E+034.42E+035.87E+037.57E+034.68E+034.32E+03
Rank21281311110547963
C17-F27Mean3.21E+033.60E+033.35E+033.75E+033.21E+033.46E+033.42E+033.23E+033.25E+033.31E+034.91E+033.28E+033.45E+03
Best3.20E+033.54E+033.27E+033.47E+033.20E+033.33E+033.26E+033.21E+033.24E+033.24E+034.47E+033.24E+033.38E+03
Worst3.21E+033.69E+033.42E+034.02E+033.23E+033.70E+033.54E+033.26E+033.26E+033.38E+035.23E+033.32E+033.49E+03
Std5.06E+007.48E+018.95E+012.56E+021.64E+011.80E+021.33E+021.99E+011.10E+016.52E+014.01E+023.71E+015.62E+01
Median3.21E+033.58E+033.36E+033.74E+033.21E+033.41E+033.44E+033.23E+033.25E+033.32E+034.97E+033.27E+033.47E+03
Rank11171221083461359
C17-F28Mean3.10E+034.72E+033.26E+035.60E+033.21E+034.12E+033.43E+033.25E+033.58E+033.65E+033.51E+033.32E+033.57E+03
Best3.10E+034.49E+033.23E+035.30E+033.19E+033.58E+033.37E+033.22E+033.39E+033.50E+033.44E+033.19E+033.52E+03
Worst3.10E+034.97E+033.29E+035.91E+033.24E+034.67E+033.48E+033.28E+034.05E+033.98E+033.65E+033.52E+033.62E+03
Std2.86E-132.22E+022.71E+013.18E+022.20E+015.49E+025.32E+012.99E+013.43E+022.44E+021.06E+021.66E+025.44E+01
Median3.10E+034.71E+033.26E+035.59E+033.20E+034.12E+033.43E+033.25E+033.44E+033.56E+033.47E+033.29E+033.56E+03
Rank11241321163910758
C17-F29Mean3.35E+035.33E+034.30E+035.54E+033.65E+035.17E+035.03E+033.83E+033.78E+034.47E+035.00E+034.14E+034.25E+03
Best3.33E+034.89E+033.95E+034.93E+033.50E+034.65E+034.76E+033.70E+033.70E+034.15E+034.74E+033.95E+033.88E+03
Worst3.37E+035.79E+034.50E+036.38E+033.78E+036.03E+035.19E+033.94E+033.89E+034.94E+035.25E+034.38E+034.60E+03
Std2.14E+014.71E+022.65E+027.74E+021.36E+027.04E+021.99E+021.11E+029.50E+013.65E+022.99E+021.93E+023.49E+02
Median3.36E+035.31E+034.36E+035.43E+033.65E+035.01E+035.07E+033.83E+033.76E+034.40E+035.01E+034.12E+034.27E+03
Rank11271321110438956
C17-F30Mean5.01E+031.37E+091.36E+062.70E+097.57E+033.67E+073.75E+072.96E+066.10E+063.62E+072.16E+062.61E+056.71E+05
Best4.96E+031.01E+094.81E+051.94E+096.32E+031.26E+077.47E+065.31E+051.36E+061.94E+071.89E+067.48E+031.86E+05
Worst5.09E+031.50E+092.41E+062.98E+091.00E+048.58E+076.01E+074.23E+061.65E+077.59E+072.60E+069.86E+051.28E+06
Std6.42E+012.62E+088.79E+055.53E+081.89E+033.62E+072.39E+071.80E+067.59E+062.90E+073.35E+055.27E+055.82E+05
Median4.99E+031.48E+091.28E+062.94E+096.97E+032.43E+074.12E+073.53E+063.28E+062.47E+072.08E+062.45E+046.07E+05
Rank11251321011789634
Sum rank3133418236157305284128151232231139204
Mean rank1.07E+001.15E+016.28E+001.24E+011.97E+001.05E+019.79E+004.41E+005.21E+008.00E+007.97E+004.79E+007.03E+00
Total rank11261321110359847
Table 4. Optimization results of CEC 2017 test suite (dimension = 50).
Table 4. Optimization results of CEC 2017 test suite (dimension = 50).
LOAWSOAVOARSAMPATSAWOAMVOGWOTLBOGSAPSOGA
C17-F1Mean1.00E+025.67E+108.76E+068.87E+105.34E+063.61E+107.29E+093.85E+068.86E+091.96E+101.62E+102.40E+099.85E+09
Best1.00E+025.06E+101.04E+067.76E+102.06E+063.32E+104.30E+092.76E+066.39E+091.34E+101.30E+109.84E+089.38E+09
Worst1.00E+026.06E+102.32E+079.70E+101.35E+073.88E+101.09E+104.79E+061.21E+102.65E+101.94E+103.20E+091.06E+10
Std0.00E+004.83E+091.07E+079.19E+095.99E+062.53E+093.40E+099.13E+052.60E+096.94E+092.88E+091.06E+096.29E+08
Median1.00E+025.77E+105.41E+069.02E+102.88E+063.61E+106.98E+093.93E+068.46E+091.94E+101.63E+102.71E+099.71E+09
Rank11241331162710958
C17-F3Mean3.00E+021.50E+051.39E+051.49E+051.70E+041.03E+052.21E+054.38E+041.23E+059.31E+041.68E+051.37E+052.49E+05
Best3.00E+021.29E+051.07E+051.36E+051.47E+049.08E+041.67E+053.47E+041.08E+057.04E+041.52E+051.03E+052.08E+05
Worst3.00E+021.73E+051.69E+051.63E+052.01E+041.10E+053.38E+055.45E+041.38E+051.06E+051.90E+051.79E+052.87E+05
Std0.00E+002.01E+043.06E+041.32E+042.62E+039.75E+038.76E+048.96E+031.33E+041.78E+042.01E+043.57E+043.51E+04
Median3.00E+021.49E+051.40E+051.50E+051.66E+041.06E+051.91E+054.30E+041.23E+059.78E+041.66E+051.33E+052.52E+05
Rank11089251236411713
C17-F4Mean4.70E+021.40E+046.85E+022.25E+045.28E+027.89E+031.86E+035.58E+021.38E+032.67E+032.93E+039.87E+021.47E+03
Best4.29E+021.09E+046.70E+021.49E+044.92E+026.33E+031.19E+035.21E+021.03E+031.52E+032.45E+036.70E+021.27E+03
Worst5.26E+021.59E+047.10E+022.69E+045.80E+021.02E+042.22E+036.30E+021.69E+034.56E+033.11E+031.74E+031.59E+03
Std5.39E+012.46E+032.01E+015.97E+034.48E+011.78E+035.04E+025.41E+013.21E+021.45E+033.50E+025.51E+021.52E+02
Median4.64E+021.46E+046.81E+022.41E+045.19E+027.53E+032.02E+035.40E+021.41E+032.30E+033.07E+037.67E+021.51E+03
Rank11241321183691057
C17-F5Mean5.05E+021.07E+038.38E+021.09E+037.23E+021.11E+039.31E+027.26E+027.13E+029.72E+027.89E+027.73E+028.71E+02
Best5.04E+021.04E+038.10E+021.08E+036.46E+029.77E+028.93E+026.56E+026.87E+029.32E+027.40E+027.22E+028.42E+02
Worst5.06E+021.11E+038.78E+021.11E+037.84E+021.22E+039.55E+028.33E+027.40E+029.98E+028.24E+028.34E+028.91E+02
Std1.04E+003.61E+013.19E+011.51E+016.28E+011.28E+023.01E+018.59E+013.07E+013.19E+014.32E+015.03E+012.51E+01
Median5.04E+021.06E+038.33E+021.10E+037.32E+021.13E+039.38E+027.07E+027.13E+029.78E+027.97E+027.69E+028.75E+02
Rank11171231394210658
C17-F6Mean6.00E+026.90E+026.57E+026.92E+026.11E+026.85E+026.92E+026.35E+026.21E+026.61E+026.55E+026.50E+026.46E+02
Best6.00E+026.87E+026.52E+026.89E+026.08E+026.66E+026.87E+026.26E+026.16E+026.49E+026.50E+026.48E+026.34E+02
Worst6.00E+026.94E+026.62E+026.94E+026.14E+027.00E+027.00E+026.58E+026.31E+026.69E+026.57E+026.54E+026.58E+02
Std0.00E+003.77E+004.87E+002.50E+002.84E+001.69E+016.05E+001.67E+017.15E+009.38E+003.53E+002.71E+001.10E+01
Median6.00E+026.89E+026.56E+026.91E+026.10E+026.86E+026.91E+026.29E+026.20E+026.62E+026.56E+026.50E+026.46E+02
Rank11181221013439765
C17-F7Mean7.57E+021.73E+031.61E+031.83E+031.01E+031.63E+031.65E+031.04E+031.05E+031.44E+031.37E+031.17E+031.28E+03
Best7.55E+021.71E+031.55E+031.75E+039.60E+021.49E+031.59E+031.00E+031.03E+031.32E+031.21E+031.02E+031.20E+03
Worst7.58E+021.76E+031.68E+031.93E+031.06E+031.77E+031.74E+031.07E+031.07E+031.50E+031.50E+031.39E+031.32E+03
Std1.69E+002.43E+016.01E+018.13E+015.23E+011.45E+027.17E+012.97E+012.03E+018.82E+011.38E+021.74E+025.87E+01
Median7.57E+021.73E+031.62E+031.82E+031.02E+031.63E+031.64E+031.04E+031.05E+031.47E+031.39E+031.14E+031.29E+03
Rank11291321011348756
C17-F8Mean8.06E+021.39E+031.11E+031.41E+039.99E+021.40E+031.30E+031.01E+031.02E+031.29E+031.12E+031.04E+031.23E+03
Best8.03E+021.33E+031.06E+031.38E+039.70E+021.31E+031.17E+039.72E+029.88E+021.24E+031.11E+031.00E+031.19E+03
Worst8.11E+021.43E+031.15E+031.43E+031.03E+031.53E+031.40E+031.08E+031.06E+031.35E+031.14E+031.10E+031.25E+03
Std3.89E+004.69E+015.47E+012.33E+013.34E+011.04E+021.03E+025.01E+013.36E+014.79E+011.07E+015.30E+012.95E+01
Median8.04E+021.39E+031.11E+031.42E+039.99E+021.39E+031.31E+039.95E+021.02E+031.29E+031.12E+031.03E+031.24E+03
Rank11161321210349758
C17-F9Mean9.00E+023.41E+041.26E+043.43E+043.18E+033.58E+043.12E+041.86E+046.53E+032.27E+041.01E+049.75E+031.21E+04
Best9.00E+023.28E+041.20E+043.22E+042.01E+033.30E+042.90E+049.96E+035.68E+031.75E+049.21E+039.03E+039.97E+03
Worst9.00E+023.73E+041.34E+043.60E+044.59E+033.99E+043.64E+042.46E+047.43E+032.67E+041.09E+041.11E+041.39E+04
Std1.01E-132.31E+036.61E+021.94E+031.16E+033.24E+033.84E+037.47E+039.87E+024.16E+037.68E+029.97E+022.29E+03
Median9.00E+023.32E+041.25E+043.45E+043.07E+033.51E+042.96E+041.99E+046.50E+032.33E+041.01E+049.44E+031.23E+04
Rank11171221310839546
C17-F10Mean4.35E+031.25E+048.12E+031.37E+046.43E+031.14E+041.14E+047.49E+038.44E+031.35E+048.38E+037.61E+031.13E+04
Best3.56E+031.20E+047.60E+031.34E+045.59E+031.04E+041.02E+046.21E+036.50E+031.28E+047.56E+037.42E+031.08E+04
Worst5.10E+031.33E+048.59E+031.41E+047.04E+031.24E+041.25E+048.53E+031.33E+041.40E+049.45E+038.11E+031.20E+04
Std7.02E+026.53E+024.50E+023.50E+027.56E+029.28E+021.12E+031.08E+033.58E+036.98E+028.56E+023.62E+025.64E+02
Median4.37E+031.24E+048.14E+031.36E+046.54E+031.13E+041.14E+047.61E+036.96E+031.36E+048.25E+037.46E+031.12E+04
Rank11151329103712648
C17-F11Mean1.13E+031.46E+041.58E+031.99E+041.25E+031.23E+044.88E+031.55E+035.86E+034.90E+031.35E+041.64E+032.28E+04
Best1.12E+031.35E+041.47E+031.77E+041.20E+031.06E+044.31E+031.40E+033.54E+034.60E+031.27E+041.38E+031.33E+04
Worst1.13E+031.53E+041.72E+032.16E+041.28E+031.47E+046.09E+031.69E+031.01E+045.44E+031.53E+041.95E+033.05E+04
Std5.92E+009.01E+021.30E+021.75E+033.65E+011.96E+038.94E+021.36E+023.31E+034.25E+021.31E+032.64E+027.74E+03
Median1.13E+031.48E+041.56E+032.02E+041.26E+031.19E+044.56E+031.54E+034.88E+034.77E+031.30E+041.62E+032.36E+04
Rank11141229638710513
C17-F12Mean2.91E+034.13E+106.95E+076.74E+101.36E+072.45E+101.25E+097.51E+079.08E+084.79E+092.06E+091.52E+091.94E+08
Best2.53E+033.47E+102.95E+074.92E+101.29E+071.03E+101.03E+094.04E+071.43E+082.70E+096.77E+081.20E+076.11E+07
Worst3.17E+034.96E+101.07E+089.25E+101.43E+074.12E+101.70E+091.19E+081.69E+099.42E+093.70E+094.39E+092.68E+08
Std2.98E+027.29E+094.55E+072.17E+107.27E+051.39E+103.35E+083.61E+078.38E+083.43E+091.36E+092.22E+099.90E+07
Median2.96E+034.05E+107.06E+076.40E+101.37E+072.32E+101.13E+097.02E+079.01E+083.52E+091.93E+098.38E+082.23E+08
Rank11231321174610985
C17-F13Mean1.34E+032.33E+101.41E+054.08E+101.55E+049.56E+099.00E+072.29E+053.39E+085.55E+081.76E+074.52E+083.93E+07
Best1.33E+031.34E+103.25E+042.06E+108.26E+035.08E+096.76E+071.43E+051.54E+084.52E+082.97E+044.84E+042.56E+07
Worst1.34E+033.18E+103.11E+055.87E+101.83E+041.49E+101.02E+083.57E+058.51E+087.58E+085.92E+071.14E+095.26E+07
Std4.66E+008.77E+091.30E+051.74E+105.29E+034.51E+091.66E+079.91E+043.72E+081.50E+083.07E+076.06E+081.31E+07
Median1.34E+032.40E+101.11E+054.20E+101.78E+049.14E+099.50E+072.08E+051.75E+085.04E+085.51E+063.34E+083.96E+07
Rank11231321174810596
C17-F14Mean1.43E+032.46E+071.16E+064.59E+071.56E+032.55E+064.52E+061.81E+051.09E+068.21E+051.44E+075.44E+051.06E+07
Best1.43E+038.04E+063.59E+051.41E+071.54E+036.73E+054.00E+061.15E+058.51E+046.77E+053.26E+061.96E+055.23E+06
Worst1.43E+034.82E+072.76E+069.29E+071.58E+034.04E+065.37E+063.51E+052.11E+069.47E+052.36E+078.72E+051.83E+07
Std2.85E+001.84E+071.19E+063.65E+071.79E+011.52E+066.44E+051.24E+058.99E+051.53E+051.00E+073.01E+056.00E+06
Median1.43E+032.11E+077.59E+053.83E+071.55E+032.74E+064.36E+061.29E+051.09E+068.30E+051.53E+075.55E+059.50E+06
Rank11271328936511410
C17-F15Mean1.53E+032.47E+093.61E+043.97E+092.22E+031.62E+099.41E+061.15E+055.64E+066.69E+071.87E+081.04E+048.13E+06
Best1.53E+031.75E+092.23E+043.10E+092.10E+035.56E+088.67E+054.77E+044.02E+043.92E+071.82E+042.71E+032.76E+06
Worst1.53E+033.24E+096.64E+044.70E+092.36E+033.52E+091.76E+071.72E+051.49E+078.71E+077.27E+082.03E+041.77E+07
Std3.19E+007.62E+082.23E+047.73E+081.53E+021.50E+097.99E+066.00E+047.04E+062.18E+073.92E+088.51E+037.17E+06
Median1.53E+032.45E+092.79E+044.04E+092.22E+031.20E+099.60E+061.21E+053.83E+067.07E+071.13E+079.24E+036.06E+06
Rank11241321185691037
C17-F16Mean2.06E+036.07E+034.24E+037.30E+032.72E+034.51E+035.32E+033.26E+033.26E+034.42E+033.86E+033.28E+033.82E+03
Best1.73E+035.27E+033.91E+035.50E+032.57E+033.96E+034.37E+033.04E+032.89E+034.03E+033.54E+032.89E+033.22E+03
Worst2.24E+037.73E+034.64E+031.09E+042.98E+034.80E+035.95E+033.50E+033.82E+034.69E+034.25E+033.71E+034.33E+03
Std2.53E+021.25E+033.74E+022.68E+032.10E+024.14E+027.55E+022.06E+024.93E+023.05E+023.76E+024.47E+025.23E+02
Median2.14E+035.63E+034.20E+036.42E+032.66E+034.64E+035.47E+033.25E+033.17E+034.47E+033.82E+033.26E+033.86E+03
Rank11281321011439756
C17-F17Mean2.02E+037.33E+033.48E+031.06E+042.53E+033.86E+034.41E+033.02E+032.92E+034.04E+033.73E+033.28E+033.50E+03
Best1.90E+035.60E+033.05E+037.75E+032.46E+033.11E+033.95E+032.49E+032.78E+033.43E+033.29E+033.07E+033.28E+03
Worst2.14E+038.97E+033.99E+031.37E+042.59E+034.30E+034.62E+033.48E+033.18E+034.41E+034.02E+033.60E+033.74E+03
Std1.46E+021.51E+034.82E+022.68E+035.97E+015.64E+023.40E+024.47E+021.97E+024.70E+023.45E+022.75E+022.33E+02
Median2.02E+037.38E+033.44E+031.04E+042.54E+034.01E+034.52E+033.05E+032.86E+034.16E+033.80E+033.23E+033.50E+03
Rank11261329114310857
C17-F18Mean1.83E+037.19E+072.29E+061.07E+082.50E+043.33E+074.29E+072.51E+065.43E+067.78E+067.98E+067.82E+058.99E+06
Best1.82E+035.75E+072.97E+054.79E+073.65E+032.99E+061.16E+071.48E+061.04E+065.35E+063.77E+063.34E+053.22E+06
Worst1.84E+038.47E+074.19E+061.48E+083.73E+049.51E+077.76E+073.90E+061.08E+071.08E+071.49E+071.28E+062.16E+07
Std8.86E+001.28E+072.15E+065.35E+071.60E+044.60E+073.55E+071.26E+065.57E+062.52E+065.53E+064.74E+059.24E+06
Median1.83E+037.26E+072.33E+061.15E+082.95E+041.75E+074.11E+072.32E+064.93E+067.48E+066.62E+067.57E+055.56E+06
Rank11241321011567839
C17-F19Mean1.93E+032.59E+092.47E+053.64E+092.07E+032.54E+096.49E+064.86E+061.10E+064.81E+074.29E+053.74E+059.41E+05
Best1.92E+031.23E+098.66E+042.46E+092.02E+039.28E+069.77E+053.70E+065.40E+054.09E+072.47E+052.85E+037.36E+05
Worst1.93E+034.32E+095.09E+054.51E+092.10E+037.41E+091.53E+076.03E+061.70E+066.11E+079.40E+059.33E+051.28E+06
Std8.61E-011.41E+091.99E+059.92E+084.32E+013.61E+096.70E+061.04E+065.26E+059.81E+063.71E+054.83E+052.77E+05
Median1.93E+032.40E+091.96E+053.81E+092.09E+031.36E+094.85E+064.86E+061.09E+064.53E+072.65E+052.79E+058.77E+05
Rank11231321198710546
C17-F20Mean2.16E+033.74E+033.21E+034.00E+032.63E+033.37E+033.67E+033.22E+032.60E+033.69E+033.95E+033.23E+033.12E+03
Best2.10E+033.42E+032.65E+033.73E+032.36E+032.94E+033.38E+033.00E+032.41E+033.57E+033.68E+032.84E+033.05E+03
Worst2.32E+033.91E+033.72E+034.17E+032.90E+033.58E+034.23E+033.67E+032.80E+033.86E+034.21E+033.40E+033.24E+03
Std1.19E+022.45E+024.98E+022.05E+022.48E+023.20E+024.18E+023.34E+022.25E+021.33E+022.37E+022.85E+029.08E+01
Median2.11E+033.82E+033.24E+034.05E+032.64E+033.48E+033.54E+033.11E+032.60E+033.67E+033.95E+033.34E+033.09E+03
Rank11151338962101274
C17-F21Mean2.31E+032.96E+032.73E+033.00E+032.44E+032.93E+032.92E+032.56E+032.51E+032.80E+032.82E+032.64E+032.73E+03
Best2.31E+032.93E+032.62E+032.90E+032.42E+032.83E+032.81E+032.53E+032.46E+032.77E+032.75E+032.57E+032.71E+03
Worst2.33E+032.99E+032.91E+033.08E+032.47E+033.09E+033.01E+032.60E+032.55E+032.84E+032.85E+032.74E+032.75E+03
Std1.08E+013.72E+011.39E+029.48E+012.35E+011.23E+029.36E+013.92E+014.30E+013.31E+015.19E+018.23E+012.19E+01
Median2.31E+032.96E+032.70E+033.01E+032.44E+032.90E+032.93E+032.56E+032.52E+032.79E+032.83E+032.63E+032.73E+03
Rank11271321110438956
C17-F22Mean3.10E+031.44E+041.08E+041.56E+045.25E+031.32E+041.32E+048.71E+038.59E+031.51E+041.10E+049.44E+038.56E+03
Best2.30E+031.41E+048.50E+031.54E+042.32E+031.28E+041.25E+046.91E+037.56E+031.46E+041.07E+048.63E+033.95E+03
Worst5.48E+031.46E+041.24E+041.59E+048.24E+031.38E+041.35E+049.92E+039.10E+031.56E+041.15E+049.90E+031.30E+04
Std1.73E+032.52E+022.00E+032.96E+023.47E+034.65E+024.62E+021.40E+037.69E+025.32E+023.54E+026.47E+025.49E+03
Median2.30E+031.45E+041.11E+041.56E+045.21E+031.32E+041.33E+049.01E+038.86E+031.51E+041.10E+049.61E+038.62E+03
Rank11171321095412863
C17-F23Mean2.74E+033.78E+033.27E+033.85E+032.88E+033.70E+033.70E+032.98E+033.01E+033.26E+034.67E+033.35E+033.34E+03
Best2.73E+033.70E+033.19E+033.80E+032.87E+033.50E+033.53E+032.94E+032.93E+033.17E+034.49E+033.29E+033.21E+03
Worst2.75E+033.87E+033.35E+033.89E+032.90E+034.03E+033.80E+033.05E+033.14E+033.33E+034.84E+033.41E+033.47E+03
Std1.09E+018.13E+018.26E+013.88E+011.50E+012.74E+021.33E+025.70E+011.01E+026.83E+011.57E+026.98E+011.16E+02
Median2.75E+033.77E+033.27E+033.85E+032.88E+033.64E+033.74E+032.96E+032.98E+033.27E+034.68E+033.36E+033.33E+03
Rank11161229103451387
C17-F24Mean2.92E+034.16E+033.49E+034.43E+033.06E+033.96E+033.80E+033.13E+033.19E+033.43E+034.33E+033.44E+033.64E+03
Best2.91E+033.92E+033.38E+033.96E+033.03E+033.87E+033.69E+033.09E+033.09E+033.35E+034.29E+033.29E+033.60E+03
Worst2.92E+034.71E+033.67E+035.58E+033.10E+034.10E+033.85E+033.16E+033.31E+033.49E+034.38E+033.59E+033.73E+03
Std7.43E+004.03E+021.35E+028.43E+023.19E+011.14E+027.99E+013.35E+011.00E+026.69E+014.30E+011.48E+026.94E+01
Median2.92E+034.01E+033.45E+034.09E+033.06E+033.94E+033.82E+033.13E+033.17E+033.44E+034.32E+033.44E+033.61E+03
Rank11171321093451268
C17-F25Mean2.98E+038.37E+033.17E+031.16E+043.06E+035.88E+034.11E+033.05E+033.99E+034.32E+034.22E+033.12E+034.00E+03
Best2.98E+036.92E+033.14E+039.32E+033.04E+034.81E+033.71E+033.02E+033.80E+033.85E+033.89E+033.07E+033.90E+03
Worst2.99E+039.30E+033.21E+031.30E+043.08E+036.91E+034.40E+033.07E+034.19E+034.89E+034.86E+033.16E+034.12E+03
Std6.30E+001.15E+033.36E+011.86E+031.69E+019.85E+023.19E+022.56E+012.18E+025.69E+024.96E+025.01E+019.93E+01
Median2.98E+038.64E+033.16E+031.20E+043.07E+035.91E+034.15E+033.06E+033.99E+034.27E+034.07E+033.11E+034.00E+03
Rank11251331182610947
C17-F26Mean3.78E+031.37E+041.07E+041.46E+043.35E+031.23E+041.34E+045.71E+036.41E+039.49E+031.12E+047.96E+038.79E+03
Best3.75E+031.35E+041.02E+041.40E+043.15E+031.02E+041.25E+045.24E+036.03E+038.72E+031.09E+047.40E+036.99E+03
Worst3.79E+031.39E+041.12E+041.56E+043.62E+031.35E+041.51E+045.97E+036.76E+031.02E+041.16E+048.50E+031.11E+04
Std2.12E+012.07E+024.39E+027.14E+022.34E+021.54E+031.23E+033.59E+024.15E+026.87E+023.29E+025.35E+022.14E+03
Median3.78E+031.37E+041.07E+041.45E+043.30E+031.27E+041.30E+045.82E+036.42E+039.52E+031.12E+047.96E+038.52E+03
Rank21281311011347956
C17-F27Mean3.25E+034.74E+033.83E+034.92E+033.38E+034.65E+034.41E+033.36E+033.63E+033.81E+037.90E+033.63E+034.40E+03
Best3.23E+034.43E+033.78E+034.56E+033.27E+033.97E+033.86E+033.32E+033.58E+033.62E+037.66E+033.38E+034.29E+03
Worst3.31E+034.95E+033.89E+035.18E+033.47E+035.13E+034.97E+033.43E+033.67E+033.97E+038.25E+033.87E+034.54E+03
Std4.54E+012.48E+025.37E+013.23E+028.98E+015.52E+025.67E+025.14E+015.21E+011.70E+023.11E+022.42E+021.14E+02
Median3.23E+034.79E+033.82E+034.97E+033.38E+034.76E+034.41E+033.34E+033.62E+033.82E+037.85E+033.64E+034.38E+03
Rank11171231092461358
C17-F28Mean3.26E+038.51E+033.58E+031.09E+043.35E+037.10E+034.76E+033.28E+034.36E+035.17E+034.99E+033.85E+034.97E+03
Best3.26E+037.69E+033.50E+039.63E+033.31E+035.77E+034.17E+033.26E+034.10E+034.57E+034.93E+033.54E+034.73E+03
Worst3.26E+031.06E+043.67E+031.41E+043.39E+038.46E+034.98E+033.30E+034.69E+035.70E+035.11E+034.34E+035.15E+03
Std0.00E+001.52E+038.91E+012.38E+034.21E+011.48E+034.26E+022.10E+012.99E+025.03E+028.60E+013.78E+022.24E+02
Median3.26E+037.89E+033.58E+039.85E+033.34E+037.08E+034.94E+033.29E+034.32E+035.21E+034.96E+033.75E+035.00E+03
Rank11241331172610958
C17-F29Mean3.26E+031.32E+045.42E+031.89E+044.06E+036.76E+038.82E+034.78E+034.81E+036.41E+037.99E+034.78E+036.04E+03
Best3.25E+038.76E+035.28E+031.00E+043.72E+036.33E+035.98E+034.35E+034.62E+035.54E+036.60E+034.56E+035.74E+03
Worst3.28E+031.81E+045.55E+032.98E+044.30E+037.27E+031.15E+045.36E+035.10E+037.36E+031.04E+044.86E+036.62E+03
Std1.90E+014.68E+031.22E+029.56E+032.85E+024.23E+022.48E+034.59E+022.43E+029.41E+021.88E+031.61E+024.49E+02
Median3.26E+031.30E+045.42E+031.78E+044.12E+036.72E+038.89E+034.70E+034.77E+036.37E+037.46E+034.85E+035.90E+03
Rank11261329113581047
C17-F30Mean6.24E+053.11E+092.08E+075.22E+091.61E+061.58E+091.51E+086.70E+071.32E+082.85E+081.75E+084.60E+065.56E+07
Best5.82E+052.40E+091.27E+073.20E+091.22E+061.93E+081.02E+086.06E+076.41E+071.99E+081.34E+083.22E+064.48E+07
Worst6.56E+054.22E+092.85E+078.19E+092.60E+063.20E+092.08E+087.71E+071.97E+083.61E+082.30E+086.39E+067.80E+07
Std3.56E+048.65E+088.44E+062.34E+097.24E+051.68E+095.79E+077.80E+067.28E+077.41E+074.36E+071.70E+061.67E+07
Median6.28E+052.91E+092.10E+074.74E+091.30E+061.46E+091.47E+086.52E+071.35E+082.91E+081.69E+084.40E+064.97E+07
Rank11241321186710935
Sum rank3033516636763294269112144248254150207
Mean rank1.03E+001.16E+015.72E+001.27E+012.17E+001.01E+019.28E+003.86E+004.97E+008.55E+008.76E+005.17E+007.14E+00
Total rank11261321110348957
Table 5. Optimization results of CEC 2017 test suite (dimension = 100).
Table 5. Optimization results of CEC 2017 test suite (dimension = 100).
LOAWSOAVOARSAMPATSAWOAMVOGWOTLBOGSAPSOGA
C17-F1Mean1.00E+021.58E+113.63E+092.21E+114.93E+081.20E+115.95E+106.24E+075.42E+108.65E+101.29E+111.90E+105.32E+10
Best1.00E+021.55E+111.77E+092.17E+113.73E+081.05E+115.62E+105.20E+074.70E+108.24E+101.19E+111.28E+105.04E+10
Worst1.00E+021.62E+115.22E+092.23E+116.23E+081.34E+116.66E+107.31E+076.13E+109.53E+101.38E+112.59E+106.02E+10
Std1.26E-143.53E+091.55E+092.77E+091.31E+081.28E+105.21E+091.12E+077.42E+096.52E+098.97E+097.81E+095.06E+09
Median1.00E+021.58E+113.77E+092.22E+114.88E+081.20E+115.76E+106.23E+075.43E+108.42E+101.30E+111.87E+105.12E+10
Rank11241331082791156
C17-F3Mean3.00E+024.06E+053.10E+053.06E+051.50E+053.45E+057.48E+054.42E+053.49E+052.81E+053.26E+055.13E+055.47E+05
Best3.00E+023.70E+053.02E+052.95E+051.15E+052.76E+056.55E+053.67E+053.20E+052.63E+053.01E+053.89E+055.25E+05
Worst3.00E+024.25E+053.17E+053.12E+051.81E+053.94E+058.67E+055.29E+053.82E+052.97E+053.56E+057.20E+055.65E+05
Std0.00E+002.78E+046.52E+038.76E+033.15E+045.41E+049.93E+048.97E+043.66E+041.50E+042.48E+041.67E+051.93E+04
Median3.00E+024.15E+053.10E+053.08E+051.52E+053.55E+057.36E+054.36E+053.47E+052.81E+053.22E+054.72E+055.50E+05
Rank19542713108361112
C17-F4Mean6.02E+024.23E+041.50E+037.12E+049.97E+021.52E+041.04E+047.52E+024.27E+031.02E+043.24E+042.38E+038.76E+03
Best5.92E+023.89E+041.27E+036.46E+048.90E+029.96E+038.87E+037.00E+023.28E+039.73E+032.57E+041.45E+038.28E+03
Worst6.12E+024.63E+041.65E+037.94E+041.11E+032.02E+041.14E+048.09E+026.40E+031.10E+043.66E+042.99E+039.30E+03
Std1.27E+013.48E+031.91E+026.67E+031.15E+024.61E+031.18E+034.97E+011.56E+036.77E+025.72E+037.22E+025.19E+02
Median6.02E+024.19E+041.55E+037.05E+049.95E+021.53E+041.07E+047.50E+023.69E+031.00E+043.35E+042.53E+038.72E+03
Rank11241331092681157
C17-F5Mean5.13E+021.88E+031.25E+031.85E+031.16E+032.02E+031.74E+031.17E+031.13E+031.77E+031.27E+031.34E+031.50E+03
Best5.11E+021.86E+031.24E+031.82E+031.05E+032.00E+031.65E+031.07E+031.07E+031.74E+031.24E+031.25E+031.36E+03
Worst5.15E+021.89E+031.26E+031.88E+031.24E+032.05E+031.88E+031.24E+031.17E+031.80E+031.30E+031.50E+031.58E+03
Std1.98E+001.35E+019.10E+003.60E+011.05E+022.55E+011.10E+028.22E+014.68E+012.36E+013.48E+011.30E+021.07E+02
Median5.13E+021.88E+031.25E+031.85E+031.18E+032.02E+031.71E+031.19E+031.13E+031.77E+031.27E+031.31E+031.53E+03
Rank11251131394210678
C17-F6Mean6.00E+026.98E+026.57E+026.97E+026.34E+027.02E+026.96E+026.69E+026.37E+026.75E+026.59E+026.57E+026.58E+02
Best6.00E+026.96E+026.53E+026.92E+026.31E+026.91E+026.87E+026.63E+026.32E+026.67E+026.57E+026.50E+026.51E+02
Worst6.00E+027.01E+026.61E+026.99E+026.40E+027.10E+027.12E+026.75E+026.43E+026.80E+026.63E+026.62E+026.63E+02
Std0.00E+002.38E+003.45E+003.50E+004.91E+001.01E+011.22E+015.64E+004.95E+006.80E+003.03E+006.27E+006.55E+00
Median6.00E+026.98E+026.57E+026.98E+026.33E+027.04E+026.92E+026.69E+026.36E+026.77E+026.58E+026.57E+026.59E+02
Rank11251121310839746
C17-F7Mean8.11E+023.39E+032.90E+033.50E+031.76E+033.23E+033.37E+031.91E+031.92E+032.92E+032.94E+032.34E+032.43E+03
Best8.10E+023.31E+032.75E+033.41E+031.70E+033.06E+033.25E+031.76E+031.75E+032.78E+032.82E+032.10E+032.34E+03
Worst8.13E+023.49E+033.03E+033.57E+031.83E+033.39E+033.53E+032.02E+032.05E+033.03E+033.14E+032.45E+032.64E+03
Std1.59E+007.87E+011.48E+027.32E+016.10E+011.59E+021.38E+021.20E+021.39E+021.10E+021.53E+021.85E+021.50E+02
Median8.11E+023.39E+032.91E+033.51E+031.75E+033.24E+033.34E+031.93E+031.95E+032.93E+032.90E+032.41E+032.38E+03
Rank11271321011348956
C17-F8Mean8.12E+022.29E+031.66E+032.34E+031.38E+032.27E+032.20E+031.40E+031.46E+032.14E+031.74E+031.63E+031.93E+03
Best8.09E+022.24E+031.61E+032.32E+031.22E+032.21E+032.01E+031.26E+031.36E+032.08E+031.67E+031.59E+031.89E+03
Worst8.17E+022.35E+031.69E+032.36E+031.48E+032.35E+032.34E+031.57E+031.59E+032.19E+031.86E+031.72E+031.98E+03
Std3.70E+004.80E+013.89E+011.75E+011.23E+027.57E+011.83E+021.39E+021.12E+025.14E+019.59E+016.43E+014.44E+01
Median8.12E+022.29E+031.68E+032.35E+031.41E+032.26E+032.22E+031.39E+031.44E+032.14E+031.72E+031.61E+031.93E+03
Rank11261321110349758
C17-F9Mean9.00E+028.26E+042.43E+047.08E+042.06E+041.10E+057.04E+045.43E+043.30E+046.82E+042.16E+043.01E+044.22E+04
Best9.00E+027.37E+042.02E+046.85E+041.92E+049.05E+045.47E+044.58E+042.04E+046.53E+042.01E+042.55E+043.82E+04
Worst9.00E+029.54E+042.74E+047.27E+042.12E+041.38E+058.87E+046.17E+044.48E+046.98E+042.28E+043.36E+044.75E+04
Std1.01E-131.02E+043.23E+032.04E+031.04E+032.16E+041.84E+047.15E+031.30E+042.19E+031.21E+033.91E+034.25E+03
Median9.00E+028.06E+042.48E+047.10E+042.10E+041.07E+056.90E+045.48E+043.33E+046.89E+042.18E+043.08E+044.15E+04
Rank11241121310869357
C17-F10 Mean1.10E+042.88E+041.56E+043.00E+041.36E+042.80E+042.70E+041.65E+041.49E+043.01E+041.67E+041.66E+042.49E+04
Best9.63E+032.86E+041.32E+042.92E+041.30E+042.73E+042.62E+041.59E+041.38E+042.88E+041.51E+041.49E+042.44E+04
Worst1.19E+042.91E+041.77E+043.05E+041.45E+042.89E+042.83E+041.71E+041.54E+043.11E+041.77E+041.77E+042.55E+04
Std1.05E+032.81E+022.17E+036.46E+026.78E+027.51E+021.04E+035.37E+028.17E+021.01E+031.31E+031.29E+034.78E+02
Median1.13E+042.88E+041.57E+043.02E+041.36E+042.79E+042.67E+041.65E+041.51E+043.02E+041.71E+041.68E+042.49E+04
Rank11141221095313768
C17-F11Mean1.16E+031.53E+055.97E+041.92E+054.54E+036.09E+041.94E+054.35E+038.11E+046.68E+041.61E+054.85E+041.30E+05
Best1.14E+031.19E+055.36E+041.47E+053.59E+032.78E+041.13E+053.79E+036.74E+045.64E+041.34E+052.21E+049.89E+04
Worst1.22E+031.78E+057.13E+042.74E+055.41E+038.70E+043.13E+054.61E+039.14E+048.52E+041.87E+059.90E+041.79E+05
Std4.25E+012.77E+048.90E+036.21E+048.54E+022.67E+041.01E+054.07E+021.12E+041.37E+042.41E+043.74E+043.80E+04
Median1.14E+031.58E+055.69E+041.74E+054.57E+036.43E+041.75E+054.50E+038.29E+046.29E+041.61E+053.64E+041.20E+05
Rank11051236132871149
C17-F12 Mean5.97E+039.81E+106.12E+081.60E+112.42E+085.29E+101.23E+103.09E+081.06E+102.04E+106.22E+109.39E+091.15E+10
Best5.38E+036.97E+103.25E+081.19E+111.35E+082.71E+109.95E+091.96E+087.37E+091.60E+105.39E+101.22E+091.05E+10
Worst6.57E+031.09E+119.78E+081.86E+112.91E+088.77E+101.40E+104.86E+081.27E+102.81E+107.31E+101.79E+101.36E+10
Std5.38E+022.07E+103.06E+083.30E+107.84E+072.75E+101.86E+091.39E+082.48E+096.01E+098.70E+098.24E+091.54E+09
Median5.97E+031.07E+115.73E+081.67E+112.72E+084.83E+101.26E+102.77E+081.13E+101.87E+106.08E+109.24E+091.10E+10
Rank11241321083691157
C17-F13Mean1.41E+032.59E+109.15E+043.97E+109.03E+041.99E+104.87E+083.30E+058.82E+082.62E+098.13E+091.64E+091.63E+08
Best1.37E+032.26E+106.47E+043.07E+103.87E+041.41E+103.46E+082.91E+057.60E+071.81E+095.00E+091.81E+081.27E+08
Worst1.44E+032.87E+101.25E+054.50E+102.24E+052.38E+106.58E+083.84E+052.33E+093.17E+091.04E+102.97E+091.96E+08
Std3.78E+013.51E+092.77E+047.19E+099.76E+044.46E+091.75E+084.47E+041.13E+096.74E+082.48E+091.49E+093.85E+07
Median1.41E+032.62E+108.83E+044.16E+104.91E+042.08E+104.71E+083.22E+055.60E+082.75E+098.54E+091.71E+091.64E+08
Rank11231321164791085
C17-F14Mean1.47E+034.23E+076.22E+067.43E+078.48E+048.29E+061.36E+072.83E+068.97E+061.30E+071.07E+077.60E+059.79E+06
Best1.46E+033.66E+073.77E+066.77E+072.43E+043.77E+067.81E+068.54E+055.67E+069.66E+068.26E+063.61E+055.48E+06
Worst1.47E+034.84E+071.03E+078.13E+071.80E+051.62E+071.85E+073.89E+061.34E+071.66E+071.61E+071.58E+061.44E+07
Std6.58E+005.64E+063.14E+067.09E+067.59E+045.95E+064.80E+061.47E+063.71E+063.93E+063.93E+066.03E+054.05E+06
Median1.47E+034.22E+075.39E+067.40E+076.74E+046.61E+061.40E+073.28E+068.38E+061.28E+079.27E+065.50E+059.63E+06
Rank11251326114710938
C17-F15Mean1.61E+031.44E+107.87E+042.19E+105.23E+041.12E+106.54E+071.18E+054.68E+081.11E+091.16E+093.11E+081.18E+07
Best1.55E+031.33E+106.44E+041.57E+101.52E+042.33E+083.64E+078.08E+043.07E+073.71E+084.64E+085.74E+047.63E+06
Worst1.65E+031.61E+109.88E+042.73E+107.94E+042.11E+101.26E+081.74E+051.40E+092.37E+091.48E+091.23E+092.02E+07
Std4.80E+011.35E+091.79E+046.30E+092.95E+049.84E+094.43E+074.45E+046.90E+089.55E+085.12E+086.65E+086.19E+06
Median1.62E+031.40E+107.59E+042.24E+105.73E+041.18E+104.97E+071.09E+052.19E+088.50E+081.34E+098.05E+069.77E+06
Rank11231321164891075
C17-F16Mean2.71E+031.79E+046.84E+032.13E+045.34E+031.38E+041.53E+046.34E+035.88E+031.09E+041.05E+046.24E+031.00E+04
Best2.17E+031.66E+045.75E+031.68E+045.25E+031.14E+041.25E+045.63E+035.32E+031.04E+049.11E+035.99E+039.06E+03
Worst3.40E+031.84E+047.53E+032.38E+045.47E+031.65E+041.70E+046.81E+036.51E+031.19E+041.21E+046.44E+031.08E+04
Std5.55E+028.89E+028.41E+023.47E+031.07E+022.29E+032.17E+035.68E+026.74E+027.72E+021.47E+032.03E+028.46E+02
Median2.64E+031.82E+047.04E+032.23E+045.32E+031.36E+041.59E+046.46E+035.84E+031.07E+041.04E+046.26E+031.01E+04
Rank11261321011539847
C17-F17Mean2.72E+033.94E+065.63E+037.75E+064.52E+032.04E+051.61E+044.82E+035.32E+038.34E+034.35E+045.87E+036.86E+03
Best2.28E+031.15E+065.42E+032.10E+064.29E+039.70E+039.93E+034.39E+034.31E+038.21E+032.86E+045.62E+036.70E+03
Worst3.43E+038.96E+066.07E+031.78E+074.72E+035.43E+052.71E+045.14E+036.86E+038.51E+037.06E+046.09E+037.02E+03
Std5.60E+024.00E+063.31E+028.05E+062.31E+022.53E+058.42E+034.10E+021.23E+031.58E+022.02E+042.19E+021.46E+02
Median2.58E+032.82E+065.52E+035.53E+064.53E+031.33E+051.36E+044.87E+035.05E+038.32E+033.74E+045.88E+036.86E+03
Rank11251321193481067
C17-F18Mean1.90E+035.45E+072.63E+069.62E+072.17E+051.39E+071.12E+074.58E+061.02E+071.51E+071.10E+076.01E+065.64E+06
Best1.88E+032.47E+071.31E+063.73E+071.51E+055.21E+068.33E+063.39E+063.22E+061.11E+075.06E+063.71E+064.52E+06
Worst1.92E+039.86E+074.16E+061.76E+083.91E+052.84E+071.33E+077.70E+061.65E+072.14E+072.44E+078.66E+068.16E+06
Std2.11E+013.43E+071.40E+066.35E+071.26E+051.14E+072.45E+062.27E+065.96E+064.78E+069.92E+062.50E+061.86E+06
Median1.91E+034.74E+072.53E+068.58E+071.63E+051.10E+071.16E+073.62E+061.06E+071.40E+077.22E+065.83E+064.93E+06
Rank11231321094711865
C17-F19Mean1.97E+031.19E+102.69E+062.09E+102.62E+054.72E+091.25E+081.55E+073.37E+086.25E+081.48E+092.52E+081.20E+07
Best1.97E+031.05E+101.03E+061.53E+105.51E+042.09E+094.97E+079.07E+062.67E+062.71E+082.66E+084.19E+076.10E+06
Worst1.98E+031.40E+104.95E+062.60E+104.43E+059.37E+092.11E+082.47E+071.01E+091.44E+092.79E+095.45E+082.16E+07
Std4.94E+001.72E+091.80E+064.83E+091.75E+053.50E+098.13E+078.40E+065.13E+085.96E+081.37E+092.65E+087.49E+06
Median1.97E+031.15E+102.39E+062.11E+102.74E+053.70E+091.20E+081.42E+071.66E+083.96E+081.43E+092.10E+081.00E+07
Rank11231321165891074
C17-F20Mean3.19E+037.03E+035.99E+037.27E+034.42E+036.79E+036.80E+035.65E+035.90E+037.00E+036.13E+035.24E+036.08E+03
Best2.81E+036.84E+035.66E+037.16E+034.35E+036.19E+036.40E+035.36E+034.73E+036.22E+035.71E+034.54E+035.50E+03
Worst3.66E+037.22E+036.25E+037.36E+034.47E+037.53E+037.17E+036.15E+036.77E+037.32E+036.37E+036.07E+036.53E+03
Std4.78E+021.74E+023.09E+029.01E+015.49E+016.30E+023.68E+023.76E+021.10E+035.64E+023.19E+027.14E+025.37E+02
Median3.15E+037.04E+036.03E+037.28E+034.42E+036.72E+036.83E+035.55E+036.05E+037.22E+036.22E+035.18E+036.15E+03
Rank11261329104511837
C17-F21 Mean2.34E+034.16E+033.58E+034.27E+032.80E+034.00E+034.10E+033.18E+032.93E+033.62E+034.56E+033.50E+033.35E+03
Best2.34E+034.11E+033.38E+034.20E+032.76E+033.87E+033.82E+033.11E+032.86E+033.46E+034.03E+033.32E+033.31E+03
Worst2.35E+034.22E+033.71E+034.33E+032.83E+034.09E+034.32E+033.30E+032.98E+033.79E+034.98E+033.83E+033.39E+03
Std3.66E+005.75E+011.54E+025.95E+013.45E+011.22E+022.44E+029.18E+015.94E+011.50E+024.27E+022.52E+023.79E+01
Median2.34E+034.15E+033.61E+034.28E+032.80E+034.02E+034.13E+033.15E+032.95E+033.61E+034.61E+033.42E+033.34E+03
Rank11171229104381365
C17-F22Mean1.17E+043.04E+041.97E+043.20E+041.82E+042.95E+042.80E+041.69E+042.26E+043.19E+042.05E+042.13E+042.77E+04
Best1.11E+042.96E+041.84E+043.17E+041.70E+042.84E+042.65E+041.60E+041.81E+043.09E+041.99E+041.99E+042.67E+04
Worst1.26E+043.09E+042.14E+043.26E+041.98E+043.06E+042.91E+041.76E+043.31E+043.24E+042.09E+042.28E+042.84E+04
Std7.10E+026.29E+021.49E+034.70E+021.29E+039.79E+021.26E+038.66E+027.72E+037.06E+025.13E+021.29E+039.16E+02
Median1.16E+043.06E+041.95E+043.19E+041.81E+042.95E+042.81E+041.71E+041.96E+043.21E+042.07E+042.12E+042.78E+04
Rank11141331092712568
C17-F23Mean2.88E+035.19E+034.04E+035.19E+033.27E+035.30E+035.01E+033.45E+033.58E+034.13E+037.60E+034.75E+034.18E+03
Best2.87E+034.95E+033.96E+034.94E+033.26E+034.58E+034.88E+033.36E+033.54E+034.08E+037.03E+034.26E+034.12E+03
Worst2.88E+035.47E+034.12E+035.39E+033.30E+036.28E+035.15E+033.56E+033.62E+034.21E+038.00E+035.01E+034.24E+03
Std5.67E+002.53E+028.09E+012.05E+022.19E+018.27E+021.42E+029.21E+013.71E+015.79E+014.75E+023.71E+027.40E+01
Median2.88E+035.17E+034.04E+035.22E+033.26E+035.18E+035.01E+033.44E+033.57E+034.12E+037.68E+034.87E+034.18E+03
Rank11051121293461387
C17-F24Mean3.33E+038.25E+035.26E+031.01E+043.70E+036.49E+036.22E+033.93E+034.24E+034.68E+031.04E+045.82E+035.27E+03
Best3.30E+036.47E+035.06E+036.83E+033.65E+036.03E+035.82E+033.87E+034.02E+034.45E+039.80E+035.46E+035.18E+03
Worst3.36E+039.47E+035.44E+031.23E+043.76E+036.80E+036.83E+034.04E+034.45E+034.90E+031.21E+046.28E+035.43E+03
Std3.22E+011.56E+031.84E+022.89E+035.64E+013.60E+024.80E+028.80E+012.42E+021.97E+021.19E+033.94E+021.22E+02
Median3.33E+038.54E+035.28E+031.07E+043.69E+036.57E+036.11E+033.92E+034.25E+034.68E+039.91E+035.77E+035.23E+03
Rank11161221093451387
C17-F25Mean3.19E+031.46E+044.09E+032.04E+043.66E+031.01E+047.09E+033.40E+036.26E+038.60E+031.06E+044.09E+037.64E+03
Best3.14E+031.39E+043.73E+031.89E+043.49E+039.46E+036.49E+033.33E+036.11E+037.43E+039.80E+033.83E+036.96E+03
Worst3.26E+031.63E+044.43E+032.36E+043.78E+031.05E+047.45E+033.46E+036.64E+031.02E+041.21E+044.50E+038.33E+03
Std6.52E+011.23E+033.13E+022.44E+031.32E+025.06E+024.70E+025.90E+012.79E+021.36E+031.09E+033.45E+027.74E+02
Median3.17E+031.41E+044.10E+031.95E+043.68E+031.02E+047.20E+033.40E+036.14E+038.41E+031.03E+044.02E+037.63E+03
Rank11241331072691158
C17-F26Mean5.76E+033.77E+042.36E+044.33E+041.13E+043.18E+043.24E+041.15E+041.63E+042.29E+043.23E+041.99E+042.21E+04
Best5.65E+033.72E+042.09E+044.09E+041.06E+043.06E+042.91E+041.02E+041.45E+041.88E+043.10E+041.79E+042.05E+04
Worst5.84E+033.82E+042.64E+044.48E+041.20E+043.26E+043.52E+041.38E+041.78E+042.81E+043.41E+042.18E+042.31E+04
Std9.13E+014.56E+022.55E+032.05E+037.54E+029.11E+023.30E+031.70E+031.52E+034.22E+031.40E+031.81E+031.21E+03
Median5.77E+033.77E+042.36E+044.38E+041.13E+043.21E+043.27E+041.10E+041.64E+042.23E+043.21E+042.00E+042.23E+04
Rank11281329113471056
C17-F27Mean3.31E+039.02E+034.12E+031.18E+043.52E+036.44E+035.87E+033.61E+034.04E+034.28E+031.35E+044.04E+035.38E+03
Best3.28E+037.62E+033.96E+038.89E+033.49E+036.15E+035.20E+033.57E+033.88E+034.01E+031.32E+043.84E+035.13E+03
Worst3.34E+031.04E+044.39E+031.49E+043.56E+036.80E+036.62E+033.70E+034.17E+034.72E+031.38E+044.23E+035.75E+03
Std3.09E+011.67E+032.06E+023.51E+033.07E+013.03E+028.31E+026.76E+011.56E+023.40E+022.90E+022.33E+022.91E+02
Median3.31E+039.02E+034.07E+031.18E+043.53E+036.40E+035.83E+033.58E+034.06E+034.19E+031.35E+044.04E+035.31E+03
Rank11161221093571348
C17-F28Mean3.32E+032.00E+044.64E+032.70E+043.75E+031.51E+041.00E+043.45E+038.97E+031.08E+041.80E+047.43E+031.11E+04
Best3.32E+031.86E+044.35E+032.42E+043.63E+031.19E+048.58E+033.37E+037.62E+038.45E+031.56E+045.08E+031.01E+04
Worst3.33E+032.26E+044.85E+033.05E+043.83E+031.75E+041.10E+043.53E+031.09E+041.28E+041.99E+041.14E+041.22E+04
Std4.77E+001.93E+032.31E+022.87E+039.29E+012.95E+031.10E+037.10E+011.51E+032.22E+031.96E+033.13E+031.20E+03
Median3.32E+031.94E+044.68E+032.66E+043.77E+031.55E+041.03E+043.45E+038.68E+031.09E+041.83E+046.61E+031.10E+04
Rank11241331072681159
C17-F29Mean4.45E+031.74E+059.35E+033.31E+056.75E+031.77E+041.59E+048.46E+038.10E+031.20E+042.39E+048.42E+031.14E+04
Best4.17E+039.93E+048.13E+031.78E+055.96E+031.36E+041.33E+047.58E+037.92E+031.12E+041.97E+047.79E+031.12E+04
Worst4.83E+032.38E+051.01E+044.60E+057.49E+032.24E+041.82E+049.07E+038.39E+031.26E+043.12E+049.27E+031.19E+04
Std3.07E+026.41E+049.19E+021.31E+056.82E+023.97E+032.63E+037.04E+022.26E+026.49E+025.83E+037.60E+023.29E+02
Median4.40E+031.80E+059.60E+033.44E+056.78E+031.74E+041.61E+048.59E+038.04E+031.21E+042.22E+048.31E+031.13E+04
Rank11261321095381147
C17-F30Mean5.41E+032.19E+102.62E+073.57E+104.44E+061.27E+101.42E+099.73E+071.74E+093.58E+096.95E+095.72E+086.29E+08
Best5.34E+031.92E+101.49E+073.33E+101.98E+067.71E+091.16E+095.99E+077.13E+081.35E+094.96E+091.39E+085.25E+08
Worst5.56E+032.38E+104.61E+073.86E+107.25E+061.57E+101.92E+091.20E+082.27E+096.64E+098.41E+091.77E+096.75E+08
Std1.10E+022.10E+091.52E+072.45E+092.65E+063.80E+093.73E+082.90E+077.62E+082.89E+091.59E+098.72E+087.63E+07
Median5.37E+032.23E+102.19E+073.54E+104.27E+061.36E+101.30E+091.05E+081.98E+093.17E+097.21E+091.88E+086.59E+08
Rank11231321174891056
Sum rank2933614035565293265114156249272162203
Mean rank1.00E+001.16E+014.83E+001.22E+012.24E+001.01E+019.14E+003.93E+005.38E+008.59E+009.38E+005.59E+007.00E+00
Total rank11241321193581067
Table 6. Wilcoxon rank sum test results.
Table 6. Wilcoxon rank sum test results.
Compared AlgorithmObjective Function Type
CEC 2017
D = 10D = 30D = 50D = 100
LOA vs. WSO1.73E-211.73E-211.73E-211.73E-21
LOA vs. AVOA3.32E-192.66E-211.73E-211.73E-21
LOA vs. RSA1.73E-211.73E-211.73E-211.73E-21
LOA vs. MPA1.76E-181.37E-165.83E-181.73E-21
LOA vs. TSA8.36E-211.73E-211.73E-211.73E-21
LOA vs. WOA8.36E-211.73E-211.73E-211.73E-21
LOA vs. MVO7.95E-191.87E-211.73E-211.73E-21
LOA vs. GWO4.60E-211.73E-211.73E-211.73E-21
LOA vs. TLBO3.25E-211.73E-211.73E-211.73E-21
LOA vs. GSA1.41E-181.78E-211.73E-211.73E-21
LOA vs. PSO1.36E-192.07E-211.73E-211.73E-21
LOA vs. GA2.38E-191.73E-211.73E-211.73E-21
Table 7. Optimization results of CEC 2011 test suite.
Table 7. Optimization results of CEC 2011 test suite.
LOAWSOAVOARSAMPATSAWOAMVOGWOTLBOGSAPSOGA
C11-F1Mean5.92E+001.77E+011.30E+012.20E+017.57E+001.85E+011.33E+011.40E+011.09E+011.85E+012.17E+011.80E+012.34E+01
Best2.00E-101.54E+018.87E+002.02E+013.72E-011.76E+018.24E+001.17E+011.12E+001.71E+011.96E+011.05E+012.23E+01
Worst1.23E+012.06E+011.69E+012.45E+011.27E+011.99E+011.74E+011.61E+011.74E+012.00E+012.33E+012.43E+012.56E+01
Std7.20E+002.70E+004.69E+002.24E+005.95E+001.09E+004.44E+002.33E+007.31E+001.25E+001.61E+006.72E+001.56E+00
Median5.69E+001.75E+011.31E+012.17E+018.62E+001.82E+011.38E+011.42E+011.25E+011.85E+012.20E+011.86E+012.29E+01
Rank17412295631011813
C11-F2Mean−2.63E+01−1.45E+01−2.11E+01−1.17E+01−2.51E+01−1.14E+01−1.87E+01−8.93E+00−2.27E+01−1.10E+01−1.56E+01−2.27E+01−1.30E+01
Best−2.71E+01−1.58E+01−2.16E+01−1.21E+01−2.57E+01−1.51E+01−2.21E+01−1.09E+01−2.47E+01−1.22E+01−2.07E+01−2.41E+01−1.53E+01
Worst−2.54E+01−1.33E+01−2.04E+01−1.12E+01−2.38E+01−9.23E+00−1.47E+01−7.41E+00−1.91E+01−9.95E+00−1.16E+01−2.04E+01−1.14E+01
Std7.39E-011.34E+005.79E-015.04E-019.52E-012.91E+003.97E+001.62E+002.62E+009.84E-014.33E+001.69E+001.96E+00
Median−2.64E+01−1.44E+01−2.12E+01−1.17E+01−2.54E+01−1.06E+01−1.90E+01−8.68E+00−2.34E+01−1.09E+01−1.51E+01−2.32E+01−1.27E+01
Rank18510211613412739
C11-F4Mean1.15E-051.15E-051.15E-051.15E-051.15E-051.15E-051.15E-051.15E-051.15E-051.15E-051.15E-051.15E-051.15E-05
Best1.15E-051.15E-051.15E-051.15E-051.15E-051.15E-051.15E-051.15E-051.15E-051.15E-051.15E-051.15E-051.15E-05
Worst1.15E-051.15E-051.15E-051.15E-051.15E-051.15E-051.15E-051.15E-051.15E-051.15E-051.15E-051.15E-051.15E-05
Std2.00E-192.18E-112.49E-094.89E-111.22E-152.34E-145.97E-199.76E-133.65E-157.68E-141.96E-196.05E-202.70E-18
Median1.15E-051.15E-051.15E-051.15E-051.15E-051.15E-051.15E-051.15E-051.15E-051.15E-051.15E-051.15E-051.15E-05
Rank11113126841079325
C11-F4Mean0.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+00
Best0.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+00
Worst0.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+00
Std0.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+00
Median0.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+000.00E+00
Rank1111111111111
C11-F5Mean−3.41E+01−2.50E+01−2.82E+01−2.02E+01−3.33E+01−2.72E+01−2.77E+01−2.71E+01−3.16E+01−1.11E+01−2.75E+01−8.97E+00−9.82E+00
Best−3.47E+01−2.61E+01−2.93E+01−2.23E+01−3.39E+01−3.16E+01−2.79E+01−3.18E+01−3.42E+01−1.32E+01−3.16E+01−1.25E+01−1.12E+01
Worst−3.34E+01−2.40E+01−2.78E+01−1.79E+01−3.20E+01−2.20E+01−2.73E+01−2.47E+01−2.77E+01−9.51E+00−2.43E+01−7.28E+00−8.18E+00
Std5.90E-019.31E-017.64E-012.48E+009.20E-014.15E+002.88E-013.48E+002.93E+001.65E+003.33E+002.58E+001.42E+00
Median−3.42E+01−2.48E+01−2.79E+01−2.03E+01−3.36E+01−2.77E+01−2.79E+01−2.60E+01−3.23E+01−1.09E+01−2.70E+01−8.06E+00−9.93E+00
Rank19410275831161312
C11-F6Mean−2.41E+01−1.42E+01−1.91E+01−1.32E+01−2.26E+01−7.80E+00−2.00E+01−9.74E+00−1.97E+01−2.63E+00−2.19E+01−3.48E+00−4.38E+00
Best−2.74E+01−1.47E+01−2.06E+01−1.38E+01−2.58E+01−1.66E+01−2.30E+01−1.75E+01−2.25E+01−2.99E+00−2.66E+01−6.41E+00−9.51E+00
Worst−2.30E+01−1.39E+01−1.73E+01−1.22E+01−2.14E+01−4.56E+00−1.31E+01−2.51E+00−1.81E+01−2.51E+00−1.80E+01−2.51E+00−2.51E+00
Std2.32E+003.90E-011.55E+008.01E-012.23E+006.21E+004.93E+008.52E+002.22E+002.54E-013.90E+002.05E+003.60E+00
Median−2.30E+01−1.40E+01−1.93E+01−1.34E+01−2.17E+01−5.00E+00−2.20E+01−9.47E+00−1.91E+01−2.51E+00−2.16E+01−2.51E+00−2.75E+00
Rank17682104951331211
C11-F7Mean8.61E-011.59E+001.28E+001.90E+009.28E-011.29E+001.73E+008.81E-011.06E+001.70E+001.08E+001.12E+001.72E+00
Best5.82E-011.53E+001.14E+001.66E+007.54E-011.12E+001.61E+008.21E-018.19E-011.52E+008.78E-018.35E-011.33E+00
Worst1.03E+001.70E+001.42E+002.08E+001.01E+001.65E+001.90E+009.53E-011.28E+001.84E+001.27E+001.36E+001.93E+00
Std2.12E-018.30E-021.62E-011.83E-011.25E-012.56E-011.29E-016.69E-022.01E-011.50E-011.86E-012.80E-012.82E-01
Median9.18E-011.57E+001.27E+001.92E+009.74E-011.20E+001.70E+008.74E-011.08E+001.72E+001.08E+001.14E+001.82E+00
Rank19713381224105611
C11-F8Mean2.20E+022.84E+022.40E+023.24E+022.22E+022.57E+022.65E+022.24E+022.27E+022.24E+022.46E+024.65E+022.22E+02
Best2.20E+022.58E+022.24E+022.83E+022.20E+022.20E+022.45E+022.20E+022.20E+022.20E+022.20E+022.48E+022.20E+02
Worst2.20E+023.18E+022.57E+023.68E+022.25E+023.52E+023.11E+022.36E+022.34E+022.36E+022.92E+025.64E+022.30E+02
Std0.00E+002.77E+011.50E+013.63E+012.92E+006.74E+013.20E+018.43E+008.76E+008.43E+003.60E+011.58E+025.15E+00
Median2.20E+022.80E+022.40E+023.22E+022.22E+022.27E+022.53E+022.20E+022.27E+022.20E+022.36E+025.25E+022.20E+02
Rank1106112894547123
C11-F9Mean8.79E+035.49E+053.73E+051.05E+062.00E+046.53E+043.69E+051.31E+054.25E+044.02E+058.11E+051.07E+061.91E+06
Best5.46E+033.67E+053.29E+056.83E+051.10E+044.69E+042.04E+057.45E+041.83E+043.33E+056.94E+058.55E+051.83E+06
Worst1.40E+046.30E+054.01E+051.23E+062.83E+048.29E+046.25E+051.99E+057.41E+045.16E+058.73E+051.31E+062.02E+06
Std3.89E+031.31E+053.30E+042.59E+058.11E+031.61E+042.02E+055.40E+042.48E+048.49E+048.36E+042.53E+059.91E+04
Median7.83E+035.99E+053.80E+051.14E+062.04E+046.58E+043.23E+051.26E+053.88E+043.80E+058.38E+051.05E+061.90E+06
Rank19711246538101213
C11-F10Mean−2.15E+01−1.41E+01−1.70E+01−1.24E+01−1.91E+01−1.45E+01−1.30E+01−1.48E+01−1.42E+01−1.15E+01−1.33E+01−1.16E+01−1.13E+01
Best−2.18E+01−1.53E+01−1.72E+01−1.28E+01−1.95E+01−1.89E+01−1.37E+01−2.12E+01−1.47E+01−1.16E+01−1.38E+01−1.16E+01−1.13E+01
Worst−2.08E+01−1.35E+01−1.66E+01−1.22E+01−1.87E+01−1.22E+01−1.25E+01−1.16E+01−1.31E+01−1.14E+01−1.25E+01−1.15E+01−1.12E+01
Std4.99E-018.54E-012.81E-012.99E-014.20E-013.18E+004.91E-014.54E+008.09E-019.21E-026.57E-014.73E-026.46E-02
Median−2.17E+01−1.38E+01−1.71E+01−1.24E+01−1.91E+01−1.35E+01−1.29E+01−1.32E+01−1.46E+01−1.15E+01−1.34E+01−1.16E+01−1.13E+01
Rank17310259461281113
C11-F11Mean5.72E+055.71E+069.84E+058.72E+061.64E+065.85E+061.20E+061.30E+063.78E+065.13E+061.40E+065.14E+066.03E+06
Best2.61E+055.45E+067.64E+058.42E+061.53E+064.87E+061.09E+066.14E+053.59E+065.10E+061.25E+065.12E+065.98E+06
Worst8.29E+056.08E+061.17E+068.91E+061.78E+067.08E+061.37E+062.69E+064.12E+065.16E+061.57E+065.17E+066.10E+06
Std2.61E+053.09E+051.84E+052.19E+051.28E+059.57E+051.23E+059.93E+052.50E+052.85E+041.39E+052.58E+045.31E+04
Median5.99E+055.67E+061.00E+068.77E+061.63E+065.73E+061.18E+069.37E+053.70E+065.13E+061.38E+065.14E+066.02E+06
Rank11021361134785912
C11-F12Mean1.20E+068.27E+063.34E+061.30E+071.27E+064.96E+065.74E+061.33E+061.42E+061.41E+075.71E+062.29E+061.43E+07
Best1.16E+067.93E+063.24E+061.21E+071.20E+064.70E+065.33E+061.18E+061.26E+061.33E+075.43E+062.13E+061.41E+07
Worst1.25E+068.57E+063.41E+061.38E+071.35E+065.10E+065.94E+061.47E+061.56E+061.47E+075.92E+062.50E+061.44E+07
Std4.72E+042.81E+057.77E+047.51E+057.08E+041.97E+052.98E+051.24E+051.30E+056.47E+052.21E+051.61E+051.10E+05
Median1.20E+068.29E+063.36E+061.31E+071.27E+065.03E+065.84E+061.33E+061.43E+061.42E+075.75E+062.28E+061.43E+07
Rank11061127934128513
C11-F13Mean1.54E+041.59E+041.54E+041.63E+041.55E+041.55E+041.55E+041.55E+041.55E+041.59E+041.26E+051.55E+042.98E+04
Best1.54E+041.57E+041.54E+041.59E+041.55E+041.55E+041.55E+041.55E+041.55E+041.56E+049.15E+041.55E+041.55E+04
Worst1.54E+041.63E+041.54E+041.73E+041.55E+041.55E+041.56E+041.55E+041.55E+041.65E+041.74E+051.55E+047.23E+04
Std9.09E-033.13E+029.16E-017.18E+022.89E+001.15E+014.93E+012.82E+018.66E+004.07E+023.90E+042.54E+012.98E+04
Median1.54E+041.57E+041.54E+041.60E+041.55E+041.55E+041.55E+041.55E+041.55E+041.58E+041.20E+051.55E+041.56E+04
Rank19211348761013512
C11-F14Mean1.83E+041.11E+051.85E+042.26E+051.86E+041.95E+041.92E+041.94E+041.92E+043.06E+051.91E+041.91E+041.91E+04
Best1.82E+048.45E+041.84E+041.66E+051.85E+041.93E+041.91E+041.93E+041.91E+043.01E+041.88E+041.90E+041.88E+04
Worst1.84E+041.55E+051.86E+043.25E+051.87E+042.00E+041.93E+041.95E+041.94E+045.90E+051.93E+041.93E+041.94E+04
Std7.16E+013.32E+041.05E+027.48E+047.22E+013.81E+021.31E+027.99E+011.51E+022.83E+052.23E+021.32E+022.46E+02
Median1.83E+041.02E+051.85E+042.06E+051.86E+041.94E+041.92E+041.94E+041.92E+043.02E+051.91E+041.91E+041.91E+04
Rank11121231079813465
C11-F15Mean3.29E+048.94E+051.07E+051.89E+063.29E+045.42E+042.16E+053.31E+043.31E+041.52E+072.96E+053.33E+047.81E+06
Best3.28E+043.69E+054.30E+047.89E+053.29E+043.30E+043.30E+043.30E+043.30E+043.18E+062.62E+053.33E+043.56E+06
Worst3.30E+042.25E+061.78E+054.92E+063.30E+041.17E+053.09E+053.32E+043.31E+042.26E+073.19E+053.33E+041.34E+07
Std7.69E+019.52E+057.62E+042.13E+066.43E+014.43E+041.31E+056.62E+014.92E+019.30E+062.79E+049.30E+004.74E+06
Median3.29E+044.80E+051.03E+059.16E+053.30E+043.32E+042.61E+053.31E+043.31E+041.75E+073.01E+053.33E+047.15E+06
Rank11071126843139512
C11-F16Mean1.34E+059.33E+051.35E+051.92E+061.38E+051.45E+051.42E+051.42E+051.46E+058.75E+071.84E+077.83E+077.52E+07
Best1.31E+052.87E+051.34E+054.68E+051.36E+051.42E+051.36E+051.33E+051.43E+058.53E+079.36E+066.48E+076.08E+07
Worst1.36E+052.20E+061.36E+054.77E+061.41E+051.47E+051.47E+051.50E+051.51E+059.00E+073.33E+079.36E+079.62E+07
Std2.39E+039.05E+051.08E+032.03E+062.70E+032.37E+034.83E+037.52E+033.89E+032.09E+061.09E+071.31E+071.58E+07
Median1.33E+056.22E+051.36E+051.22E+061.37E+051.45E+051.42E+051.42E+051.44E+058.74E+071.55E+077.75E+077.19E+07
Rank18293654713101211
C11-F17Mean1.93E+068.82E+092.28E+091.53E+102.29E+061.26E+099.54E+093.09E+063.00E+062.20E+101.10E+102.05E+102.15E+10
Best1.92E+067.52E+092.07E+091.10E+101.96E+061.04E+096.81E+092.29E+062.04E+062.11E+109.71E+091.81E+102.01E+10
Worst1.94E+069.78E+092.49E+091.87E+102.89E+061.44E+091.27E+103.71E+064.83E+062.29E+101.17E+102.37E+102.43E+10
Std1.20E+041.05E+091.96E+083.47E+094.41E+052.17E+082.60E+096.90E+051.33E+067.79E+089.46E+082.66E+092.00E+09
Median1.92E+069.00E+092.28E+091.57E+102.15E+061.28E+099.34E+093.18E+062.57E+062.19E+101.14E+102.01E+102.08E+10
Rank17610258431391112
C11-F18Mean9.42E+055.41E+076.47E+061.17E+089.71E+052.03E+069.45E+069.87E+051.03E+063.05E+071.10E+071.33E+081.13E+08
Best9.38E+053.72E+073.90E+068.05E+079.50E+051.78E+064.07E+069.64E+059.67E+052.42E+078.19E+061.12E+081.09E+08
Worst9.45E+056.16E+071.11E+071.33E+081.03E+062.37E+061.66E+079.98E+051.20E+063.30E+071.38E+071.47E+081.17E+08
Std2.77E+031.20E+073.52E+062.59E+074.03E+042.99E+055.55E+061.69E+041.17E+054.45E+062.65E+061.69E+073.56E+06
Median9.43E+055.89E+075.45E+061.26E+089.53E+051.99E+068.57E+069.94E+059.78E+053.25E+071.09E+071.36E+081.13E+08
Rank11061225734981311
C11-F19Mean1.03E+065.33E+076.57E+061.14E+081.14E+062.44E+061.01E+071.47E+061.36E+063.51E+076.19E+061.70E+081.13E+08
Best9.68E+054.55E+076.00E+069.86E+071.07E+062.20E+062.04E+061.13E+061.23E+062.46E+072.37E+061.54E+081.10E+08
Worst1.17E+066.78E+077.95E+061.44E+081.29E+062.88E+061.82E+071.94E+061.54E+064.37E+078.12E+061.97E+081.16E+08
Std9.97E+041.06E+079.77E+052.20E+071.09E+053.14E+058.01E+063.60E+051.37E+058.73E+062.74E+061.93E+072.67E+06
Median9.83E+055.00E+076.16E+061.07E+081.09E+062.34E+061.00E+071.40E+061.33E+063.60E+077.13E+061.65E+081.13E+08
Rank11071225843961311
C11-F20Mean9.41E+055.67E+075.82E+061.23E+089.60E+051.81E+067.18E+069.72E+059.98E+053.41E+071.41E+071.57E+081.13E+08
Best9.36E+054.99E+075.13E+061.08E+089.57E+051.63E+066.77E+069.63E+059.77E+053.33E+079.35E+061.43E+081.08E+08
Worst9.47E+056.71E+076.55E+061.47E+089.62E+052.11E+067.74E+069.83E+051.01E+063.49E+072.18E+071.70E+081.18E+08
Std5.01E+037.72E+066.20E+051.73E+072.30E+032.41E+054.35E+059.61E+031.66E+046.79E+055.70E+061.58E+074.28E+06
Median9.41E+055.49E+075.79E+061.19E+089.61E+051.75E+067.11E+069.72E+051.00E+063.40E+071.26E+071.57E+081.14E+08
Rank11061225734981311
C11-F21Mean1.27E+014.97E+012.15E+017.55E+011.59E+012.96E+013.84E+012.73E+012.22E+019.94E+014.03E+011.04E+021.01E+02
Best9.97E+004.10E+012.01E+015.63E+011.37E+012.62E+013.52E+012.43E+012.04E+014.78E+013.55E+019.02E+015.81E+01
Worst1.50E+015.90E+012.33E+019.47E+011.82E+013.11E+014.24E+013.03E+012.46E+011.46E+024.32E+011.16E+021.24E+02
Std2.41E+008.18E+001.44E+001.78E+012.18E+002.37E+003.35E+003.58E+001.93E+004.24E+013.60E+001.34E+013.20E+01
Median1.30E+014.94E+012.13E+017.55E+011.58E+013.05E+013.80E+012.73E+012.20E+011.02E+024.12E+011.06E+021.12E+02
Rank19310267541181312
C11-F22Mean1.61E+014.64E+012.73E+016.28E+011.90E+013.19E+014.59E+013.21E+012.49E+011.01E+024.62E+011.05E+029.14E+01
Best1.15E+014.03E+012.20E+014.56E+011.61E+012.78E+013.96E+012.46E+012.39E+016.56E+013.87E+018.82E+019.04E+01
Worst1.96E+015.19E+013.25E+017.23E+012.12E+013.45E+015.06E+013.71E+012.56E+011.20E+025.50E+011.16E+029.31E+01
Std4.20E+005.20E+005.23E+001.24E+012.57E+003.00E+005.24E+005.84E+008.40E-012.57E+017.05E+001.33E+011.20E+00
Median1.67E+014.66E+012.73E+016.66E+011.94E+013.26E+014.67E+013.32E+012.50E+011.10E+024.56E+011.08E+029.11E+01
Rank19410257631281311
Sum rank221911092315514614511897222157198224
Mean rank1.00E+008.68E+004.95E+001.05E+012.50E+006.64E+006.59E+005.36E+004.41E+001.01E+017.14E+009.00E+001.02E+01
Total rank12124133119671058
Wilcoxon: p-value3.85E-126.82E-151.37E-151.54E-034.30E-154.62E-151.41E-111.69E-122.94E-157.07E-151.37E-152.01E-15
Table 8. Performance of optimization algorithms on pressure vessel design problem.
Table 8. Performance of optimization algorithms on pressure vessel design problem.
AlgorithmOptimum VariablesOptimum Cost
TsThRL
LOA0.77802710.384579240.3122842005882.9013
WSO0.77802710.384579240.3122842005882.9013
AVOA0.77803120.384581240.312495199.997065882.9083
RSA1.2355330.665235262.51568133.2658017942.1971
MPA0.77802710.384579240.3122842005882.9013
TSA0.77964250.385939540.393732005911.9472
WOA0.92448770.457533246.805861127.410826308.5588
MVO0.83990690.419497643.500091160.399756015.6018
GWO0.7785020.385932640.321438199.960975890.9207
TLBO1.63846030.490700648.413435117.3265711285.858
GSA1.16421391.232749944.479077189.8924612577.279
PSO1.62507560.646303565.35751935.18909610398.551
GA1.46747540.822016259.99663861.71806211409.75
Table 9. Statistical results of optimization algorithms on pressure vessel design problem.
Table 9. Statistical results of optimization algorithms on pressure vessel design problem.
AlgorithmMeanBestWorstStdMedianRank
LOA5884.89555882.90135885.89551.87E-125883.89551
WSO5892.03495882.90135973.017324.3778655882.90173
AVOA6252.24855882.90837159.3658386.595886063.70795
RSA13043.767942.197121362.6773430.910611939.7399
MPA5882.90135882.90135882.90134.04E-065882.90132
TSA6308.85495911.94727051.9078365.530196168.94796
WOA8204.21566308.558813478.0211845.32137744.49868
MVO6579.82216015.60187163.8481351.443216639.16577
GWO6024.94735890.92076747.5707262.645715900.06984
TLBO30448.93211285.85865600.28415136.12426830.64912
GSA22077.83212577.27934653.3957363.81621185.62210
PSO32000.58910398.55155068.21914170.25335315.96713
GA27326.8711409.7549383.37711881.01224170.85911
Table 10. Performance of optimization algorithms on speed reducer design problem.
Table 10. Performance of optimization algorithms on speed reducer design problem.
AlgorithmOptimum VariablesOptimum Cost
bMpl1l2d1d2
LOA3.50.7177.37.83.35021475.28668322996.3482
WSO3.50000040.7177.30000967.80000043.35021485.28668332996.3483
AVOA3.50.7177.30000077.83.35021475.28668322996.3482
RSA3.58909090.7178.19090928.24545463.35548155.47672913176.6022
MPA3.50.7177.37.83.35021475.28668322996.3482
TSA3.51246750.7177.38.24545463.35052975.29009823013.2903
WOA3.58454970.7177.38.00233733.36123085.28675333036.8503
MVO3.50217660.7177.38.06005483.36894715.28687523007.8372
GWO3.50061980.7177.30497147.83.36348875.28873893001.3413
TLBO3.55422310.703863826.0122178.07460428.13367043.65296995.33759815194.3129
GSA3.52214460.702661317.3568137.80314377.8866173.40681935.38262033163.9329
PSO3.50791040.700069618.059067.39573027.86575813.587265.34210863292.3111
GA3.57540840.705379517.7866417.72779957.85397893.68982645.34434143.34E+03
Table 11. Statistical results of optimization algorithms on speed reducer design problem.
Table 11. Statistical results of optimization algorithms on speed reducer design problem.
AlgorithmMeanBestWorstStdMedianRank
LOA2996.34822996.34822996.34829.33E-132996.34821
WSO2996.62222996.34832998.71740.56531832996.36383
AVOA3000.70542996.34823010.58333.83548853000.60924
RSA3267.4183176.60223323.779855.5950143281.79919
MPA2996.34822996.34822996.34823.08E-062996.34822
TSA3030.93763013.29033044.219.80110893032.66587
WOA3144.92053036.85033430.127102.748333112.69578
MVO3028.70493007.83723067.712612.8147093029.13016
GWO3004.34523001.34133010.11092.42355363003.84465
TLBO6.723E+135194.31294.866E+141.119E+142.633E+1312
GSA3439.34353163.93294039.6332253.448743314.024110
PSO9.922E+133292.31115.026E+141.198E+147.097E+1313
GA4.777E+133335.14963.084E+147.525E+131.914E+1311
Table 12. Performance of optimization algorithms on welded beam design problem.
Table 12. Performance of optimization algorithms on welded beam design problem.
AlgorithmOptimum VariablesOptimum Cost
hltb
LOA0.20572963.47048879.03662390.20572961.7246798
WSO0.20572993.47048949.03662020.20573191.7248523
AVOA0.20499053.4865179.03652080.20573431.7258836
RSA0.19699933.53251219.89490450.21739061.9669902
MPA0.20572963.47048879.03662390.20572961.7248523
TSA0.20424743.49453799.06325890.2061421.7335408
WOA0.21345823.33448888.97593930.22048191.8180608
MVO0.20598423.46500219.04441340.20604461.728246
GWO0.20559673.47353869.03625310.20579641.7255009
TLBO0.31154924.38940356.87341480.41767052.9796461
GSA0.29085572.74705187.47587140.30448432.0722963
PSO0.36688963.42623137.40190250.56147873.9449745
GA0.22367986.79788767.8065390.30102652.7258444
Table 13. Statistical results of optimization algorithms on welded beam design problem.
Table 13. Statistical results of optimization algorithms on welded beam design problem.
AlgorithmMeanBestWorstStdMedianRank
LOA1.72467981.72467981.72467982.28E-161.72467981
WSO1.72485261.72485231.72485771.208E-061.72485233
AVOA1.759981.72588361.83868270.03523071.74655987
RSA2.1661181.96699022.50194930.13924972.14193038
MPA1.72485231.72485231.72485233.24E-091.72485232
TSA1.74252811.73354081.75140860.00541551.74262116
WOA2.2908291.81806083.96734970.61993332.07352159
MVO1.7406671.7282461.77334470.01329011.7367355
GWO1.72717111.72550091.73107770.00131651.72693424
TLBO3.213E+132.97964613.101E+147.837E+135.55682512
GSA2.41930092.07229632.71740140.18501492.447841410
PSO4.431E+133.94497452.682E+148.463E+136.560070113
GA1.088E+132.72584441.177E+143.339E+135.524555711
Table 14. Performance of optimization algorithms on tension/compression spring design problem.
Table 14. Performance of optimization algorithms on tension/compression spring design problem.
AlgorithmOptimum VariablesOptimum Cost
dDP
LOA0.05168910.356717711.2889660.0126019
WSO0.05168710.356671711.2916650.0126652
AVOA0.05120860.34528211.9965350.01267
RSA0.05018430.315610814.595160.0131412
MPA0.05169070.356756911.286670.0126652
TSA0.05101260.340663412.311840.0126814
WOA0.0511840.344702912.0344480.0126705
MVO0.05018430.321209613.7969110.0127469
GWO0.05194710.362941810.9378560.0126705
TLBO0.06718570.87352393.01334070.0173143
GSA0.05499420.43825057.93877060.0130596
PSO0.06710610.87051763.01334070.0172159
GA0.0676370.8810563.01334070.0176948
Table 15. Statistical results of optimization algorithms on tension/compression spring design problem.
Table 15. Statistical results of optimization algorithms on tension/compression spring design problem.
AlgorithmMeanBestWorstStdMedianRank
LOA0.01260190.01260190.01260196.88E-180.01260191
WSO0.01267590.01266520.01281863.417E-050.01266563
AVOA0.01331120.012670.01408330.00053140.01324628
RSA0.01321920.01314120.01335646.614E-050.01319916
MPA0.01266520.01266520.01266522.72E-090.01266522
TSA0.01294860.01268140.0134860.00023030.01287845
WOA0.0132440.01267050.01441340.0005760.01305517
MVO0.01629650.01274690.01766690.00157020.01716969
GWO0.01272030.01267050.01293315.272E-050.01271794
TLBO0.0178210.01731430.01839970.00034130.017778910
GSA0.0191080.01305960.03115970.00406050.018701811
PSO1.994E+130.01721593.539E+147.918E+130.017215913
GA1.558E+120.01769481.611E+134.652E+120.024952912
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

Dehghani, M.; Bektemyssova, G.; Montazeri, Z.; Shaikemelev, G.; Malik, O.P.; Dhiman, G. Lyrebird Optimization Algorithm: A New Bio-Inspired Metaheuristic Algorithm for Solving Optimization Problems. Biomimetics 2023, 8, 507. https://doi.org/10.3390/biomimetics8060507

AMA Style

Dehghani M, Bektemyssova G, Montazeri Z, Shaikemelev G, Malik OP, Dhiman G. Lyrebird Optimization Algorithm: A New Bio-Inspired Metaheuristic Algorithm for Solving Optimization Problems. Biomimetics. 2023; 8(6):507. https://doi.org/10.3390/biomimetics8060507

Chicago/Turabian Style

Dehghani, Mohammad, Gulnara Bektemyssova, Zeinab Montazeri, Galymzhan Shaikemelev, Om Parkash Malik, and Gaurav Dhiman. 2023. "Lyrebird Optimization Algorithm: A New Bio-Inspired Metaheuristic Algorithm for Solving Optimization Problems" Biomimetics 8, no. 6: 507. https://doi.org/10.3390/biomimetics8060507

Article Metrics

Back to TopTop