1. Introduction
In recent years, the field of mobile robots has undergone rapid innovation towards intelligence. As a typical paradigm of multidisciplinary integration, the development trajectory of modern mobile robot path planning technology has always been deeply coupled with the iterative upgrading of mobile robot technology [
1,
2]. The core of this technology lies in enabling mobile robots to safely, robustly, efficiently, and accurately execute tasks in diverse and complex environments. Specifically, it is necessary to construct a path optimization model by comprehensively considering multiple dimensions such as system operational dynamics and environmental constraints. In this process, performance parameters such as path smoothness and the energy consumption ratio of travel distance constitute the core evaluation index system for measuring the quality of path planning schemes [
3,
4].
Classical path-searching algorithms such as the A* algorithm, Rapidly-exploring Random Tree (RRT) algorithm, and Artificial Potential Field (APF) algorithm have established a broad application foundation in the field of mobile robot path planning. Among them, Nhouchi et al. [
5] proposed a real-time A* algorithm framework for uncertain environments, which was successfully applied to automated assembly task scenarios through the collaborative design of dynamic trajectory generation and collision avoidance mechanisms. Aiming at the optimization efficiency bottleneck of the single A* algorithm in complex topological spaces, Jin et al. [
6] developed a hybrid improvement strategy, effectively addressing the inefficiency of traditional algorithms in searching for optimal paths under multi-constraint conditions. In the optimization of the RRT algorithm system, Liang et al. [
7] proposed an improved RRT algorithm integrating an adaptive sampling strategy and a path optimization mechanism. Through dynamic adjustment of sampling density and curvature optimization iteration, the path smoothness index was significantly improved. Aiming at the autonomous navigation requirements of robots in complex orchard environments, Cao et al. [
8] constructed a collaborative framework of the improved LeGO-LOAM algorithm and the RRT algorithm, achieving high-precision path planning for robots between fruit tree rows through refined environmental map construction and dynamic path correction. Shen et al. [
9] proposed a fusion model of RRT and Dijkstra algorithms, synchronously enhancing path planning efficiency and smoothness performance through the complementary advantages of heuristic search and graph theory optimization. Additionally, Wu et al. [
10] introduced a farthest point optimization strategy to increase path diversity and help avoid local optimal solutions.
With the continuous development of computational intelligence and big data technologies, the breadth and depth of applications of swarm intelligence optimization algorithms have significantly expanded across multiple domains. Typical algorithms include Ant Colony Optimization (ACO), Particle Swarm Optimization (PSO), Sparrow Search Algorithm (SSA), Grey Wolf Optimizer (GWO), Whale Optimization Algorithm (WOA), and Crested Porcupine Optimizer (CPO), among others. Cui et al. [
11] proposed a direction-guiding mechanism that steers ants to preferentially select certain directions during the search process, thereby enhancing the algorithm’s exploration efficiency and the likelihood of discovering superior paths. Hu et al. [
12] incorporated the concept of coevolution by dividing particle swarms into multiple subgroups, each optimized for distinct tasks or objectives, which significantly improved algorithmic diversity and search efficiency. Mishra et al. [
13] addressed the challenges of reducing memory requirements, avoiding local optima, and enhancing algorithm efficiency by integrating the advantages of Particle Swarm Optimization (PSO) and Artificial Potential Field (APF) methods. Wang et al. [
14] proposed an improved Sparrow Search Algorithm (SSA), optimizing its performance through multi-strategy fusion to tackle complex optimization problems. Xu et al. [
15] enhanced the exploration and exploitation capabilities of the sparrow algorithm by refining the position update strategies for producers and followers. Qu et al. [
16] improved the path planning capability of unmanned combat aerial vehicles in complex environments by modifying SSA and integrating a dual-layer encoding mechanism. Inspired by the hunting behavior of black-winged kites, Wang et al. [
17] developed a novel nature-inspired optimization algorithm, the Black-Winged Kite Algorithm (BKA), aimed at enhancing global search capability and convergence efficiency. Mohamed et al. [
18] proposed the Crested Porcupine Optimizer (CPO), a new nature-inspired optimization algorithm mimicking the defense, foraging, and group collaboration behaviors of crested porcupines to improve the algorithm’s global search capability and robustness. Inspired by tribal competition and member collaboration behaviors, Chen et al. [
19] introduced the Competition and Tribal Collaboration with Members (CTCM) algorithm, which resolves the contradiction between exploration and exploitation in traditional algorithms through a dynamic balance mechanism of competition and collaboration.
The Horned Lizard Optimization Algorithm (HLOA), proposed by Pérez et al. [
20], is a nature-inspired meta-heuristic algorithm whose theoretical framework is derived from the multi-layered defensive behaviors of horned lizards against predators—including blood-squirting deterrence, crypsis (environmental camouflage), and body inflation for defense. This algorithm constructs a dynamic search model suitable for complex optimization problems by abstracting biological defense mechanisms into neighborhood perturbation, adaptive sampling, and local extremum avoidance strategies in the search space. Experimental results demonstrate that the HLOA exhibits significant advantages in scenarios such as high-dimensional space optimization and dynamic constraint solving, effectively converging to high-quality approximate solutions. Through multi-metric comparisons with classical algorithms like PSO (Particle Swarm Optimization) and GWO (Grey Wolf Optimizer)—such as convergence speed, solution accuracy, and stability—its competitiveness in complex optimization tasks is validated. In practical applications, the HLOA has been successfully applied to multi-UAV collaborative monitoring path planning in disaster scenarios. By constructing a multi-objective optimization model that integrates obstacle avoidance, travel distance minimization, and monitoring coverage maximization, the algorithm dynamically generates three-dimensional path solution sets adapted to debris environments, providing real-time path decision support for emergency rescue command. However, the algorithm still faces prominent limitations that restrict its application in complex path planning scenarios: (1) the random initialization method leads to uneven distribution of the initial population, resulting in insufficient ergodicity and limiting the global search potential of the algorithm; (2) the position update mechanism lacks adaptive adjustment of search step size and direction, leading to rapid attenuation of population diversity during iteration and proneness to premature convergence to local optima; (3) the lack of effective information interaction mechanisms between individuals results in search blind spots in the late iteration stage, reducing the ability to capture high-quality solutions.
To address the aforementioned research gaps in existing optimization algorithms, this paper proposes an Enhanced Improved Horned Lizard Optimization Algorithm (IHLOA) by constructing a multi-layered improvement framework. During the population initialization phase, the Fuch chaotic mapping is introduced to replace traditional random generation methods. By leveraging the aperiodic ergodic property of chaotic sequences, this approach enhances the distribution uniformity of the initial population in the search space, effectively mitigating the population aggregation bias caused by conventional initialization methods. In the iterative optimization process, a golden sine strategy is incorporated to dynamically adjust the search step size. This strategy utilizes the periodic amplitude variation in the sine function to synergistically optimize the algorithm’s global exploration and local exploitation capabilities: larger amplitudes are employed in the early search stage to expand the solution space and reduce the risk of premature convergence; in the late search stage, amplitude decay is used to achieve fine-grained optimization in local regions, balancing the dual objectives of maintaining population diversity and improving convergence efficiency. In the late search stage, an orthogonal crossover operator is introduced, generating offspring individuals through a chromosome segment exchange mechanism via pairwise pairing of individuals. Specifically, after performing fitness-based sorting of the population, crossover operations are executed, and an elitist retention strategy is adopted to update the population by comparing the fitness values of offspring and parent individuals. This mechanism enhances genetic diversity, reduces search blind spots, effectively suppresses local optimum stagnation in late iterations, and strengthens the capability to capture high-quality solutions.
The main contributions of this study are summarized as follows:
- (1)
Propose a multi-strategy enhanced IHLOA to address the core defects of the HLOA (uneven initial population distribution, weak balance between exploration and exploitation, insufficient information interaction, and high parameter sensitivity), providing a novel and efficient optimization framework for meta-heuristic algorithms.
- (2)
Integrate Fuch chaotic mapping, the golden sine strategy, and the orthogonal crossover strategy into the HLOA framework and clarify the synergistic optimization mechanism of each strategy for improving population diversity, convergence speed, and the ability to obtain high-quality solutions through theoretical analysis and ablation experiments.
- (3)
Conduct comprehensive comparative experiments on benchmark test functions (30-D, 50-D, 80-D) and path planning scenarios (single-goal, multi-goal, dynamic environment) to systematically verify the superiority of the IHLOA over existing classical algorithms in terms of optimization accuracy, robustness, high-dimensional scalability, and practical application effect.
- (4)
Provide an optimized solution for mobile robot path planning that can potentially improve path quality and reduce motion control costs: by enhancing the algorithm’s optimization capability, the planned path is expected to be shorter and smoother, thereby lowering the energy consumption of robots in actual navigation and improving their adaptability to complex environments.
2. Methods
2.1. Horned Lizard Optimization Algorithm (HLOA)
The horned lizard has evolved unique survival strategies, including hormone-regulated color changing, body temperature control via skin lightening/darkening, blood-squirting defense, and rapid escape behavior. These strategies inspire the mathematical modeling of a meta-heuristic algorithm as follows:
2.1.1. Crypsis Color Change Strategy
The horned lizard achieves environmental camouflage by dynamically adjusting skin color. In the CIE Lab color space,
L* represents lightness, and
a* (red–green axis) and
b* (blue–yellow axis) denote chromatic coordinates. In the LCh space,
L* is lightness,
C* is chroma, and
h* is the hue angle (0–360°). The color transformation is modeled as:
where
hp,
hq,
hr, and
hs are distinct hue angles, and
are random chroma values from a normalized color palette. The search update equation guided by the optimal solution is:
Here, is the new search position in the (t + 1)-th generation, is the current best solution, the (k = 1, 2, 3, 4) represent the position vectors of four distinct randomly selected individuals at iteration t, is the maximum number of iterations, is generated by a random strategy within [0, 1], and , and , are sampled from the normalized color palette.
2.1.2. Skin Lightening/Darkening Strategy
The horned lizard regulates solar heat absorption through skin color, modeled by Equation (3) for lightening (cooling) and (4) for darkening (heating):
, . updates via random selection of lightening/darkening to maintain population diversity.
2.1.3. Blood-Squirting Defense Strategy
The blood-squirting behavior is modeled as a projectile motion, with horizontal uniform linear motion and vertical uniformly accelerated motion:
where initial velocity
v0 = 1 m/s, launch angle is
,
g is the gravitational acceleration, and perturbation is
. This model enables efficient global exploration via ballistic trajectory simulation.
2.1.4. Move-to-Escape Strategy
Threat-induced rapid movement combines local perturbation and global displacement:
Here, walk is a random number from a Cauchy distribution (mean 0, standard deviation 1), and is a standard Cauchy sample. This strategy enhances local exploitation and global exploration via -guided displacement.
2.1.5. α-Melanophore-Stimulating Hormone (α-MSH) Rate Strategy
The skin color change of the horned lizard is regulated by the α-melanophore-stimulating hormone (α-MSH) rate, whose calculation formula is as follows:
Melanophore (i) is the α-MSH rate of the
i-th search individual, normalized to the interval [0, 1]. When
, individual replacement is triggered:
2.2. Improved Horned Lizard Optimization Algorithm (IHLOA)
2.2.1. Fuch Chaotic Mapping
In the natural environment, the initial habitat distribution of the horned lizard has inherent ergodicity and spatial uniformity. Wild populations are evenly dispersed throughout the entire living domain to avoid food shortage and concentrated predation risk by natural enemies caused by population aggregation. This spatial distribution characteristic is the basis for the horned lizard population to maintain survival advantages in the wild environment. However, the random initialization method adopted by the original HLOA cannot simulate the uniform distribution characteristics of the horned lizard in its natural habitat, which easily leads to aggregation bias in the initial population and limits the initial global search advantage of the algorithm. In response to this, this paper introduces Fuch chaotic mapping to complete the optimization of the population initialization stage. Commonly used chaotic map models include the Logistic map, Henon map, Tent map, etc. Among them, the Fuch map, as a chaotic mapping with infinite folding characteristics, exhibits superior ergodicity performance, stronger dynamical characteristics, and better convergence performance. Through the aperiodicity, ergodicity and pseudo-randomness of the chaotic sequence, it can accurately simulate the uniform initial distribution characteristics of the horned lizard in the search space and construct an initial population with more comprehensive spatial coverage and better diversity for the algorithm at the initial stage of iteration. At the same time, the map can effectively improve the search efficiency and solution accuracy of the algorithm through continuous compression of the search area during the iteration process [
21,
22,
23,
24,
25]. Its mathematical expression is shown in Equation (9):
where
,
.
2.2.2. Golden Sine Strategy
During the escape and foraging process of the horned lizard in the wild, it dynamically adjusts the moving step size and travel direction according to the real-time distance from itself to natural enemies and food sources. Its moving trajectory presents a typical sinusoidal periodic fluctuation characteristic. Through this variable-amplitude fluctuating movement mode, it can not only complete wide-area spatial exploration through large-scale movement in long-distance scenarios to avoid path prediction by natural enemies, but it can also achieve precise convergence to the target site through small-scale fine adjustment in short-distance scenarios. This adaptive movement behavior is the core for the horned lizard to balance survival risk and foraging efficiency in complex wild environments. However, the position update mechanism of the original HLOA does not carry out fine-grained modeling of this adaptive movement behavior of the horned lizard, which leads to the rapid attenuation of population diversity during the iteration process of the algorithm and then the premature convergence problem of falling into the local optimum. In view of this, this paper introduces the golden sine strategy into the iteration process of the HLOA to optimize the population position update mechanism of the algorithm. This strategy integrates the golden section coefficient with the periodic characteristics of the sine function and mathematically simulates the adaptive adjustment behavior of the step size during the movement of the horned lizard through the periodic variable amplitude characteristics of the sine function. In the early stage of iteration, large-amplitude sinusoidal fluctuation is adopted, corresponding to the wide-area exploration behavior of the horned lizard to expand the search space and reduce the risk of premature convergence. In the late stage of iteration, small-amplitude fine adjustment is used, corresponding to the precise convergence behavior of the horned lizard to the target site, to strengthen the local exploitation ability of the algorithm and finally realize the dynamic balance between global exploration and local exploitation of the algorithm [
26,
27,
28]. The position update mechanism after introducing the golden sine strategy is shown in Equation (10):
where
is the position of the
i-th individual at the
t-th iteration,
is the position of the
i-th individual at the (
t + 1)-th iteration,
is the current optimal position at the
t-th iteration, and
r1 and
r2 are two random numbers within the interval
.
Convergence Analysis:
The updated search agent position is bounded in the feasible solution space . Specifically, since , we have , and combined with , the product term satisfies ; as and are both positions of search agents, they are inherently within the feasible solution space , and the updated position is a linear combination of these two variables with bounded coefficients, , proving the position is bounded.
The update formula converges: the sequence of search agent positions is bounded within ; the fitness function f(x) is continuous and bounded on the closed and bounded set , so according to the Weierstrass Extreme Value Theorem, f(x) attains its minimum value on and thus has a lower bound. In the iteration process, r1 adjusts the search direction via , and r2 modulates the step size through , which drives progressively closer to and ensures the fitness function value is monotonically non-increasing with iterations. By the Monotone Bounded Convergence Criterion, a monotonically non-increasing sequence bounded below must converge, so , , where denotes the high-quality optimal solution, confirming that the formula converges to the high-quality optimal solution.
2.2.3. Orthogonal Crossover Strategy
Horned lizards are not solitary creatures. In their natural habitat, individuals within the population complete real-time conveyance of survival information through visual signals, sharing the location information of safe habitats, high-quality food sources and enemy activity areas. Through information collaboration and experience sharing within the population, the survival probability of the entire population is improved. This cross-individual information interaction behavior within the population is the key for the horned lizard population to adapt to the complex wild environment. However, the original HLOA does not model this population collaborative behavior, and there is a lack of an effective information interaction mechanism in the individual iteration process, which leads to the individuals easily gathering in the local optimal area in the late iteration of the algorithm, resulting in search blind spots and thus reducing the global search efficiency of the algorithm. To address this issue, this paper introduces a crisscross orthogonal crossover strategy to simulate the information interaction behavior in the horned lizard population through mathematical modeling. This strategy expands the search space through cross-dimensional crossover operations to reduce search blind spots and improve the global optimization performance of the algorithm [
29,
30,
31,
32]. Among them, horizontal crossover, as an information exchange mechanism between individuals of the same generation, corresponds to the survival information-sharing behavior between contemporaneous individuals in the horned lizard population. By randomly pairing individuals in the population, offspring individuals are generated through parent crossover, and individuals with better fitness values are retained. Its mathematical formulas are shown in Equations (11) and (12):
where
and
denote the parent individuals in the
d-th dimension, and
and
represent the offspring individuals generated via the crossover operation in the
d-th dimension.
and
are random numbers in the interval [0, 1], while
and
are random numbers in the interval [−1, 1].
Vertical crossover, serving as an information interaction mechanism across dimensions, operates by pairing individuals from different dimensions in the population and generating offspring through crossover operations. Similar to horizontal crossover, offspring produced by vertical crossover undergo fitness competition with parent individuals, with higher-performing individuals retained. The mathematical formulation is as follows:
where
and
denote the parent individuals in the
-th and
-th dimensions, respectively;
represents the offspring individual generated by crossover between the
-th and
-th dimensional parent individuals; and
e is a random number in the interval [0, 1].
2.3. Flowchart of the Improved Horned Lizard Optimization Algorithm (IHLOA)
Based on the core bionic logic of the original HLOA, this paper proposes an improved Horned Lizard Optimization Algorithm (IHLOA). The algorithm retains the mathematical modeling of the four defense strategies (crypsis, skin lightening/darkening, blood-squirting, move-to-escape) and the α-melanophore-stimulating hormone (α-MSH) regulation mechanism of the horned lizard from the HLOA. Meanwhile, addressing the insufficient balance between exploration and exploitation in the original algorithm in high-dimensional optimization scenarios, the IHLOA incorporates three additional strategies, the chaotic initialization strategy, the golden sine strategy, and the orthogonal crossover strategy, further optimizing search efficiency and convergence performance. The flowchart is presented in
Figure 1, clearly illustrating the complete process of population initialization, multi-strategy collaborative search, fitness evaluation, and optimal solution update.
2.4. Computational Complexity
Time complexity serves as a core metric for evaluating the solution efficiency and practical application value of an algorithm. Therefore, this section specifically conducts a time complexity analysis for the IHLOA. Let N represent the population size of the horned lizard, D denote the dimension of the optimization problem, T indicate the maximum number of iterations, and FE stand for the time complexity of a single fitness evaluation. Based on the design logic and code implementation of the original HLOA, the total time complexity of the original HLOA is O(T × N × (D + FE)), which belongs to the linear time complexity category.
Compared with the original HLOA, the IHLOA incorporates three additional strategies: chaotic initialization, the sine cosine strategy, and the crisscross crossover strategy. Firstly, in the initialization phase, the IHLOA replaces the original random initialization with population generation via chaotic mapping. At this point, the time complexity remains consistent with the original HLOA, still being O(N × (D + FE)). Secondly, during the iteration phase, the core position update logic of the original HLOA (including protective color mimicry, blood-squirting defense, escape wandering, skin light/dark regulation, and α-melanophore-stimulating hormone regulation) is retained. For each generation, this logic performs D-dimensional position updates and fitness evaluations for N individuals, with a time complexity of O(N × (D + FE)), which is identical to the original algorithm. Meanwhile, the sine cosine strategy and crisscross crossover mutation strategy introduced in the iteration only involve constant-time operations, independent of N and D, resulting in a time complexity of O(1) without additional complexity. Thirdly, at the end of each iteration, the sine cosine strategy is applied to perform position perturbations on N individuals, followed by a re-evaluation of fitness. The time complexity of correcting the perturbed positions and calculating the fitness once is O(N × (D + FE)). Additionally, the optimal vector sorting operation added in the algorithm only targets the D-dimensional optimal solution, with a time complexity of O(DlogD), which is a constant-level operation and does not alter the overall complexity order of the algorithm.
Consequently, the total time complexity of the IHLOA is O(2 × T × N × (D + FE)). This result indicates that the time complexity of the IHLOA only increases in coefficient compared to the HLOA, both having linear time complexity. The algorithm improvements do not introduce additional time complexity orders, thus avoiding order-level degradation in solution efficiency caused by algorithm modifications.
4. Conclusions
To address the inherent defects of the original Horned Lizard Optimization Algorithm (HLOA), such as uneven initial population distribution, weak balance between global exploration and local exploitation, insufficient inter-individual information interaction, and proneness to premature convergence, this paper proposes an Improved Horned Lizard Optimization Algorithm (IHLOA) by integrating Fuch chaotic mapping, the golden sine strategy, and the orthogonal crossover strategy. Comprehensive experimental evaluations based on benchmark test functions and practical path planning scenarios fully verify that the proposed algorithm effectively fills the research gaps in existing optimization algorithms, achieving significant performance advantages compared to traditional methods and state-of-the-art meta-heuristic algorithms, thus providing valuable references for the field of bio-inspired meta-heuristic optimization.
In the benchmark function tests across 30-D, 50-D, and 80-D scenarios, the IHLOA outperforms comparative algorithms (including the HLOA, PSO, ACO, eGSK, etc.) in optimization accuracy, convergence speed, robustness, and high-dimensional scalability. Specifically, the IHLOA rapidly converges to near-theoretical optimal values in unimodal functions with standard deviations approaching zero, exhibits strong capability in escaping local optima in multimodal functions, and maintains stable optimization performance in complex composite functions. Statistical significance tests confirm that the performance improvement of the IHLOA is statistically significant in most test functions, excluding random experimental errors. Ablation experiments further demonstrate the synergistic optimization effect of the three improved strategies: Fuch chaotic mapping optimizes initial population distribution, the golden sine strategy balances exploration and exploitation, and the orthogonal crossover strategy enhances information interaction, all of which are indispensable for the performance leap of the IHLOA.
In practical path planning applications, the IHLOA shows remarkable performance in single-goal, multi-goal, and dynamic obstacle environments. In single-goal path planning across 20 × 20, 25 × 25, and 30 × 30 grid maps, the IHLOA reduces path length by 2.54–87.64% and turning points by 9.09–109.09% compared to comparative algorithms. In multi-goal path planning, it achieves a 1.24–7.99% reduction in path length and an 11.91% average reduction in turning points relative to the original HLOA. In dynamic obstacle environments, the IHLOA shortens the path length by 18.2–77.3% and reduces robot stuck times by 20.0–61.5%, while maintaining no replanning failures. Although the time complexity of the IHLOA is O(2 × T × N × (D + FE))—slightly higher than the original HLOA’s O(T × N × (D + FE))—the computational overhead increase is negligible (within the same order of magnitude), and the trade-off is well-justified by the significant improvements in path quality (shorter length, fewer turning points) and robot operational efficiency (lower energy consumption and motion control cost).
Despite the superior performance, the IHLOA still has certain limitations that need to be addressed in future research. Firstly, the algorithm’s parameter configuration is determined based on sensitivity analysis under specific experimental settings, and its adaptability to dynamically changing complex environments (e.g., time-varying obstacle densities, unknown terrain) remains to be verified. Secondly, the IHLOA is currently designed for grid-based path planning, and its applicability to continuous space, 3D complex terrain, and multi-robot collaborative path planning scenarios requires further expansion. Thirdly, the algorithm’s optimization mechanism does not fully consider real-time constraints in practical applications (e.g., robot motion dynamics, sensor measurement noise), which may affect its engineering implementation effect. Fourth, all experiments in this study are implemented in grid-based simulation environments. Although the proposed IHLOA exhibits excellent performance in static and dynamic path planning scenarios, practical deployment on physical robotic platforms still faces several realistic challenges, including sensor noise, odometry drift, localization errors, uncertain dynamic obstacles, kinematic constraints, actuator delays, and limited on-board computing resources. These simulation-to-reality gaps need to be further addressed to enhance the engineering applicability of the algorithm.
The preferred application scope of the IHLOA includes static/dynamic grid environments with known obstacle distribution, such as indoor robot navigation, warehouse logistics scheduling, and unmanned ground vehicle path planning in structured scenes. It is particularly suitable for scenarios requiring high path smoothness and optimization accuracy, where the slight increase in computational complexity can be compensated by the reduced energy consumption and operational cost of the robots.
Future research directions will focus on the following aspects: (1) developing an adaptive parameter adjustment mechanism to enhance the algorithm’s adaptability to complex dynamic environments without manual tuning; (2) extending the algorithm’s framework to 3D space and continuous terrain and integrating robot motion constraints (e.g., maximum speed, turning radius) to improve engineering practicality; (3) exploring the fusion of the IHLOA with deep learning methods (e.g., neural network-based environment modeling) to address path planning problems in unknown environments; and (4) investigating the application of the IHLOA in multi-robot collaborative path planning and designing efficient task allocation and conflict avoidance mechanisms to improve overall operational efficiency. In addition to robot path planning, the proposed IHLOA also possesses strong generalization ability for other complex optimization scenarios. The three improvement strategies, including Fuch chaotic mapping, the golden sine strategy, and the orthogonal crossover strategy, are universal meta-heuristic enhancement mechanisms rather than domain-specific designs. Therefore, the IHLOA can be further extended to various high-dimensional and non-convex optimization problems, such as feature selection, neural network weight training, task scheduling, engineering parameter optimization, and multi-objective decision-making.