Research Article

Workflow Scheduling Using Hybrid GA-PSO Algorithm in Cloud Computing

Algorithm 2

The crossover method.
Input: two chromosomes
Output: offspring chromosome
= (Math.random chromosome.length)
  For , to
   offspring _chromosome = chromosome1
  End For
  For to chromosome.length
   offspring_chromosome = chromosome2
  End For