Research Article

Hybrid Biogeography Based Optimization for Constrained Numerical and Engineering Optimization

Algorithm 1

Migration operator.
Target individual for migration
For to do
 Select with probability
 If is selected
  For to NP do
   Select with probability
   If is selected
    Replace with
   End if
  End for
 End if
End for