Research Article

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

Algorithm 2

Local search speed mechanism.
For to
 For to
  ;
   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 set , , update nondominated solution set;
      Else, set ;
     Until ;
    Until ;
   End;
  End.