Research Article

Test-Sheet Composition Using Analytic Hierarchy Process and Hybrid Metaheuristic Algorithm TS/BBO

Algorithm 4

The algorithm of mutation operator.
Begin
  for   to NP
   Compute the probability
   Select SIV with probability based on
   if rand(0, 1) <   then
    Replace with a randomly generated SIV
   end if
  end for
End.