Research Article

Convergence Time Analysis of Particle Swarm Optimization Based on Particle Interaction

Algorithm 2

Statistical model of social-only PSO. Distribution is represented by and . Acceleration coefficient .
procedure STATISTICAL INTERPRETATION OF SOCIAL-ONLY PSO (Objective
Function
   Initialize: ,
   while the stopping criterion is not satisfied do
  for     do
     for     do
       
     end for
  end for
   
   for     do
     for     do
     
     end for
   end for
   
   
  end while
end procedure