Research Article

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

Pseudocode 4

The pseudocode of local search based on insertion.
select = 1
loop = 1;
do
   randomly select   &  ;
   po = randperm(ceil());
    = insert();
   if <
    = ;
   break;
   end
   loop++;
while loop
Return