Research Article

A Genetic Algorithm with Fuzzy Crossover Operator and Probability

Algorithm 1

Initial population (source: Chu and Beasley [27]).
Let: S is a bit string belong to .
Let: = accumulated resources of constraint in S.
for to   do
  set ;
  set (T is a dummy set);
  randomly select a and set ;
  while do
   set ;
   set ;
   randomly select a and set ;
  end while
end for