Research Article

An Improved Hybrid Algorithm Based on Biogeography/Complex and Metropolis for Many-Objective Optimization

Algorithm 4

Mutation pseudocode.
() for   to do
  
()  Calculate probability based on and
   
()  Calculate mutation rate
() if rand < and   then  
() Replace SIVs vector of with a randomly generated SIVs vector
() end if
() end for