Research Article

A Hybrid Multiobjective Genetic Algorithm for Robust Resource-Constrained Project Scheduling with Stochastic Durations

Algorithm 2

Pseudocode of the local search procedure.
while     do
= randomly generated value between the interval
 if     then
   = randomly generated value between the interval [1,n].
  Copy the part of the individual to the individual .
  Generate the part of the individual by the operator
   .
  Evaluate the individual .
  if   dominates then
   Replace with .
  end if
end if
end while