Research Article

A Cooperative Harmony Search Algorithm for Function Optimization

Pseudocode 1

Pseudocode for the SHS algorithm.
Initialize parameters and HM
while     do
For     to     do
  if     then
    , where
   if     then
    
   end if
  else
   
  end if
end for
 Update HM
end while