Research Article

Novel Global Harmony Search Algorithm for Least Absolute Deviation

Algorithm 1

Generating a new harmony by classical HS algorithm.
For each     do
   If  rand() < HMCR
      //memory consideration
   If rand() < PAR
         // pitch adjustment
       //truncation processing
   End
   Else
   //random selection
   End
End