1. Introduction
Industrial automation and autonomous systems operate under conditions that conventional controllers handle poorly. In a lot of cases sensor data is imprecise, system dynamics are non-linear, and also the relationship between inputs and outputs resists exact mathematical description. To resolve this, Fuzzy Inference Systems (FISs), introduced by Zadeh [
1], address these conditions through representations of linguistic variables that encode expert knowledge in a computationally tractable form. Based on this, the Mamdani inference framework [
2] established the standard mapping from linguistic rules to numerical control outputs; this framework remains the basis for fuzzy controller design in engineering applications.
The performance of a fuzzy controller depends critically on the shape and position of its membership functions. For instance, centers, widths, and overlap regions must be precisely determined, while the associated rule base must remain internally consistent. However, as system complexity increases, the number of parameters needing tuning grows rapidly [
3]. That is why manual tuning through trial and error becomes both time-consuming and fails to produce optimal results [
4].
These factors have led to the adoption of meta-heuristic optimization as the standard approach to automated membership function design [
5]. In this setup, population-based algorithms search the fuzzy parameter space without requiring gradient information, a feature that makes them applicable to objective functions such as the Integral of Time-weighted Absolute Error (ITAE) that are non-differentiable with respect to membership function parameters [
6,
7]. In the end, the combination of fuzzy logic with population-based search constitutes the current paradigm in adaptive control design [
4].
1.1. Motivation and Research Gap
Safety-critical and energy-intensive systems necessitate extremely precise and stable control loop tuning. Tuning deviations in applications such as autonomous vehicle speed control [
8] and industrial furnace regulation [
9] can cause mechanical failures, compromise passenger safety, or result in significant energy losses [
6].
Gradient-based methods like backpropagation and steepest descent are poorly suited to this class of problem. The parameter space of a fuzzy controller is characterized by flat regions where the gradient drops, discontinuous surfaces, and numerous local optima that trap descent-based optimizers [
4]. Furthermore, the mapping between membership function parameters and performance indices such as ITAE or IAE is generally non-differentiable, which prevents the direct application of analytical optimization [
7].
The principal limitation of existing meta-heuristic algorithms is the rigidity of their phase-transition mechanisms. Most established methods govern the exploration–exploitation balance through a linear parameter decay, but this schedule does not reflect the non-linear behavioral shifts observed in biological foraging, leading to premature convergence: the algorithm commits to local refinement before the global search space has been adequately sampled [
6].
A second limitation is the gap between benchmark performance and performance on engineering optimization problems. Fuzzy surfaces are characterized by extended plateau regions where the objective function is insensitive to parameter perturbations, and by narrow high-gradient ridges where the global optimum is located. These features are not represented in classical unimodal or separable benchmark functions [
6].
There is currently no framework that integrates a heavy-tailed foraging operator, biologically grounded pair-based leadership, and non-linear energy decay into a single structure calibrated for FIS tuning. BBJO is introduced to address this set of limitations. Population-based and gradient-free optimizers navigate the search space through stochastic sampling rather than derivative information and are capable of operating on objective functions that are non-convex, discontinuous, or computationally expensive to evaluate.
1.2. The Philosophy of Opportunistic Search
The design of BBJO is grounded in the foraging ecology of
Lupulella mesomelas, the black-backed jackal. Empirical studies on animal movement confirm that efficient foragers do not sample the environment uniformly. Optimal foraging results in heavy-tailed displacement distributions in unpredictable or food-scarce situations, with many short relocations interspersed with infrequent long-range jumps. This pattern is compatible with Lévy statistics [
10]. This movement structure maximizes the probability of locating resources in unknown terrain and is the biological basis for the Lévy flight operator in BBJO.
The black-backed jackal is characterized by its behavioral adaptability, altering its hunting tactics depending on its own energy levels and the behavior of its prey [
11]. This adaptive behavior, switching from high-speed pursuit to targeted harassment as stamina drops, offers the biological inspiration for the exploration/exploitation trade-off in the BBJO framework. Instead of a linear schedule, BBJO models the transition with a parabolic energy decay function, which allows for a gradual and highly controlled change in search pressure over the iteration budget, avoiding abrupt transitions and enabling more stable refinement as the limit is approached.
1.3. Research Contributions
The primary contributions of this paper are as follows:
Adaptive Energy Mechanism with Non-Linear Decay. To control the transition between exploration and exploitation, we introduce a parabolic energy parameter . This results in a slower decay than a linear schedule, keeping global mobility active for longer and concentrating the exploitation budget in the final iterations where accuracy is more crucial.
Pair-Based Cooperative Update with Lévy Displacement. In the phase of exploration (
), each agent moves to the arithmetic mean of three directional candidates derived from the dominant male
, the dominant female
, and the global best
(Equations (
3)–(
6)). The three impact vectors are rarely coincident in practice because the stochastic coefficients
and
change the step magnitude individually for each leader. A Lévy displacement (Equation (
9),
) is then added, whose heavy-tailed distribution produces occasional long-range jumps that help agents escape deceptive local basins.
Quadratic Prey Refinement. We develop a non-linear exploitation operator in which the step size toward the global best scales quadratically with distance. This results in higher attraction when the agent is far from and finer correction in its immediate neighborhood, which reduces oscillatory behavior during the final convergence phase.
Validation on 23 Benchmark Functions and Two Engineering Applications. BBJO is compared with GWO, PSO, and DE on 23 mathematical benchmark functions and against 13 meta-heuristic algorithms on two non-linear FIS tuning problems: autonomous vehicle speed regulation and industrial furnace temperature regulation.
2. State of the Art and Taxonomic Evolution
Meta-heuristic optimization is generally based on three paradigms: evolutionary computing (EAs), trajectory or physics-based formulations and swarm intelligence (SI) techniques. Each of the frameworks attempts to address one fundamental problem, albeit with different underlying metaphors: how to efficiently balance exploration of the space and refinement of local solutions on complex, non-linear error surfaces.
The No Free Lunch theorem [
12] is the baseline constraint for this entire domain. This shows that there is no optimization procedure that can beat all other methods in all possible problem instances. Any gain in performance on one class of problems is quantitatively balanced by poor performance on others. There is no default to choose or build an optimization tool. This is a basic design choice that requires a deep understanding of the mathematical properties of the system to be targeted.
Evolutionary algorithms (EAs) are optimization algorithms that iteratively improve a population of potential solutions by utilizing natural selection mechanisms like genetic crossover and mutation. Holland’s Genetic Algorithm (GA) [
13] serves as the foundation for this course. Goldberg [
14] later expanded it to practical engineering scenarios. A theory influenced by evolution is called Differential Evolution (DE) [
15]. By working directly on real vectors and generating trial states from vector differences of random agents, DE automatically adjusts to the local topology of the search space. It can be used for tasks involving continual optimization because of this feature. This includes fuzzy membership function calibration.
Later evolutionary designs incorporated broader ecological or behavioral concepts. Biogeography-Based Optimization (BBO) [
16] treats solution vectors as habitats and uses migratory models to propagate superior features prior to being eliminated by selection pressures. Other methods regulate exploration by giving specific roles to the population. The Artificial Bee Colony (ABC) algorithm [
17] separates agents into employed bees, onlookers and scouts in order to carry out specific search behaviors. Cultural Algorithms (CA) [
18] retain and utilize global knowledge between generations in an auxiliary belief space. The Covariance Matrix Adaptation Evolution Strategy (CMA-ES) [
19] provides a rigorous alternative for very ill-conditioned landscapes. It keeps a full covariance matrix of the search distribution, which is continuously adjusted to track the exact mathematical curvature of the cost function.
Physics-based approaches use explicit physical laws (not biological metaphors) to determine the movements of agents. The Gravitational Search Algorithm (GSA) [
20] views potential solutions as physical masses interacting with each other through Newtonian attraction. High-fitness agents act as heavy masses, attracting lighter agents to promising regions. In a similar fashion, the Archimedes Optimization Algorithm (AOA) [
21] employs Archimedes’ principle of fluid buoyancy and immersion depth for agent displacement control, balancing convergence pressure with repulsion loops.
Other physics-inspired approaches simulate thermodynamic or cosmological equilibrium situations. The Sine Cosine Algorithm (SCA) [
22] applies simple trigonometric equations to generate oscillatory motions, which compel the agents to alternate between wide exploration and local exploitation. The Multi-Verse Optimizer (MVO) [
23] is based on the cosmology concepts and utilizes white holes, black holes and wormholes to control the solution transfers. On the other hand, the Equilibrium Optimizer (EO) [
24] is based on mass balance equations in a control volume to formulate its search rules. The mass balance approach is structurally similar to other specialized physics solvers such as Henry Gas Solubility Optimization (HGSO) [
25], Thermal Exchange Optimization (TEO) [
26], and the Crystal Structure Algorithm (CryStAl) [
27].
Swarm intelligence (SI) is concerned with the emergence of a global behavior in groups of animals based on simple local interactions. Particle Swarm Optimization (PSO) [
28] is still the classic paradigm in this kind. PSO is inspired by bird flocking and updates particle velocities from a combination of personal historical best positions and the global optimum of the swarm. PSO is easy to implement and computationally inexpensive. However, PSO tends to lose population diversity fast and tend to get stuck in local minima for complex multimodal landscapes.
The problem of premature convergence is addressed by numerous modern SI frameworks. In order to stabilize the transition between exploration and exploitation, the Grey Wolf Optimizer (GWO) [
29] uses a strict three-tier social hierarchy (alpha, beta, and delta leaders) to direct an encircling approach. The Whale Optimization Algorithm (WOA) [
30] uses a logarithmic spiral model for local updates to simulate the bubble-net feeding behavior of whales. A alternative topological structure is used by the Salp Swarm Algorithm (SSA) [
31], where agents are connected in a linear chain and each salp follows the salp in front of it to maintain a wide population spread.
In order to find alternative behavioral splits, the Sparrow Search Algorithm (SpSA) [
32] divides the agents into producers and scroungers and adds a predator avoidance trigger. The Firefly Algorithm (FA) [
33,
34] is based on the attraction of light intensity, where brightness is determined by a solution’s quality and decreases with distance. So as to smoothly transition between four distinct cooperative hunting modes, Harris Hawks Optimization (HHO) [
35] uses an energy parameter. In order to preserve variety of search, the Dung Beetle Optimizer (DBO) [
36] uses rolling, foraging, and stealing behaviors among several subpopulations.
Mathematical operators and highly specialized ecological niches are recent themes in SI. While the Crested Porcupine Optimizer (CPO) [
37] uses a four-phase defensive model to maintain population diversity, the Artificial Hummingbird Algorithm (AHA) [
38] looks for limited local solutions. While the Mantis Search Algorithm (MSA) [
39] alternates between static ambush and active strike, the Nutcracker Optimization Algorithm (NOA) [
40] is based on spatial memory. Frameworks such as the Zebra Optimization Algorithm (ZOA) [
41] and associated meta-heuristics [
42,
43] use Lévy flights [
10] with power-law step variations for effective coverage of large search domains to enhance global exploration. The Golden Jackal Optimization (GJO) [
44], the African Vulture Optimization Algorithm (AVOA) [
45], Teaching-Learning-Based Optimization (TLBO) [
46], Jaya [
47], Moth-Flame Optimization (MFO) [
48], the Ant Lion Optimizer (ALO) [
49], and the Bat Algorithm (BAT) [
50] are also covered by this vast area.
In recent years, the taxonomy of bio-inspired meta-heuristics has expanded significantly with the introduction of highly specialized swarm-based frameworks. Notable examples include the Zebra Optimization Algorithm (ZOA) [
41], which models the foraging and anti-predator behaviors of zebras, and the Mantis Search Algorithm (MSA) [
39], which mathematically replicates the unique hunting and clutching mechanics of praying mantises. While these contemporary algorithms introduce sophisticated multi-phase kinematic rules to balance exploration and exploitation, they fundamentally belong to the class of leader-follower or pattern-based localized search paradigms. Consequently, they often encounter structural vulnerabilities—such as asymptotic stagnation—when navigating high-dimensional, highly non-convex landscapes where gradient trajectories disappear. The proposed BBJO breaks from these rigid step-wise frameworks by introducing a heavy-tailed Lévy flight component coupled with an adaptive metabolic energy decay model, offering a fundamentally different mathematical approach to overcoming localized traps.
Yet, none of the existing methods capture this specific dual-leader hierarchy, the non-linear metabolic stamina depletion and opportunistic scavenging traits of Lupulella mesomelas within this wide range of biological and physical metaphors. Simple linear or uniform random decay schedules are the foundation of current energy-driven techniques like GJO and AVOA. These functions do not correspond to a predator’s actual physiological weariness curve after a protracted hunt. The optimization landscape for adjusting fuzzy inference systems (FISs) is made up of small high-gradient valleys between flat plateaus. The inflexible, linear transitions between exploration and exploitation cause these algorithms to either stall early or fail to refine the membership function limits. Black-Backed Jackal Optimization (BBJO) was developed in response to this problem. In order to overcome these structural constraints and improve convergence accuracy, BBJO incorporates a cooperative flanking operator and a parabolic energy decay model.
8. Conclusions
This paper presented the Black-Backed Jackal Optimization (BBJO) meta-heuristic, inspired by the opportunistic foraging and stamina dynamics of Lupulella mesomelas. By integrating a non-linear parabolic energy decay with adaptive Lévy flights, the algorithm achieves a robust balance between exploration and exploitation. Benchmark evaluations across 23 classical functions confirmed its capacity to bypass local optima. Specifically, BBJO achieved mean errors two orders of magnitude lower than PSO on unimodal surfaces (), prevented premature convergence on high-dimensional multimodal topologies (), and consistently reached the exact theoretical minima with zero variance on Shekel functions ().
Practical validation on two industrial fuzzy control tasks demonstrated the algorithm’s field readiness. For the smart oven system, BBJO secured the lowest overall penalty (5.55), outperforming TLBO by 2.3% and PSO by 81.30%. In the autonomous vehicle speed regulation test, BBJO established superior run-to-run consistency with the lowest standard deviation (1.28) and a 13.1% mean cost reduction over PSO. These metrics show that BBJO provides the deterministic stability necessary for safety-critical industrial loops. Future work will adapt BBJO for multi-objective challenges, focusing on the tradeoff between ITAE and overshoot, while shifting from simulation to real-time embedded hardware validation.