Research Article

Predatory Search Strategy Based on Swarm Intelligence for Continuous Optimization Problems

Algorithm 1

Pseudocode of the PSS-PSO algorithm.
Begin
Choose randomly from
while
   initialize particles in  ( , restriction( ))
   for ( )
      for ( )
        update swarm based on standard PSO equations
        if then
      end for
      
      if then
       , , , re-compute restrictions
   end for
   
   if then
     
End while