Research Article

An Improved Particle Swarm Optimization Algorithm Using Eagle Strategy for Power Loss Minimization

Pseudocode 1

Load objective function
Initial population
While ≤ tolerance or
  Random global search (Levy walks)
  Local search by using PSO
  If a better solution is found
    Update the current best
  End if
  
end