Research Article

Hybrid Estimation of Distribution Algorithm for Solving Three-Stage Multiobjective Integrated Scheduling Problem

Algorithm 1

Local search insertSwap method.
Set ;
 Repeat
  Set ; ;
   Repeat
    If , then the Insert operation is performed on to get ;
    If , then the Swap operation is performed on to get ;
     If , then , , update nondominated solution set;
     Else, let ;
   Until ;
 Until ;
End.