Hybrid Intelligence A Synergistic Metaheuristic For Advanced Numerical Optimization
Hybrid Intelligence A Synergistic Metaheuristic For Advanced Numerical Optimization
ISSN NO-2584-2706
2.1 Classification of Algorithm [2] Inputs: The population size N and maximum of
iterations
Outputs: The location of the rabbit and its fitness
value
Initialize the random population Xi (i=1, 2, ...N)
While (the stopping condition is not met) do
Fig 1. Classification of Meta-heuristic Calculate the fitness values of Hawks
algorithms. Set Xrabbit as the location of the rabbit (best
location)
For (each hawk (Xi)) do
2.2 Algorithms and Authors [3] Update the initial energy E0 and jump
strength J 𝖣 E0=2rand ()-1, J=2(1-rand ())
Table 1: Algorithms and Authors Update the E using Eq. (3)
If (|E|≥1) then 𝖣Exploration phase
Update the location vector using Eq. (1)
If (|E| ≥ 1) then 𝖣Exploitation phase
Sr. Algorithm Name Author Publicatio if(r≥0.5and|E|≥0.5) then 𝖣Soft besiege
No Name n Year Update the location vector using Eq. (4)
1 Teaching- Rao, R. V. 2011
Learning-Based
else if (r≥0.5and|E|<0.5and|E| then
et al
Optimization Update the location vector using Eq. (6)
2 Brain Strom Shi, Y 2011 else if(r<0.5and|E|≥0.5) then
Optimization Update the location vector using Eq. (10)
3 Gravitational Rashedi et 2009 else if(r<0.5and|E|<0.5) then
Search Algorithm al
Update the location vector using Eq. (11)
4 Electromagnetic Birbil et al 2003
Optimization Return Xrabbit
5 Ant Lion Seyedali 2015
Optimizer Mirjalili 4. Mathematical Functions:
6 Artificial Seyedali 2022 The Harris Hawks Optimization (HHO)
Hummingbird Mirjalili et algorithm is assessed against twenty-three
Algorithm (AHA) al
typical benchmark functions, including
7 Anarchic Society Ahmadi- 2011
Optimization Javid et al unimodal, multimodal, and composite
8 Political Optimizer Pereira, L. 2019 functions. Unimodal functions measure
(PO) A. et al exploitation ability, whereas multimodal
functions evaluate exploration ability. These
functions vary in complexity, allowing for a
3. PSEUDO CODE thorough performance examination of the
The Harris Hawks Optimization (HHO) algorithm algorithm while dealing with optimization
mimics hawks' cooperative hunting, balancing difficulties.
exploration and exploitation. In exploration,
hawks search randomly; in exploitation, they 4.1 Functions and Equations [4]
adjust based on prey energy, using soft or forceful
besieges. Quick adaptive dives enhance
convergence, making HHO effective for
numerical optimization
Algorithm: Pseudo-code of the HHO algorithm:
5. Search Space
A search space represents all of the potential
solutions that an optimization algorithm can
investigate. The variables and limitations of the
problem define it, resulting in a landscape of