Research Article

A Modified Biogeography-Based Optimization for the Flexible Job Shop Scheduling Problem

Pseudocode 2

Selection process of the migration operator.
For  : NP
 if Rand() <
   using Tournament selection to choose ;
   Migration ();
 end
end