Research Article

Genetic Algorithm-Based Task Scheduling in Cloud Computing Using MapReduce Framework

Algorithm 7

Stochastic acceptance for roulette wheel selection.
Input: A chromosome.
Output: A new chromosome
Generate a random number
 if
  return;
end if
while (founding one of the fitness solutions)