Research Article

Lévy-Flight Krill Herd Algorithm

Algorithm 1

Local Lévy-flight (LLF) operator.
Begin
   ;   % Smaller step for local walk
  NoSteps = ;
  Determine the next step size by performing Lévy flight as shown in Section 2.2;
  
  for to d  do
   if  rand 0.5   % Random number to determine direction
       
   else
         
   end if
  end for  j
  Evaluate the offspring
  if is better than   then
         
  end if
End.