Next Article in Journal
An Improved Crested Porcupine Optimization Algorithm Incorporating Butterfly Search and Triangular Walk Strategies
Previous Article in Journal
Design Methodology for a Backrest-Lifting Nursing Bed Based on Dual-Channel Behavior–Emotion Data Fusion and Biomechanical Simulation: A Human-Centered and Data-Driven Optimization Approach
Previous Article in Special Issue
The Controllability of Caenorhabditis elegans Neural Network from Larva to Adult
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

MEIAO: A Multi-Strategy Enhanced Information Acquisition Optimizer for Global Optimization and UAV Path Planning

1
School of Mathematics, University of Edinburgh, Edinburgh EH8 8FH, UK
2
School of Engineering, University of California, Merced, CA 95344, USA
3
Taizhou Institute, Zhejiang University, Taizhou 318000, China
*
Authors to whom correspondence should be addressed.
Biomimetics 2025, 10(11), 765; https://doi.org/10.3390/biomimetics10110765
Submission received: 12 October 2025 / Revised: 30 October 2025 / Accepted: 5 November 2025 / Published: 12 November 2025

Abstract

With the expansion of unmanned aerial vehicles (UAVs) into complex three-dimensional (3D) terrains for reconnaissance, rescue, and related missions, traditional path planning methods struggle to meet multi-constraint and multi-objective requirements. Existing swarm intelligence algorithms, limited by the “no free lunch” theorem, also face challenges when the standard Information Acquisition Optimizer (IAO) is applied to such tasks, including low exploration efficiency in high-dimensional search spaces, rapid loss of population diversity, and improper boundary handling. To address these issues, this study proposes a Multi-Strategy Enhanced Information Acquisition Optimizer (MEIAO). First, a Levy Flight-based information collection strategy is introduced to leverage its combination of short-range local searches and long-distance jumps, thereby broadening global exploration. Second, an adaptive differential evolution operator is designed to dynamically balance exploration and exploitation via a variable mutation factor, while crossover and greedy selection mechanisms help maintain population diversity. Third, a globally guided boundary handling strategy adjusts out-of-bound dimensions to feasible regions, preventing the generation of low-quality paths. Performance was evaluated on the CEC2017 (dim = 30/50/100) and CEC2022 (dim = 10/20) benchmark suites by comparing MEIAO with eight algorithms, including VPPSO and IAO. Based on the mean, standard deviation, Friedman mean rank, and Wilcoxon rank-sum tests, MEIAO demonstrated superior performance in local exploitation of unimodal functions, global exploration of multimodal functions, and complex adaptation on composite functions while exhibiting stronger robustness. Finally, MEIAO was applied to 3D mountainous UAV path planning, where a cost model considering path length, altitude standard deviation, and turning smoothness was established. The experimental results show that MEIAO achieved an average path cost of 253.9190, a 25.7% reduction compared to IAO (341.9324), with the lowest standard deviation (60.6960) among all algorithms. The generated paths were smoother, collision-free, and achieved faster convergence, offering an efficient and reliable solution for UAV operations in complex environments.

1. Introduction

With the rapid advancement of unmanned aerial vehicle (UAV) technology in reconnaissance, civilian rescue, environmental monitoring, and power inspection, the operational scenarios of UAVs have evolved from simple open-air spaces to complex three-dimensional (3D) environments, such as mountainous areas with multiple obstacles and densely built urban regions. This shift has significantly increased the complexity of UAV path planning tasks [1,2,3]. In practical operations, UAV path planning must not only ensure that flight routes avoid terrain and obstacles to guarantee flight safety but also balance multiple competing objectives. For example, in reconnaissance missions, the path should be as short as possible to minimize exposure time while maintaining stable altitude variations to reduce the probability of radar detection [4,5]. In contrast, during mountain rescue missions, the path should maintain high smoothness to ensure the stable operation of onboard payloads (e.g., infrared life detectors or material delivery systems), avoiding frequent turns or abrupt altitude changes that could cause equipment failure or mission interruption. These multi-constraint and multi-objective requirements make traditional path planning methods—those based on manual experience or simple geometric calculations—increasingly inadequate to meet modern UAV demands for precision, safety, and efficiency. Consequently, there is an urgent need for more efficient intelligent optimization algorithms to provide robust technical support for UAV path planning [6,7,8].
However, UAV path planning in complex environments still faces several pressing challenges that remain to be addressed. First, the complexity of environmental modeling and constraint handling poses a significant difficulty. In three-dimensional scenarios, the terrain and obstacles often exhibit irregular and nonuniform distributions, requiring precise mathematical modeling to accurately represent mountainous and obstacle-rich environments. During the search for feasible paths, algorithms must strictly satisfy the hard constraint that “the path must not penetrate any obstacle region,” while also avoiding excessive confinement to local feasible domains that may lead to missing the global optimum [9,10]. Second, achieving a proper balance among multiple optimization objectives remains a core challenge. Objectives such as path length, altitude standard deviation, and turning smoothness are inherently coupled and often conflicting. For instance, excessive pursuit of shorter path length may cause the route to traverse steep terrains, resulting in abrupt altitude changes; conversely, overemphasizing smoothness may lead to overly detoured paths, increasing both energy consumption and flight time. Traditional optimization algorithms often struggle to strike an optimal balance among these competing objectives, leading to the classic “trade-off dilemma.” Finally, there exists a tension between algorithmic robustness and real-time performance. The high-dimensional search spaces corresponding to complex 3D environments tend to slow down the convergence of certain optimization algorithms, thereby compromising their reliability and making it difficult to ensure stable and timely path support for UAV operations [11,12].
In this context, swarm intelligence algorithms, as an important branch of metaheuristic optimization, have gradually become an ideal technical approach to solving UAV path planning challenges due to their ability to simulate the cooperative behaviors of biological populations [13,14]. Compared with traditional optimization methods, swarm intelligence algorithms offer distinct advantages. First, they demonstrate strong environmental adaptability. These algorithms do not rely on gradient information or explicit analytical models but instead explore complex constrained spaces autonomously through iterative searches and information exchange among individuals. For example, in the mountainous obstacle environments constructed in this study, swarm intelligence algorithms can dynamically update the positions of individuals to automatically avoid obstacle regions and identify feasible paths. Second, they exhibit flexible multi-objective optimization capabilities. By properly setting weighting coefficients or employing multi-objective optimization strategies, swarm intelligence algorithms can effectively balance multiple objectives in UAV path planning. Third, they show excellent scalability. By integrating targeted enhancement strategies, these algorithms can flexibly adjust their exploration and exploitation abilities to suit path planning scenarios of varying complexity. For instance, introducing specialized search mechanisms can enhance global exploration, while designing adaptive parameter adjustment strategies can improve local exploitation accuracy, thereby enabling swarm intelligence algorithms to better address the requirements of UAV path planning in complex environments [15,16,17].
In recent years, scholars at home and abroad have conducted extensive research on the improvement and application of swarm intelligence algorithms, resulting in a rich and diverse system of optimization techniques. For instance, Eberhart and Kennedy proposed the Particle Swarm Optimization (PSO) algorithm inspired by the foraging behavior of bird flocks [18], and N. Metropolis et al. introduced the Simulated Annealing (SA) algorithm inspired by the annealing process in metallurgy [19]. The Grey Wolf Optimizer (GWO) was designed by Mirjalili et al. based on the social hierarchy and hunting strategies of grey wolves [20], and the Whale Optimization Algorithm (WOA) was proposed to simulate the hunting behavior of humpback whales, including search, encircling, and spiral updating phases [21], Similarly, the Harris Hawks Optimization (HHO) algorithm was inspired by the cooperative hunting process of Harris’s hawks [22]; the Dung Beetle Optimizer (DBO) was developed based on the rolling, dancing, foraging, stealing, and breeding behaviors of dung beetles [23]; and Fu et al. proposed the Secretary Bird Optimization Algorithm (SBOA) inspired by the survival strategies of secretary birds [24].
In addition, the Red-billed Blue Magpie Optimizer (RBMO) was designed by simulating the search, pursuit, attack, and food storage behaviors of red-billed blue magpies [25], while the Arithmetic Optimization Algorithm (AOA) utilized the basic mathematical operations of addition, subtraction, multiplication, and division—where the latter two introduce strong dispersion characteristics—to guide the search process [26]. The Great Wall Construction Algorithm (GWCA) was inspired by the competitive and elimination mechanisms observed among workers during the construction of the Great Wall in ancient China [27]. Moreover, the Cuckoo Catfish Optimizer (CCO) simulated the searching, predation, and parasitic behaviors of cuckoo catfish observed in nature [28]; the Philoponella Prominens Optimizer (PPO) modeled the unique mating, post-copulatory escape, sexual cannibalism, and predation behaviors of the spider Philoponella prominens [29]; and finally, the Kirchhoff’s Law Algorithm (KLA) was developed as a novel optimization method inspired by electrical circuit principles, particularly Kirchhoff’s Current Law (KCL) [30]. Inspired by the story of Tian Ji’s horse racing in Chinese history, which tells how Tian Ji used his strengths to offset his opponent’s weaknesses and ultimately win the race, the Tianji’s Horse Racing Optimization (TSRO) [31] was proposed. Additionally, based on the observation of the tornado lifecycle and how thunderstorms and storms utilize the Coriolis force to evolve into tornadoes, the Tornado Optimizer with Coriolis Force (TOCF) [32] was proposed. This optimization method directly simulates the evolution of storms into tornadoes by applying the Coriolis force.
However, stochastic metaheuristic algorithms also possess inherent limitations. In 1997, David H. Wolpert and William G. Macready [33] proposed the “No Free Lunch” (NFL) theorem, which logically demonstrates that no single metaheuristic algorithm can optimally solve all optimization problems. In other words, while a given intelligent algorithm may perform well on certain problems, it may yield unsatisfactory results on others. To address this issue, researchers have increasingly explored hybrid approaches that integrate multiple intelligent algorithms to achieve superior performance in UAV path planning [34,35,36,37]. For example, Fu et al. [25], inspired by the foraging, chasing, attacking, and food-storing behaviors of red-billed blue magpies, proposed the Red-Billed Blue Magpie Optimizer (RBMO) for two-dimensional and three-dimensional UAV path planning. Huang et al. [38] developed a particle swarm optimization algorithm based on cylindrical vectors combined with waveform and S-shaped functions. Qu et al. [39] proposed a novel hybrid Grey Wolf Optimizer (HGWO) by integrating the Simplified Grey Wolf Optimizer (SGWO) with an improved Symbiotic Organisms Search (MSOS). Similarly, Yu et al. [40] designed a Hybrid Grey Wolf Differential Evolution (HGWODE) algorithm. These studies collectively demonstrate that hybrid intelligent algorithm frameworks can effectively overcome the limitations of individual metaheuristic methods, thereby enhancing the efficiency, adaptability, and robustness of UAV path planning in complex environments.
Although swarm intelligence algorithms have application value in many fields, their limitations remain quite evident. First, there are shortcomings in search performance—they are prone to falling into local optima due to positive feedback mechanisms, and their search efficiency declines significantly in high-dimensional problems [41]. Second, there is a gap between theory and practice—most algorithms lack rigorous convergence proofs, their performance relies on empirical parameter tuning, and they exhibit “black-box” characteristics. Finally, there are issues with application barriers and costs—core parameters greatly influence the results but lack clear setting standards, while large-scale population computations increase time and hardware costs, limiting their implementation in certain scenarios [42].
The Information Acquisition Optimizer (IAO), proposed in recent years as a novel swarm intelligence algorithm, is designed to simulate the human information processing cycle of “collection–evaluation–analysis and organization”. Through iterative updates, IAO has demonstrated potential in solving low- to medium-dimensional numerical optimization problems [43]. However, when applied to complex tasks such as UAV path planning, its inherent limitations become increasingly apparent, mainly in three aspects. First, during the information collection phase, the standard IAO updates an information agent’s position by combining the difference between two randomly selected agents with a random factor. In the high-dimensional search spaces typical of UAV path planning, this mechanism can induce excessive randomness in search directions, restrict the global search scope, and cause the algorithm to become trapped in local optima. Second, in the analysis and organization phase, standard IAO overly relies on the best information agent in the current iteration and lacks a dynamic parameter adjustment mechanism. This leads to rapid convergence of the population, a quick loss of diversity, and insufficient generation of diverse path solutions in the middle-to-late iterations. As a result, UAVs cannot obtain alternative paths, and the algorithm struggles to escape previously trapped local optima. Third, in boundary handling, standard IAO uses a simple truncation strategy, directly setting any out-of-bound dimension to the boundary value. This approach tends to cause out-of-bound agents to cluster near obstacle edges or search space boundaries, wasting computational resources on low-quality path searches and reducing the feasibility of the generated paths. For example, if the UAV’s altitude dimension exceeds the boundary and is forcibly set to the boundary height, collisions with surrounding terrain or obstacles may occur, compromising flight safety. These shortcomings severely limit the effectiveness of IAO in UAV path planning, highlighting the urgent need for targeted improvement strategies to comprehensively enhance its performance.
Based on the above research background and existing challenges, this study aims to enhance the accuracy, robustness, and real-time performance of UAV path planning. Building on the standard IAO algorithm, multiple improvement strategies are integrated to propose the Multi-Strategy Enhanced Information Acquisition Optimizer (MEIAO), with comprehensive research conducted on its design, validation, and application. First, to address the low exploration efficiency during the IAO information collection phase, MEIAO introduces a Levy Flight-based information collection strategy. Leveraging the “short-range local search with occasional long-distance jumps” characteristic of Levy flights, this strategy expands the algorithm’s global search scope and strengthens its ability to escape local optima. Second, to tackle the rapid loss of diversity during the IAO information analysis phase, MEIAO incorporates an adaptive differential evolution operator. By employing a mutation factor that dynamically changes with iteration number, MEIAO enhances exploration in early iterations with a larger mutation factor and focuses on exploitation in later iterations with a smaller factor. Combined with binomial crossover and greedy selection, this mechanism maintains population diversity while improving convergence accuracy. Finally, to remedy IAO’s inadequate boundary handling, MEIAO adopts a globally guided boundary handling strategy, adjusting out-of-bound dimensions to reasonable regions between the boundary and the global best solution, thereby improving path quality.
The main contributions of this work are as follows:
(1)
The integration of Levy Flight-based information collection, adaptive differential evolution, and globally guided boundary handling into the original IAO results in the proposed MEIAO, which comprehensively enhances algorithm performance in high-dimensional, multimodal, and complex-constrained scenarios.
(2)
Extensive experiments on the CEC2017 and CEC2022 benchmark suites compare MEIAO with eight mainstream algorithms. Evaluation metrics including mean, standard deviation, Friedman mean rank, and Wilcoxon rank-sum tests demonstrate MEIAO’s superior performance in local exploitation of unimodal functions, global exploration of multimodal functions, and complex adaptation of composite functions.
(3)
MEIAO is applied to UAV path planning in 3D mountainous environments, with a comprehensive cost optimization model considering path length, altitude standard deviation, and turning smoothness. Through quantitative analysis of path costs (best/worst/average), 3D path visualization, and convergence curves, MEIAO is shown to generate shorter, smoother, and collision-free feasible paths. It also exhibits strong robustness across multiple trials, providing an efficient and reliable path optimization solution for practical UAV operations.
The subsequent chapters of this paper are organized as follows: Section 2 provides a detailed description of the basic principles of the IAO algorithm, including the mathematical models and iterative processes for its three stages—information collection, evaluation, and analysis/organization. This chapter also thoroughly presents the specific implementation and mathematical derivation of the three improvement strategies integrated into MEIAO. Section 3 conducts numerical experiments, quantitatively comparing the optimization accuracy, convergence speed, and robustness of MEIAO with benchmark algorithms based on the CEC test suites, and performs ablation studies to analyze the individual contributions and synergistic effects of each improvement strategy. Section 4 focuses on the application of UAV path planning, constructing a complete optimization framework and validating through simulations MEIAO’s capability to generate high-quality paths in complex three-dimensional environments. Finally, Section 5 summarizes the research findings, outlines MEIAO’s performance advantages and limitations, and discusses future directions for algorithmic improvements and application expansions.

2. Information Acquisition Optimizer and the Proposed Methodology

2.1. Information Acquisition Optimizer (IAO)

2.1.1. Information Collection

Information collection is a critical step for acquiring useful data. To ensure a more comprehensive gathering of initial information, individuals employ multiple methods to collect information from diverse sources, forming an initial information system. This process can be expressed as follows [43]:
x i i t e r + 1 = x i i t e r + ϑ   ×   x i r 1 x i r 2
where i t e r denotes the current iteration, x i i t e r represents the state of the i t h information entity at the i t e r t h iteration, x i i t e r + 1 is the updated information entity after the initial information collection, x i r 1 and x i r 2 are two randomly generated information entities at the i t e r iteration, and ϑ is a random number in the interval [0, 1], representing the factors influencing the information collection process.

2.1.2. Information Filtering and Evaluation

In today’s environment of information overload, the processes of information filtering and evaluation have become critical mechanisms for individuals to rapidly identify relevant and useful information. These processes not only effectively eliminate inaccurate or misleading information but also significantly enhance the overall quality of the acquired information. This mechanism provides inspiration for the mathematical representation of the exploration phase in the IAO algorithm, which can be expressed by Equation (2) [43]:
x i i t e r + 1 = x i i t e r   ×   r a n d   ×   x i r a n d x i i t e r ,       i f   r a n d < 0.5 x i i t e r +   ×   r a n d   ×   x i r a n d x i i t e r ,       i f   r a n d 0.5
where r a n d is a randomly generated number in the interval [0, 1], and represents errors arising from subjective factors during the information filtering and evaluation process, as defined in Equation (3).
= cos π 2 × | Γ | Ξ Ξ = 2 × m o d 3.468 × v × 1 β × a   c o s γ × 10 4 , 1
Ξ denotes the subjective influence factor, serving as a quantitative measure of individual subjectivity and playing a crucial role. It reflects how personal preferences, experience, emotions, and preconceived notions may lead to overly optimistic or pessimistic judgments, thereby affecting the final acquisition and application of information. Moreover, due to cognitive limitations and contextual influences, Ξ also represents potential errors in information processing, which may occur randomly or result from systematic biases such as confirmation bias or groupthink. The randomness of Ξ further highlights the inherent uncertainty in the information filtering and evaluation process, implying that even when faced with the same information, different individuals—or the same individual at different times (due to changes in subjective state)—may reach different evaluation outcomes [43]. Both β and γ are random numbers generated within the interval [0, 1].
Γ is defined as the reliability factor, and its mathematical model is inspired by humans’ ability to dynamically adjust during the information filtering and evaluation process. As information transitions from complex to simple, the processing accordingly becomes simpler. Thus, Γ represents the algorithm’s capability to self-adjust based on information quality at different iteration stages to optimize its behavior. This design enhances the algorithm’s adaptability and flexibility, significantly improving the reliability and effectiveness of the results. The value of Γ is calculated using Equation (4), where M a x _ i t e r denotes the maximum number of iterations. The mathematical model of Γ consists of three components: a sine function term, a logarithmic function term, and an information quality factor Φ . The exponential treatment of the sine function provides a dynamic adjustment mechanism, exhibiting significant variation in the early iterations to facilitate rapid strategy adaptation, while its rate of change slows in later iterations, supporting algorithmic stability and fine-tuning. The logarithmic component ensures stability throughout the iteration process, whereas the information quality factor Φ guarantees that information quality remains a critical influence on Γ , preventing the algorithm from over-optimizing iteration dynamics at the expense of fundamental information quality requirements. As the number of iterations increases, this influence gradually smooths, simulating the transition in information processing from coarse filtering to fine filtering [43].
Γ = s i n π 4 i t e r M a x _ i t e r + Φ + log 10 i t e r M a x _ i t e r 8
Its value is calculated using the following formula, where δ is a random number generated within the interval [0, 1]. Φ can be regarded as a function of the iteration number i t e r , and it influences the quality of information acquisition by adjusting the phase and amplitude of a cosine function. During the iteration process, this quality factor Φ affects the reliability factor Γ , which in turn impacts the state x i i t e r + 1 of individual i . In this way, the IAO algorithm can simulate the adaptive adjustment behavior of individuals when facing different information, thereby achieving optimal information acquisition.
Φ = s i n 2 × δ + 1 × 1 i t e r M a x _ i t e r

2.1.3. Information Analysis and Organization

The purpose of information analysis and organization is to identify useful information from the filtered data and to transform convertible information identified in the previous stage into valuable knowledge, thereby increasing the probability of acquiring optimal information entities. In the development phase of the IAO algorithm, this process is mathematically represented as in [43]:
x i i t e r + 1 = x i b e s t   ×   c o s π 2   ×   Λ 1 / 3 ε   ×   1 D i = 1 d x i b e s t x i b e s t ,                                                                                                                   i f   Φ < 0.5 x i b e s t   ×   c o s π 2   ×   Λ 1 / 3 0.8   ×   ξ   ×   κ   ×   1 D i = 1 d x i b e s t 2   ×   ω 1   ×   x i b e s t ,                   o t h e r w i s e
where x i b e s t denotes the optimal information entity generated in the previous iteration, 1 D i = 1 d x i b e s t represents the average of the optimal information entities from the previous iteration, and ε , ξ , κ , ω are random numbers in the interval [0, 1]. Λ is a control factor for the information analysis and organization process, defined as follows:
Λ = 2 | Γ | 2
The effectiveness of information analysis depends on an individual’s ability to tailor their approach based on how reliable the information is. This dynamic optimization of focus and detail directly leads to more accurate and useful results. This is formally represented by Lambda Λ , a parameter controlled by the reliability factor, Gamma Γ . Essentially, Λ determines how rigorously and meticulously information is handled. If the information is trustworthy (a high Γ ), Λ increases to support deeper investigation and wider correlation. If the information is suspect (a low Γ ), Λ decreases, shifting the process to a more cautious mode to minimize the influence of potentially erroneous data.

2.2. Proposed Multi-Strategy Enhanced Information Acquisition Optimizer (MEIAO)

2.2.1. Levy Flight-Based Information Collection Strategy

In the standard IAO algorithm’s information collection phase, the core mechanism updates the current information entity’s position by multiplying the difference between two randomly selected information entities with a random factor ϑ . While this approach enables diverse initial solution generation, it often suffers from low exploration efficiency and excessive randomness in search direction within high-dimensional, complex search spaces, leading to slow convergence or entrapment in local optima. To address this limitation, the MEIAO algorithm introduces a Levy Flight mechanism to enhance the information collection strategy. By leveraging the dynamic balance of long-distance jumps and short-distance searches inherent in Levy Flights, the algorithm’s global exploration capability in complex search spaces is significantly improved.
As shown in Figure 1, the probability density function of Levy Flights follows a power-law distribution, with step-length characteristics such that most of the time the search is local and short-range, while occasional long-distance jumps occur. This behavior closely resembles natural phenomena such as animal foraging and bird migration, effectively preventing the algorithm from stagnating in local regions. In the MEIAO algorithm, the Levy Flight step length is generated using Equation (8):
z = u v 1 / β
where β is the characteristic exponent of the Levy Flight, ranging from 1 to 2. In this study, β = 1.5 is selected to balance global exploration and local exploitation. v and u are independent random variables drawn from standard normal distributions, i.e., u ~ N 0 , σ u 2 , v ~ N 0,1 ; and σ u is the standard deviation of u , calculated as follows:
σ u = Γ 1 + β s i n π β 2 Γ 1 + β 2 β 2 β 1 2 1 / β
where Γ · is the Gamma function, ensuring the rationality and stability of the Levy Flight step-length distribution.
Integrating the Levy Flight step length into the information collection position update, the improved update formula becomes:
x i i t e r + 1 = x i i t e r + ϑ   ×   R L i   ×   x i r 1 x i r 2
where R L i is the Levy Flight step-length vector corresponding to the i t h information entity; x i r 1 and x i r 2 are two randomly selected, distinct information entities; and ϑ is a random factor in the interval [−1, 1], controlling the influence of the step length. By incorporating Levy Flight steps, the algorithm can dynamically adjust the exploration range during the information collection phase: when the search region is far from the optimal solution, larger Levy steps enable long-distance jumps to rapidly expand the search boundary; when near the optimal region, smaller steps focus on local search, providing high-quality initial solutions for subsequent information filtering and evaluation stages.

2.2.2. Adaptive Differential Evolution Operator

In the standard IAO algorithm’s information analysis and organization phase, position updates primarily rely on a combination of the optimal information entity and random factors. While this approach enables local exploitation, it often suffers from rapid loss of population diversity and stagnation in later-stage convergence when addressing multimodal, high-dimensional optimization problems. To enhance the algorithm’s adaptability to complex problems, the MEIAO algorithm introduces an adaptive differential evolution (DE) operator, as illustrated in Figure 2. Through mutation, crossover, and greedy selection operations, the operator dynamically optimizes the population structure, maintaining diversity while improving convergence accuracy.
  • Design of the adaptive mutation factor
The mutation factor F is a core parameter of the differential evolution operator, directly influencing the balance between exploration and exploitation. In standard DE algorithms, F is often set as a fixed value, which fails to accommodate the differing optimization demands at various iteration stages: a larger F is required during early iterations to enhance exploration, while a smaller F is preferred in later iterations to focus on exploitation. In MEIAO, we adopt an adaptive mutation factor F that is updated dynamically as the algorithm proceeds; the specific update rule is defined in Equation (11).
F = F m i n + F m a x F m i n × 1 i t e r M a x _ i t e r
where F m i n = 0.2 , F m a x = 0.6 (the maximum value of the mutation factor), M a x _ i t e r denotes the maximum number of iterations, and i t e r is the current iteration. As the number of iterations increases, F decreases linearly from F m a x to F m i n , enabling a dynamic transition from global exploration in the early stages to local exploitation in the later stages.
The mutation operation based on the adaptive mutation factor is given by Equation (12):
y = x i r 1 + F   ×   x i b e s t x i r 2
where y is the intermediate vector generated after mutation, F is the adaptive mutation factor, x i b e s t represents the current global optimal information entity, and x i b e s t x i r 2 denotes the difference between the current position and the global optimum. By guiding the mutation direction using the global best information entity, the algorithm can quickly converge toward the optimal region, avoiding directionless random searches and improving the efficiency of the mutation operation.
2.
Crossover operation and greedy selection
The purpose of the crossover operation is to generate new individuals through recombination, thereby maintaining population diversity. The MEIAO algorithm employs a binomial crossover strategy with a crossover probability of p c r = 0.7 , and a randomly selected crossover dimension j 0 is set to ensure that each new individual inherits at least one dimension from the mutated vector, preventing the crossover operation from being ineffective. The crossover operation is defined as follows:
z j = y j ,                     i f   j = j 0   o r   r a n d   p c r x i , j ,                                                                           e l s e
where z is the new individual generated after crossover, j is the dimension index, x i , j is the j t h dimension of the i t h information entity, and r a n d is a random number in the interval [0, 1].
The greedy selection operation compares the fitness of the new individual z with that of the original individual x i , retaining the better one, as expressed in Equation (14):
x i i t e r + 1 = z ,                 i f   f z < f x i i t e r x i i t e r ,                                                       e l s e
where f · denotes the fitness function. Through greedy selection, the algorithm ensures gradual improvement in population quality while avoiding the interference of inferior individuals in the optimization process.

2.2.3. Global Optimal Guided Boundary Processing Strategy

In the standard IAO algorithm, boundary violations are handled using a simple truncation method, which directly sets any out-of-bounds dimension to its corresponding boundary value. This approach often causes out-of-bounds individuals to cluster near the boundaries, reducing population diversity and failing to utilize existing optimal information to guide the search direction.
To address this issue, the MEIAO algorithm introduces a global-best-guided boundary handling strategy. As show in Figure 3, when an information entity exceeds the search bounds, its out-of-range dimensions are adjusted toward a reasonable region between the boundary and the global best solution. This approach not only ensures solution feasibility but also improves the quality of boundary-violating individuals.
The specific formulation of the global-best-guided boundary handling strategy is given as follows:
x i , j = x j b e s t + 0.5   ×   r a n d   ×   u b j x j b e s t , i f   x i , j > u b j x j b e s t 0.5   ×   r a n d   ×   x j b e s t l b j ,   i f   x i , j < l b j x i ,                                                                                                                     e l s e w h i s e
where x i , j is the j t h dimension of the i t h information entity, u b j and l b j are the upper and lower bounds of the j t h dimension, x j b e s t is the j t h dimension of the global best information entity, and r a n d is a random number in the interval [0, 1].
This strategy enhances the algorithm’s performance through two key advantages. First, the adjustment direction of out-of-bounds individuals is guided by the global best information entity, avoiding quality degradation caused by random adjustments and ensuring that boundary-violating individuals still have the potential to approach the optimal solution. Second, the incorporation of the random factor 0.5 × r a n d ensures that adjusted out-of-bounds individuals maintain a certain level of diversity, preventing multiple individuals from clustering at the same position and preserving population diversity. This boundary-handling strategy is applied consistently across all stages of the algorithm—including information collection, filtering and evaluation, and analysis and organization—thereby safeguarding both solution quality and diversity throughout the optimization process.
Based on the above discussion, the pseudocode for MEIAO is presented in Algorithm 1.
Algorithm 1. Pseudo-Code of MEIAO
1:  Initialize Problem Setting (population(N), dim, ub, lb), Max iterations M a x _ i t e r .
2:  Initialize the solution’s positions ( x i ( i = 1,2 , N ) ).
3:  while  i t e r = 1 : M a x _ i t e r do
4:     Calculate the energy factor A using Equation (8).
5:    Generate a random number ϑ between [ 1 ,   1 ] .
6:    Generate randomly two integers r 1 and r 2 between [ 1 ,   N ] .
7:    Generate a candidate population by Equations (8)–(10).
8:     for  i = 1 : N do
9:          Calculate the fitness x i i t e r + 1 by Equations (2)–(5).
10:          Boundary processing by Equation (15).
11:    end for
12:    for  i = 1 : N do
13:         Calculate the fitness x i i t e r + 1 by Equations (6) and (7).
14:        Boundary processing by Equation (15).
15:     end for
16:     Adaptive differential evolution operator by Equations (11)–(14).
17:     Boundary processing by Equation (15).
18:    end for
19:    Update the position of solution and its fitness value.
20:    Find the best solution position and fitness value so far.
21:  end while
22:  Return the best solution.

2.3. Evaluation of MEIAO’s Computational Efficiency

In the design of algorithms, evaluating performance is crucial, with time complexity being a fundamental metric. For numerous optimization tasks, an algorithm must not only demonstrate strong problem-solving abilities but also satisfy constraints related to real-time execution. Time complexity indicates how the running time of an algorithm scales with increasing input size. Assessing the time complexity of an optimization method allows for estimating its computational demands when applied to large datasets. In the conventional IAO framework, the overall computational cost is mainly influenced by two components: the initialization of candidate solutions and the primary operations of the algorithm, which include computing the fitness of solutions and updating them. Denoting the population size as N , the maximum number of iterations as M a x _ i t e r , and the problem dimensionality as D , the initialization step has a computational cost of O ( N ) . The computational complexity of the solution update process is O ( M a x _ i t e r × N ) + O ( M a x _ i t e r × N × D ) , which encompasses the search for optimal positions and the update of all solution positions. Therefore, the total computational complexity of the IAO algorithm can be summarized as O ( N × ( M a x _ i t e r × D + 1 ) ) . In MEIAO, our improvements do not introduce new loops or function evaluations but optimize and refine the formulas based on the original framework. Thus, the complexity of MEIAO remains O ( N × ( M a x _ i t e r × D + 1 ) ) .

3. Numerical Experiments

3.1. Settings of Key Algorithm Parameters

This section assesses the effectiveness of the proposed MEIAO algorithm by employing the rigorous numerical optimization benchmarks from CEC2017 and CEC2022, and contrasts its performance with that of several alternative algorithms. The comparison algorithms include: Velocity Pausing Particle Swarm Optimization (VPPSO) [44], Improved multi-strategy adaptive Grey Wolf Optimization (IAGWO) [45], Advanced Differential Evolution(ADE) [46], Dung Beetle Optimizer (DBO) [23], Crested Porcupine Optimizer (CPO) [47], Animated Oat Optimization (AOO) [48], Holistic Swarm Optimization (HSO) [49], and Information acquisition optimizer (IAO) [43]. Table 1 contains the configuration details of every algorithm.

3.2. Qualitative Analysis of MEIAO

3.2.1. Analysis of the Population Diversity

Within the realm of optimization algorithms, population diversity measures the degree of variation among the members of a population, where each member typically represents a candidate solution [50,51]. A decrease in population diversity frequently causes the algorithm to converge too early on local optima, thereby restricting its capacity to comprehensively explore the entire search space. Conversely, maintaining a higher diversity level enables more extensive exploration and increases the likelihood of finding the global optimum. In this study, the diversity of the MEIAO algorithm is assessed using Equation (16) [24,52].
I C t = i = 1 N   d = 1 D   x i d t c d t 2 ,
where I C t represents the diversity of the population at iteration t , N is the population size, D is the dimensionality of the problem, and x i d t is the value of the i t h individual in the d t h dimension. The factor c d t , computed via Equation (17), captures the spread of all individuals relative to the population’s centroid.
c d t = 1 D i = 1 N   x i d t .
Figure 4 presents the population diversity evolution curves of MEIAO and the original IAO on representative functions from the CEC2017 test suite (dimension = 30). Diversity is calculated using Equation (16) and reflects the dispersion of individuals within the population, as well as the algorithm’s global exploration capability and resistance to premature convergence. The results indicate that MEIAO consistently maintains higher diversity across all test functions.
In the early iterations, MEIAO leverages the Levy Flight-based information collection strategy (S1) with power-law distributed step lengths to rapidly expand the search boundary, resulting in significantly higher diversity indices than IAO (e.g., for function F3, MEIAO maintains 800–900, while IAO only reaches 300–400). During the mid-iterations, its adaptive differential evolution operator (S2) dynamically adjusts the mutation factor, ensuring a smooth decline in diversity (e.g., F12 decreases from 700 to 400), thereby avoiding the sharp drop observed in IAO. In the later iterations, the global-best-guided boundary handling strategy (S3) preserves population differences through a random factor, allowing MEIAO to maintain moderate diversity (e.g., F26 stabilizes around 400), whereas IAO diversity approaches zero.
The superiority of MEIAO is particularly evident on multimodal functions (F9, F17) and composite functions (F26, F29), validating that the integration of multiple strategies effectively enhances the algorithm’s adaptability in complex search spaces.

3.2.2. Evaluation of Exploration and Exploitation Behavior

The effectiveness of optimization algorithms relies on a fundamental dynamic between two competing objectives: global exploration and local refinement. Global exploration entails systematically probing diverse areas of the solution landscape to identify promising regions that might host the best overall solution. In contrast, local refinement concentrates on intensifying the search within the vicinity of known high-quality solutions, utilizing gathered information to enhance their accuracy [53,54].
Over-prioritizing exploration disperses computational effort inefficiently, as the algorithm may conduct widespread sampling without adequately refining potentially optimal zones, thus failing to capitalize on promising leads. Meanwhile, disproportionately focusing on refinement raises the probability of early convergence to suboptimal solutions, constraining the discovery of superior alternatives in unexplored domains. Consequently, maintaining an effective equilibrium between these competing processes is vital for achieving robust algorithmic performance. This section analyzes the exploration-exploitation characteristics of the MEIAO methodology, quantified through Equations (18) and (19) [24].
E x p l o r a t i o n % = D i v t D i v m a x × 100 % ,
E x p l o i t a t i o n % = D i v t D i v m a x D i v m a x × 100 % ,
where D i v t represents the diversity metric at iteration t , computed according to Equation (20), while D i v m a x indicates the highest diversity value observed across all iterations.
D i v t = 1 D d = 1 D 1 N i = 1 N m e d i a n x d t x i d t .
Figure 5 depicts the changing patterns of exploration and exploitation for the MEIAO algorithm across 10 selected benchmark functions (F1, F5, F8, F10, F13, F16, F20, F21, F26, F29) from the CEC2017 test suite, with each function evaluated in 30-dimensional space. The exploration and exploitation rates are calculated using Equations (18) and (19), respectively—where the exploration rate is represented by the ratio of current iteration diversity to maximum diversity, reflecting the global search coverage, and the exploitation rate is represented by the proportion of the difference between the two, indicating local fine-tuning capability. These metrics capture the algorithm’s ability to balance global traversal and local search.
From the evolution trends, MEIAO exhibits a reasonable dynamic pattern of “early-stage exploration, mid-stage balanced exploration and exploitation, late-stage exploitation.” In the early iterations (1–100), the exploration rate remains high at 70–90% (e.g., F1 exceeds 80%), benefiting from the long-distance jump characteristics of the Levy Flight strategy, which rapidly covers the search space to locate potential high-quality regions and lays the foundation for subsequent exploitation. During mid-iterations (100–300), the exploration rate gradually declines to 30–50%, while the exploitation rate rises to 50–70% (e.g., F10 shows an approximate 1:1 balance). The adaptive differential evolution operator dynamically adjusts the mutation factor F (linearly decreasing from 0.6 to 0.2), guiding the algorithm toward optimal regions while maintaining population diversity, thereby avoiding resource waste caused by excessive exploration. In the later iterations (300–500), the exploitation rate exceeds 80% (e.g., F26 exceeds 90%), with the algorithm leveraging the global-best-guided boundary handling strategy to perform fine-grained local optimization for improved solution accuracy, while the exploration rate remains at 10–20% to prevent premature convergence to local optima.
Moreover, MEIAO’s exploration-exploitation balance demonstrates strong adaptability across different types of test functions. For unimodal functions (F1, F5), the late-stage exploitation rate increases rapidly to efficiently converge to the global optimum. For multimodal functions (F13, F20), mid-stage exploration remains relatively high (~40%) to escape local optima. For composite functions (F26, F29), flexible switching between exploration and exploitation effectively addresses the complex search space structures. This dynamic balancing mechanism effectively overcomes the common shortcomings of traditional algorithms—such as insufficient exploration leading to local entrapment or insufficient exploitation hindering convergence—providing a key foundation for MEIAO’s superior performance across various optimization problems.

3.2.3. Assessment of the Effects of the Proposed Strategy

Ablation studies were performed on the CEC2017 functions (dim = 30) to assess both the individual and combined impact of three key enhancements: the Lévy flight-driven information gathering approach (S1), adaptive differential evolution operator (S2), and boundary handling mechanism guided by the global optimum (S3). The experimental design included five algorithm variants for systematic comparison: the original IAO, IAO-S1 (with S1 only), IAO-S2 (with S2 only), IAO-S3 (with S3 only), and the complete MEIAO integrating all strategies. The corresponding results are visualized in Figure 6 and Figure 7.
Figure 6 and Figure 7 present an ablation study that systematically evaluates the individual contributions and synergistic effects of the three enhancement strategies in MEIAO—Levy Flight-based information collection strategy (S1), adaptive differential evolution operator (S2), and global-best-guided boundary handling strategy (S3). The experiments are conducted on the CEC2017 test suite (dimension = 30), comparing the original IAO, IAO integrated with a single strategy (IAO-S1, IAO-S2, IAO-S3), and MEIAO integrating all three strategies.
The convergence curves in Figure 6 clearly highlight the performance differences among the strategies. For unimodal functions (e.g., F1, F7), IAO-S2 (S2 only) converges significantly faster than IAO-S1 (S1 only) and IAO-S3 (S3 only); for example, after 500 iterations on F1, the fitness value of IAO-S2 is 1–2 orders of magnitude lower than that of IAO, demonstrating the enhancement in local exploitation brought by the adaptive differential evolution operator. For multimodal functions (e.g., F10, F16), IAO-S1 outperforms other single-strategy variants; in F10, its fitness value is approximately 30% lower than IAO, highlighting the global exploration benefits of Levy Flight. Meanwhile, IAO-S3 exhibits advantages in functions with strong boundary constraints (e.g., F21, F26); for instance, in F26, its fitness value is about 20% lower than IAO, emphasizing the boundary handling strategy’s role in maintaining population feasibility. In contrast, MEIAO achieves the best convergence performance across all functions; for example, in F7, its fitness value is 15% lower than the best single-strategy variant (IAO-S2), and in F26, it is more than 40% lower than IAO, confirming that the combined strategies complement the limitations of individual strategies.
Figure 7 further quantifies the value of each strategy through average ranking. MEIAO attains a superior average rank of 1.23, significantly outperforming other variants: IAO-S2 (3.80), IAO-S1 (4.00), IAO-S3 (4.58), and the original IAO ranks lowest (7.13). These results indicate that S2 contributes most prominently to performance enhancement, while S1 and S3 provide critical supplementary benefits. The synergistic effect of the three strategies—”1 + 1 + 1 > 3”—where Levy Flight expands global exploration, adaptive differential evolution strengthens local exploitation, and boundary handling ensures population quality, is the core reason MEIAO surpasses all variants and the original IAO. This provides a clear priority reference for strategy selection in future algorithmic performance optimization.

3.2.4. Parameter Sensitivity Analysis

The average ranks of different β values on the CEC2017 test set are presented. From the parameter sensitivity analysis results in Figure 8, it can be observed that when β = 1.5 , the average rank is the lowest (1.77), indicating the best algorithm performance. The performance is slightly lower when β = 1 (1.83), while it declines significantly when β     2 (with an average rank of 4.53 for β = 2 and 4.17 for β = 2.5 ). Therefore, β = 1.5 is the parameter value that yields the best performance of the algorithm on the CEC2017 test set. Based on this, to ensure optimal and consistent algorithm performance, β = 1.5 is adopted for all subsequent experiments in this study.

3.3. Experimental Results and Analysis of CEC2017 and CEC2022 Test Suite

This section evaluates the performance of MEIAO against other benchmark algorithms on the CEC2017 and CEC2022 test suites, which include four categories of mathematical functions: unimodal, multimodal, composition, and hybrid functions. It is noteworthy that both CEC2017 and CEC2022 are officially recognized as the most challenging benchmark sets in the field. Multimodal functions, containing multiple local optima, are suitable for assessing the exploration capabilities of new optimizers. Composition and hybrid functions evaluate the algorithms’ ability to avoid local optima, while unimodal functions, containing only a single global optimum, are used to assess exploitation performance.
To ensure experimental fairness and mitigate the effects of randomness, the population size was fixed at 30, the maximum number of iterations was set to 500, and each algorithm was independently executed 30 times. The mean (Ave) and standard deviation (Std) of the results were recorded, with the best values highlighted in bold. All experiments were conducted on a Windows 11 system equipped with an AMD Ryzen 7 9700X 8-Core Processor (3.80 GHz), 48 GB of RAM, and MATLAB 2024b.
Based on the CEC2017 test suite (dimension = 30, 50, 100) and CEC2022 test suites (dimensions = 10 and 20), the performance of MEIAO was compared against eight benchmark algorithms: VPPSO, IAGWO, ADE, DBO, CPO, AOO, HSO, and the original IAO. The statistical results are presented in Table 2, Table 3, Table 4, Table 5 and Table 6, while the convergence characteristics and result distributions are visualized in Figure 9 and Figure 10.
Table 2, Table 3, Table 4, Table 5 and Table 6 present the mean (Ave) and standard deviation (Std) results of MEIAO and eight benchmark algorithms (VPPSO, IAGWO, ADE, DBO, CPO, AOO, HSO, and IAO) on the CEC2017 (dimension = 30, 50 and 100) and CEC2022 (dimensions = 10 and 20) test suites, comprehensively covering unimodal, multimodal, composite, and hybrid functions. These results intuitively demonstrate MEIAO’s advantages in optimization accuracy and stability.
From the perspective of optimization accuracy, MEIAO demonstrates significant superiority in unimodal, multimodal, and composite functions. In the CEC2017 benchmark (dim = 30), for the unimodal function F1, which contains a single global optimum and primarily tests local exploitation capability, MEIAO achieves an average fitness of 3.9158 × 103, which is only one ten-millionth of that of the original IAO (4.1305 × 1010) and better than the second-best HSO (9.1857 × 103), indicating its precise ability to locate the global optimum. For the multimodal function F16, which contains multiple local optima and emphasizes global exploration, MEIAO achieves an average fitness of 2.2456 × 103, more than 20% lower than AOO (2.8082 × 103), effectively avoiding premature convergence. For the composite function F26, which integrates multiple function characteristics and focuses on adaptability to complex environments, MEIAO obtains an average value of 3.3874 × 103, only 37% of that of IAO (9.0990 × 103), ranking first among all compared algorithms. In the CEC2022 benchmark, under low-dimensional conditions (dim = 10), both MEIAO and AOO reach the theoretical optimum (3.0000 × 102) for F1, but MEIAO achieves a much smaller standard deviation (3.6566 × 10−14 vs. 2.5488 × 10−3), showing superior precision and stability. In medium-dimensional cases (dim = 20), MEIAO achieves an average fitness of 9.0814 × 102 on F5, slightly outperforming CPO (9.1434 × 102), while in high-dimensional settings (such as CEC2017 dim = 100 for F30), MEIAO achieves 3.9364 × 103, representing a 42% reduction compared to IAO (6.8111 × 103), confirming its outstanding accuracy in large-scale complex search spaces.
In terms of optimization stability, measured by the standard deviation (Std, where smaller values indicate higher stability), MEIAO consistently achieves the lowest or second-lowest Std values across all test scenarios. In the CEC2017 (dim = 30) F3 function, MEIAO’s Std is 3.3681 × 103, only 26.6% of IAO’s 1.2667 × 104, without any abnormal outliers. In the F26 function, MEIAO achieves a Std of 7.7003 × 102, which is 65.6% lower than that of HSO (1.7656 × 103), demonstrating that it can stably produce high-quality solutions across multiple independent runs. In the CEC2022 (dim = 20) F9 function, MEIAO achieves an almost zero Std (1.5659E−09), with all results converging exactly to the theoretical optimum (2.4808 × 103), while other algorithms such as DBO (3.0914 × 101) and HSO (1.3520 × 102) show clear dispersion, further confirming MEIAO’s robustness.
Regarding dimensional adaptability, MEIAO maintains consistent performance across low (10), medium (20/30), and high (50/100) dimensions. In the CEC2017 benchmark, as the dimension increases from 30 to 100, the average fitness of MEIAO on F4 fluctuates only slightly, from 4.8202 × 102 to 6.2753 × 102, while that of IAO rises sharply from 8.1367 × 103 to 6.9736 × 104, indicating that as the search space expands, IAO becomes increasingly prone to being trapped in local optima. Similarly, in the CEC2022 tests, when the dimension increases from 10 to 20, MEIAO consistently maintains the theoretical optimum (Ave = 6.0000 × 102) on F3, and its Std increases only slightly from 3.6566E−14 to 1.2882 × 10-2. In contrast, VPPSO’s average fitness rises from 6.0616 × 102 to 6.2761 × 102, and its Std increases from 7.2116 × 100 to 1.0718 × 101, clearly showing that MEIAO exhibits much stronger adaptability to dimensional variation.
Figure 9 visualizes the iterative convergence processes of MEIAO and benchmark algorithms, highlighting MEIAO’s convergence speed and ability to approach the optimal solution. On representative CEC2017 (dim = 30) functions: for F1, MEIAO reaches the 104 fitness level within 100 iterations, whereas IAO remains at 1010 and other algorithms (e.g., VPPSO, DBO) fluctuate between 106–108, showing the advantage of rapid early-stage exploration. For F12 after 500 iterations, MEIAO achieves a fitness value of 1.0331 × 105, four orders of magnitude lower than IAO (2.9285 × 109), with a smooth convergence curve due to precise guidance of mutation directions by the adaptive differential evolution operator. For F30, MEIAO stabilizes after 300 iterations, reaching an Ave of 8.5852 × 103, far lower than the best benchmark CPO (1.3009 × 105). On CEC2022 (dim = 10 and 20), MEIAO exhibits similar convergence advantages: for dim = 10, F1, MEIAO reaches the theoretical optimum within 50 iterations, while VPPSO and IAGWO require over 150 iterations; for dim = 20, F5, MEIAO’s convergence curve remains consistently below all competitors, achieving an Ave 60% lower than IAO after 500 iterations, demonstrating high-efficiency convergence in high-dimensional spaces.
Figure 10 uses boxplots to quantify the distribution dispersion of algorithm results, reflecting robustness—the more compact the boxplot and the fewer outliers, the stronger the robustness. On CEC2017 (dim = 30) functions such as F3, F9, and F16, MEIAO’s boxplots are significantly narrower than those of other algorithms. For F3, MEIAO’s distribution range (8.3114 × 103 ± 3.3681 × 103) is only 1/5 of IAO’s (5.6804 × 104 ± 1.2667 × 104) and has no outliers. For F16, MEIAO’s median (2.2456 × 103) is lower than all benchmarks, and its interquartile range (IQR) is only 1/3 of AOO’s, reflecting result concentration. For F23, MEIAO shows no upper-limit outliers, whereas DBO, HSO, and others exhibit numerous extreme values, demonstrating MEIAO’s ability to suppress outliers. On CEC2022 (dim = 10 and 20), MEIAO’s robustness remains strong: for dim = 10, F7, MEIAO’s IQR (6.8409 × 100) is only 1/6 of HSO’s (4.0041 × 101); for dim = 20, F9, MEIAO’s results are entirely concentrated at the theoretical optimum (2.4808 × 103) with no dispersion, further confirming its robustness across different test suites and dimensions.
In summary, the statistical results in Table 2, Table 3, Table 4, Table 5 and Table 6, together with the visual analyses in Figure 9 and Figure 10, consistently demonstrate that MEIAO—through the synergistic integration of Levy Flight, adaptive differential evolution, and global-best-guided boundary handling—outperforms the original IAO and other benchmark algorithms in optimization accuracy, convergence speed, and robustness. Furthermore, MEIAO exhibits excellent adaptability across unimodal/multimodal and low/high-dimensional functions, providing an efficient solution for complex optimization problems.

3.4. Statistical Analysis

The role of statistical analysis in algorithm optimization cannot be overstated, as it establishes a structured approach for researchers to rigorously evaluate and contrast the efficacy of various methodologies. This analytical foundation enables evidence-based selection of the most suitable technique for specific research requirements. In the current analysis, MEIAO’s performance undergoes rigorous assessment through both the Wilcoxon rank-sum test and Friedman test, with detailed explanations of the experimental procedures and corresponding findings provided in this segment.

3.4.1. Wilcoxon Rank Sum Test

This subsection utilizes the Wilcoxon rank-sum test to determine the statistical significance of performance differences in the MEIAO algorithm. As a non-parametric method, this test does not require normally distributed data and demonstrates superior adaptability compared to conventional t-tests, particularly when handling datasets with non-normal distributions or outlier values. The mathematical formulation for the test statistic W is provided in Equation (21) [55].
W = i = 1 n 1 R X i ,
where R X i denotes the rank of X i among all observations. The test statistic U is calculated by Equation (22).
U = W n 1 n 1 + 1 2 ,
When the sample size is large, U follows an approximate normal distribution according to Equations (23) and (24).
μ U = n 1 n 2 2 ,
σ U = n 1 n 2 n 1 + n 2 + 1 12 ,
and the standardized statistic Z is calculated by Equation (25).
Z = U μ U σ U ,
A significance threshold of α = 0.05 was established to evaluate the statistical distinction between MEIAO’s outcomes and those produced by alternative algorithms. The null hypothesis (H0) posits the absence of meaningful performance differences between compared methods. When the calculated p-value falls below the 0.05 threshold, H0 is rejected, demonstrating statistically significant performance disparity; conversely, failure to reach this significance level results in H0 being maintained.
From the perspective of dimensional sensitivity, the significance analysis reveals that as the problem dimension increases from 10 to 100, MEIAO consistently maintains a high proportion of “+” results against most comparative algorithms, with only a slight increase in the number of functions showing no significant difference, demonstrating its strong adaptability across dimensions. In the CEC2017 benchmark, when the dimension increases from 30 to 50, the “+/=/−” results of MEIAO versus IAGWO change from (28/0/2) to (23/0/7). Although the number of functions with no significant difference rises from 2 to 7, the proportion of “+” results remains high at 76.7%, and no “−” result appears. Similarly, against AOO, the results change from (28/0/2) to (24/1/5), showing the first occurrence of one “=“ (no significant difference), but the “+” ratio remains as high as 80%. When the dimension further increases to 100, the comparison with ADE changes from (30/0/0) to (28/0/2), and with HSO from (30/0/0) to (26/0/4). Although the number of non-significant functions slightly increases, the proportion of “+” results still reaches 93.3% and 86.7%, respectively, far exceeding the reverse advantage ratios of competing algorithms. This characteristic—maintaining a high proportion of significant advantages even in high-dimensional settings—stems from MEIAO’s Lévy flight strategy, which expands the global exploration range in large-dimensional search spaces, and its adaptive differential evolution operator, which dynamically balances exploration and exploitation. Together, these mechanisms effectively mitigate the common problems faced by traditional algorithms in high dimensions, such as insufficient exploration and premature convergence, ensuring that MEIAO’s performance advantages remain statistically significant as dimensionality increases.
From the perspective of function-type adaptability, the significance details further highlight MEIAO’s suitability for different classes of functions, as summarized in Table 7 based on the CEC benchmark classifications (unimodal, multimodal, and composite). For unimodal functions (e.g., CEC2017 F1 and F5, which emphasize local exploitation), MEIAO achieves a 100% proportion of “+” results against all comparative algorithms, with no cases of insignificant difference. This is attributed to the small mutation factor (0.2) used in the later stages of the adaptive differential evolution operator, enabling precise refinement near the global optimum and resulting in statistically significant performance advantages. For multimodal functions (e.g., CEC2017 F9 and F16, which emphasize global exploration), MEIAO achieves over 90% “+” results against most algorithms, with only 2–3 cases of no significant difference against globally competitive algorithms such as IAGWO and AOO. The long-jump property of Lévy flight, however, still ensures a consistently significant overall advantage. For composite functions (e.g., CEC2017 F26 and F29, which integrate multiple functional features and constraints), MEIAO achieves over 86.7% “+” results against all algorithms. Its globally guided boundary-handling strategy prevents performance degradation caused by boundary clustering, and when combined with the previous two mechanisms, forms a synergistic advantage that allows MEIAO to maintain significant superiority even in complex constrained environments.
In summary, the Wilcoxon rank-sum test results in Table 7 statistically confirm that MEIAO’s performance advantages over the original IAO and eight mainstream swarm intelligence algorithms are significant across different benchmark suites, dimensions, and function types. Moreover, no scenario exhibits statistically significant performance degradation. The multi-strategy cooperative mechanism of MEIAO not only enhances engineering performance but also provides statistically validated reliability, offering a well-founded and trustworthy algorithmic choice for practical applications such as UAV path planning.

3.4.2. Friedman Mean Rank Test

In this section, the overall performance ranking of the MEIAO algorithm in comparison with other techniques is assessed using the Friedman test [13]. As a rank-based nonparametric method, this test is appropriate for evaluating differences in median outcomes across three or more related groups. It is particularly effective for repeated-measure or block-design experiments and provides a reliable alternative to ANOVA when the normality assumption does not hold. The test statistic for the Friedman analysis is determined following Equation (26).
Q = 12 n k k + 1 j = 1 k R j 2 3 n k + 1 ,
where n is the number of blocks, k is the number of groups, and R j is the rank sum for j -th group. When n and k are large, Q follows approximately a χ 2 distribution with k 1 degrees of freedom.
To further assess the global ranking stability of MEIAO across multiple benchmark suites, Table 8 demonstrates that MEIAO consistently occupies the top overall position (T.R = 1) with an exceptionally low mean rank (M.R) ranging from 1.17 to 1.60, outperforming all comparative algorithms by a considerable margin. In the CEC2017 tests, as the dimension increases from 30 to 100, MEIAO’s M.R rises only slightly from 1.23 to 1.60, indicating strong robustness against the expansion of the search space. In contrast, the original IAO deteriorates sharply, with its M.R worsening from 7.13 to 8.13 (persistently ranking last), while HSO fluctuates between 4.97 and 5.53, oscillating between the fourth and sixth positions. This demonstrates that MEIAO maintains a stable leading position even under high-dimensional challenges. In the CEC2022 benchmark, MEIAO achieves an M.R of 1.42 in low-dimensional cases (dim = 10), 56.3% lower than the second-best CPO (M.R = 3.25). When the dimension increases to 20, MEIAO’s M.R further decreases to 1.17, whereas other algorithms show inconsistent improvements—ADE’s M.R slightly improves from 4.58 to 4.33 (moving from rank 4 to 2), and DBO’s M.R changes marginally from 7.75 to 7.25 (remaining in last place). These results highlight MEIAO’s consistent superiority across different test criteria. This “all-scenario first-place” ranking feature confirms the universality of MEIAO’s multi-strategy cooperative mechanism—combining Lévy flight, adaptive differential evolution, and globally guided boundary handling—which effectively addresses various optimization problems and overcomes the “single-scenario advantage, multi-scenario degradation” limitation typical of traditional algorithms.
The ranking details under different dimensional settings, visualized in the heatmaps of Figure 11, further support the quantitative data in Table 8. In the CEC2017 (dim = 30) benchmark, MEIAO consistently ranks first in the core functions, including the unimodal F1, the multimodal F9, and the composite F26, without any ranking lower than second. In contrast, the original IAO ranks last (8th) in F1 and F12, and 7th in F26, showing fluctuations of up to two ranking levels. In the high-dimensional case (CEC2017, dim = 100), MEIAO continues to hold first place in F4 (unimodal) and F19 (composite), while HSO drops to 9th in F11 (multimodal), and DBO deteriorates from 7th (dim = 30) to 8th (dim = 100) in F29. This indicates that traditional algorithms suffer from imbalanced exploration–exploitation trade-offs in high-dimensional search spaces, whereas MEIAO alleviates this degradation through the adaptive mutation factor in its differential evolution operator, which decreases linearly from 0.6 to 0.2 during iterations. In the CEC2022 (dim = 20) tests, MEIAO ranks first in F3 (unimodal), F9 (multimodal), and F11 (composite), and shares second place with CPO in F10, with a fluctuation range of only one ranking level. In contrast, AOO and HSO fluctuate by three and four levels, respectively, further confirming MEIAO’s superior adaptability across dimensions.
From the perspective of function-type adaptability, the combined analysis of Table 8 and Figure 11 reveals MEIAO’s strong generalization ability across different function categories. For unimodal functions (e.g., CEC2017 F1, CEC2022 F3), MEIAO achieves an average M.R of 1.32, 63.7% lower than that of the locally exploitation-oriented CPO (M.R = 3.64), due to the small mutation factor (0.2) in the late iterations of its adaptive differential evolution operator, which enables precise local refinement near the global optimum. For multimodal functions (e.g., CEC2017 F16, CEC2022 F10), MEIAO achieves an average M.R of 1.45, 58.5% lower than that of the exploration-focused AOO (M.R = 3.49), benefiting from the long-jump property of the Lévy flight mechanism, which helps the algorithm escape local optima. For composite functions (e.g., CEC2017 F26, CEC2022 F12), MEIAO achieves an average M.R of 1.28, 70.6% lower than that of the hybrid strategy algorithm IAGWO (M.R = 4.36). This improvement stems from the globally guided boundary-handling strategy, which prevents boundary clustering and, when combined with the other two mechanisms, forms an integrated “exploration–exploitation–constraint handling” framework well-suited to the complex constraints of composite functions.
In summary, the Friedman statistical data in Table 8 and the visual ranking distributions in Figure 11 jointly confirm that MEIAO not only achieves superior performance in individual benchmarks but also maintains exceptional stability and adaptability across multiple test suites, dimensions, and function types. These results demonstrate that MEIAO’s advantages are both statistically significant and practically meaningful, providing a solid algorithmic foundation for solving complex engineering problems such as UAV path planning.

4. Evaluate the Proposed MEIAO for UAV Path Planning

4.1. Three-Dimensional Mathematical Model

Let the starting point of the UAV flight be denoted as ( x s , y s , z s ) and the ending point as ( x e , y e , z e ) . Based on cubic spline interpolation, a smooth curve is generated with g discrete points ( x s , y s , z s ) , ( x 1 , y 1 , z 1 ), …, ( x g 1 , y g 1 , z g 1 ) , ( x e , y e , z e ) . This curve is subsequently represented as a discrete series of points (h1, h2, …, hg), where the coordinates of hm are ( x m , y m , z m ) [24,25,56]. Thus, the objective function for this problem can be derived, as expressed in Equation (27).
F t c = w 1 × F p c + w 2 × F h c + w 3 × F s c ,
where F t c denotes the total cost, F p c represents the cost of path length, F h c shows the cost of the height’s standard deviation, F s c indicates the cost of the planning path’s smoothness, and w i ( i = 1,2 , 3 ) is weight. The constraints on the weight coefficients are given in Equation (28) [57].
w i 0                     i = 1 3 w i = 1
Typically, UAV missions require maximizing operational efficiency by minimizing time and cost expenditures while maintaining strict safety standards. Consequently, the trajectory length obtained through path planning becomes a critical performance indicator. The mathematical representation of the UAV system is provided in Equation (29) [57].
F p c = x m + 1 , y m + 1 , z m + 1 ( x m , y m , z m ) 2
where ( x m , y m , z m ) denotes the m t h waypoint in the UAV planning path.
Furthermore, the operational altitude of a UAV significantly influences both flight control stability and safety protocols, making it an integral component of path planning considerations. This factor is mathematically formulated in Equation (30) [57].
F h c = m = 1 g z m 1 n k = 1 g z m 2
Finally, we also need to consider the influence of the UAV when it turns, and the mathematical model is reported in Equation (31) [57].
F s c = m = 1 g 2 a r c c o s φ m + 1 × φ m φ m + 1 × φ m
where φ m represents ( x m + 1 x m , y m + 1 y m , z m + 1 z m ) .
In summary, we can obtain the model of the UAV path planning optimization problem [58], which is reported in Equation (32).
min L F t c L                                                                                             s , t , p a t h ( L ) G r o u n d O b s t a c l e
where L represents the flyable path, Ground and Obstacle are the ground and obstacles, respectively. In this paper, we model the ground and obstacle sets by Equation (33). Figure 12 illustrates the simulation environment model [24,57]. Where different colors represent different coverage levels, with lighter colors indicating higher heights.
z = sin y + 1 + sin x + cos x 2 + y 2 + 2 × cos y + s i n ( x 2 + y 2 )

4.2. Simulation Experiment

In this investigation, the weighting coefficients w 1 , w 2 and w 3 were configured with values of 0.5, 0.3, and 0.2, respectively. The UAV’s initial position was fixed at coordinates (0, 0, 10), with its terminal point designated as (200, 200, 20). By employing cubic spline interpolation in conjunction with multiple benchmark algorithms, we successfully generated a navigable and continuous flight trajectory. All experimental parameters maintained alignment with the specifications established in preceding sections.
Table 9 systematically presents the quantitative performance of MEIAO compared with eight benchmark algorithms in the UAV path planning task. All algorithms achieve best path costs (Best) close to the theoretical lower bound (~228.56), yet MEIAO demonstrates a clear advantage in overall performance. Its average path cost (Ave = 253.9190) is not only lower than the second-best algorithm CPO (Ave = 260.8809) but also 25.7% lower than the original IAO (Ave = 341.9324). Furthermore, MEIAO achieves the smallest standard deviation (Std = 60.6960), only 34.4% of the least robust algorithm HSO (Std = 176.5604), indicating that MEIAO can consistently generate high-quality paths across multiple runs while effectively mitigating extreme values. In terms of ranking, MEIAO occupies the first position with an absolute advantage, whereas algorithms such as AOO and HSO rank at the bottom due to significant fluctuations in path costs (e.g., HSO’s worst path cost reaches 862.2279), further demonstrating the critical role of multi-strategy integration in enhancing algorithm practicality.
In terms of average runtime cost, DBO (20.75), AOO (20.91), and ADE (21.15) are the top-performing algorithms, forming the first tier in efficiency. Algorithms such as IAO (21.10), MEIAO (21.13), HSO (21.36), and CPO (21.72) have runtimes very close to these, all maintaining an excellent level of around 21 s. This indicates that their computational complexity is well-controlled, demonstrating efficient problem-solving capabilities. In contrast, the runtimes of VPPSO (32.04) and IAGWO (37.55) are significantly higher than the others, taking almost 1.5 times longer than the first-tier algorithms. This could be a non-negligible drawback in UAV application scenarios that require rapid responses. Meanwhile, the improved MEIAO only adds 0.03 s compared to the standard IAO but achieves a better path than IAO. Therefore, MEIAO not only maintains extremely high time efficiency but also achieves planning results that are “much better” than IAO. This significant improvement in path planning quality at a negligible time cost makes MEIAO a highly competitive algorithm in terms of overall performance. The slightly increased time cost of MEIAO is entirely reasonable and offers great value for the trade-off.
Figure 13 visualizes the planned paths in 3D, providing an intuitive comparison among different algorithms. In complex mountainous terrains (with ground and obstacle models constructed via Equation (33)), MEIAO generates paths that not only avoid all obstacles but also exhibit smoother altitude variations and fewer turning angles. The path from the start point (0, 0, 20) to the end point (200, 200, 30) closely follows the terrain trend, with no abrupt height jumps or sharp turns. In contrast, algorithms such as IAGWO and DBO produce paths with excessive local altitude fluctuations (e.g., DBO exhibits a ~40-unit height difference mid-path) or frequent turns (e.g., AOO makes multiple turns between x = 100–150), increasing UAV flight control difficulty and energy consumption.
Figure 14 further illustrates MEIAO’s efficient search behavior through convergence curves. Within the first 50 iterations, MEIAO’s objective function value rapidly drops from 900 to below 400, significantly faster than IAO (still above 600) and VPPSO (~700). By iteration 200, MEIAO enters a stable convergence stage (around 250), whereas HSO and AOO continue to oscillate and fail to fully converge even after 500 iterations. These results align with Table 7, confirming MEIAO’s superior balance between rapid exploration and precise exploitation, providing a reliable algorithmic foundation for UAV path planning.
Overall, the quantitative data in Table 9, the 3D path visualization in Figure 12, and the convergence analysis in Figure 13 collectively verify MEIAO’s practicality and superiority in UAV path planning tasks. From a performance stability perspective, MEIAO achieves the lowest standard deviation and optimal average path cost, addressing the path quality volatility and limited robustness issues of other algorithms (e.g., HSO, AOO). In terms of path feasibility and safety, its planned paths better adapt to complex mountainous terrains, featuring smooth altitude variations and minimal turning, thereby reducing UAV flight control complexity and energy consumption compared to local suboptimal paths produced by IAGWO and DBO. Regarding optimization efficiency, MEIAO’s faster convergence and earlier stabilization imply reduced computational resource consumption, meeting the real-time requirements of UAV path planning. These results fully demonstrate that MEIAO, through the integration of Levy Flight, adaptive differential evolution, and global best-guided boundary handling strategies, not only excels in numerical optimization problems but also effectively transfers to practical engineering scenarios such as UAV path planning, offering an efficient and feasible solution for path optimization in complex environments.

5. Summary and Prospect

This study addresses the demands for accuracy, robustness, and real-time performance in UAV path planning within complex three-dimensional environments. Aiming at the limitations of the standard Information Acquisition Optimizer (IAO)—including low exploration efficiency in high-dimensional search spaces, rapid loss of population diversity, and inadequate boundary handling—we propose a Multi-strategy Enhanced Information Acquisition Optimizer (MEIAO) and conduct a systematic investigation. In terms of algorithm design, MEIAO integrates three core strategies: (1) a Levy Flight-based information collection strategy, which combines a short-range local search with long-distance jumps to expand global exploration; (2) an adaptive differential evolution operator, which dynamically adjusts the mutation factor to balance exploration and exploitation while maintaining population diversity; and (3) a global best-guided boundary handling strategy, which prevents boundary-clipped individuals from clustering and generating low-quality paths, effectively addressing the deficiencies of the standard IAO.
Benchmark testing on CEC2017 (dim = 30, 50 and 100) and CEC2022 (dim = 10/20) demonstrates that MEIAO significantly outperforms eight comparative algorithms—including VPPSO, IAGWO, and the original IAO—across unimodal, multimodal, and composite functions. Its average rank consistently remains below 1.23, 1.40 and 1.60, and Wilcoxon signed-rank tests further confirm the statistical significance of its performance advantages. When applied to three-dimensional mountainous UAV path planning, MEIAO generates paths with an average cost 25.7% lower than the original IAO, the smallest standard deviation, collision-free trajectories, and superior smoothness, highlighting its practical engineering applicability.
Despite its strong performance, MEIAO still has potential for further development. Future research could focus on three directions: (1) optimizing algorithm parameter adaptation mechanisms, such as dynamically tuning the Levy Flight exponent, crossover probability, and other critical parameters according to environmental complexity, or integrating with deep learning models to enhance environmental feature extraction and path region localization; (2) extending application scenarios from single UAV static mountainous environments to multi-UAV cooperative planning, incorporating collision avoidance and task coordination constraints, and developing real-time perception and path update modules for dynamic obstacles; and (3) strengthening theoretical analysis, such as employing Markov chain models to prove convergence, establishing convergence probability and speed bounds, and investigating performance degradation patterns in ultra-large-scale high-dimensional problems, providing a solid foundation for continuous algorithmic improvement and broader applications.

Author Contributions

Conceptualization, Y.C. and R.S.; methodology, Y.C. and R.S.; software, Y.C. and R.S.; validation, J.Z. and Y.S.; formal analysis, J.Z. and Y.S.; investigation, J.Z. and Y.S.; re- sources, Y.C. and H.Z.; data curation, Y.C. and H.Z.; writing original draft preparation, Y.C. and H.Z.; writing review and editing, Y.C. and H.Z.; visualization, J.Z.; supervision, J.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

All data in this paper are included in this manuscript.

Acknowledgments

The authors would like to express their sincere gratitude to all those who contributed to the completion of this work.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Gong, R.; Gong, H.; Hong, L.; Li, T.; Xiang, C. A novel marine predator algorithm for path planning of UAVs. J. Supercomput. 2025, 81, 518. [Google Scholar] [CrossRef]
  2. Yang, R.; Huang, P.; Gao, H.; Qin, Q.; Guo, T.; Wang, Y.; Zhou, Y. A Photosensitivity-Enhanced Plant Growth Algorithm for UAV Path Planning. Biomimetics 2024, 9, 212. [Google Scholar] [CrossRef]
  3. Zhu, X.; Jia, C.; Zhao, J.; Xia, C.; Peng, W.; Huang, J.; Li, L. An Enhanced Artificial Lemming Algorithm and Its Application in UAV Path Planning. Biomimetics 2025, 10, 377. [Google Scholar] [CrossRef]
  4. Bashir, N.; Boudjit, S.; Dauphin, G.; Zeadally, S. An obstacle avoidance approach for UAV path planning. Simul. Model. Pract. Theory 2023, 129, 102815. [Google Scholar] [CrossRef]
  5. Ma, Z.; Chen, J. Adaptive path planning method for UAVs in complex environments. Int. J. Appl. Earth Obs. Geoinf. 2022, 115, 103133. [Google Scholar] [CrossRef]
  6. Li, W.; Wang, L.; Zou, A.; Cai, J.; He, H.; Tan, T. Path Planning for UAV Based on Improved PRM. Energies 2022, 15, 7267. [Google Scholar] [CrossRef]
  7. Zhao, Y.; Zheng, Z.; Liu, Y. Survey on computational-intelligence-based UAV path planning. Knowl.-Based Syst. 2018, 158, 54–64. [Google Scholar] [CrossRef]
  8. Lin, Y.; Saripalli, S. Sampling-Based Path Planning for UAV Collision Avoidance. IEEE Trans. Intell. Transp. Syst. 2017, 18, 3179–3192. [Google Scholar] [CrossRef]
  9. He, Y.; Wang, M. An improved chaos sparrow search algorithm for UAV path planning. Sci. Rep. 2024, 14, 366. [Google Scholar] [CrossRef]
  10. Zhou, Y.; Su, Y.; Xie, A.; Kong, L. A newly bio-inspired path planning algorithm for autonomous obstacle avoidance of UAV. Chin. J. Aeronaut. 2021, 34, 199–209. [Google Scholar] [CrossRef]
  11. Zhang, R.; Li, S.; Ding, Y.; Qin, X.; Xia, Q. UAV Path Planning Algorithm Based on Improved Harris Hawks Optimization. Sensors 2022, 22, 5232. [Google Scholar] [CrossRef]
  12. Guo, Y.; Liu, X.; Liu, X.; Yang, Y.; Zhang, W. FC-RRT*: An Improved Path Planning Algorithm for UAV in 3D Complex Environment. ISPRS Int. J. Geo-Inf. 2022, 11, 112. [Google Scholar] [CrossRef]
  13. Zheng, X.; Liu, R.; Li, S. A Novel Improved Dung Beetle Optimization Algorithm for Collaborative 3D Path Planning of UAVs. Biomimetics 2025, 10, 420. [Google Scholar] [CrossRef] [PubMed]
  14. Yang, J.; Yan, F.; Zhang, J.; Peng, C. Hybrid chaos game and grey wolf optimization algorithms for UAV path planning. Appl. Math. Model. 2025, 142, 115979. [Google Scholar] [CrossRef]
  15. Xu, T.; Chen, C. DBO-AWOA: An Adaptive Whale Optimization Algorithm for Global Optimization and UAV 3D Path Planning. Sensors 2025, 25, 2336. [Google Scholar] [CrossRef] [PubMed]
  16. Mu, L.; Liu, W.; Wang, H.; Zhang, Y. Research of UAV 3D path planning based on improved Dwarf mongoose algorithm with multiple strategies. Sci. Rep. 2025, 15, 26979. [Google Scholar] [CrossRef] [PubMed]
  17. Li, L.; Zhao, H.; Lyu, L.; Yang, F. Multi-strategy improved gazelle optimization algorithm for numerical optimization and UAV path planning. Sci. Rep. 2025, 15, 14137. [Google Scholar] [CrossRef]
  18. Kennedy, J.; Eberhart, R. Particle swarm optimization. In Proceedings of the ICNN’95—International Conference on Neural Networks, Perth, WA, Australia, 27 November–1 December 1995; Volume 1944, pp. 1942–1948. [Google Scholar]
  19. Kirkpatrick, S.; Gelatt, C.D.; Vecchi, M.P. Optimization by Simulated Annealing. Science 1983, 220, 671–680. [Google Scholar] [CrossRef]
  20. Mirjalili, S.; Mirjalili, S.M.; Lewis, A. Grey Wolf Optimizer. Adv. Eng. Softw. 2014, 69, 46–61. [Google Scholar] [CrossRef]
  21. Mirjalili, S.; Lewis, A. The Whale Optimization Algorithm. Adv. Eng. Softw. 2016, 95, 51–67. [Google Scholar] [CrossRef]
  22. Heidari, A.A.; Mirjalili, S.; Faris, H.; Aljarah, I.; Mafarja, M.; Chen, H. Harris hawks optimization: Algorithm and applications. Future Gener. Comput. Syst. 2019, 97, 849–872. [Google Scholar] [CrossRef]
  23. Xue, J.; Shen, B. Dung beetle optimizer: A new meta-heuristic algorithm for global optimization. J. Supercomput. 2022, 79, 7305–7336. [Google Scholar] [CrossRef]
  24. Fu, Y.; Liu, D.; Chen, J.; He, L. Secretary bird optimization algorithm: A new metaheuristic for solving global optimization problems. Artif. Intell. Rev. 2024, 57, 123. [Google Scholar] [CrossRef]
  25. Fu, S.; Li, K.; Huang, H.; Ma, C.; Fan, Q.; Zhu, Y. Red-billed blue magpie optimizer: A novel metaheuristic algorithm for 2D/3D UAV path planning and engineering design problems. Artif. Intell. Rev. 2024, 57, 134. [Google Scholar] [CrossRef]
  26. Abualigah, L.; Diabat, A.; Mirjalili, S.; Abd Elaziz, M.; Gandomi, A.H. The Arithmetic Optimization Algorithm. Comput. Methods Appl. Mech. Eng. 2021, 376, 113609. [Google Scholar] [CrossRef]
  27. Guan, Z.; Ren, C.; Niu, J.; Wang, P.; Shang, Y. Great Wall Construction Algorithm: A novel meta-heuristic algorithm for engineer problems. Expert Syst. Appl. 2023, 233, 120905. [Google Scholar] [CrossRef]
  28. Wang, T.-L.; Gu, S.-W.; Liu, R.-J.; Chen, L.-Q.; Wang, Z.; Zeng, Z.-Q. Cuckoo catfish optimizer: A new meta-heuristic optimization algorithm. Artif. Intell. Rev. 2025, 58, 326. [Google Scholar] [CrossRef]
  29. Gao, Y.; Wang, J.; Li, C. Escape after love: Philoponella prominens optimizer and its application to 3D path planning. Clust. Comput. 2024, 28, 81. [Google Scholar] [CrossRef]
  30. Ghasemi, M.; Khodadadi, N.; Trojovský, P.; Li, L.; Mansor, Z.; Abualigah, L.; Alharbi, A.H.; El-Kenawy, E.-S.M. Kirchhoff’s law algorithm (KLA): A novel physics-inspired non-parametric metaheuristic algorithm for optimization problems. Artif. Intell. Rev. 2025, 58, 325. [Google Scholar] [CrossRef]
  31. Wang, L.; Du, H.; Zhang, Z.; Hu, G.; Mirjalili, S.; Khodadadi, N.; Hussien, A.G.; Liao, Y.; Zhao, W. Tianji’s horse racing optimization (THRO): A new metaheuristic inspired by ancient wisdom and its engineering optimization applications. Artif. Intell. Rev. 2025, 58, 282. [Google Scholar] [CrossRef]
  32. Braik, M.; Al-Hiary, H.; Alzoubi, H.; Hammouri, A.; Azmi Al-Betar, M.; Awadallah, M.A. Tornado optimizer with Coriolis force: A novel bio-inspired meta-heuristic algorithm for solving engineering problems. Artif. Intell. Rev. 2025, 58, 123. [Google Scholar] [CrossRef]
  33. Wolpert, D.H.; Macready, W.G. No free lunch theorems for optimization. IEEE Trans. Evol. Comput. 1997, 1, 67–82. [Google Scholar] [CrossRef]
  34. Macharet, D.G.; Neto, A.A.; Campos, M.F.M. Feasible UAV Path Planning Using Genetic Algorithms and Bézier Curves. In Proceedings of the Advances in Artificial Intelligence—SBIA 2010, São Bernardo do Campo, Brazil, 23–28 October 2010; Springer: Berlin, Heidelberg, 2010; pp. 223–232. [Google Scholar]
  35. Shao, S.; Peng, Y.; He, C.; Du, Y. Efficient path planning for UAV formation via comprehensively improved particle swarm optimization. ISA Trans. 2020, 97, 415–430. [Google Scholar] [CrossRef] [PubMed]
  36. Liu, Q.; Zhang, Y.; Li, M.; Zhang, Z.; Cao, N.; Shang, J. Multi-UAV Path Planning Based on Fusion of Sparrow Search Algorithm and Improved Bioinspired Neural Network. IEEE Access 2021, 9, 124670–124681. [Google Scholar] [CrossRef]
  37. Zhou, X.; Gao, F.; Fang, X.; Lan, Z. Improved Bat Algorithm for UAV Path Planning in Three-Dimensional Space. IEEE Access 2021, 9, 20100–20116. [Google Scholar] [CrossRef]
  38. Huang, C.; Zhou, X.; Ran, X.; Wang, J.; Chen, H.; Deng, W. Adaptive cylinder vector particle swarm optimization with differential evolution for UAV path planning. Eng. Appl. Artif. Intell. 2023, 121, 105942. [Google Scholar] [CrossRef]
  39. Qu, C.; Gai, W.; Zhang, J.; Zhong, M. A novel hybrid grey wolf optimizer algorithm for unmanned aerial vehicle (UAV) path planning. Knowl.-Based Syst. 2020, 194, 105530. [Google Scholar] [CrossRef]
  40. Yu, X.; Jiang, N.; Wang, X.; Li, M. A hybrid algorithm based on grey wolf optimizer and differential evolution for UAV path planning. Expert Syst. Appl. 2023, 215, 119327. [Google Scholar] [CrossRef]
  41. Zhou, Y.; Hao, Z. Multi-Strategy Improved Whale Optimization Algorithm and Its Engineering Applications. Biomimetics 2025, 10, 47. [Google Scholar] [CrossRef]
  42. Zhu, Y.; Zhang, M.; Huang, Q.; Wu, X.; Wan, L.; Huang, J. Secretary bird optimization algorithm based on quantum computing and multiple strategies improvement for KELM diabetes classification. Sci. Rep. 2025, 15, 3774. [Google Scholar] [CrossRef] [PubMed]
  43. Wu, X.; Li, S.; Jiang, X.; Zhou, Y. Information acquisition optimizer: A new efficient algorithm for solving numerical and constrained engineering optimization problems. J. Supercomput. 2024, 80, 25736–25791. [Google Scholar] [CrossRef]
  44. Shami, T.M.; Mirjalili, S.; Al-Eryani, Y.; Daoudi, K.; Izadi, S.; Abualigah, L. Velocity pausing particle swarm optimization: A novel variant for global optimization. Neural Comput. Appl. 2023, 35, 9193–9223. [Google Scholar] [CrossRef]
  45. Yu, M.; Xu, J.; Liang, W.; Qiu, Y.; Bao, S.; Tang, L. Improved multi-strategy adaptive Grey Wolf Optimization for practical engineering applications and high-dimensional problem solving. Artif. Intell. Rev. 2024, 57, 277. [Google Scholar] [CrossRef]
  46. Abbasi, B.; Majidnezhad, V.; Mirjalili, S. ADE: Advanced differential evolution. Neural Comput. Appl. 2024, 36, 15407–15438. [Google Scholar] [CrossRef]
  47. Abdel-Basset, M.; Mohamed, R.; Abouhawwash, M. Crested Porcupine Optimizer: A new nature-inspired metaheuristic. Knowl.-Based Syst. 2024, 284, 111257. [Google Scholar] [CrossRef]
  48. Wang, R.-B.; Hu, R.-B.; Geng, F.-D.; Xu, L.; Chu, S.-C.; Pan, J.-S.; Meng, Z.-Y.; Mirjalili, S. The Animated Oat Optimization Algorithm: A nature-inspired metaheuristic for engineering optimization and a case study on Wireless Sensor Networks. Knowl.-Based Syst. 2025, 318, 113589. [Google Scholar] [CrossRef]
  49. Akbari, E.; Rahimnejad, A.; Gadsden, S.A. Holistic swarm optimization: A novel metaphor-less algorithm guided by whole population information for addressing exploration-exploitation dilemma. Comput. Methods Appl. Mech. Eng. 2025, 445, 118208. [Google Scholar] [CrossRef]
  50. Ou, Y.; Qin, F.; Zhou, K.-Q.; Yin, P.-F.; Mo, L.-P.; Mohd Zain, A.J.S. An improved grey wolf optimizer with multi-strategies coverage in wireless sensor networks. Symmetry 2024, 16, 286. [Google Scholar] [CrossRef]
  51. Hashim, F.A.; Houssein, E.H.; Mostafa, R.R.; Hussien, A.G.; Helmy, F. An efficient adaptive-mutated Coati optimization algorithm for feature selection and global optimization. Alex. Eng. J. 2023, 85, 29–48. [Google Scholar] [CrossRef]
  52. Wang, W.-c.; Tian, W.-c.; Xu, D.-m.; Zang, H.-f. Arctic puffin optimization: A bio-inspired metaheuristic algorithm for solving engineering design optimization. Adv. Eng. Softw. 2024, 195, 103694. [Google Scholar] [CrossRef]
  53. Mohammed, B.O.; Aghdasi, H.S.; Salehpour, P. Dhole optimization algorithm: A new metaheuristic algorithm for solving optimization problems. Clust. Comput. 2025, 28, 430. [Google Scholar] [CrossRef]
  54. Lyu, L.; Yang, F. MMPA: A modified marine predator algorithm for 3D UAV path planning in complex environments with multiple threats. Expert Syst. Appl. 2024, 257, 124955. [Google Scholar] [CrossRef]
  55. Shen, Y.; Zhang, C.; Soleimanian Gharehchopogh, F.; Mirjalili, S. An improved whale optimization algorithm based on multi-population evolution for global optimization and engineering design problems. Expert Syst. Appl. 2023, 215, 119269. [Google Scholar] [CrossRef]
  56. Belge, E.; Altan, A.; Hacioglu, R. Metaheuristic Optimization-Based Path Planning and Tracking of Quadcopter for Payload Hold-Release Mission. Electronics 2022, 11, 1208. [Google Scholar] [CrossRef]
  57. Zhu, L.; Fu, Y. Augmented Harris hawks optimization and for engineering design problems and UAV path planning. Int. J. Mach. Learn. Cybern. 2025, 16, 6295–6345. [Google Scholar] [CrossRef]
  58. Zhang, J.; Cui, Y.; Ren, J. Dynamic Mission Planning Algorithm for UAV Formation in Battlefield Environment. IEEE Trans. Aerosp. Electron. Syst. 2023, 59, 3750–3765. [Google Scholar] [CrossRef]
Figure 1. Levy distribution probability density function diagram.
Figure 1. Levy distribution probability density function diagram.
Biomimetics 10 00765 g001
Figure 2. The schematic diagram of the Differential Evolution strategy operation.
Figure 2. The schematic diagram of the Differential Evolution strategy operation.
Biomimetics 10 00765 g002
Figure 3. Global optimal guided boundary processing strategy diagram.
Figure 3. Global optimal guided boundary processing strategy diagram.
Biomimetics 10 00765 g003
Figure 4. Assessment of population variation in MEIAO and IAO.
Figure 4. Assessment of population variation in MEIAO and IAO.
Biomimetics 10 00765 g004aBiomimetics 10 00765 g004b
Figure 5. The analysis of the exploration and exploitation of MEIAO.
Figure 5. The analysis of the exploration and exploitation of MEIAO.
Biomimetics 10 00765 g005aBiomimetics 10 00765 g005b
Figure 6. Evaluation of various enhancement strategies.
Figure 6. Evaluation of various enhancement strategies.
Biomimetics 10 00765 g006aBiomimetics 10 00765 g006b
Figure 7. Mean rankings of IAO under various enhancement strategies.
Figure 7. Mean rankings of IAO under various enhancement strategies.
Biomimetics 10 00765 g007
Figure 8. Average ranking across different β values on CEC2017.
Figure 8. Average ranking across different β values on CEC2017.
Biomimetics 10 00765 g008
Figure 9. Assessment of convergence performance of different algorithms on CEC2017 and CEC2022.
Figure 9. Assessment of convergence performance of different algorithms on CEC2017 and CEC2022.
Biomimetics 10 00765 g009aBiomimetics 10 00765 g009bBiomimetics 10 00765 g009c
Figure 10. Boxplot comparison of various algorithms on the CEC2017 and CEC2022 benchmark.
Figure 10. Boxplot comparison of various algorithms on the CEC2017 and CEC2022 benchmark.
Biomimetics 10 00765 g010aBiomimetics 10 00765 g010bBiomimetics 10 00765 g010c
Figure 11. Distribution of rankings of different algorithms.
Figure 11. Distribution of rankings of different algorithms.
Biomimetics 10 00765 g011
Figure 12. Mountain environment simulation.
Figure 12. Mountain environment simulation.
Biomimetics 10 00765 g012
Figure 13. Flight tracks optimized by different algorithms.
Figure 13. Flight tracks optimized by different algorithms.
Biomimetics 10 00765 g013
Figure 14. Objective function fitness value curve.
Figure 14. Objective function fitness value curve.
Biomimetics 10 00765 g014
Table 1. Compare algorithm parameter settings.
Table 1. Compare algorithm parameter settings.
AlgorithmsName of the ParameterValue of the Parameter
VPPSO c 1 , c 2 ,   w , α , N 1 , N 2 2, 2, 0.8, [1,0], 0.15, 0.15
IAGWO v r a n d t , a ,   ω , θ [−20,20], [0,2], [0.3,0.9], 0.5
ADE p o p m i n , p o p i n i t , p C R 4, 28, 0.2
DBO P p e r c e n t 0.2
CPO α ,   N m i n ,   T f ,   T 0.1 , 80 , 0.5 , 2
AOO K , θ [ 0.5,1.5 ] , [ 0 , π ]
HSO α 3
IAO ϑ [ 1,1 ]
MEIAO ϑ , F , p c r 1,1 , 0.6,0.2 , 0.7
Table 2. Experimental results of CEC2017 (dim = 30).
Table 2. Experimental results of CEC2017 (dim = 30).
FunctionMetricVPPSOIAGWOADEDBOCPOAOOHSOIAOMEIAO
F1Ave5.6690 × 1061.7196 × 1064.7848 × 1062.5261 × 1087.8801 × 1058.4743 × 1049.1857 × 1034.1305 × 10103.9158 × 103
Std2.5932 × 1077.7368 × 1052.9861 × 1061.5725 × 1086.9025 × 1054.4261 × 1047.7074 × 1037.9398 × 1094.5756 × 103
F2Ave1.6098 × 10231.4519 × 10332.9671 × 10321.7732 × 10325.3667 × 10233.3146 × 10161.2694 × 10162.9482 × 10371.9892 × 1012
Std4.8590 × 10237.6387 × 10331.0651 × 10339.4488 × 10322.9378 × 10247.4215 × 10163.1881 × 10161.6066 × 10387.7583 × 1012
F3Ave4.4098 × 1045.5238 × 1041.5964 × 1059.5621 × 1046.1922 × 1042.8241 × 1045.0767 × 1045.6804 × 1048.3114 × 103
Std1.0947 × 1041.7144 × 1043.7210 × 1043.5696 × 1041.1275 × 1041.1583 × 1041.1256 × 1041.2667 × 1043.3681 × 103
F4Ave5.2585 × 1026.1821 × 1025.1202 × 1026.4624 × 1025.1317 × 1025.0597 × 1027.1004 × 1028.1367 × 1034.8202 × 102
Std2.9692 × 1012.0992 × 1022.1201 × 1011.1306 × 1021.7954 × 1012.3804 × 1011.2088 × 1023.7042 × 1033.8188 × 101
F5Ave6.4802 × 1026.5832 × 1026.9209 × 1027.3702 × 1026.9559 × 1026.2225 × 1026.9554 × 1027.8512 × 1025.9882 × 102
Std3.3030 × 1013.0228 × 1011.4269 × 1015.4960 × 1011.3094 × 1013.4383 × 1013.2265 × 1013.4714 × 1012.9908 × 101
F6Ave6.3982 × 1026.2087 × 1026.0086 × 1026.5289 × 1026.0195 × 1026.2937 × 1026.4985 × 1026.6317 × 1026.0005 × 102
Std8.6758 × 1008.9957 × 1002.8585 × 10-11.3621 × 1016.4276 × 10-11.2878 × 1014.3994 × 1009.6443 × 1001.2340 × 10-1
F7Ave9.5491 × 1029.2931 × 1029.5104 × 1021.0321 × 1039.3631 × 1028.6880 × 1021.0261 × 1031.2451 × 1038.5076 × 102
Std7.2265 × 1014.2149 × 1011.6110 × 1017.3775 × 1011.8655 × 1013.1376 × 1016.7642 × 1017.1681 × 1014.0520 × 101
F8Ave9.2517 × 1029.2110 × 1029.9923 × 1021.0252 × 1039.8488 × 1029.1146 × 1021.0499 × 1031.0379 × 1038.9811 × 102
Std2.7880 × 1012.5167 × 1011.4565 × 1015.4044 × 1011.5220 × 1012.6424 × 1012.6958 × 1011.8622 × 1012.4641 × 101
F9Ave3.8477 × 1034.4491 × 1032.2953 × 1037.4125 × 1031.3123 × 1033.5631 × 1032.6024 × 1036.7736 × 1031.1765 × 103
Std1.2047 × 1031.0776 × 1037.7471 × 1022.7722 × 1032.3559 × 1021.3125 × 1037.1535 × 1029.0925 × 1025.0249 × 102
F10Ave4.8963 × 1034.4177 × 1037.5573 × 1036.6404 × 1037.6832 × 1034.8879 × 1034.1716 × 1036.5395 × 1035.0975 × 103
Std6.2399 × 1025.1742 × 1023.0922 × 1021.1699 × 1032.4277 × 1026.6403 × 1025.9473 × 1024.8619 × 1021.0348 × 103
F11Ave1.4231 × 1031.9963 × 1032.1519 × 1031.8908 × 1031.2701 × 1031.2820 × 1031.7550 × 1032.7124 × 1031.1985 × 103
Std1.2364 × 1021.0616 × 1037.7332 × 1025.6341 × 1022.3177 × 1015.6131 × 1011.6297 × 1021.0344 × 1035.0022 × 101
F12Ave2.3167 × 1072.9292 × 1072.5697 × 1075.4373 × 1079.9186 × 1051.2236 × 1074.8375 × 1052.9285 × 1091.0331 × 105
Std1.6452 × 1073.9613 × 1071.4775 × 1078.6360 × 1074.4788 × 1051.0567 × 1077.7607 × 1052.0293 × 1095.8236 × 104
F13Ave9.6858 × 1049.0303 × 1042.6443 × 1068.7064 × 1061.8638 × 1041.1176 × 1052.7696 × 1041.3956 × 1051.5235 × 104
Std4.1162 × 1044.1336 × 1054.8583 × 1061.8910 × 1079.4613 × 1036.1402 × 1042.5883 × 1041.3814 × 1051.2447 × 104
F14Ave9.8899 × 1046.8194 × 1055.2854 × 1052.6880 × 1052.1858 × 1036.5224 × 1041.1323 × 1041.6171 × 1032.4378 × 103
Std8.8113 × 1045.0770 × 1054.7443 × 1054.0834 × 1058.0051 × 1025.1982 × 1041.4594 × 1046.9851 × 1012.0571 × 103
F15Ave5.0031 × 1046.6572 × 1033.9512 × 1051.0727 × 1055.1724 × 1035.3607 × 1049.6234 × 1039.4019 × 1033.4686 × 103
Std5.2911 × 1045.1594 × 1033.2991 × 1051.0802 × 1054.2356 × 1034.3377 × 1045.3313 × 1035.8916 × 1032.1578 × 103
F16Ave2.8199 × 1033.0840 × 1033.0126 × 1033.3568 × 1033.1547 × 1032.8082 × 1032.8221 × 1033.0147 × 1032.2456 × 103
Std2.8000 × 1023.6801 × 1021.9417 × 1024.0722 × 1022.0782 × 1023.3971 × 1023.4491 × 1023.9271 × 1021.9430 × 102
F17Ave2.1317 × 1022.3921 × 1032.2180 × 1032.6455 × 1032.0858 × 1032.1587 × 1032.6166 × 1032.1558 × 1031.8550 × 103
Std2.1093 × 1022.3588 × 1021.3183 × 1022.6845 × 1021.1495 × 1022.0909 × 1022.8349 × 1021.2667 × 1029.0259 × 101
F18Ave8.0407 × 1051.4113 × 1063.5970 × 1063.9830 × 1061.4249 × 1051.3471 × 1061.8414 × 1053.5612 × 1045.7037 × 104
Std7.4493 × 1052.3882 × 1061.9999 × 1064.4045 × 1061.3729 × 1051.2929 × 1061.5553 × 1052.9136 × 1043.5610 × 104
F19Ave2.1676 × 1069.0207 × 1035.0354 × 1056.6217 × 1065.8460 × 1035.9576 × 1051.2680 × 1041.7063 × 1054.2762 × 103
Std1.4330 × 1066.9685 × 1036.7714 × 1052.0342 × 1073.2263 × 1039.0051 × 1051.0265 × 1043.0535 × 1052.7734 × 103
F20Ave2.5403 × 1032.6639 × 1032.5282 × 1032.6826 × 1032.4734 × 1032.4766 × 1032.6210 × 1032.4449 × 1032.2019 × 103
Std1.9672 × 1022.8078 × 1029.4061 × 1012.3210 × 1021.2799 × 1021.8194 × 1022.5989 × 1029.6247 × 1019.2881 × 101
F21Ave2.4236 × 1032.4502 × 1032.4922 × 1032.5749 × 1032.4835 × 1032.4052 × 1032.5754 × 1032.5781 × 1032.3733 × 103
Std3.2354 × 1013.0929 × 1011.3765 × 1013.8033 × 1011.7068 × 1011.8580 × 1011.9217 × 1014.7140 × 1012.0044 × 101
F22Ave2.8635 × 1033.6435 × 1038.2993 × 1035.1692 × 1032.3087 × 1034.3348 × 1034.6175 × 1036.4418 × 1032.3007 × 103
Std1.3622 × 1031.9491 × 1031.3300 × 1032.3880 × 1032.6450 × 1002.1234 × 1031.7695 × 1031.1595 × 1031.4514 × 100
F23Ave2.8216 × 1033.0915 × 1032.8440 × 1033.0256 × 1032.8462 × 1032.7910 × 1032.9108 × 1033.0503 × 1032.7211 × 103
Std5.8145 × 1011.3892 × 1021.8851 × 1019.2318 × 1011.8488 × 1014.6115 × 1011.4101 × 1016.5105 × 1012.6615 × 101
F24Ave2.9542 × 1033.3170 × 1033.0399 × 1033.1835 × 1033.0147 × 1032.9661 × 1033.0428 × 1033.2188 × 1032.8836 × 103
Std4.6096 × 1011.3003 × 1021.8516 × 1018.6162 × 1011.8863 × 1015.5403 × 1011.2211 × 1019.2672 × 1011.5594 × 101
F25Ave2.9464 × 1032.9479 × 1032.9017 × 1032.9680 × 1032.9174 × 1032.9106 × 1033.1941 × 1033.9002 × 1032.8993 × 103
Std2.3105 × 1013.4193 × 1016.8458 × 1004.7377 × 1011.7744 × 1011.7010 × 1018.8364 × 1013.5360 × 1021.7045 × 101
F26Ave4.6539 × 1034.9468 × 1035.5982 × 1036.9814 × 1034.4188 × 1034.4033 × 1035.3116 × 1039.0990 × 1033.3874 × 103
Std1.3304 × 1031.8361 × 1031.4890 × 1021.1188 × 1031.4182 × 1031.0682 × 1032.7459 × 1029.1218 × 1027.7003 × 102
F27Ave3.2960 × 1033.2311 × 1033.2293 × 1033.3437 × 1033.2743 × 1033.2564 × 1033.3319 × 1033.3688 × 1033.2231 × 103
Std4.5942 × 1019.4039 × 1017.4285 × 1008.4743 × 1011.1966 × 1012.1780 × 1015.3624 × 1017.6658 × 1011.3910 × 101
F28Ave3.3074 × 1033.3806 × 1033.3029 × 1033.4689 × 1033.2771 × 1033.2434 × 1033.6197 × 1035.5229 × 1033.2108 × 103
Std2.6216 × 1011.1706 × 1021.8218 × 1012.0189 × 1022.8145 × 1012.3446 × 1011.3293 × 1026.8478 × 1021.5174 × 101
F29Ave4.3235 × 1034.0141 × 1034.2032 × 1034.3755 × 1034.0285 × 1034.0544 × 1034.4109 × 1034.6288 × 1033.5306 × 103
Std2.2984 × 1022.6755 × 1021.3381 × 1024.1062 × 1021.2941 × 1022.2522 × 1022.8289 × 1023.5041 × 1021.4579 × 102
F30Ave7.7918 × 1068.9931 × 1054.9473 × 1052.3378 × 1061.3009 × 1053.8818 × 1061.0325 × 1052.9842 × 1068.5852 × 103
Std4.8852 × 1064.7353 × 1064.7521 × 1054.8571 × 1067.1280 × 1042.5847 × 1062.2967 × 1053.2378 × 1062.5251 × 103
Table 3. Experimental results of CEC2017 (dim = 50).
Table 3. Experimental results of CEC2017 (dim = 50).
FunctionMetricVPPSOIAGWOADEDBOCPOAOOHSOIAOMEIAO
F1Ave8.6519 × 1081.6967 × 1073.4660 × 1087.5407 × 1091.9149 × 1081.6058 × 1061.1395 × 1059.1339 × 10103.0734 × 103
Std8.6138 × 1084.7766 × 1061.9634 × 1081.3188 × 10101.0618 × 1087.1646 × 1058.7181 × 1041.1713 × 10104.2047 × 103
F2Ave8.2829 × 10525.9461 × 10591.8067 × 10651.2539 × 10715.6909 × 10455.1593 × 10431.8908 × 10472.4757 × 10733.7443 × 1030
Std3.3455 × 10531.7432 × 10607.1925 × 10656.8679 × 10711.7901 × 10462.8048 × 10448.2975 × 10471.3516 × 10741.9272 × 1031
F3Ave1.5443 × 1051.8438 × 1053.3024 × 1052.4440 × 1051.8671 × 1051.3498 × 1051.4124 × 1051.3800 × 1056.2225 × 104
Std2.2522 × 1044.1368 × 1045.2828 × 1045.3706 × 1042.1483 × 1042.7651 × 1042.2548 × 1041.9540 × 1041.0831 × 104
F4Ave8.2473 × 1027.0316 × 1027.6686 × 1021.3339 × 1037.0386 × 1026.3427 × 1021.2444 × 1032.4675 × 1045.4567 × 102
Std1.1894 × 1029.8886 × 1014.6648 × 1014.8383 × 1026.8080 × 1015.3096 × 1012.0276 × 1024.8012 × 1035.9264 × 101
F5Ave7.7832 × 1027.7192 × 1029.3231 × 1029.7314 × 1029.3263 × 1027.6830 × 1029.2216 × 1021.0513 × 1037.5704 × 102
Std6.1473 × 1013.0960 × 1012.0089 × 1011.0694 × 1022.5165 × 1014.8688 × 1013.7878 × 1013.3841 × 1014.7710 × 101
F6Ave6.5344 × 1026.3729 × 1026.0620 × 1026.6595 × 1026.1072 × 1026.5062 × 1026.6846 × 1026.8388 × 1026.0140 × 102
Std7.7034 × 1007.5913 × 1001.5077 × 1009.3590 × 1002.9076 × 1001.0849 × 1013.5738 × 1005.6532 × 1007.3146 × 10-1
F7Ave1.2520 × 1031.1908 × 1031.2590 × 1031.4422 × 1031.2505 × 1031.0828 × 1031.6340 × 1031.8545 × 1031.0906 × 103
Std1.4127 × 1017.1514 × 1012.2955 × 1011.4652 × 1024.1872 × 1019.4746 × 1011.8819 × 1021.0459 × 1021.0441 × 102
F8Ave1.0802 × 1031.0818 × 1031.2327 × 1031.3194 × 1031.2184 × 1031.0689 × 1031.2888 × 1031.3764 × 1031.0685 × 103
Std4.0636 × 1013.6263 × 1012.2151 × 1011.0216 × 1023.5062 × 1016.6929 × 1014.3488 × 1013.4139 × 1015.7494 × 101
F9Ave1.0020 × 1041.5602 × 1048.2739 × 1032.7061 × 1048.6308 × 1031.2361 × 1049.2946 × 1032.5951 × 1046.3306 × 103
Std2.1513 × 1033.1155 × 1032.2699 × 1037.1653 × 1032.3180 × 1034.1118 × 1032.4588 × 1032.5850 × 1036.0180 × 103
F10Ave8.5719 × 1037.0527 × 1031.3867 × 1041.1596 × 1041.3639 × 1047.9258 × 1038.1840 × 1031.2242 × 1049.6841 × 103
Std1.2876 × 1031.2947 × 1034.2281 × 1022.2463 × 1034.5364 × 1029.5251 × 1029.4520 × 1024.8826 × 1021.7152 × 103
F11Ave2.5830 × 1034.8786 × 1037.8303 × 1034.3022 × 1031.8897 × 1031.5579 × 1032.8510 × 1031.5118 × 1041.2659 × 103
Std5.3000 × 1023.0071 × 1032.9027 × 1031.6812 × 1032.9842 × 1028.8634 × 1018.0991 × 1023.8780 × 1023.6211 × 103
F12Ave1.9132 × 1081.2752 × 1083.9502 × 1087.4820 × 1082.1047 × 1078.5109 × 1074.9589 × 1064.1808 × 10102.8964 × 106
Std1.2186 × 1084.4245 × 1081.6550 × 1085.2333 × 1089.3981 × 1065.2053 × 1075.5135 × 1061.6144 × 10101.7058 × 106
F13Ave1.0844 × 1055.7383 × 1046.3902 × 1061.5218 × 1081.8196 × 1041.3917 × 1053.0575 × 1048.9552 × 1095.5717 × 103
Std5.5370 × 1042.0077 × 1051.0259 × 1072.2493 × 1082.6940 × 1049.0162 × 1042.0009 × 1047.2421 × 1095.8322 × 103
F14Ave6.0811 × 1058.9041 × 1063.9821 × 1065.8826 × 1061.4498 × 1053.4243 × 1056.5313 × 1043.7417 × 1044.2656 × 104
Std4.4206 × 1051.1458 × 1071.9004 × 1064.5658 × 1061.4222 × 1052.7049 × 1055.9888 × 1044.8767 × 1042.9291 × 104
F15Ave4.0619 × 1042.1122 × 1071.1352 × 1063.8551 × 1071.3645 × 1045.3867 × 1041.4510 × 1045.3517 × 1071.1520 × 104
Std2.3228 × 1046.3243 × 1071.8480 × 1069.7499 × 1076.6070 × 1033.1235 × 1045.5899 × 1031.3081 × 1086.0694 × 103
F16Ave3.7966 × 1033.8958 × 1034.9647 × 1034.7601 × 1034.5602 × 1033.5355 × 1033.5296 × 1035.6611 × 1032.8123 × 103
Std5.5317 × 1027.0550 × 1022.6068 × 1026.6489 × 1023.0039 × 1024.5633 × 1023.5069 × 1029.8291 × 1023.9447 × 102
F17Ave3.5253 × 1033.4156 × 1033.6900 × 1034.3774 × 1033.4723 × 1033.1505 × 1033.4663 × 1033.8770 × 1032.5950 × 103
Std3.8233 × 1023.3934 × 1022.0682 × 1024.9180 × 1021.9631 × 1023.2729 × 1022.8992 × 1025.1077 × 1022.1353 × 102
F18Ave4.2134 × 1066.6806 × 1062.3374 × 1071.2352 × 1072.4199 × 1062.6121 × 1061.2468 × 1061.0159 × 1064.8059 × 105
Std2.8302 × 1064.9074 × 1069.2913 × 1061.4539 × 1071.0963 × 1061.8049 × 1069.8430 × 1051.1779 × 1065.1644 × 105
F19Ave1.2013 × 1061.6232 × 1046.3525 × 1058.1998 × 1061.8723 × 1041.2200 × 1062.9702 × 1041.9072 × 1071.7740 × 104
Std1.5680 × 1068.9557 × 1039.5841 × 1051.1849 × 1075.5918 × 1037.6072 × 1054.6708 × 1042.7724 × 1078.1386 × 103
F20Ave3.2165 × 1033.2702 × 1033.7755 × 1033.7526 × 1033.6186 × 1033.2645 × 1033.2091 × 1033.1639 × 1032.7691 × 103
Std2.9191 × 1022.9951 × 1021.7398 × 1023.8260 × 1021.7512 × 1022.7182 × 1023.0907 × 1021.8463 × 1022.0685 × 102
F21Ave2.6042 × 1032.6411 × 1032.7359 × 1032.8660 × 1032.7075 × 1032.5513 × 1032.8762 × 1032.9289 × 1032.4772 × 103
Std6.4250 × 1011.0573 × 1022.1015 × 1016.4780 × 1012.1454 × 1014.7574 × 1013.7007 × 1017.2025 × 1015.6235 × 101
F22Ave9.6764 × 1039.4864 × 1031.5584 × 1041.3208 × 1041.2780 × 1049.4708 × 1039.6656 × 1031.4005 × 1047.8477 × 103
Std8.5974 × 1028.4512 × 1025.8690 × 1022.1911 × 1035.2676 × 1031.0315 × 1031.0172 × 1035.6818 × 1025.0326 × 103
F23Ave3.0880 × 1033.8443 × 1033.1658 × 1033.5568 × 1033.1799 × 1033.0555 × 1033.2830 × 1033.7363 × 1032.9316 × 103
Std7.9708 × 1014.0113 × 1022.2225 × 1011.3755 × 1022.6344 × 1017.0657 × 1013.7022 × 1011.8000 × 1025.9147 × 101
F24Ave3.2494 × 1034.0540 × 1033.3516 × 1033.7382 × 1033.3427 × 1033.2264 × 1033.3456 × 1033.7743 × 1033.0600 × 103
Std6.4343 × 1012.6734 × 1021.8478 × 1011.5889 × 1023.2241 × 1018.6094 × 1011.8244 × 1011.1511 × 1025.4740 × 101
F25Ave3.3587 × 1033.2885 × 1033.1945 × 1033.6633 × 1033.2314 × 1033.0988 × 1033.7165 × 1031.2572 × 1043.0974 × 103
Std1.1910 × 1021.0461 × 1024.7756 × 1019.3379 × 1026.4636 × 1014.1665 × 1012.4642 × 1021.6156 × 1033.0998 × 101
F26Ave8.0969 × 1038.7493 × 1038.0014 × 1031.1317 × 1048.0100 × 1035.7871 × 1037.9508 × 1031.5517 × 1043.3327 × 103
Std2.0458 × 1032.3274 × 1032.3182 × 1021.3982 × 1031.9005 × 1032.2161 × 1035.6026 × 1028.6294 × 1029.9177 × 102
F27Ave3.7694 × 1033.7798 × 1033.5320 × 1034.0281 × 1033.7430 × 1033.6255 × 1033.7277 × 1034.1103 × 1033.4265 × 103
Std1.3805 × 1028.4163 × 1028.4631 × 1013.0138 × 1029.0074 × 1021.0779 × 1021.4505 × 1022.5652 × 1027.6224 × 101
F28Ave3.8533 × 1033.6211 × 1034.9503 × 1035.7094 × 1033.6853 × 1033.3839 × 1035.0837 × 1031.0372 × 1043.3638 × 103
Std1.4607 × 1023.8148 × 1026.3689 × 1022.3421 × 1039.7160 × 1013.8751 × 1011.4174 × 1031.1033 × 1032.6029 × 101
F29Ave5.4812 × 1034.6897 × 1035.5892 × 1036.6335 × 1035.2475 × 1035.0831 × 1035.4732 × 1038.9046 × 1034.0101 × 103
Std4.0343 × 1028.8628 × 1022.9354 × 1021.1993 × 1031.8873 × 1024.9784 × 1023.3283 × 1021.7655 × 1033.3210 × 102
F30Ave1.2068 × 1088.6313 × 1073.7308 × 1074.3751 × 1079.8868 × 1065.2689 × 1074.5924 × 1065.1042 × 1089.2893 × 105
Std4.2359 × 1074.6330 × 1081.4515 × 1074.2792 × 1073.9091 × 1061.3199 × 1072.5314 × 1064.8616 × 1081.6536 × 105
Table 4. Experimental results of CEC2017 (dim = 100).
Table 4. Experimental results of CEC2017 (dim = 100).
FunctionMetricVPPSOIAGWOADEDBOCPOAOOHSOIAOMEIAO
F1Ave5.6690 × 1061.7196 × 1064.7848 × 1062.5261 × 1087.8801 × 1058.4743 × 1049.1857 × 1034.1305 × 10103.9158 × 103
Std5.1922 × 1034.8156 × 1035.0059 × 1031.0102 × 1044.9033 × 1033.8247 × 1036.3489 × 1032.3789 × 1043.5421 × 103
F2Ave1.6098 × 10231.4519 × 10332.9671 × 10321.7732 × 10325.3667 × 10233.3146 × 10161.2694 × 10162.9482 × 10371.9892 × 1012
Std2.1868 × 1042.0034 × 1041.7116 × 1042.7499 × 1042.0874 × 1041.6833 × 1041.9302 × 1044.7235 × 1041.6872 × 104
F3Ave4.4098 × 1045.5238 × 1041.5964 × 1059.5621 × 1046.1922 × 1042.8241 × 1045.0767 × 1045.6804 × 1048.3114 × 103
Std4.3680 × 1035.5518 × 1034.2199 × 1034.7125 × 1034.2334 × 1034.0701 × 1034.2874 × 1037.0678 × 1033.7045 × 103
F4Ave5.2585 × 1026.1821 × 1025.1202 × 1026.4624 × 1025.1317 × 1025.0597 × 1027.1004 × 1028.1367 × 1034.8202 × 102
Std6.3830 × 1036.6003 × 1031.3796 × 1041.9015 × 1046.1584 × 1033.9625 × 1031.6191 × 1032.9617 × 1043.7709 × 103
F5Ave6.4802 × 1026.5832 × 1026.9209 × 1027.3702 × 1026.9559 × 1026.2225 × 1026.9554 × 1027.8512 × 1025.9882 × 102
Std1.0476 × 1048.3847 × 1031.0550 × 1041.2484 × 1041.0421 × 1048.8770 × 1039.6508 × 1037.4055 × 1047.0258 × 103
F6Ave6.3982 × 1026.2087 × 1026.0086 × 1026.5289 × 1026.0195 × 1026.2937 × 1026.4985 × 1026.6317 × 1026.0005 × 102
Std3.3951 × 1082.6429 × 1076.8209 × 1062.7553 × 1086.9930 × 1061.0061 × 1081.0931 × 1062.5021 × 10102.9797 × 104
F7Ave1.7978 × 10103.3133 × 1087.6767 × 1099.0428 × 10101.4820 × 10104.4285 × 1083.5998 × 1092.4335 × 10111.4937 × 107
Std2.9231 × 1021.7159 × 1024.7201 × 1012.6920 × 1029.4636 × 1011.9180 × 1026.8633 × 1028.8044 × 1012.2915 × 102
F8Ave2.3700 × 101375.9519 × 101476.9527 × 101541.3940 × 101541.2315 × 101271.1499 × 101214.4479 × 102031.2287 × 101623.3103 × 10100
Std8.1577 × 1019.6108 × 1013.5696 × 1012.2160 × 1025.2495 × 1011.0410 × 1028.5140 × 1015.6269 × 1011.4726 × 102
F9Ave3.7350 × 1054.4883 × 1058.9415 × 1056.1327 × 1054.5035 × 1055.6695 × 1053.6573 × 1053.0992 × 1052.4388 × 105
Std8.2326 × 1038.0253 × 1039.8626 × 1031.3846 × 1048.3235 × 1036.2430 × 1031.6184 × 1042.6347 × 1038.6674 × 103
F10Ave3.0095 × 1032.5116 × 1031.7042 × 1031.4390 × 1042.3712 × 1031.0543 × 1032.9120 × 1038.0259 × 1048.9797 × 102
Std1.4641 × 1033.1819 × 1036.2813 × 1023.9617 × 1037.1984 × 1021.3901 × 1031.5560 × 1039.1512 × 1023.4596 × 103
F11Ave1.3096 × 1031.2696 × 1031.6462 × 1031.7191 × 1031.6712 × 1031.2869 × 1031.6704 × 1031.9251 × 1031.2139 × 103
Std1.4987 × 1043.0011 × 1044.9925 × 1045.0301 × 1041.0434 × 1049.5164 × 1031.9748 × 1042.5384 × 1043.0207 × 103
F12Ave6.6497 × 1026.4679 × 1026.2132 × 1026.7982 × 1026.4497 × 1026.6323 × 1026.9137 × 1026.9736 × 1026.2753 × 102
Std6.9959 × 1081.1215 × 10108.6264 × 1082.5333 × 1092.5200 × 1082.1755 × 1081.0898 × 1082.6480 × 10101.3446 × 107
F13Ave2.5910 × 1032.2342 × 1032.2206 × 1032.9668 × 1032.3386 × 1032.0098 × 1034.7302 × 1033.7472 × 1032.0735 × 103
Std5.2972 × 1058.3023 × 1055.2156 × 1043.1314 × 1081.1030 × 1052.3058 × 1043.1488 × 1049.4123 × 1094.0211 × 103
F14Ave1.6638 × 1031.6255 × 1031.9413 × 1032.1508 × 1031.9688 × 1031.5511 × 1032.0353 × 1032.3868 × 1031.5650 × 103
Std4.3543 × 1061.9216 × 1071.2905 × 1071.5545 × 1072.2461 × 1062.5163 × 1064.9783 × 1058.8326 × 1063.9481 × 105
F15Ave2.7534 × 1043.9689 × 1045.1638 × 1047.2737 × 1044.6521 × 1043.5131 × 1047.0463 × 1046.1949 × 1045.0296 × 104
Std1.8066 × 1043.4448 × 1044.1437 × 1068.7481 × 1073.6041 × 1032.3713 × 1048.3190 × 1034.9351 × 1091.1407 × 103
F16Ave1.8072 × 1041.6600 × 1043.1780 × 1042.9696 × 1043.0286 × 1041.7317 × 1042.3907 × 1042.7702 × 1042.2987 × 104
Std8.6796 × 1021.7218 × 1034.9578 × 1021.4118 × 1024.3846 × 1027.8168 × 1027.1273 × 1022.5601 × 1038.2026 × 102
F17Ave8.0967 × 1047.8085 × 1042.2940 × 1052.1846 × 1059.1490 × 1043.2343 × 1046.1448 × 1041.3285 × 1051.1484 × 104
Std4.7880 × 1021.8683 × 1033.2764 × 1021.2680 × 1022.8908 × 1027.0662 × 1025.3539 × 1021.0800 × 1065.5410 × 102
F18Ave1.4614 × 1095.3044 × 1093.0583 × 1097.4353 × 1099.5192 × 1085.4585 × 1081.9414 × 1081.6006 × 10113.1499 × 107
Std2.7696 × 1061.2957 × 1071.9352 × 1071.0814 × 1072.4344 × 1062.5672 × 1061.6963 × 1069.9620 × 1068.9949 × 105
F19Ave1.5615 × 1052.6928 × 1056.2602 × 1043.0290 × 1081.6953 × 1057.1327 × 1047.0791 × 1043.4108 × 10107.2444 × 103
Std4.3290 × 1062.0488 × 1067.0696 × 1065.1442 × 1075.8977 × 1033.6974 × 1061.6547 × 1045.9173 × 1094.8000 × 103
F20Ave7.0768 × 1061.1015 × 1074.9378 × 1072.3447 × 1074.6312 × 1064.1431 × 1069.5770 × 1051.2886 × 1078.8474 × 105
Std5.3028 × 1027.3502 × 1022.3404 × 1027.2174 × 1023.4744 × 1027.0367 × 1024.8199 × 1023.6431 × 1024.7898 × 102
F21Ave4.9077 × 1041.7654 × 1041.9195 × 1067.2045 × 1071.0036 × 1045.6928 × 1042.7150 × 1041.2432 × 10102.8867 × 103
Std1.1620 × 1026.1443 × 1023.9700 × 1011.7188 × 1023.9176 × 1011.5024 × 1026.6142 × 1012.1564 × 1021.6186 × 102
F22Ave7.8501 × 1037.7264 × 1031.1560 × 1048.8447 × 1031.0407 × 1046.6807 × 1037.1982 × 1031.6782 × 1045.6046 × 103
Std1.5955 × 1032.8640 × 1035.6744 × 1024.8342 × 1038.6736 × 1021.5331 × 1031.5333 × 1038.1040 × 1023.4484 × 103
F23Ave5.4612 × 1035.7910 × 1038.1759 × 1038.7964 × 1036.9534 × 1035.2932 × 1035.8179 × 1034.0521 × 1054.6531 × 103
Std1.6019 × 1024.9816 × 1022.6835 × 1012.4749 × 1025.8513 × 1011.1703 × 1025.5812 × 1012.1985 × 1021.2580 × 102
F24Ave5.4946 × 1068.1914 × 1067.8004 × 1072.3205 × 1075.5877 × 1065.0969 × 1062.3224 × 1061.1806 × 1071.7320 × 106
Std1.6784 × 1021.0848 × 1034.3057 × 1015.3511 × 1028.4942 × 1012.1033 × 1026.1485 × 1014.0603 × 1021.4564 × 102
F25Ave6.1188 × 1064.0726 × 1053.7460 × 1067.4385 × 1071.2157 × 1045.6183 × 1062.2103 × 1041.3578 × 10105.9315 × 103
Std3.7382 × 1029.4059 × 1024.2328 × 1026.1890 × 1022.9881 × 1021.1300 × 1026.1602 × 1022.6036 × 1037.3012 × 101
F26Ave5.5012 × 1035.3500 × 1037.6557 × 1037.3139 × 1037.2926 × 1035.3243 × 1034.8285 × 1036.0566 × 1035.4152 × 103
Std3.2313 × 1034.9125 × 1034.0132 × 1023.8208 × 1032.3566 × 1032.5457 × 1031.3165 × 1033.9457 × 1035.4463 × 103
F27Ave3.1911 × 1034.1480 × 1033.4659 × 1034.0400 × 1033.4105 × 1033.1251 × 1033.7284 × 1034.3042 × 1032.9183 × 103
Std2.5994 × 1022.4311 × 1031.7101 × 1024.2753 × 1021.0196 × 1021.9056 × 1022.6173 × 1027.9479 × 1021.1751 × 102
F28Ave2.0844 × 1042.0274 × 1043.3890 × 1042.8096 × 1043.3137 × 1042.0285 × 1042.6034 × 1043.0667 × 1042.4171 × 104
Std8.3988 × 1023.2609 × 1031.4842 × 1036.7571 × 1035.3220 × 1021.4525 × 1025.1755 × 1032.9447 × 1031.0270 × 102
F29Ave3.9181 × 1035.9781 × 1033.8044 × 1034.8783 × 1033.9781 × 1033.7996 × 1034.0205 × 1035.0446 × 1033.3238 × 103
Std8.7950 × 1023.4564 × 1033.5979 × 1022.6054 × 1034.2379 × 1028.6304 × 1026.7551 × 1028.7655 × 1041.0112 × 103
F30Ave4.6572 × 1036.7949 × 1034.3381 × 1036.2359 × 1034.6052 × 1034.5040 × 1034.6155 × 1036.8111 × 1033.9364 × 103
Std1.5405 × 1086.8961 × 1075.3159 × 1061.2458 × 1084.6625 × 1065.0172 × 1077.6097 × 1059.6962 × 1091.3147 × 104
Table 5. Experimental results of CEC2022 (dim = 10).
Table 5. Experimental results of CEC2022 (dim = 10).
FunctionMetricVPPSOIAGWOADEDBOCPOAOOHSOIAOMEIAO
F1Ave3.2168 × 1023.3363 × 1025.8954 × 1031.6761 × 1034.1471 × 1023.0000 × 1021.3611 × 1035.4721 × 1023.0000 × 102
Std6.2599 × 1014.2545 × 1011.7838 × 1031.5598 × 1031.0488 × 1032.5488 × 1032.7792 × 1024.7759 × 1023.6566 × 10-14
F2Ave4.0527 × 1024.2743 × 1024.0839 × 1024.4200 × 1024.0050 × 1024.1174 × 1024.5795 × 1024.1428 × 1024.1018 × 102
Std3.9828 × 1003.4439 × 1016.5390 × 10-13.7532 × 1011.7707 × 1001.9706 × 1013.0717 × 1012.6762 × 1012.0850 × 101
F3Ave6.0616 × 1026.0035 × 1026.0000 × 1026.0921 × 1026.0000 × 1026.0309 × 1026.2081 × 1026.1610 × 1026.0000 × 102
Std6.0768 × 1002.7822 × 10-14.9395 × 10-56.1258 × 1002.6873 × 10-33.3009 × 1005.3945 × 1001.3370 × 1015.9711 × 10-14
F4Ave8.1973 × 1028.1941 × 1028.2764 × 1028.3537 × 1028.2169 × 1028.2017 × 1028.3727 × 1028.1426 × 1028.1206 × 102
Std7.2116 × 1008.8887 × 1005.7921 × 1009.6418 × 1007.5712 × 1001.0092 × 1015.6815 × 1005.0031 × 1003.9741 × 100
F5Ave9.1361 × 1029.2470 × 1029.0114 × 1021.0207 × 1039.0000 × 1029.0140 × 1029.0897 × 1021.0090 × 1039.0001 × 102
Std1.4809 × 1014.2927 × 1011.5751 × 1001.0652 × 1025.2372 × 10−42.5050 × 1005.8921 × 1001.0629 × 1023.0954 × 10-2
F6Ave3.9174 × 1033.1520 × 1031.0331 × 1044.6301 × 1031.8312 × 1034.7186 × 1032.8986 × 1031.8167 × 1031.8139 × 103
Std2.2285 × 1031.8163 × 1031.1309 × 1042.3130 × 1031.3131 × 1012.2416 × 1031.2245 × 1031.6198 × 1011.7623 × 101
F7Ave2.0403 × 1032.0145 × 1032.0180 × 1032.0389 × 1032.0105 × 1032.0311 × 1032.0866 × 1032.0243 × 1032.0029 × 103
Std1.1261 × 1019.6462 × 1002.2731 × 1011.2469 × 1013.9909 × 1001.3549 × 1014.0041 × 1017.1685 × 1006.8409 × 100
F8Ave2.2250 × 1032.2214 × 1032.2208 × 1032.2273 × 1032.2182 × 1032.2245 × 1032.2729 × 1032.2161 × 1032.2092 × 103
Std2.6743 × 1001.6564 × 1003.3783 × 1007.2016 × 1005.4018 × 1006.6343 × 1005.3377 × 1017.4940 × 1001.0120 × 101
F9Ave2.5322 × 1032.5235 × 1032.5293 × 1032.5647 × 1032.5293 × 1032.5296 × 1032.6700 × 1032.5294 × 1032.5293 × 103
Std3.9594 × 1001.3844 × 1013.5546 × 10-95.1862 × 1015.8674 × 10-39.5669 × 10-15.3833 × 1011.7476 × 10-10.0000 × 100
F10Ave2.5543 × 1032.5675 × 1032.5068 × 1032.5465 × 1032.5079 × 1032.5717 × 1032.5906 × 1032.5207 × 1032.5431 × 103
Std5.9795 × 1016.3640 × 1014.3278 × 1016.5626 × 1012.8541 × 1015.9419 × 1018.7721 × 1014.5297 × 1015.3377 × 101
F11Ave2.7417 × 1032.7819 × 1032.6556 × 1032.7471 × 1032.6100 × 1032.7438 × 1032.9888 × 1032.6931 × 1032.6451 × 103
Std1.5870 × 1021.4802 × 1028.4670 × 1011.1445 × 1025.4772 × 1011.6996 × 1021.7852 × 1026.0740 × 1018.0412 × 101
F12Ave2.8639 × 1032.8761 × 1032.8621 × 1032.8803 × 1032.8652 × 1032.8644 × 1032.8654 × 1032.8645 × 1032.8640 × 103
Std1.6534 × 1001.8398 × 1011.1115 × 1002.1065 × 1016.3100 × 10-11.6864 × 1006.6547 × 10-14.7233 × 1001.5169 × 100
Table 6. Experimental results of CEC2022 (dim = 20).
Table 6. Experimental results of CEC2022 (dim = 20).
FunctionMetricVPPSOIAGWOADEDBOCPOAOOHSOIAOMEIAO
F1Ave6.5543 × 1031.0835 × 1043.8147 × 1043.2232 × 1041.2744 × 1044.3297 × 1026.8820 × 1031.4897 × 1043.3565 × 102
Std1.8431 × 1035.5483 × 1038.4294 × 1039.4330 × 1032.9612 × 1031.3231 × 1022.5856 × 1035.8017 × 1036.1709 × 101
F2Ave4.7581 × 1025.0561 × 1024.4919 × 1025.1620 × 1024.6022 × 1024.5580 × 1025.6638 × 1021.2156 × 1034.5363 × 102
Std2.6686 × 1014.5224 × 1018.6818 × 10-18.5701 × 1011.0060 × 1011.4796 × 1016.8939 × 1014.3948 × 1021.0233 × 101
F3Ave6.2761 × 1026.0829 × 1026.0008 × 1026.3927 × 1026.0028 × 1026.1992 × 1026.3864 × 1026.4093 × 1026.0000 × 102
Std1.0718 × 1014.7481 × 1003.7449 × 10-21.2786 × 1011.2220 × 10-19.7333 × 1005.6199 × 1001.1421 × 1011.2882 × 10-2
F4Ave8.6230 × 1028.6643 × 1029.2339 × 1029.0847 × 1029.0096 × 1028.5917 × 1029.1754 × 1029.0095 × 1028.5427 × 102
Std1.3695 × 1011.4935 × 1011.0628 × 1012.6827 × 1011.1714 × 1011.7879 × 1011.3213 × 1011.5451 × 1011.7459 × 101
F5Ave1.5134 × 1031.9573 × 1031.2336 × 1032.3248 × 1039.1434 × 1021.5537 × 1031.0635 × 1032.3032 × 1039.0814 × 102
Std3.2544 × 1023.7329 × 1022.0725 × 1026.2570 × 1022.2688 × 1015.9480 × 1021.2964 × 1023.0970 × 1022.5962 × 101
F6Ave4.9920 × 1037.7143 × 1044.2204 × 1065.9065 × 1052.1873 × 1047.1835 × 1035.5208 × 1033.7837 × 1033.4377 × 103
Std3.9015 × 1033.9514 × 1053.9845 × 1061.8653 × 1061.3430 × 1045.6283 × 1034.9803 × 1034.3095 × 1032.0434 × 103
F7Ave2.1005 × 1032.0837 × 1032.0618 × 1032.1459 × 1032.0667 × 1032.0946 × 1032.1413 × 1032.0866 × 1032.0359 × 103
Std2.8652 × 1014.9647 × 1011.0807 × 1014.7548 × 1018.8900 × 1005.1495 × 1014.1290 × 1012.5467 × 1018.7726 × 100
F8Ave2.2548 × 1032.2679 × 1032.2322 × 1032.3215 × 1032.2318 × 1032.2483 × 1032.4723 × 1032.2352 × 1032.2274 × 103
Std4.6085 × 1015.7438 × 1012.3511 × 1006.7093 × 1011.7625 × 1004.1721 × 1011.3237 × 1022.1469 × 1012.0985 × 100
F9Ave2.5070 × 1032.4962 × 1032.4808 × 1032.5110 × 1032.4816 × 1032.4823 × 1032.7344 × 1032.5965 × 1032.4808 × 103
Std1.7498 × 1011.1589 × 1012.0895 × 10-23.0914 × 1013.6710 × 10−11.9459 × 1001.3520 × 1024.2309 × 1011.5659 × 10-9
F10Ave3.2240 × 1032.7226 × 1032.6443 × 1033.5634 × 1032.5322 × 1033.3717 × 1033.6955 × 1033.4294 × 1032.5428 × 103
Std8.6657 × 1022.5254 × 1021.8854 × 1021.2729 × 1037.1730 × 1018.8666 × 1026.5891 × 1021.2082 × 1036.0402 × 101
F11Ave2.9494 × 1032.9018 × 1032.9103 × 1033.1460 × 1032.9152 × 1032.9463 × 1033.5900 × 1035.7796 × 1032.9333 × 103
Std1.5379 × 1021.2195 × 1025.2174 × 1011.6539 × 1027.4140 × 1018.9500 × 1012.2898 × 1021.0570 × 1034.7946 × 101
F12Ave2.9799 × 1032.9970 × 1032.9463 × 1033.0363 × 1032.9904 × 1032.9674 × 1033.0093 × 1033.0084 × 1032.9471 × 103
Std3.4548 × 1011.8772 × 1023.4108 × 1007.2142 × 1011.1640 × 1011.9073 × 1013.6148 × 1014.5843 × 1019.0538 × 100
Table 7. Performance outcomes different algorithms on CEC2017 and CEC2022.
Table 7. Performance outcomes different algorithms on CEC2017 and CEC2022.
Statistical ResultsCEC2017 dim = 30
(+/=/−)
CEC2017 dim = 50
(+/=/−)
CEC2017 dim = 100
(+/=/−)
CEC2022 dim = 10
(+/=/−)
CEC2022 dim = 20
(+/=/−)
VPPSO(29/0/1)(27/0/3)(29/0/1)(11/0/1)(11/0/1)
IAGWO(28/0/2)(23/0/7)(27/0/3)(9/0/3)(11/0/1)
ADE(30/0/0)(30/0/0)(28/0/2)(11/0/1)(11/0/1)
DBO(28/0/2)(30/0/0)(30/0/0)(12/0/0)(12/0/0)
CPO(29/0/1)(28/0/2)(30/0/0)(11/0/1)(12/0/0)
AOO(28/0/2)(24/1/5)(27/0/3)(11/0/1)(11/0/1)
HSO(30/0/0)(25/0/5)(26/0/4)(12/0/0)(12/0/0)
IAO(29/0/1)(30/0/0)(30/0/0)(9/0/3)(11/0/1)
Table 8. Friedman mean rank test result.
Table 8. Friedman mean rank test result.
SuitesCEC2017CEC2022
Dimensions30501001020
Algorithms M . R T . R M . R T . R M . R T . R M . R T . R M . R T . R
VPPSO4.77 4 5.03 6 4.97 4 5.08 6 4.58 5
IAGWO4.93 5 4.23 3 3.83 3 4.83 5 4.50 4
ADE6.10 7 6.27 7 5.67 7 4.58 4 4.33 2
DBO7.50 9 7.47 8 7.60 8 7.75 8 7.25 8
CPO4.00 3 4.67 4 5.23 6 3.25 2 4.42 3
AOO3.80 2 3.37 2 3.00 2 5.33 7 4.58 5
HSO5.53 6 4.77 5 4.97 4 8.33 9 7.25 8
IAO7.13 8 7.80 9 8.13 9 4.42 3 6.92 7
MEIAO1.2311.40 11.6011.4211.171
Table 9. UAV path planning experimental results.
Table 9. UAV path planning experimental results.
AlgorithmsBestWorstAveStdRuntimeRank
VPPSO228.5646419.7554320.049593.519132.04 4
IAGWO229.0077379.7949293.846374.859537.55 5
ADE228.5803439.9006329.580088.973721.15 6
DBO228.5841640.8841390.199785.458120.757
CPO228.5729412.8294260.880962.837921.72 2
AOO228.6922566.9219404.117766.844820.91 9
HSO228.7660862.2279473.9606176.560421.36 8
IAO228.5642412.7906341.932472.511021.10 3
MEIAO228.5641412.7769 253.919060.696021.13 1
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Chen, Y.; Sun, R.; Zheng, J.; Shao, Y.; Zhou, H. MEIAO: A Multi-Strategy Enhanced Information Acquisition Optimizer for Global Optimization and UAV Path Planning. Biomimetics 2025, 10, 765. https://doi.org/10.3390/biomimetics10110765

AMA Style

Chen Y, Sun R, Zheng J, Shao Y, Zhou H. MEIAO: A Multi-Strategy Enhanced Information Acquisition Optimizer for Global Optimization and UAV Path Planning. Biomimetics. 2025; 10(11):765. https://doi.org/10.3390/biomimetics10110765

Chicago/Turabian Style

Chen, Yongzheng, Ruibo Sun, Jun Zheng, Yuanyuan Shao, and Haoxiang Zhou. 2025. "MEIAO: A Multi-Strategy Enhanced Information Acquisition Optimizer for Global Optimization and UAV Path Planning" Biomimetics 10, no. 11: 765. https://doi.org/10.3390/biomimetics10110765

APA Style

Chen, Y., Sun, R., Zheng, J., Shao, Y., & Zhou, H. (2025). MEIAO: A Multi-Strategy Enhanced Information Acquisition Optimizer for Global Optimization and UAV Path Planning. Biomimetics, 10(11), 765. https://doi.org/10.3390/biomimetics10110765

Article Metrics

Back to TopTop