Research Article

Complex System Optimization Using Biogeography-Based Optimization

Algorithm 2

Similarity level calculation. and are the sets of objectives or constraints of two islands (candidate solutions).
SL = 0;
for each
   for each
      if and are the same type then
         SL = SL + 1
      end if
   end for
end for