Research Article

Multiobjective Resource-Constrained Project Scheduling with a Time-Varying Number of Tasks

Algorithm 2

Estimation of Distribution Algorithm.
Procedure EDA
Begin
  (1) Set entries of the probability matrix , ,
    to equal probability
  While stopping condition not meet
    (2) Create genotypes by sampling
       to form a set of genotypes
    (3) Select genotypes from using
       a fitness measure
    (4)
    (5) Estimate from the of genotypes
  End
End