Research Article

A New Hybridization Approach between the Fireworks Algorithm and Grey Wolf Optimizer Algorithm

Algorithm 1

Pseudocode for the FWA-GWO.
Initialize and
Initialize the grey wolf population
Initialize a, and
Calculate the fitness of each search agent
= the best search agent of pack
= the second best agent of pack
= the third best search agent of pack
whileā€‰ā€‰( < Max number of iterations)
for each search agent
Update the position of the current search
agent by Equation (5)
end for
Update , and
Update and
Calculate the fitness of all search agents
Update , and
end while
return best