Research Article

Hybrid Differential Evolution with Biogeography-Based Optimization for Design of a Reconfigurable Antenna Array with Discrete Phase Shifters

Algorithm 3

procedure Mutation
Begin
   for   to NP
      Compute the probability
      Select SIV Xi(j) with probability based on
      if rand then
       Replace with a randomly generated SIV
      end if
    end for
End