Next Article in Journal
Improvement of Anti-Collision Performance of Concrete Columns Using Bio-Inspired Honeycomb Column Thin-Walled Structure (BHTS)
Next Article in Special Issue
Research on Motion Transfer Method from Human Arm to Bionic Robot Arm Based on PSO-RF Algorithm
Previous Article in Journal
The Conceptual Design of a Variable Camber Wing
Previous Article in Special Issue
Path Optimization Strategy for Unmanned Aerial Vehicles Based on Improved Black Winged Kite Optimization Algorithm
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Improved Zebra Optimization Algorithm with Multi Strategy Fusion and Its Application in Robot Path Planning

1
School of Intelligent Manufacturing and Electronic Engineering, Wenzhou University of Technology, Wenzhou 325035, China
2
Zhejiang Zhengli Enterprise Management Co., Ltd., Wenzhou 325035, China
3
Ruian Security Group Co., Ltd., Wenzhou 325200, China
*
Author to whom correspondence should be addressed.
Biomimetics 2025, 10(6), 354; https://doi.org/10.3390/biomimetics10060354
Submission received: 13 April 2025 / Revised: 24 May 2025 / Accepted: 30 May 2025 / Published: 1 June 2025

Abstract

In order to overcome the inherent drawbacks of the baseline Zebra Optimization Algorithm (ZOA) approach, such as its propensity for premature convergence and local optima trapping, this work creates a Multi-Strategy Enhanced Zebra Optimization Algorithm (MZOA). Three strategic changes are incorporated into the improved framework: triangular walk operators to balance localized exploitation and global exploration across optimization phases; Levy flight mechanisms to strengthen solution space traversal capabilities; and lens imaging inversion learning to improve population diversity and avoid local convergence stagnation. The enhanced solution accuracy of the MZOA over modern metaheuristics is empirically validated using the CEC2005 and CEC2017 benchmark suites. The proposed MZOA’s performance improved by 15.8% compared to the basic ZOA The algorithm’s practical effectiveness across a range of environmental difficulties is confirmed by extensive assessment in engineering optimization and robotic route planning scenarios. It routinely achieves optimal solutions in both simple and complicated setups. In robot path planning, the proposed MZOA reduces the movement path by 8.7% compared to the basic ZOA. These comprehensive evaluations establish the MZOA as a robust computational algorithm for complex optimization challenges, demonstrating enhanced convergence characteristics and operational reliability in synthetic and real-world applications.

1. Introduction

Metaheuristic algorithms, recognized as prominent bio-inspired computational frameworks within swarm intelligence paradigms, provide robust solutions for complex optimization problems through stochastic search mechanisms [1,2]. These algorithms provide self-adaptive optimization frameworks that may dynamically explore solution spaces by drawing theoretical underpinnings from natural processes (such as photosynthetic energy conversion) and biological systems (like collective animal behaviors) [3,4,5]. They represent a crucial area of artificial intelligence research because of their exceptional effectiveness in solving large-scale non-convex optimization problems, especially in high-dimensional search spaces, and because of their derivative-free nature, structural simplicity, and computational efficiency [6,7].
The metaheuristic category incorporates both traditional and newly emerging types. Well-established techniques consist of Particle Swarm Optimization (PSO) [8], Chicken Swarm Optimization (CSO) [9], Ant Colony Optimization (ACO) [10], Gorilla Troops Optimizer (GTO) [11], and Simulated Annealing (SA) [12]. In the latest developments, novel frameworks like Dung Beetle Optimizer (DBO) [13], Whale Optimization Algorithm (WOA) [14], Harris Hawks Optimization (HHO) [15], and Sparrow Search Algorithm (SSA) [16] have been introduced, along with other remarkable variants described in [17,18,19,20,21]. These optimizers, inspired by biological phenomena, have made substantial breakthroughs in various fields, such as computer vision, energy management systems, and engineering design optimization. Practical evidence indicates that continuous improvements in algorithms and progress in theoretical aspects will further boost their ability to deal with more and more intricate real-world optimization challenges.
Traditional swarm intelligence optimization algorithms generally face some common shortcomings and challenges when solving complex optimization problems. Firstly, they are prone to falling into local optima, especially when dealing with multimodal functions or high-dimensional space problems. The individuals in the algorithm are likely to prematurely converge and fail to explore the global optimal solution. Secondly, there is a dilemma in balancing the convergence speed and accuracy. Some algorithms may sacrifice the accuracy of solutions in pursuit of fast convergence, while improving accuracy often leads to a significant decrease in convergence speed. Thirdly, there is the problem of parameter sensitivity. The performance of the algorithm is highly dependent on the setting of initial parameters (such as population size, learning factors, inertia weight, etc.), and different parameter combinations may lead to significant differences in results, which increases the complexity of parameter tuning. In addition, when dealing with large-scale complex problems, the computational complexity of the algorithm increases sharply, resulting in low computational efficiency and difficulty in meeting real-time requirements. Finally, there is a weak theoretical foundation. Most swarm intelligence algorithms lack rigorous mathematical theoretical support, and the theoretical analysis of algorithm convergence, complexity, etc., is insufficient, which limits their application in high-reliability scenarios. The Zebra Optimization Algorithm (ZOA), put forward by Trojovská et al. in 2022 [22], is a metaheuristic framework inspired by biology. It mathematically formulates the dynamics of zebra herds via two fundamental survival mechanisms: foraging behaviors and predator evasion strategies. This optimizer, which does not rely on derivatives, exhibits advantages in terms of structural simplicity and operational efficiency during implementation and has been successfully applied in diverse multidisciplinary optimization fields [23]. Empirical verifications are as follows: Elymany et al. enhanced the maximum power point tracking accuracy through control architectures optimized by ZOA [24], Bui et al. improved renewable energy transmission planning using variants of ZOA [25], and Aydemir carried out pioneering research on multilevel threshold segmentation for neuro-oncological imaging [26].
However, similar to other metaheuristic approaches, ZOA demonstrates inherent limitations in global search capabilities and convergence behavior, particularly manifesting as premature convergence and local optima entrapment [27]. This limitation primarily originates from the algorithm’s operational mechanics: during foraging phases, collective migration toward dominant solutions induces excessive exploitation while constraining spatial exploration. Subsequent defense phases employ predator-specific adaptive defense mechanisms that generate controlled spatial dispersion, yet prove insufficient for establishing effective exploration–exploitation equilibrium. Consequently, population diversity progressively diminishes through iterative cycles, perpetuating local optima entrapment. These identified shortcomings necessitate systematic algorithmic enhancements focusing on exploration-exploitation balance optimization and extended domain adaptation studies [28].
In an attempt to overcome these constraints, recent methodological progressions have brought about improved variants of the ZOA. In [29], a modified ZOA was suggested, which integrated adaptive oscillatory weights and golden sine guidance mechanisms. The adaptive part dynamically adjusts the exploration–exploitation balance through nonlinear weight modulation. Meanwhile, the golden sine operator utilizes hyperbolic contraction dynamics to enlarge the initial search radii and improve the local search accuracy in the later stages. Nevertheless, this directional guidance mechanism shows a strong bias towards the solution space, which may potentially lead to being trapped in local optima. In parallel, as presented in [30], chaotic sine mapping was incorporated to increase the diversity of population initialization. This improvement led to faster convergence rates but had limited effectiveness in maintaining population diversity during the iterative steps. Especially in multimodal optimization scenarios, the modified algorithm was more likely to be trapped in local optima compared to current metaheuristics.
This research presents a Multi-Strategy Enhanced Zebra Optimization Algorithm (MZOA) to tackle the aforesaid limitations. The methodological novelties consist of three main elements: Firstly, a lens imaging opposition-based learning mechanism is introduced during the initial foraging stages. By leveraging the convex lens projection theory, it enhances population diversity and effectively broadens the exploration of the solution space. Secondly, triangular walking dynamics with randomly determined step sizes are employed to balance the exploration-exploitation trade-off. This approach accelerates the convergence rate while maintaining population heterogeneity. Thirdly, Levy flight operators are included in the defensive phases. They enable long-range random jumps, helping to avoid being trapped in local optima while still preserving solution precision.
Path planning is an NP-hard combinatorial optimization problem that involves finding the optimal trajectories between given coordinates. Current applications cover autonomous vehicle navigation systems, unmanned aerial vehicle trajectory optimization, and precision guidance systems. Traditional exhaustive search methods have unacceptably high computational complexity for real-time implementations. Intelligent optimization methods offer feasible alternatives by efficiently approximating Pareto-optimal solutions. Experimental verification shows that the MZOA has better performance metrics in path planning situations, especially in terms of convergence speed and solution accuracy when compared to benchmark algorithms.
The following are this paper’s primary contributions:
1. A multi-strategy augmented Zebra Optimization Algorithm (MZOA) is developed. Through the integration of Levy flight dynamics, triangular walk operators, and lens imaging opposition-based learning mechanisms, this framework demonstrates significant enhancement in global optimization efficacy.
2. The enhanced algorithm undergoes rigorous empirical validation through exhaustive experimental evaluations and comparative analysis.
3. Implementation in robotic path planning scenarios yields quantifiable performance metrics, demonstrating the algorithm’s practical engineering applicability.
This paper is organized as follows: Section 1 is the introduction, Section 2 introduces the Standard Zebra Optimization Algorithm, Section 3 introduces the improved Zebra Optimization Algorithm, Section 4 describes the improvement of the improved Zebra Optimization Algorithm, Section 5 presents the function performance test experiment and algorithm comparison, and Section 6 is the conclusion.

2. Standard Zebra Optimization Algorithm

The Zebra Optimization Algorithm (ZOA), introduced by Trojovská et al. (2022), addresses optimization challenges through mathematical modeling of zebra herd dynamics, specifically simulating anti-predation behavior and foraging strategies to achieve solution space exploration [31]. Within this framework, each zebra position encodes a candidate solution to the optimization problem. Comparative analyses demonstrate ZOA’s distinct advantages over conventional metaheuristic approaches, particularly in accelerated convergence rates and enhanced solution stability across 30-dimensional search spaces [32]. The algorithmic workflow comprises three principal phases: (1) Population initialization with opposition-based learning, (2) Foraging-phase collective intelligence optimization, and (3) Predator-response adaptive adjustment mechanisms.

2.1. Foraging Behavior

Update the population members’ locations by simulating zebra foraging behavior. One of these zebras, known as the pioneer zebra, directs other members of the population to more advantageous locations within the search space [33]. Consequently, the mathematical simulation used to update zebra locations throughout the foraging phase is
x i , j n e w , P 1 = x i , j + r P Z j I x i , j
X i = X i n e w , P 1 F i n e w , P 1 < F i X i else  
In the equation, x i , j n e w , P 1 is the new state of the ith zebra in the jth dimension at the first stage, x i , j is the solution to the jth problem variable proposed by the ith zebra, and r is a random number within the interval [0,1]. I = round(1 + r), I ∈ {1,2}. PZ j is the pioneer zebra in the jth dimension. X i n e w , P 1 for the new state of the ith zebra in the first phase. Let F i be the objective function value, and F i n e w , P 1 be the new objective function value for the first stage [34].

2.2. Defensive Behavior

Update the locations of population members in the search space by simulating the zebra’s defense mechanisms against predators. Depending on the predator, the zebra uses different protective techniques. The following circumstances are considered to occur with equal frequency in the ZOA design [35]:
(1) The S1 strategy is a mathematical model of the zebra’s escape strategy when it is attacked by a lion.
(2) The S2 strategy is used to mathematically describe the zebra’s offensive tactic when it is attacked by other predators.
Using Equation (4) to update the zebra’s position, the new position is acceptable if the zebra’s objective function value is higher there. This update condition’s mathematical modeling is
X i , j n e w , P 2 = S 1 : x i , j + R ( 2 r 1 ) ( 1 t T ) x i , j P s 0.5 S 2 : x i , j + r ( A Z j I x i , j ) e l s e
X i = X i n e w , P 2 F i n e w , P 2 < F i X i e l s e
In the formula, X i , j n e w , P 2 represents the new state of the ith zebra in the jth dimension in the second phase, and F i n e w , P 2 is the new objective function value in the second phase. t is the current iteration count, and T is the maximum iteration count. P s is the probability of choosing one of the two strategies, P s ∈ [0,1]. A Z j is the state of the attacked zebra, R is a constant equal to 0.01, and X i n e w , P 2 is the new state of the ith zebra in the second stage [36].

3. Improved Zebra a Optimization Algorithm

3.1. Lens Imaging Reverse Learning Strategy

Opposition-based learning constitutes a computational enhancement mechanism that expands solution space exploration through inverse solution generation relative to current positions. This approach has demonstrated effectiveness in augmenting metaheuristic algorithm performance through solution diversity enhancement, as documented in [37,38,39]. However, the deterministic nature of conventional opposition-based solutions imposes inherent limitations: during local optima entrapment scenarios, the generated inverse solution may become suboptimal relative to current positions, failing to facilitate solution space escape. This critical limitation is effectively mitigated through lens imaging opposition-based learning mechanisms, which employ nonlinear projection principles to dynamically adjust solution space boundaries, as evidenced in recent studies [40,41].
Figure 1 illustrates the lens imaging inverse learning technique. Using a two-dimensional space as an example, the convex lens is represented by the y-axis, and the search range for the solution is [a, b]. Assume that an object P has a height of h and that x is its projection on the x-axis. With a height of h* and a projection on the x-axis of x*, the item creates an inverted actual picture P* on the opposite side of the convex lens. In accordance with the convex lens’s image generation principle.
( a + b ) / 2 x x * ( a + b ) / 2 = h h *
Let k = h / h * , then Equation (5) can be rewritten as:
x * = a + b 2 + a + b 2 k x k
Equation (6) is the solution formula for the inverse solution of the convex lens imaging inverse learning strategy. When k = 1, Equation (6) can be simplified to:
x * = a + b x
This formula is the solution for reverse learning.
Reverse learning, which produces a fixed reverse solution, is a specific example of lens imaging reverse learning, as was previously noted. In lens reverse learning, a dynamically changing reverse solution may be generated by varying the size of k, which further improves the algorithm’s optimization potential. The following formula is used to obtain the k value in this paper:
k = ( 1 + ( t T ) 0.5 ) 10

3.2. Triangle Walking Strategy

The zebra will progressively look for food throughout the random walk phase, choosing a food site at random for position updates [42]. At this stage, it can move in a triangle pattern rather than straight approaching the meal. A random step length range is chosen as the walking direction once the distance between the food and a randomly selected reference agent has been determined [43]. Equations (9)–(14) are then used to determine the distance between the food and the point determined by the walk.
L 1 = P Z X i n e w , P 1
L 1 = P Z X i n e w , P 1
β = 2 × π × r a n d ( )
P = L 1 2 + L 2 2 2 × L 1 × L 2 × cos ( β )
r = r a n d ( ) × ( 3 ( 2 t T ) )
X i n e w 1 , P 1 = P Z + r × P
Among them, rand() is a random number between [0,1], P Z is the pioneer zebra in the jth dimension, and X i n e w 1 , P 1 is the new state of the ith zebra after performing a triangular walk in the first stage.

3.3. Levy Flight Strategy

This study presents the Levy flight approach to execute another position update in the search space, which successfully increases the diversity of zebra search and prevents the algorithm from entering local optima [44,45,46]. A random walk technique, the Levy flying strategy alternates between short and long distance movements [47,48,49]. The search range is wide when the step size is big, while local optimization is powerful when the step size is small [50]. The Levy flight strategy may be expressed as follows:
l e v y = μ ν 1 γ
In the equation, μ , ν follows a normal distribution, μ ~ N ( 0 , σ μ 2 ) , ν ~ N ( 0 , σ ν 2 ) , σ μ 2 , and σ ν 2 are as in Equation (16):
σ μ = Γ ( 1 + γ ) sin ( γ π / 2 ) γ Γ ( 1 + γ ) / 2 2 ( γ + 1 ) / 2 1 / γ σ υ = 1
Among them, γ is set to 1.5 [51,52].
After introducing the Levy flight strategy, the zebra’s position update formula is as follows:
X i , j n e w 1 , P 2 = P Z + ( P Z X i , j n e w , P 2 ) L e v y
where X i , j n e w 1 , P 2 is the new state of the ith zebra in the second phase after performing a Levy flight.
Prior to and following the Levy flying strategy update, compare the zebra placements. Perform the replacement procedure if the new position is superior; if not, keep the previous outcome. The main goal of implementing the Levy flying strategy is to improve the algorithm’s search capabilities by performing a second perturbation update based on the first location update.

3.4. The Pseudo Code of the Proposed MZOA

The pseudo code of the MZOA is as follows, with a comprehensive flowchart displayed in Figure 2: establish population X, compute fitness values, and initialize parameters T, N, D, etc.
Algorithm 1: Pseudo-Code of Proposed MZOA
Start MZOA.
1.  Input: The optimization problem information.
2.  Set the number of iterations (T) and the number of zebras’ population (N).
3.  Initialization of the position of zebras and evaluation of the objective function.
4.    For t = 1: T
5.    Update pioneer zebra (PZ).
6.        Update the ith zebra using (6).
7.        For i = 1: N
8.            Phase 1: Foraging behavior
9.            Calculate new status of the ith zebra using (1).
10.          Update the ith zebra using (2).
11.          Calculate new status of the ith zebra using (9–14).
12.          Phase 2: Defense strategies against predators
13.          Update the Ps, Levy.
14.          If Ps < 0.5
15.              Strategy 1: against lion (exploitation phase)
16.              Calculate new status of the ith zebra using mode S1 in (3).
17.          else
18.              Strategy 2: against other predator (exploration phase)
19.              Calculate new status of the ith zebra using mode S2 in (3).
20.          end if
21.          Update the ith zebra using (17).
22.      end for i = 1: N
23.      Save best candidate solution so far.
24.  end for t = 1: T
25.  Output: The best solution obtained by MZOA for given optimization problem.
End MZOA.

3.5. Algorithm Complexity Analysis

This study conducts a rigorous computational complexity analysis of both the Zebra Optimization Algorithm (ZOA) and its enhanced variant, the MZOA. The initialization phase of ZOA exhibits temporal complexity O(N × D), where N denotes population size and D represents problem dimensionality. During iterative optimization cycles, each candidate solution undergoes dual-phase updates with corresponding fitness evaluations, resulting in per-generation complexity O(2N × D × T), where T indicates maximum iteration count. Consequently, ZOA’s asymptotic complexity is formulated as O(N × D × (1 + 2T)).
The enhanced MZOA maintains equivalent initialization complexity O(N × D) through equivalent population initialization procedures. Subsequent operational phases introduce three distinct computational components: lens imaging opposition-based learning during foraging initialization contributes O(N × D × T) complexity, triangular walk operators in foraging phases add O(N × D × T), while Levy flight integration in defense-avoidance phases further requires O(N × D × T). The aggregate complexity O(N × D × (1 + 3T)) demonstrates polynomial-time equivalence with baseline ZOA (O(N × D × (1 + 2T)) → O(N × D × T)), confirming that the multi-strategy enhancements preserve asymptotic computational efficiency while improving solution quality.

4. Simulation Experiment Analysis

4.1. Experiment and Environment Setup

To rigorously validate the optimization performance of the proposed MZOA, comprehensive benchmark function evaluations were conducted on both baseline and enhanced variants. A comparative analysis framework was established incorporating nine state-of-the-art metaheuristics: Whale Optimization Algorithm (WOA) [53], Harris Hawks Optimization (HHO) [54], Butterfly Optimization Algorithm (BOA) [55], Dung Beetle Optimizer (DBO) [56], Golden Jackal Optimization (GJO) [57], Spider Wasp Optimization (SWO) [58], Kepler Optimization Algorithm (KOA) [59], Subtraction-Average-Based Optimizer (SABO) [60], and the original Zebra Optimization Algorithm (ZOA) [61].
Experimental validation encompassed 30-dimensional benchmark functions from CEC2005 and CEC2017 test suites, supplemented by two real-world engineering challenges: mechanical design optimization and energy dispatch problems. Performance metrics including optimal solutions (minima), mean values, and standard deviations were systematically compared across all algorithms to quantify optimization efficacy and solution stability.
The experimental protocol employed rigorous comparative methodology, with each algorithm undergoing 30 independent trials under standardized conditions: population size fixed at 30 individuals and termination criterion of 1000 iterations. Parameter configurations for comparative algorithms strictly adhered to original literature specifications to ensure methodological consistency. Benchmark evaluation utilized CEC-standardized test functions spanning three categories: unimodal (exploitation assessment), multimodal (exploration capability), and fixed-dimensional multimodal (balanced evaluation) functions, with complete mathematical formulations and theoretical optima detailed in Table 1 and Table 2. All numerical experiments were executed on a Windows 11 platform using MATLAB R2020b computational environment, supported by an Intel Core i5-11400H processor (2.70 GHz) to ensure computational reproducibility.

4.2. Comparative Analysis of MZOA with Other Algorithms

To rigorously validate the MZOA’s optimization efficacy, comprehensive benchmarking was conducted using CEC2005 standard test functions, comparing against state-of-the-art metaheuristics. Quantitative results from 30 independent trials are presented in Table 3, documenting three critical performance metrics: global minimum attainment (Min), mean fitness value (Avg), and solution stability (Std). Comparative analysis revealed the MZOA’s superior convergence characteristics through dual visualization modalities: Figure 3 illustrates the evolutionary convergence trajectory across iterations, while Figure 4 provides statistical distribution analysis via boxplot representations of final fitness values. Figure 5 shows the radar plots of 10 algorithms in different test functions.
Comprehensive analysis of the CEC2005 benchmark results reveals the enhanced MZOA’s superior optimization capability, demonstrating triple-criterion dominance (minimum, mean, and standard deviation) in 10 benchmark functions and achieving global optima in 17 test instances. For unimodal functions (F1–F4, F7), the MZOA exhibited absolute performance superiority across all evaluation metrics. In multimodal function optimization (F8–F13), the algorithm secured global optima in F14 while maintaining triple-criterion dominance in F9–F11. The composite function evaluations (F14–F23) further validated the MZOA’s robustness, with the algorithm attaining global optima in all cases except F15. Notably, in the F15 scenario, the MZOA still demonstrated statistical superiority through optimal mean and standard deviation values. These empirical findings collectively confirm the enhanced algorithm’s balanced exploration-exploitation characteristics and improved solution stability.
From the iteration curve in Figure 3, the box plot in Figure 4, and the data radar plot in Figure 5, we can intuitively understand the iteration results and data distribution. The MZOA demonstrates exceptional unimodal function optimization efficacy, particularly in F1-F4 benchmarks (Figure 3), reflecting enhanced exploration-exploitation capabilities crucial for global optimization in unimodal landscapes. This performance advantage originates from the algorithm’s balanced search strategy, where accelerated initial convergence (evident in steep early-stage gradients) transitions into dynamic stepwise refinement during later iterations, indicative of adaptive local optima avoidance mechanisms.
Boxplot analysis (Figure 4) reveals the MZOA’s superior solution stability through compact interquartile ranges and reduced outlier incidence. The consistent leftward skewness of solution distributions toward theoretical optima, coupled with a reduction in solution variance compared to the baseline ZOA, collectively validate the multi-strategy enhancement algorithm’s effectiveness in maintaining high-precision optimization while mitigating premature convergence risks. In the radar chart of Figure 5, it can be seen more clearly that the MZOA obtained better fitness values when solving most of the functions in the CEC2005 test function.

4.3. Further Comparative Experiments of the Algorithm

To further validate the generalization capability and optimization efficacy of the proposed enhancement framework, extended benchmarking was conducted on the CEC2017 test suite 29 functions, excluding F2 due to numerical instability in MATLAB implementations). A comparative evaluation encompassing the MZOA, baseline ZOA, and eight state-of-the-art metaheuristics yielded comprehensive performance metrics documented in Table 4. This matrix presents critical optimization indicators: global minima attainment (min), mean fitness values (avg), and solution stability metrics (std), with optimal outcomes highlighted in boldface notation. Algorithm convergence dynamics are quantitatively characterized through Figure 5′s evolutionary trajectories, while Figure 6′s boxplot distributions statistically validate solution consistency across 30 independent trials. The experimental protocol maintained rigorous reproducibility standards through fixed random seeds and hardware-accelerated computation environments. Figure 5 shows the radar plots of 10 algorithms in different test functions.
Empirical analysis of CEC2017 benchmark results demonstrates the MZOA’s optimization limitations in five test functions (F13, F16–F18, F20) where global optima convergence was not achieved. However, the enhanced algorithm exhibits superior exploration–exploitation balance, attaining optimal mean fitness values in test cases (excluding F3, F10, F17, F20). This performance superiority stems from the synergistic integration of lens imaging opposition-based learning mechanisms and triangular walk operators, which collectively enhance solution space exploration capabilities. Although suboptimal in standard deviation metrics for the majority of the test functions, the MZOA demonstrates competitive solution stability. The algorithm’s consistent performance across multimodal landscapes (average rank 2 in Friedman test) confirms its robustness in maintaining exploration–exploitation equilibrium throughout iterative optimization processes.
The proposed MZOA demonstrates superior performance in attaining global optima for unimodal benchmarks (F1, F3) and multimodal functions (F4–F10), establishing its effectiveness in both exploitation and exploration paradigms. While exhibiting minor performance degradation in mean value metrics for F3 and F10 (relative to baseline ZOA), the algorithm maintains the quality of the solution within a small range of deviation, demonstrating strong potential for practical application despite its less-than-ideal standard deviation characteristics. In composite function evaluations (F21–F30), the MZOA achieves triple-criterion dominance (minimum value, average value, standard deviation) in the majority of test cases. Statistical analysis reveals non-significant differential margins in standard deviation metrics compared to state-of-the-art optimizers. These findings collectively validate the efficacy of the enhancement framework in restructuring the algorithm’s search dynamics, effectively balancing local optima avoidance with precision convergence capabilities through the strategic integration of Levy flight perturbations and opposition-based learning mechanisms.
The convergence dynamics analysis in Figure 6 reveals the MZOA’s accelerated initial convergence characteristics, particularly within the first 100 iterations, demonstrating enhanced global search capabilities through triangular walk operators. This evolutionary trajectory transitions into adaptive refinement phases characterized by oscillatory convergence patterns, indicative of robust local optima circumvention mechanisms. Quantitative validation through Figure 7′s boxplot distributions elucidates the algorithm’s balanced performance profile: while solution stability metrics show non-significant deviation from comparative algorithms, the MZOA demonstrates superior statistical distribution characteristics through minimized outlier incidence and compact interquartile ranges. This performance equilibrium originates from the synergistic integration of Levy flight perturbations (maintaining population diversity) and lens imaging opposition-based learning (optimizing exploration-exploitation balance), collectively enabling sustained solution space exploration without compromising convergence precision. Combining the 10 algorithms in Figure 8 to solve the radar chart of the CEC2017 test set, it can be seen that the MZOA exhibits excellent fitness values in most test functions, proving that the improved ZOA has better solving accuracy.

4.4. Engineering Design Problem

4.4.1. Tension/Compression Spring Design

Optimization of Engineering The optimization of a tensile/compression spring is the first problem. In order to satisfy the criteria of minimal deflection, vibration frequency, and shear stress, the problem seeks to design the spring dimensions in a reasonable manner that meet the requirements and have the least mass. The spring dimensions consist of the number of coils (P), the spring coil diameter (d), and the spring coil diameter (D). Three variables and four constraints are involved in this issue, which has the following mathematical description:
The goal function:
V a r i a b l e   x = d , D , P ;
min f ( x ) = ( x 3 + 2 ) x 2 x 1 2 ;
Constraints:
g 1 ( x ) = 1 x 3 x 2 2 71,785 x 1 4 0 ;
g 2 ( x ) = 4 x 2 2 x 1 x 2 12,566 ( x 2 x 1 3 x 1 4 ) + 1 5108 x 1 2 1 0 ;
g 3 ( x ) = 1 140.45 x 1 x 2 2 x 3 0 ;
g 4 ( x ) = x 1 + x 2 1.5 1 0 ;
Value range:
0.05 x 1 2 ;
0.25 x 2 1.3 ;
2 x 3 15 ;
The comparative evaluation framework for Engineering Optimization Problem 1 incorporates the MZOA alongside nine established metaheuristics: the ZOA, WOA, HHO, BOA, DBO, GJO, SWO, KOA, and SABO. Experimental parameters were standardized with population size N = 30 and maximum function evaluations T = 50. Each algorithm underwent 10 independent trials, with complete optimization outcomes documented in Table 5. Analysis of the experimental data reveals the MZOA’s superior performance characteristics, achieving the minimum mean value and highest convergence precision among all evaluated algorithms. The algorithm’s third-ranked standard deviation further confirms its operational stability and consistent optimization capability. Convergence dynamics visualized in Figure 9 demonstrate the MZOA’s enhanced solution stability in spring design optimization, particularly evident in the steep gradient of initial convergence and sustained refinement in later phases. Boxplot distributions corroborate these findings through minimal solution variance and controlled outlier distribution patterns.

4.4.2. Cantilever Beam

Cantilever beam optimization is the second engineering optimization challenge. As seen in Figure 10, the structure of this civil engineering issue is made up of five hollow components, each of which has an identical thickness of hollow cross-section. Reducing or minimizing the cantilever beam’s weight is the aim. The cross-sectional widths of the five components are the design variables, while the beam’s thickness remains constant. In Equations (27) through (29), the mathematical model is shown.
The goal function:
min f ( x ) = 0.0624 ( x 1 + x 2 + x 3 + x 4 + x 5 ) , x i > 0
Constraints:
g 1 ( x ) = 61 x 1 3 + 37 x 2 3 + 19 x 3 3 + 7 x 4 3 + 1 x 5 3 1
Value range:
0.01 x i 100 , i = 1 , 2 , 3 , 4 , 5
For Engineering Optimization Problem 2, a comparative evaluation framework was established incorporating the MZOA with nine benchmark metaheuristics: ZOA, WOA, HHO, BOA, DBO, GJO, SWO, KOA, and SABO. The experimental protocol standardized population size (N = 30) and maximum function evaluations (T = 50), with each algorithm executing 10 independent trials. Comprehensive optimization results are documented in Table 6, complemented by convergence trajectory analysis in Figure 11 and corresponding boxplot distributions.
Empirical data analysis confirms the MZOA’s superior optimization performance in cantilever beam design challenges, attaining both the minimum mean value and competitive standard deviation metrics. This comparative advantage demonstrates the effectiveness of the multi-strategy enhancement framework in handling constrained engineering problems. Convergence characteristics reveal accelerated optimization dynamics during initial iterations followed by precision refinement phases, while boxplot distributions validate solution stability through compact interquartile ranges and controlled outlier dispersion patterns.

5. Robot Path Planning Problem

Path planning constitutes a critical NP-hard optimization problem in autonomous systems engineering, focusing on determining optimal trajectories between specified coordinates. Recent advancements in metaheuristic computation have witnessed growing adoption of swarm intelligence algorithms for optimal path generation tasks, demonstrating notable efficacy in complex navigation scenarios. To empirically validate the MZOA’s practical engineering utility, this investigation implements a comparative analysis framework incorporating ten state-of-the-art metaheuristics—the MZOA, ZOA, WOA, HHO, BOA, DBO, GJO, SWO, KOA, and SABO—applied to robotic trajectory optimization challenges. The experimental protocol systematically evaluates algorithmic performance in resolving real-world path planning constraints while maintaining computational tractability.

5.1. Path Planning Fitness Function

In the process of path planning, robots must be constrained by the following conditions: the robot must run within the grid map and cannot exceed the map boundary; The robot’s running path cannot pass through obstacles to avoid collisions; Robot path planning requires the shortest length to ensure obtaining the optimal path. Based on the above constraints, the fitness function for this problem is defined as:
min f = i 1 n L ( i ) + G ( p i )
L ( i ) = ( x i x i 1 ) 2 + ( y i y i 1 ) 2
G ( p i ) = N N   P i   is   not   passable 0   P i   is   passable
In the formula: i is the number of iterations; L(i) is the path planning length of the robot calculated by Euclidean distance during the ith iteration; (xi, yi) are the coordinates of the robot at the i-th iteration; G (pi) represents the judgment of whether the path point has exceeded the boundary or crossed obstacles during the ith iteration. If so, return the larger constant N × N, otherwise return 0.

5.2. Path Planning Environment Setup

The robotic operational environment is formalized within a two-dimensional Cartesian coordinate system, employing grid decomposition methodology for spatial discretization. In a grid map, purple cells represent obstacles in the actual environment, while white cells indicate passable paths. As illustrated in Figure 12, two discretized environmental topologies were constructed with differential complexity scales: 20 × 20 and 40 × 40 grid configurations. The purple area is the obstacle, and the red dot is the starting point.
The experimental protocol defines the origin coordinate (0, 0) as initial configuration and the terminal coordinate (n, n) as target position, where n denotes grid matrix dimensionality. The mobile agent is modeled as a kinematic point-mass entity, while obstacle geometries are represented through Minkowski sum expansion to ensure collision-free trajectory planning under non-holonomic constraints. These environmental configurations serve as standardized testbeds for comparative pathfinding analyses.

5.3. Robot Path Planning Simulation and Result Analysis

The experimental protocol standardized critical parameters across comparative scenarios: maximum iteration count T = 100 and population size N = 50 for all ten algorithms, ensuring methodological consistency between low-complexity (20 × 20) and high-complexity (40 × 40) environments. Quantitative outcomes from 10 independent trials are systematically compared in Table 7 through three principal metrics: global optima attainment, arithmetic mean, and solution stability indices (standard deviation).
Algorithmic performance characteristics are further elucidated through dual visualization modalities: The path planning diagrams obtained by the algorithm in two types of maps are shown in Figure 13, and the iteration curve diagram is shown in Figure 14. These comparative visualizations collectively reveal the MZOA’s enhanced capability in maintaining geometric feasibility while navigating through constrained environments, particularly evident in complex obstacle-dense configurations.
Comparative analysis of trajectory optimization outcomes (Figure 13) demonstrates the MZOA’s superior trajectory smoothness, characterized by minimal waypoint transitions and optimized curvature continuity. The algorithm’s obstacle negotiation strategy maintains sufficient safety margins through vertex-proximal navigation, adhering to Minkowski sum-based collision avoidance principles. This geometric optimization capability ensures compliance with kinodynamic constraints while minimizing path tortuosity.
Convergence characteristics in Figure 14 reveal the MZOA’s nonlinear convergence dynamics, exhibiting multi-stage fitness improvement patterns across both environmental configurations. The algorithm’s adaptive phase-switching mechanism enables periodic solution space reinitialization, effectively circumventing local optima stagnation. The empirical validation conducted through the data in Table 7 confirms that the MZOA identified minimum path lengths of 28.130 and 56.584 in the two maps, respectively. These operational characteristics substantiate the enhancement algorithm’s efficacy in real-world navigation scenarios requiring precision and reliability.

6. Conclusions

This research puts forward a Multi-Strategy Enhanced Zebra Optimization Algorithm (MZOA) to deal with the original ZOA’s vulnerability to being trapped in local optima. The enhancement structure combines three mechanisms inspired by biological phenomena: Firstly, during the population initialization stage, a lens imaging opposition-based learning mechanism is utilized. By applying the convex lens projection principles, it increases the diversity of the solution space. Secondly, in the foraging phases, triangular walk operators are added. These operators allow for the modulation of stochastic step-sizes, enhancing the unpredictability of exploration through non-Euclidean movement patterns. Finally, Levy flight operators are incorporated into the modeling of defensive behavior. They generate scale-free search trajectories that have a probability of escaping local attraction basins while maintaining the solution precision. Empirical assessments show that the MZOA framework has better optimization effectiveness across two different engineering optimization scenarios and traditional benchmark test suites. A comparative analysis reveals statistically notable improvements in avoiding local optima and in convergence precision compared to current metaheuristics, thus validating its usability in complex engineering design fields. In robotic path planning applications, compared to the baseline ZOA implementations, the MZOA managed to reduce the trajectory length by 1.59% in a 20 × 20 grid and 9.05% in a 40 × 40 grid. These quantitative improvements, along with a decrease in computational load, confirm the algorithm’s enhanced operational efficiency in autonomous navigation systems.
Despite these advancements, there are still limitations in terms of stability in high-dimensional search spaces. Future research will focus on two investigation directions: (1) expanding its application to multidisciplinary scientific fields through the development of hybrid architectures; (2) creating stability-enhancement mechanisms by means of adaptive parameter tuning while still maintaining the Pareto-optimal convergence characteristics.

Author Contributions

Z.W. and X.Y. performed the experiments. G.J. and Y.Y. analyzed the data and wrote the paper. Z.W. revised the manuscript. Y.Y. designed the study. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

The raw data supporting the conclusions of this article will be available from the authors on request.

Conflicts of Interest

The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.

References

  1. Gharehchopogh, F.S. Quantum-inspired metaheuristic algorithms: Comprehensive survey and classification. Artif. Intell. Rev. 2023, 56, 5479–5543. [Google Scholar] [CrossRef]
  2. Dehghani, M.; Montazeri, Z.; Trojovská, E.; Trojovsky, P. Coati Optimization Algorithm: A new bio-inspired metaheuristic algorithm for solving optimization problems. Knowl.-Based Syst. 2023, 259, 110011. [Google Scholar] [CrossRef]
  3. Pan, J.S.; Zhang, L.G.; Wang, R.B.; Snášel, V.; Chu, S. Gannet optimization algorithm: A new metaheuristic algorithm for solving engineering optimization problems. Math. Comput. Simul. 2022, 202, 343–373. [Google Scholar] [CrossRef]
  4. Li, G.; Zhang, T.; Tsai, C.Y.; Yao, L.; Lu, Y.; Tang, J. Review of the metaheuristic algorithms in applications: Visual analysis based on bibliometrics (1994–2023). Expert Syst. Appl. 2024, 255, 124857. [Google Scholar] [CrossRef]
  5. Hashim, F.A.; Houssein, E.H.; Hussain, K.; Mabrouk, M.; Al-Atabany, W. Honey Badger Algorithm: New metaheuristic algorithm for solving optimization problems. Math. Comput. Simul. 2022, 192, 84–110. [Google Scholar] [CrossRef]
  6. Cao, L.; Chen, H.; Chen, Y.; Yue, Y.; Zhang, X. Bio-Inspired Swarm Intelligence Optimization Algorithm-Aided Hybrid TDOA/AOA-Based Localization. Biomimetics 2023, 8, 186. [Google Scholar] [CrossRef]
  7. Chen, C.; Cao, L.; Chen, Y.; Chen, B.; Yue, Y. A comprehensive survey of convergence analysis of beetle antennae search algorithm and its applications. Artif. Intell. Rev. 2024, 57, 141. [Google Scholar] [CrossRef]
  8. Yue, Y.; Cao, L.; Zhang, Y. Novel WSN Coverage Optimization Strategy Via Monarch Butterfly Algorithm and Particle Swarm Optimization. Wirel. Pers. Commun. 2024, 135, 2255–2280. [Google Scholar] [CrossRef]
  9. Chen, B.; Cao, L.; Chen, C.; Chen, Y.; Yue, Y. A comprehensive survey on the chicken swarm optimization algorithm and its applications: State-of-the-art and research challenges. Artif. Intell. Rev. 2024, 57, 170. [Google Scholar] [CrossRef]
  10. Di Caprio, D.; Ebrahimnejad, A.; Alrezaamiri, H.; Santos-Arteaga, F. A novel ant colony algorithm for solving shortest path problems with fuzzy arc weights. Alex. Eng. J. 2022, 61, 3403–3415. [Google Scholar] [CrossRef]
  11. Wang, S.; Cao, L.; Chen, Y.; Chen, C.; Yue, Y.; Zhu, W. Gorilla optimization algorithm combining sine cosine and cauchy variations and its engineering applications. Sci. Rep. 2024, 14, 7578. [Google Scholar] [CrossRef] [PubMed]
  12. Wang, Z.; Tian, J.; Feng, K. Optimal allocation of regional water resources based on simulated annealing particle swarm optimization algorithm. Energy Rep. 2022, 8, 9119–9126. [Google Scholar] [CrossRef]
  13. Xue, J.; Shen, B. Dung beetle optimizer: A new meta-heuristic algorithm for global optimization. J. Supercomput. 2023, 79, 7305–7336. [Google Scholar] [CrossRef]
  14. Yue, Y.; You, H.; Wang, S.; Cao, L. Improved whale optimization algorithm and its application in heterogeneous wireless sensor networks. Int. J. Distrib. Sens. Netw. 2021, 17, 15501477211018140. [Google Scholar] [CrossRef]
  15. 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]
  16. Yue, Y.; Cao, L.; Lu, D.; Hu, Z.; Xu, M.; Wang, S.; Li, B.; Ding, H. Review and empirical analysis of sparrow search algorithm. Artif. Intell. Rev. 2023, 56, 10867–10919. [Google Scholar] [CrossRef]
  17. Yue, Y.; Cao, L.; Chen, H.; Chen, Y.; Su, Z. Towards an Optimal KELM Using the PSO-BOA Optimization Strategy with Applications in Data Classification. Biomimetics 2023, 8, 306. [Google Scholar] [CrossRef]
  18. Hu, G.; Huang, F.; Chen, K.; Wei, G. MNEARO: A meta swarm intelligence optimization algorithm for engineering applications. Comput. Methods Appl. Mech. Eng. 2024, 419, 116664. [Google Scholar] [CrossRef]
  19. Zhu, F.; Li, G.; Tang, H.; Li, Y.; Lv, X.; Wang, X. Dung beetle optimization algorithm based on quantum computing and multi-strategy fusion for solving engineering problems. Expert Syst. Appl. 2024, 236, 121219. [Google Scholar] [CrossRef]
  20. Liu, Y.; As’arry, A.; Hassan, M.K.; Hairuddin, A.; Mohamad, H. Review of the grey wolf optimization algorithm: Variants and applications. Neural Comput. Appl. 2024, 36, 2713–2735. [Google Scholar] [CrossRef]
  21. Ran, X.; Suyaroj, N.; Tepsan, W.; Ma, J.; Zhu, X.; Deng, W. A hybrid genetic-fuzzy ant colony optimization algorithm for automatic K-means clustering in urban global positioning system. Eng. Appl. Artif. Intell. 2024, 137, 109237. [Google Scholar] [CrossRef]
  22. Trojovská, E.; Dehghani, M.; Trojovský, P. Zebra optimization algorithm: A new bio-inspired optimization algorithm for solving optimization algorithm. IEEE Access 2022, 10, 49445–49473. [Google Scholar] [CrossRef]
  23. Mohapatra, S.; Mohapatra, P. American zebra optimization algorithm for global optimization problems. Sci. Rep. 2023, 13, 5211. [Google Scholar] [CrossRef] [PubMed]
  24. Elymany, M.M.; Enany, M.A.; Elsonbaty, N.A. Hybrid optimized-ANFIS based MPPT for hybrid microgrid using zebra optimization algorithm and artificial gorilla troops optimizer. Energy Convers. Manag. 2024, 299, 117809. [Google Scholar] [CrossRef]
  25. Bui, N.D.H.; Duong, T.L. An Improved Zebra Optimization Algorithm for Solving Transmission Expansion Planning Problem with Penetration of Renewable Energy Sources. Int. J. Intell. Eng. Syst. 2024, 17, 202–211. [Google Scholar]
  26. Aydemir, S.B.; Onay, F.K.; Yalcin, E. Empowered chaotic local search-based differential evolution algorithm with entropy-based hybrid objective function for brain tumor segmentation. Biomed. Signal Process. Control 2024, 96, 106631. [Google Scholar] [CrossRef]
  27. Qi, Z.; Peng, S.; Wu, P.; Tseng, M. Renewable Energy Distributed Energy System Optimal Configuration and Performance Analysis: Improved Zebra Optimization Algorithm. Sustainability 2024, 16, 5016. [Google Scholar] [CrossRef]
  28. Amin, R.; El-Taweel, G.; Ali, A.F.; Tahoun, M. Hybrid Chaotic Zebra Optimization Algorithm and Long Short-Term Memory for Cyber Threats Detection. IEEE Access 2024, 12, 93235–93260. [Google Scholar] [CrossRef]
  29. Krithiga, G.; Senthilkumar, S.; Alharbi, M.; Mangaiyarkarasi, S.P. Design of modified long short-term memory-based zebra optimization algorithm for limiting the issue of SHEPWM in multi-level inverter. Sci. Rep. 2024, 14, 22439. [Google Scholar] [CrossRef]
  30. Dama, A.; Khalaf, O.I.; Chandra, G.R. Enhancing the Zebra Optimization Algorithm with Chaotic Sinusoidal Map for Versatile Optimization. Iraqi J. Comput. Sci. Math. 2024, 5, 307–319. [Google Scholar]
  31. El-Hageen, H.M.; Alfaifi, Y.H.; Albalawi, H.; Alzahmi, A.; Alatwi, A.M.; Ali, A.F.; Mead, M.A. Chaotic zebra optimization algorithm for increasing the lifetime of wireless sensor network. J. Netw. Syst. Manag. 2024, 32, 85. [Google Scholar] [CrossRef]
  32. Abdelmalek, F.; Afghoul, H.; Krim, F.; Zabia, D.E.; Trabelsi, H.; Bajaj, M.; Blazek, V. Experimental validation of effective zebra optimization algorithm-based MPPT under partial shading conditions in photovoltaic systems. Sci. Rep. 2024, 14, 26047. [Google Scholar] [CrossRef] [PubMed]
  33. Khadanga, R.K.; Das, D.; Panda, S. Design and Analysis of SSSC--Based Damping Controller: A Novel Modified Zebra Optimization Algorithm Approach. J. Electr. Comput. Eng. 2024, 2024, 4590764. [Google Scholar] [CrossRef]
  34. Yang, B.; Liu, Y.; Liu, Z.; Zhu, Q.; Li, D. Classification of Rock Mass Quality in Underground Rock Engineering with Incomplete Data Using XGBoost Model and Zebra Optimization Algorithm. Appl. Sci. 2024, 14, 7074. [Google Scholar] [CrossRef]
  35. Song, H.; Zhang, M.; Shi, Q. Capacity Optimization of Hybrid Energy Storage System Based on Improved Zebra Optimization Algorithm. In Proceedings of the 2024 IEEE 7th Information Technology, Networking, Electronic and Automation Control Conference (ITNEC), Chongqing, China, 20–22 September 2024; IEEE: New York, NY, USA, 2024; Volume 7, pp. 1390–1394. [Google Scholar]
  36. Janakiraman, S.; Deva Priya, M.; Karthick, S. American Zebra Optimization Algorithm-based Clustering Protocol for Reliable Data Routing in Internet of Things. In Proceedings of International Conference on Recent Trends in Computing; Springer Nature: Singapore, 2023; pp. 779–794. [Google Scholar]
  37. Ouyang, C.; Zhu, D.; Qiu, Y. Lens learning sparrow search algorithm. Math. Probl. Eng. 2021, 2021, 9935090. [Google Scholar] [CrossRef]
  38. Yuan, P.; Zhang, T.; Yao, L.; Lu, Y.; Zhuang, W. A hybrid golden jackal optimization and golden sine algorithm with dynamic lens-imaging learning for global optimization problems. Appl. Sci. 2022, 12, 9709. [Google Scholar] [CrossRef]
  39. Ai, C.; He, S.; Fan, X. Parameter estimation of fractional-order chaotic power system based on lens imaging learning strategy state transition algorithm. IEEE Access 2023, 11, 13724–13737. [Google Scholar] [CrossRef]
  40. Wu, X.; Li, J.; Zhou, G.; Lu, B.; Li, Q.; Yang, H. RRG-GAN restoring network for simple lens imaging system. Sensors 2021, 21, 3317. [Google Scholar] [CrossRef]
  41. Zhang, J.; Zhang, G.; Kong, M.; Zhang, T. Adaptive infinite impulse response system identification using an enhanced golden jackal optimization. J. Supercomput. 2023, 79, 10823–10848. [Google Scholar] [CrossRef]
  42. Liu, S. Triangular Walking Strategy Based Sand Cat Swarm Optimization for Color Level Determination in Visual Communication. In Proceedings of the 2024 International Conference on Intelligent Algorithms for Computational Intelligence Systems (IACIS), Atlantic Beach, FL, USA, 2–5 October 2024; IEEE: New York, NY, USA, 2024; pp. 1–5. [Google Scholar]
  43. Hong, Y.N.G.; Jeong, J.; Kim, P.; Shin, C. Lower extremity biomechanics while walking on a triangle-shaped slope. Trans. Korean Soc. Mech. Eng. B 2017, 41, 153–160. [Google Scholar]
  44. Chawla, M.; Duhan, M. Levy flights in metaheuristics optimization algorithms—A review. Appl. Artif. Intell. 2018, 32, 802–821. [Google Scholar] [CrossRef]
  45. Kaidi, W.; Khishe, M.; Mohammadi, M. Dynamic levy flight chimp optimization. Knowl.-Based Syst. 2022, 235, 107625. [Google Scholar] [CrossRef]
  46. Dhawale, P.G.; Kamboj, V.K.; Bath, S.K. A levy flight based strategy to improve the exploitation capability of arithmetic optimization algorithm for engineering global optimization problems. Trans. Emerg. Telecommun. Technol. 2023, 34, e4739. [Google Scholar] [CrossRef]
  47. Li, J.; An, Q.; Lei, H.; Deng, Q.; Wang, G. Survey of Levy flight-based metaheuristics for optimization. Mathematics 2022, 10, 2785. [Google Scholar] [CrossRef]
  48. Wang, Z.; Chen, Y.; Ding, S.; Liang, D.; He, H. A novel particle swarm optimization algorithm with Levy flight and orthogonal learning. Swarm Evol. Comput. 2022, 75, 101207. [Google Scholar] [CrossRef]
  49. Chen, Y.; Xi, J.; Wang, H.; Liu, X. Grey wolf optimization algorithm based on dynamically adjusting inertial weight and levy flight strategy. Evol. Intell. 2023, 16, 917–927. [Google Scholar] [CrossRef]
  50. Cui, Y.; Shi, R.; Dong, J. CLTSA: A novel tunicate swarm algorithm based on chaotic-Levy flight strategy for solving optimization problems. Mathematics 2022, 10, 3405. [Google Scholar] [CrossRef]
  51. Mao, X.; Song, S.; Ding, F. Optimal BP neural network algorithm for state of charge estimation of lithium-ion battery using PSO with Levy flight. J. Energy Storage 2022, 49, 104139. [Google Scholar] [CrossRef]
  52. Wang, W.; Tian, J. An improved nonlinear tuna swarm optimization algorithm based on circle chaos map and levy flight operator. Electronics 2022, 11, 3678. [Google Scholar] [CrossRef]
  53. Gharehchopogh, F.S.; Gholizadeh, H. A comprehensive survey: Whale Optimization Algorithm and its applications. Swarm Evol. Comput. 2019, 48, 1–24. [Google Scholar] [CrossRef]
  54. Alabool, H.M.; Alarabiat, D.; Abualigah, L.; Heidari, A. Harris hawks optimization: A comprehensive review of recent variants and applications. Neural Comput. Appl. 2021, 33, 8939–8980. [Google Scholar] [CrossRef]
  55. Arora, S.; Singh, S. Butterfly optimization algorithm: A novel approach for global optimization. Soft Comput. 2019, 23, 715–734. [Google Scholar] [CrossRef]
  56. Shen, Q.; Zhang, D.; Xie, M.; He, Q. Multi-strategy enhanced dung beetle optimizer and its application in three-dimensional UAV path planning. Symmetry 2023, 15, 1432. [Google Scholar] [CrossRef]
  57. Houssein, E.H.; Abdelkareem, D.A.; Emam, M.M.; Hameed, M.A.; Younan, M. An efficient image segmentation method for skin cancer imaging using improved golden jackal optimization algorithm. Comput. Biol. Med. 2022, 149, 106075. [Google Scholar] [CrossRef]
  58. Abdel-Basset, M.; Mohamed, R.; Jameel, M.; Abouhawwash, M. Spider wasp optimizer: A novel meta-heuristic optimization algorithm. Artif. Intell. Rev. 2023, 56, 11675–11738. [Google Scholar] [CrossRef]
  59. Abdel-Basset, M.; Mohamed, R.; Azeem, S.A.A.; Jameel, M.; Abouhawwash, M. Kepler optimization algorithm: A new metaheuristic algorithm inspired by Kepler’s laws of planetary motion. Knowl.-Based Syst. 2023, 268, 110454. [Google Scholar] [CrossRef]
  60. Trojovský, P.; Dehghani, M. Subtraction-average-based optimizer: A new swarm-inspired metaheuristic algorithm for solving optimization problems. Biomimetics 2023, 8, 149. [Google Scholar] [CrossRef]
  61. Shareef, S.K.K.; Chaitanya, R.K.; Chennupalli, S.; Chokkakula, D.; Kiran, K.V.D.; Pamula, U.; Vatambeti, R. Enhanced botnet detection in IoT networks using zebra optimization and dual-channel GAN classification. Sci. Rep. 2024, 14, 17148. [Google Scholar] [CrossRef]
Figure 1. Opposition learning strategy based on lens image.
Figure 1. Opposition learning strategy based on lens image.
Biomimetics 10 00354 g001
Figure 2. ASFFOX algorithm flowchart and pseudocode.
Figure 2. ASFFOX algorithm flowchart and pseudocode.
Biomimetics 10 00354 g002
Figure 3. Iteration profile of CEC2005 of different improved algorithms.
Figure 3. Iteration profile of CEC2005 of different improved algorithms.
Biomimetics 10 00354 g003aBiomimetics 10 00354 g003b
Figure 4. Box plots of CEC2005 of iterative data distributions.
Figure 4. Box plots of CEC2005 of iterative data distributions.
Biomimetics 10 00354 g004aBiomimetics 10 00354 g004b
Figure 5. Data Radar Chart of CEC2005.
Figure 5. Data Radar Chart of CEC2005.
Biomimetics 10 00354 g005
Figure 6. Iteration profile of CEC2017 of different improved algorithms.
Figure 6. Iteration profile of CEC2017 of different improved algorithms.
Biomimetics 10 00354 g006aBiomimetics 10 00354 g006b
Figure 7. Box plots of CEC2017 of iterative data distributions.
Figure 7. Box plots of CEC2017 of iterative data distributions.
Biomimetics 10 00354 g007aBiomimetics 10 00354 g007bBiomimetics 10 00354 g007c
Figure 8. Data Radar Chart of CEC2017.
Figure 8. Data Radar Chart of CEC2017.
Biomimetics 10 00354 g008
Figure 9. Iterative profile and box plots for extension/compression spring optimization problem. (a) Iteration curve graph. (b) Iterative data distribution box plot.
Figure 9. Iterative profile and box plots for extension/compression spring optimization problem. (a) Iteration curve graph. (b) Iterative data distribution box plot.
Biomimetics 10 00354 g009aBiomimetics 10 00354 g009b
Figure 10. Schematic Diagram Of Cantilever Beam Design Problem.
Figure 10. Schematic Diagram Of Cantilever Beam Design Problem.
Biomimetics 10 00354 g010
Figure 11. Iterative profile and box plots for cantilever beam design problem. (a) Iteration curve graph. (b) Iterative data distribution box plot.
Figure 11. Iterative profile and box plots for cantilever beam design problem. (a) Iteration curve graph. (b) Iterative data distribution box plot.
Biomimetics 10 00354 g011aBiomimetics 10 00354 g011b
Figure 12. Grid map. (a) 20 × 20. (b) 40 × 40.
Figure 12. Grid map. (a) 20 × 20. (b) 40 × 40.
Biomimetics 10 00354 g012
Figure 13. Comparison of path planning at the different sizes. (a) 20 × 20. (b) 40 × 40.
Figure 13. Comparison of path planning at the different sizes. (a) 20 × 20. (b) 40 × 40.
Biomimetics 10 00354 g013
Figure 14. Comparison of iterative curves for algorithms of different sizes. (a) 20 × 20. (b) 40 × 40.
Figure 14. Comparison of iterative curves for algorithms of different sizes. (a) 20 × 20. (b) 40 × 40.
Biomimetics 10 00354 g014
Table 1. CEC 2005 partial test functions.
Table 1. CEC 2005 partial test functions.
No.FunctionsFi = Fi(x)
F1Sphere Function0
F2Schwefel’s Problem 2.220
UnimodalF3Schwefel’s Problem 1.20
FunctionsF4Schwefel’s Problem 2.210
F5Generalized Rosenbrock’s Function0
F6Step Function0
F7Quartic Function, i.e., Noise0
F8Generalized Schwefel’s Problem 2.26−12,569.5
SimpleF9Generalized Rastrigin’s Function0
MultimodalF10Ackley’s Function0
FunctionsF11Generalized Griewank’s Function0
F12Generalized Penalized Function 10
F13Generalized Penalized Function 20
F14Shekel’s Foxholes Function0.9980
F15Kowalik’s Function0.0003075
F16Six-Hump Camel-Back Function−1.0316
F17Branin Function0.3979
CompositionF18Goldstein-Price Function2.99999999
FunctionsF19Hartman’s Family−3.8628
F20Hartman’s Family−3.3220
F21Shekel’s Family−10.1532
F22Shekel’s Family−10.4029
F23Shekel’s Family−10.5363
Table 2. CEC 2017 partial test functions.
Table 2. CEC 2017 partial test functions.
No.FunctionsFi = Fi(x)
Unimodal
Functions
1Shifted and Rotated Bent Cigar Function100
2Shifted and Rotated Sum of Different Power Function 200
3Shifted and Rotated Zakharov Function300
Simple
Multimodal
Functions
4Shifted and Rotated Rosenbrock’s Function400
5Shifted and Rotated Rastrigin’s Function500
6Shifted and Rotated Expanded Scaffer’s F6 Function600
7Shifted and Rotated Lunacek Bi_Rastrigin Function700
8Shifted and Rotated Non-Continuous Rastrigin’s Function800
9Shifted and Rotated Levy Function900
10Shifted and Rotated Schwefel’s Function1000
Hybrid
Functions
11Hybrid Function 1 (N = 3)1100
12Hybrid Function 2 (N = 3)1200
13Hybrid Function 3 (N = 3)1300
14Hybrid Function 4 (N = 4)1400
15Hybrid Function 5 (N = 4)1500
16Hybrid Function 6 (N = 4)1600
17Hybrid Function 6 (N = 5)1700
18Hybrid Function 6 (N = 5)1800
19Hybrid Function 6 (N = 5)1900
20Hybrid Function 6 (N = 6)2000
Composition
Functions
21Composition Function 1 (N = 3)2100
22Composition Function 2 (N = 3)2200
23Composition Function 3 (N = 4)2300
24Composition Function 4 (N = 4)2400
25Composition Function 5 (N = 5)2500
26Composition Function 6 (N = 5)2600
27Composition Function 7 (N = 6)2700
28Composition Function 8 (N = 6)2800
29Composition Function 9 (N = 3)2900
30Composition Function 10 (N = 3)3000
Search Range: [−100,100]
Table 3. Test results of the algorithm improved by different strategies.
Table 3. Test results of the algorithm improved by different strategies.
WOAHHOBOADBOGJOSWOKOASABOZOAMZOA
F1min3.74 × 10−1665.31 × 10−2091.57 × 10−145.65 × 10−3076.38 × 10−1191.18 × 10−84.56 × 10+40.00 × 10+00.00 × 10+00.00 × 10+0
F1std4.28 × 10−1500.00 × 10+09.64 × 10−160.00 × 10+03.22 × 10−1117.66 × 10+04.58 × 10+30.00 × 10+00.00 × 10+00.00 × 10+0
F1avg1.46 × 10−1509.25 × 10−1871.77 × 10−143.23 × 10−2409.06 × 10−1121.68 × 10+05.39 × 10+40.00 × 10+00.00 × 10+00.00 × 10+0
F2min1.12 × 10−1161.39 × 10−1111.52 × 10−121.98 × 10−1617.41 × 10−683.49 × 10−62.35 × 10+21.36 × 10−2261.82 × 10−2720.00 × 10+0
F2std1.13 × 10−1037.55 × 10−942.73 × 10−121.92 × 10−1209.70 × 10−663.76 × 10−16.10 × 10+90.00 × 10+00.00 × 10+00.00 × 10+0
F2avg2.35 × 10−1041.38 × 10−941.01 × 10−113.50 × 10−1214.84 × 10−661.49 × 10−13.25 × 10+98.78 × 10−2246.47 × 10−2660.00 × 10+0
F3min7.09 × 10+32.75 × 10−1871.58 × 10−142.47 × 10−2754.97 × 10−492.45 × 10−65.82 × 10+43.31 × 10−1670.00 × 10+00.00 × 10+0
F3std1.03 × 10+46.20 × 10−1301.04 × 10−152.83 × 10−1159.89 × 10−375.18 × 10+11.03 × 10+46.75 × 10−380.00 × 10+00.00 × 10+0
F3avg2.18 × 10+41.13 × 10−1301.80 × 10−145.17 × 10−1162.18 × 10−371.68 × 10+17.79 × 10+41.23 × 10−380.00 × 10+00.00 × 10+0
F4min5.29 × 10−21.20 × 10−1031.03 × 10−111.71 × 10−1483.62 × 10−366.49 × 10−47.44 × 10+16.22 × 10−1596.76 × 10−2380.00 × 10+0
F4std2.93 × 10+16.83 × 10−927.58 × 10−134.58 × 10−996.04 × 10−327.76 × 10−12.58 × 10+01.09 × 10−1550.00 × 10+00.00 × 10+0
F4avg3.30 × 10+11.60 × 10−921.20 × 10−118.37 × 10−1001.46 × 10−324.77 × 10−17.99 × 10+16.50 × 10−1563.32 × 10−2310.00 × 10+0
F5min2.62 × 10+11.34 × 10−52.88 × 10+12.46 × 10+12.62 × 10+12.89 × 10+18.14 × 10+72.70 × 10+12.68 × 10+12.28 × 10+1
F5std5.38 × 10−14.61 × 10−32.78 × 10−21.43 × 10−17.65 × 10−17.49 × 10+23.42 × 10+76.41 × 10−17.65 × 10−11.24 × 10+0
F5avg2.72 × 10+13.75 × 10−32.89 × 10+12.49 × 10+12.74 × 10+11.87 × 10+21.64 × 10+82.80 × 10+12.79 × 10+12.46 × 10+1
F6min1.21 × 10−21.49 × 10−63.47 × 10+05.69 × 10−121.75 × 10+02.99 × 10+03.83 × 10+41.11 × 10+01.21 × 10+08.84 × 10−6
F6std1.41 × 10−14.80 × 10−56.75 × 10−12.91 × 10−74.41 × 10−14.50 × 10+14.79 × 10+35.02 × 10−15.98 × 10−11.55 × 10−1
F6avg1.01 × 10−13.48 × 10−55.83 × 10+05.62 × 10−82.68 × 10+01.52 × 10+15.29 × 10+42.04 × 10+02.30 × 10+08.57 × 10−2
F7min1.24 × 10−54.70 × 10−62.11 × 10−43.51 × 10−52.79 × 10−51.55 × 10−35.83 × 10+14.56 × 10−71.04 × 10−54.08 × 10−9
F7std2.33 × 10−36.28 × 10−52.67 × 10−44.83 × 10−41.40 × 10−41.53 × 10−21.32 × 10+15.74 × 10−53.28 × 10−51.85 × 10−5
F7avg1.62 × 10−37.52 × 10−56.44 × 10−45.95 × 10−41.77 × 10−41.92 × 10−28.16 × 10+15.89 × 10−55.44 × 10−51.76 × 10−5
F8min−1.26 × 10+4−1.26 × 10+4−3.50 × 10+3−1.25 × 10+4−7.10 × 10+3−6.09 × 10+3−5.42 × 10+3−4.16 × 10+3−7.75 × 10+3−1.08 × 10+4
F8std1.39 × 10+33.44 × 10−13.28 × 10+22.12 × 10+31.11 × 10+34.48 × 10+21.85 × 10−123.46 × 10+26.16 × 10+28.19 × 10+2
F8avg−1.15 × 10+4−1.26 × 10+4−3.96 × 10+3−1.02 × 10+4−4.24 × 10+3−5.03 × 10+3−5.42 × 10+3−3.13 × 10+3−6.79 × 10+3−9.49 × 10+3
F9min0.00 × 10+00.00 × 10+00.00 × 10+00.00 × 10+00.00 × 10+03.39 × 10−73.38 × 10+20.00 × 10+00.00 × 10+00.00 × 10+0
F9std1.04 × 10−140.00 × 10+03.72 × 10+12.28 × 10−90.00 × 10+01.09 × 10+02.03 × 10+10.00 × 10+00.00 × 10+00.00 × 10+0
F9avg1.89 × 10−150.00 × 10+06.78 × 10+04.16 × 10−100.00 × 10+04.77 × 10−13.91 × 10+20.00 × 10+00.00 × 10+00.00 × 10+0
F10min8.88 × 10−168.88 × 10−165.66 × 10−128.88 × 10−164.44 × 10−151.83 × 10−62.00 × 10+14.44 × 10−158.88 × 10−168.88 × 10−16
F10std2.31 × 10−150.00 × 10+01.54 × 10−121.08 × 10−151.08 × 10−158.29 × 10−17.23 × 10−150.00 × 10+00.00 × 10+00.00 × 10+0
F10avg3.38 × 10−158.88 × 10−161.22 × 10−111.24 × 10−154.80 × 10−153.78 × 10−12.00 × 10+14.44 × 10−158.88 × 10−168.88 × 10−16
F11min0.00 × 10+00.00 × 10+00.00 × 10+00.00 × 10+00.00 × 10+02.97 × 10−74.35 × 10+20.00 × 10+00.00 × 10+00.00 × 10+0
F11std3.19 × 10−20.00 × 10+01.66 × 10−152.25 × 10−30.00 × 10+03.27 × 10−13.38 × 10+10.00 × 10+00.00 × 10+00.00 × 10+0
F11avg9.83 × 10−30.00 × 10+01.08 × 10−154.11 × 10−40.00 × 10+01.94 × 10−15.06 × 10+20.00 × 10+00.00 × 10+00.00 × 10+0
F12min1.24 × 10−32.03 × 10−83.02 × 10−17.66 × 10−139.70 × 10−21.31 × 10−11.52 × 10+86.66 × 10−24.38 × 10−22.78 × 10−7
F12std6.99 × 10−31.82 × 10−61.93 × 10−11.89 × 10−26.58 × 10−22.94 × 10−18.12 × 10+74.83 × 10−21.03 × 10−14.05 × 10−3
F12avg7.85 × 10−31.39 × 10−66.46 × 10−13.46 × 10−32.07 × 10−16.05 × 10−13.09 × 10+81.53 × 10−11.38 × 10−12.79 × 10−3
F13min1.05 × 10−22.58 × 10−92.28 × 10+07.93 × 10−71.35 × 10+02.04 × 10+04.73 × 10+86.71 × 10−11.59 × 10+04.09 × 10−6
F13std1.62 × 10−13.25 × 10−52.46 × 10−13.40 × 10−12.23 × 10−11.49 × 10+01.30 × 10+86.26 × 10−13.25 × 10−18.87 × 10−2
F13avg2.07 × 10−12.56 × 10−52.76 × 10+03.34 × 10−11.70 × 10+03.37 × 10+07.33 × 10+82.63 × 10+02.19 × 10+06.70 × 10−2
F14min9.98 × 10−19.98 × 10−19.98 × 10−19.98 × 10−19.98 × 10−19.98 × 10−19.98 × 10−19.98 × 10−19.98 × 10−19.98 × 10−1
F14std2.93 × 10+09.32 × 10−11.82 × 10−17.59 × 10−14.58 × 10+01.26 × 10+03.21 × 10+01.26 × 10+02.26 × 10+01.85 × 10+0
F14avg2.40 × 10+01.26 × 10+01.04 × 10+01.36 × 10+05.11 × 10+02.08 × 10+05.36 × 10+02.89 × 10+03.20 × 10+01.52 × 10+0
F15min3.09 × 10−43.08 × 10−43.09 × 10−43.07 × 10−43.07 × 10−44.20 × 10−42.06 × 10−33.33 × 10−43.07 × 10−43.07 × 10−4
F15std4.40 × 10−41.69 × 10−42.76 × 10−52.84 × 10−43.65 × 10−38.33 × 10−41.40 × 10−27.54 × 10−43.66 × 10−31.90 × 10−5
F15avg6.78 × 10−43.59 × 10−43.43 × 10−46.08 × 10−41.06 × 10−31.31 × 10−32.10 × 10−27.65 × 10−41.02 × 10−33.17 × 10−4
F16min−1.03 × 10+0−1.03 × 10+0−1.11 × 10+0−1.03 × 10+0−1.03 × 10+0−1.03 × 10+0−1.03 × 10+0−1.03 × 10+0−1.03 × 10+0−1.03 × 10+0
F16std2.00 × 10−104.13 × 10−118.33 × 10+36.58 × 10−164.76 × 10−72.51 × 10−41.65 × 10−11.67 × 10−21.35 × 10−101.14 × 10−11
F16avg−1.03 × 10+0−1.03 × 10+0−1.16 × 10+4−1.03 × 10+0−1.03 × 10+0−1.03 × 10+0−8.83 × 10−1−1.02 × 10+0−1.03 × 10+0−1.03 × 10+0
F17min3.98 × 10−13.98 × 10−13.98 × 10−13.98 × 10−13.98 × 10−13.98 × 10−14.02 × 10−13.98 × 10−13.98 × 10−13.98 × 10−1
F17std1.01 × 10−62.14 × 10−61.50 × 10−30.00 × 10+09.90 × 10−61.27 × 10−28.46 × 10−21.11 × 10−11.80 × 10−81.18 × 10−9
F17avg3.98 × 10−13.98 × 10−13.99 × 10−13.98 × 10−13.98 × 10−14.02 × 10−14.99 × 10−14.26 × 10−13.98 × 10−13.98 × 10−1
F18min3.00 × 10+03.00 × 10+03.00 × 10+03.00 × 10+03.00 × 10+03.00 × 10+03.15 × 10+03.00 × 10+03.00 × 10+03.00 × 10+0
F18std1.73 × 10−52.83 × 10−82.95 × 10−11.40 × 10−151.41 × 10−63.26 × 10−22.92 × 10+02.74 × 10+04.93 × 10+05.37 × 10−8
F18avg3.00 × 10+03.00 × 10+03.08 × 10+03.00 × 10+03.00 × 10+03.01 × 10+05.94 × 10+04.19 × 10+03.90 × 10+03.00 × 10+0
F19min−3.86 × 10+0−3.86 × 10+0−3.85 × 10+0−3.86 × 10+0−3.86 × 10+0−3.86 × 10+0−3.86 × 10+0−3.86 × 10+0−3.86 × 10+0−3.86 × 10+0
F19std3.01 × 10−31.55 × 10−32.41 × 10−13.39 × 10−33.84 × 10−31.14 × 10−37.12 × 10−22.20 × 10−11.24 × 10−42.00 × 10−3
F19avg−3.86 × 10+0−3.86 × 10+06.55 × 10+4−3.86 × 10+0−3.86 × 10+0−3.86 × 10+0−3.77 × 10+0−3.63 × 10+0−3.86 × 10+0−3.86 × 10+0
F20min−3.32 × 10+0−3.31 × 10+0−2.44 × 10+0−3.32 × 10+0−3.32 × 10+0−3.32 × 10+0−3.17 × 10+0−3.32 × 10+0−3.32 × 10+0−3.32 × 10+0
F20std8.46 × 10−28.06 × 10−21.55 × 10−11.40 × 10−11.28 × 10−16.02 × 10−22.73 × 10−17.58 × 10−23.67 × 10−29.65 × 10−2
F20avg−3.23 × 10+0−3.17 × 10+06.55 × 10+4−3.22 × 10+0−3.10 × 10+0−3.27 × 10+0−2.64 × 10+0−3.27 × 10+0−3.31 × 10+0−3.28 × 10+0
F21min−1.02 × 10+1−1.01 × 10+1−5.18 × 10+0−1.02 × 10+1−1.02 × 10+1−1.01 × 10+1−4.48 × 10+0−5.05 × 10+0−1.02 × 10+1−1.02 × 10+1
F21std2.27 × 10+01.27 × 10+01.93 × 10−12.53 × 10+02.58 × 10+02.73 × 10+08.40 × 10−11.01 × 10−12.66 × 10−42.68 × 10+0
F21avg−9.05 × 10+0−5.39 × 10+0−4.73 × 10+0−7.11 × 10+0−8.37 × 10+0−5.84 × 10+0−1.43 × 10+0−5.03 × 10+0−1.02 × 10+1−8.99 × 10+0
F22min−1.04 × 10+1−1.04 × 10+1−5.75 × 10+0−1.04 × 10+1−1.04 × 10+1−1.01 × 10+1−2.39 × 10+0−9.98 × 10+0−1.04 × 10+1−1.04 × 10+1
F22std3.32 × 10+01.31 × 10+03.72 × 10−12.62 × 10+01.87 × 10−32.41 × 10+03.97 × 10−11.11 × 10+01.62 × 10+02.78 × 10+0
F22avg−7.46 × 10+0−5.43 × 10+0−4.68 × 10+0−8.74 × 10+0−1.04 × 10+1−6.90 × 10+0−1.44 × 10+0−5.25 × 10+0−9.87 × 10+0−9.05 × 10+0
F23min−1.05 × 10+1−1.04 × 10+1−6.84 × 10+0−1.05 × 10+1−1.05 × 10+1−1.04 × 10+1−4.36 × 10+0−1.00 × 10+1−1.05 × 10+1−1.05 × 10+1
F23std2.94 × 10+09.61 × 10−15.68 × 10−12.69 × 10+01.96 × 10+03.02 × 10+07.10 × 10−11.73 × 10+01.65 × 10+03.31 × 10+0
F23avg−8.37 × 10+0−5.30 × 10+0−4.64 × 10+0−8.83 × 10+0−9.91 × 10+0−6.25 × 10+0−1.80 × 10+0−5.70 × 10+0−1.00 × 10+1−8.43 × 10+0
Table 4. Test results of the algorithms improved by different strategies.
Table 4. Test results of the algorithms improved by different strategies.
WOAHHOBOADBOGJOSWOKOASABOZOAMZOA
F1min5.27 × 10+81.99 × 10+73.22 × 10+101.23 × 10+63.83 × 10+98.86 × 10+95.38 × 10+103.37 × 10+92.96 × 10+96.76 × 10+4
F1std7.37 × 10+87.14 × 10+69.84 × 10+93.57 × 10+74.54 × 10+95.19 × 10+91.48 × 10+103.28 × 10+94.07 × 10+91.06 × 10+7
F1avg1.44 × 10+93.32 × 10+75.27 × 10+105.47 × 10+71.15 × 10+101.73 × 10+109.08 × 10+108.34 × 10+91.04 × 10+104.35 × 10+6
F3min1.05 × 10+53.32 × 10+48.03 × 10+44.67 × 10+43.14 × 10+46.51 × 10+41.46 × 10+54.59 × 10+42.22 × 10+41.67 × 10+4
F3std6.62 × 10+47.79 × 10+31.59 × 10+41.77 × 10+41.45 × 10+42.01 × 10+41.13 × 10+61.38 × 10+41.00 × 10+42.41 × 10+4
F3avg2.61 × 10+54.86 × 10+41.02 × 10+58.83 × 10+45.41 × 10+41.01 × 10+54.88 × 10+57.45 × 10+44.15 × 10+46.31 × 10+4
F4min6.41 × 10+24.76 × 10+21.35 × 10+44.96 × 10+27.45 × 10+22.51 × 10+31.26 × 10+48.25 × 10+25.82 × 10+24.12 × 10+2
F4std1.36 × 10+23.04 × 10+15.49 × 10+37.29 × 10+11.24 × 10+31.08 × 10+37.07 × 10+31.65 × 10+31.56 × 10+33.52 × 10+1
F4avg8.25 × 10+25.53 × 10+22.43 × 10+46.19 × 10+22.03 × 10+33.84 × 10+32.86 × 10+42.26 × 10+31.99 × 10+34.90 × 10+2
F5min7.21 × 10+26.89 × 10+28.67 × 10+26.50 × 10+26.38 × 10+27.70 × 10+29.84 × 10+27.73 × 10+26.63 × 10+25.75 × 10+2
F5std6.53 × 10+12.40 × 10+11.98 × 10+16.01 × 10+15.27 × 10+13.44 × 10+14.22 × 10+13.81 × 10+12.75 × 10+13.77 × 10+1
F5avg8.27 × 10+27.37 × 10+29.02 × 10+27.44 × 10+27.08 × 10+28.34 × 10+21.08 × 10+38.30 × 10+27.09 × 10+26.64 × 10+2
F6min6.45 × 10+26.51 × 10+26.71 × 10+26.22 × 10+26.24 × 10+26.48 × 10+26.93 × 10+26.33 × 10+26.41 × 10+26.12 × 10+2
F6std1.20 × 10+16.07 × 10+06.97 × 10+01.39 × 10+18.30 × 10+08.32 × 10+09.57 × 10+01.18 × 10+14.64 × 10+09.39 × 10+0
F6avg6.74 × 10+26.64 × 10+26.83 × 10+26.49 × 10+26.39 × 10+26.63 × 10+27.17 × 10+26.58 × 10+26.50 × 10+26.30 × 10+2
F7min1.25 × 10+31.31 × 10+31.50 × 10+38.85 × 10+28.79 × 10+21.20 × 10+32.50 × 10+31.06 × 10+31.07 × 10+38.69 × 10+2
F7std1.01 × 10+27.59 × 10+14.23 × 10+11.03 × 10+28.29 × 10+19.65 × 10+12.33 × 10+28.29 × 10+19.08 × 10+19.13 × 10+1
F7avg1.46 × 10+31.45 × 10+31.62 × 10+31.04 × 10+31.07 × 10+31.36 × 10+32.99 × 10+31.22 × 10+31.29 × 10+39.98 × 10+2
F8min1.04 × 10+39.72 × 10+21.17 × 10+39.38 × 10+29.57 × 10+21.06 × 10+31.28 × 10+31.03 × 10+39.27 × 10+28.82 × 10+2
F8std4.60 × 10+13.61 × 10+12.34 × 10+15.02 × 10+14.05 × 10+13.01 × 10+13.91 × 10+13.14 × 10+13.02 × 10+13.51 × 10+1
F8avg1.11 × 10+31.04 × 10+31.21 × 10+31.06 × 10+31.01 × 10+31.13 × 10+31.37 × 10+31.09 × 10+31.01 × 10+39.46 × 10+2
F9min6.12 × 10+37.86 × 10+31.04 × 10+43.39 × 10+33.12 × 10+36.08 × 10+32.36 × 10+43.87 × 10+33.13 × 10+32.56 × 10+3
F9std3.61 × 10+31.12 × 10+31.52 × 10+32.47 × 10+32.56 × 10+32.84 × 10+33.93 × 10+33.03 × 10+39.40 × 10+21.26 × 10+3
F9avg1.23 × 10+41.09 × 10+41.46 × 10+47.93 × 10+37.42 × 10+31.30 × 10+43.17 × 10+48.49 × 10+35.67 × 10+35.62 × 10+3
F10min4.82 × 10+33.99 × 10+38.02 × 10+34.09 × 10+34.39 × 10+37.36 × 10+38.72 × 10+37.90 × 10+33.93 × 10+32.90 × 10+3
F10std9.19 × 10+27.14 × 10+23.60 × 10+21.15 × 10+31.77 × 10+35.02 × 10+24.51 × 10+23.61 × 10+23.92 × 10+28.64 × 10+2
F10avg6.83 × 10+35.62 × 10+38.90 × 10+36.25 × 10+36.81 × 10+38.56 × 10+39.73 × 10+38.75 × 10+34.85 × 10+35.46 × 10+3
F11min2.25 × 10+31.19 × 10+33.33 × 10+31.35 × 10+31.69 × 10+32.25 × 10+38.65 × 10+32.61 × 10+31.35 × 10+31.14 × 10+3
F11std2.44 × 10+34.76 × 10+12.19 × 10+36.81 × 10+22.01 × 10+31.35 × 10+36.52 × 10+32.06 × 10+38.15 × 10+29.46 × 10+1
F11avg6.68 × 10+31.30 × 10+37.58 × 10+31.72 × 10+33.89 × 10+34.64 × 10+32.35 × 10+44.80 × 10+32.21 × 10+31.30 × 10+3
F12min4.99 × 10+77.25 × 10+66.10 × 10+91.06 × 10+64.82 × 10+76.13 × 10+89.49 × 10+96.09 × 10+78.15 × 10+64.50 × 10+5
F12std1.77 × 10+82.24 × 10+73.74 × 10+95.15 × 10+73.05 × 10+89.16 × 10+83.49 × 10+97.63 × 10+81.25 × 10+93.70 × 10+6
F12avg2.74 × 10+82.85 × 10+71.35 × 10+103.15 × 10+76.17 × 10+81.66 × 10+91.76 × 10+105.43 × 10+86.80 × 10+84.86 × 10+6
F13min9.33 × 10+42.24 × 10+54.11 × 10+93.75 × 10+41.46 × 10+57.56 × 10+75.93 × 10+91.43 × 10+62.13 × 10+49.04 × 10+4
F13std5.18 × 10+63.29 × 10+55.01 × 10+94.70 × 10+62.18 × 10+85.43 × 10+84.50 × 10+94.30 × 10+75.97 × 10+81.08 × 10+5
F13avg3.07 × 10+66.61 × 10+51.14 × 10+102.95 × 10+62.15 × 10+85.91 × 10+81.41 × 10+102.71 × 10+71.49 × 10+82.69 × 10+5
F14min1.87 × 10+42.40 × 10+49.93 × 10+45.08 × 10+32.34 × 10+49.22 × 10+48.79 × 10+49.08 × 10+45.43 × 10+33.43 × 10+3
F14std3.51 × 10+61.01 × 10+64.41 × 10+64.36 × 10+57.21 × 10+57.79 × 10+56.96 × 10+66.78 × 10+57.61 × 10+57.99 × 10+4
F14avg3.05 × 10+61.02 × 10+63.75 × 10+62.92 × 10+57.07 × 10+59.05 × 10+51.28 × 10+77.80 × 10+58.23 × 10+58.56 × 10+4
F15min5.85 × 10+43.09 × 10+43.65 × 10+75.11 × 10+35.11 × 10+41.17 × 10+65.78 × 10+85.89 × 10+42.30 × 10+43.70 × 10+3
F15std1.59 × 10+65.81 × 10+45.20 × 10+81.28 × 10+51.57 × 10+71.75 × 10+79.96 × 10+83.29 × 10+51.78 × 10+62.03 × 10+4
F15avg1.33 × 10+61.11 × 10+55.74 × 10+89.67 × 10+46.57 × 10+61.93 × 10+72.34 × 10+94.01 × 10+51.23 × 10+62.11 × 10+4
F16min3.13 × 10+32.41 × 10+34.80 × 10+32.41 × 10+32.02 × 10+33.53 × 10+35.54 × 10+33.57 × 10+32.63 × 10+32.14 × 10+3
F16std5.83 × 10+24.64 × 10+22.42 × 10+33.81 × 10+24.63 × 10+23.47 × 10+26.90 × 10+23.60 × 10+23.06 × 10+23.23 × 10+2
F16avg4.08 × 10+33.45 × 10+38.12 × 10+33.31 × 10+33.10 × 10+34.22 × 10+36.65 × 10+34.09 × 10+33.05 × 10+32.77 × 10+3
F17min2.25 × 10+31.86 × 10+33.07 × 10+32.12 × 10+31.84 × 10+31.97 × 10+33.34 × 10+32.41 × 10+31.97 × 10+31.85 × 10+3
F17std2.77 × 10+23.32 × 10+26.76 × 10+32.23 × 10+22.50 × 10+22.97 × 10+21.82 × 10+32.42 × 10+23.07 × 10+22.01 × 10+2
F17avg2.74 × 10+32.54 × 10+38.92 × 10+32.54 × 10+32.26 × 10+32.77 × 10+35.32 × 10+32.89 × 10+32.43 × 10+32.34 × 10+3
F18min3.32 × 10+51.36 × 10+57.54 × 10+51.12 × 10+52.37 × 10+52.51 × 10+52.44 × 10+71.19 × 10+58.18 × 10+49.64 × 10+4
F18std1.22 × 10+74.27 × 10+67.39 × 10+76.94 × 10+63.21 × 10+65.62 × 10+61.30 × 10+87.52 × 10+62.54 × 10+61.25 × 10+6
F18avg1.05 × 10+72.50 × 10+65.65 × 10+74.76 × 10+62.24 × 10+64.88 × 10+61.57 × 10+83.74 × 10+62.30 × 10+69.57 × 10+5
F19min3.31 × 10+52.62 × 10+51.11 × 10+87.50 × 10+34.76 × 10+46.29 × 10+59.15 × 10+81.36 × 10+56.66 × 10+42.23 × 10+3
F19std1.23 × 10+74.43 × 10+56.45 × 10+87.51 × 10+67.56 × 10+63.61 × 10+71.17 × 10+93.38 × 10+63.08 × 10+71.74 × 10+4
F19avg1.44 × 10+77.04 × 10+57.19 × 10+83.65 × 10+63.69 × 10+63.45 × 10+73.32 × 10+93.94 × 10+61.10 × 10+71.71 × 10+4
F20min2.42 × 10+32.33 × 10+32.71 × 10+32.34 × 10+32.23 × 10+32.55 × 10+33.09 × 10+32.70 × 10+32.24 × 10+32.28 × 10+3
F20std2.12 × 10+22.04 × 10+21.59 × 10+21.89 × 10+21.58 × 10+21.98 × 10+21.74 × 10+21.60 × 10+21.13 × 10+21.52 × 10+2
F20avg2.90 × 10+32.83 × 10+33.04 × 10+32.72 × 10+32.56 × 10+33.00 × 10+33.46 × 10+33.06 × 10+32.44 × 10+32.54 × 10+3
F21min2.49 × 10+32.46 × 10+32.41 × 10+32.44 × 10+32.43 × 10+32.53 × 10+32.77 × 10+32.53 × 10+32.45 × 10+32.38 × 10+3
F21std6.86 × 10+15.35 × 10+11.08 × 10+25.60 × 10+12.91 × 10+13.23 × 10+12.62 × 10+13.32 × 10+13.25 × 10+13.11 × 10+1
F21avg2.62 × 10+32.58 × 10+32.69 × 10+32.54 × 10+32.48 × 10+32.61 × 10+32.83 × 10+32.59 × 10+32.50 × 10+32.44 × 10+3
F22min2.58 × 10+32.33 × 10+34.50 × 10+32.32 × 10+32.86 × 10+33.83 × 10+39.87 × 10+33.25 × 10+32.94 × 10+32.30 × 10+3
F22std1.98 × 10+31.83 × 10+31.48 × 10+32.43 × 10+31.99 × 10+31.77 × 10+34.65 × 10+27.45 × 10+21.10 × 10+31.52 × 10+3
F22avg7.20 × 10+36.71 × 10+37.23 × 10+34.85 × 10+34.85 × 10+35.73 × 10+31.12 × 10+44.12 × 10+35.39 × 10+32.88 × 10+3
F23min2.93 × 10+33.00 × 10+33.28 × 10+32.86 × 10+32.79 × 10+33.01 × 10+33.41 × 10+33.00 × 10+32.99 × 10+32.73 × 10+3
F23std8.03 × 10+11.58 × 10+21.47 × 10+28.19 × 10+15.53 × 10+17.24 × 10+11.33 × 10+21.14 × 10+21.14 × 10+24.20 × 10+1
F23avg3.09 × 10+33.24 × 10+33.50 × 10+32.99 × 10+32.91 × 10+33.12 × 10+33.64 × 10+33.17 × 10+33.20 × 10+32.80 × 10+3
F24min3.04 × 10+33.23 × 10+33.63 × 10+33.01 × 10+32.96 × 10+33.21 × 10+33.69 × 10+33.11 × 10+33.33 × 10+32.89 × 10+3
F24std9.67 × 10+11.34 × 10+22.30 × 10+28.88 × 10+16.52 × 10+15.22 × 10+11.08 × 10+21.11 × 10+29.19 × 10+13.64 × 10+1
F24avg3.22 × 10+33.43 × 10+33.97 × 10+33.18 × 10+33.09 × 10+33.29 × 10+33.97 × 10+33.27 × 10+33.49 × 10+32.98 × 10+3
F25min3.03 × 10+32.90 × 10+34.83 × 10+32.89 × 10+33.00 × 10+33.35 × 10+38.30 × 10+33.08 × 10+33.01 × 10+32.88 × 10+3
F25std5.65 × 10+12.70 × 10+15.60 × 10+25.97 × 10+11.21 × 10+23.01 × 10+22.01 × 10+31.54 × 10+21.83 × 10+21.52 × 10+1
F25avg3.12 × 10+32.95 × 10+35.94 × 10+32.97 × 10+33.21 × 10+33.79 × 10+31.28 × 10+43.26 × 10+33.21 × 10+32.90 × 10+3
F26min4.83 × 10+33.46 × 10+39.42 × 10+33.52 × 10+35.31 × 10+35.95 × 10+31.12 × 10+45.50 × 10+35.79 × 10+32.81 × 10+3
F26std1.30 × 10+31.24 × 10+38.30 × 10+21.17 × 10+36.09 × 10+26.95 × 10+21.01 × 10+37.46 × 10+26.97 × 10+21.39 × 10+3
F26avg8.20 × 10+37.73 × 10+31.17 × 10+46.51 × 10+36.09 × 10+38.09 × 10+31.35 × 10+48.24 × 10+38.34 × 10+34.83 × 10+3
F27min3.28 × 10+33.26 × 10+33.53 × 10+33.26 × 10+33.27 × 10+33.48 × 10+34.05 × 10+33.27 × 10+33.56 × 10+33.20 × 10+3
F27std8.97 × 10+11.94 × 10+23.34 × 10+25.26 × 10+17.58 × 10+19.58 × 10+12.72 × 10+21.06 × 10+22.38 × 10+21.75 × 10+1
F27avg3.44 × 10+33.48 × 10+34.22 × 10+33.33 × 10+33.35 × 10+33.66 × 10+34.69 × 10+33.45 × 10+33.99 × 10+33.24 × 10+3
F28min3.39 × 10+33.29 × 10+36.93 × 10+33.25 × 10+33.56 × 10+33.77 × 10+37.61 × 10+33.48 × 10+33.46 × 10+33.21 × 10+3
F28std6.06 × 10+23.05 × 10+15.89 × 10+24.99 × 10+23.34 × 10+24.29 × 10+29.61 × 10+24.48 × 10+23.84 × 10+23.57 × 10+1
F28avg3.69 × 10+33.33 × 10+38.20 × 10+33.49 × 10+33.95 × 10+34.66 × 10+39.89 × 10+34.10 × 10+33.96 × 10+33.26 × 10+3
F29min4.16 × 10+34.01 × 10+35.93 × 10+33.76 × 10+33.86 × 10+34.43 × 10+36.46 × 10+34.53 × 10+34.02 × 10+33.62 × 10+3
F29std5.93 × 10+23.65 × 10+27.45 × 10+33.46 × 10+23.07 × 10+24.08 × 10+22.47 × 10+34.85 × 10+25.27 × 10+22.31 × 10+2
F29avg5.34 × 10+34.65 × 10+31.35 × 10+44.47 × 10+34.23 × 10+35.20 × 10+39.70 × 10+35.74 × 10+35.09 × 10+34.04 × 10+3
F30min2.32 × 10+61.34 × 10+61.01 × 10+83.96 × 10+45.10 × 10+61.04 × 10+71.35 × 10+93.92 × 10+61.95 × 10+62.13 × 10+4
F30std4.16 × 10+73.83 × 10+61.22 × 10+96.07 × 10+63.43 × 10+73.29 × 10+74.80 × 10+82.02 × 10+72.29 × 10+71.48 × 10+5
F30avg4.51 × 10+76.05 × 10+61.61 × 10+94.64 × 10+64.08 × 10+74.46 × 10+72.00 × 10+93.03 × 10+72.30 × 10+71.53 × 10+5
Table 5. Extension/compression spring optimization problem solving results.
Table 5. Extension/compression spring optimization problem solving results.
AlgorithmsdDPBeststdMean
MZOA5.00 × 10−27.70 × 10−19.84 × 10−11.15 × 10−13.68 × 10−41.15 × 10−1
ZOA5.00 × 10−26.08 × 10−12.00 × 10+01.22 × 10−11.53 × 10−31.22 × 10−1
WOA5.00 × 10−26.08 × 10−12.00 × 10+01.22 × 10−14.32 × 10−21.47 × 10−1
HHO5.00 × 10−26.08 × 10−12.00 × 10+01.22 × 10−17.23 × 10−31.24 × 10−1
BOA5.00 × 10−28.64 × 10−17.10 × 10−11.17 × 10−12.15 × 10+21.29 × 10+2
DBO5.00 × 10−26.08 × 10−12.00 × 10+01.22 × 10−14.70 × 10−161.22 × 10−1
GJO5.00 × 10−26.08 × 10−12.00 × 10+01.22 × 10−11.95 × 10−41.22 × 10−1
SWO5.52 × 10−27.61 × 10−13.23 × 10+02.20 × 10−13.62 × 10+22.99 × 10+2
KOA5.52 × 10−21.25 × 10+02.35 × 10+03.00 × 10−13.64 × 10+21.75 × 10+2
SABO5.00 × 10−26.07 × 10−12.00 × 10+01.22 × 10−19.45 × 10−31.37 × 10−1
Table 6. Cantilever beam design problem solving results.
Table 6. Cantilever beam design problem solving results.
Algorithmsx1x2x3x4x5BeststdMean
MZOA5.95 × 10+05.31 × 10+04.48 × 10+03.53 × 10+02.19 × 10+01.34 × 10+11.55 × 10−21.34 × 10+1
ZOA5.99 × 10+05.30 × 10+04.48 × 10+03.50 × 10+02.20 × 10+01.34 × 10+11.50 × 10+01.43 × 10+1
WOA6.11 × 10+01.03 × 10+14.53 × 10+08.52 × 10+01.27 × 10+01.91 × 10+11.16 × 10+13.02 × 10+1
HHO5.94 × 10+05.10 × 10+04.49 × 10+03.82 × 10+02.18 × 10+01.34 × 10+13.35 × 10−11.37 × 10+1
BOA5.93 × 10+05.28 × 10+04.97 × 10+03.64 × 10+02.52 × 10+01.39 × 10+17.55 × 10−11.52 × 10+1
DBO5.95 × 10+05.32 × 10+04.60 × 10+03.41 × 10+02.20 × 10+01.34 × 10+14.30 × 10−21.34 × 10+1
GJO6.09 × 10+05.34 × 10+04.46 × 10+03.44 × 10+02.16 × 10+01.34 × 10+12.53 × 10−21.34 × 10+1
SWO2.38 × 10+11.34 × 10+11.49 × 10+11.59 × 10+15.80 × 10+04.60 × 10+11.88 × 10+17.88 × 10+1
KOA2.75 × 10+11.38 × 10+14.48 × 10+03.91 × 10+11.61 × 10+16.28 × 10+11.08 × 10+17.76 × 10+1
SABO8.31 × 10+06.15 × 10+03.39 × 10+03.11 × 10+02.90 × 10+01.56 × 10+12.01 × 10+01.73 × 10+1
Table 7. Performance comparison of algorithms for maps of different sizes.
Table 7. Performance comparison of algorithms for maps of different sizes.
MZOAZOAWOAHHOBOADBOGJOSWOKOASABO
20 × 20min28.13028.58328.58328.33728.27828.50928.20428.58331.59428.382
std1.3850.6591.1950.6660.7320.8121.0561.7641.4651.266
avg29.36929.59529.95329.61629.74229.59329.81530.12933.79730.113
40 × 40min56.58462.21758.63461.85459.39358.26759.39358.25594.46758.256
std6.2586.9894.9855.2607.6557.6016.5415.53013.9278.827
avg64.58970.05565.31569.62965.76765.42467.65167.247111.41568.618
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

Wang, Z.; Ye, X.; Jiang, G.; Yi, Y. Improved Zebra Optimization Algorithm with Multi Strategy Fusion and Its Application in Robot Path Planning. Biomimetics 2025, 10, 354. https://doi.org/10.3390/biomimetics10060354

AMA Style

Wang Z, Ye X, Jiang G, Yi Y. Improved Zebra Optimization Algorithm with Multi Strategy Fusion and Its Application in Robot Path Planning. Biomimetics. 2025; 10(6):354. https://doi.org/10.3390/biomimetics10060354

Chicago/Turabian Style

Wang, Zhengzong, Xiantao Ye, Guolin Jiang, and Yiru Yi. 2025. "Improved Zebra Optimization Algorithm with Multi Strategy Fusion and Its Application in Robot Path Planning" Biomimetics 10, no. 6: 354. https://doi.org/10.3390/biomimetics10060354

APA Style

Wang, Z., Ye, X., Jiang, G., & Yi, Y. (2025). Improved Zebra Optimization Algorithm with Multi Strategy Fusion and Its Application in Robot Path Planning. Biomimetics, 10(6), 354. https://doi.org/10.3390/biomimetics10060354

Article Metrics

Back to TopTop