Research Article

Grey Wolf Optimizer Based on Powell Local Optimization Method for Clustering Analysis

Algorithm 1

GWO algorithm.
  Initialize the grey wolf population and parameters
  Calculate the fitness of population
  Find the first three agents , ,
While ( < Max number of iterations)
   Update the position of the current search agent by (4)
   Calculate the fitness of population
   Update , ,
   
End while
Return