Research Article

Hybrid Algorithm of Particle Swarm Optimization and Grey Wolf Optimizer for Improving Convergence Performance

Pseudocode 1

Pseudocode of the proposed variant (HPSOGWO).
Initialization
Initialize , , and
         //
Evaluate the fitness of agents by using (5)
while ( no. of iter)
for each search agent
Update the velocity and position by using (6)
end for
Update , , and
Evaluate the fitness of all search agents
Update positon first three agents
end while
return // first best search agent position