Research Article

Project Scheduling Heuristics-Based Standard PSO for Task-Resource Assignment in Heterogeneous Grid

Algorithm 1

The pseudocode of the PSO update process.
for each time do
 for each particle in the swarm do
  update position using  (2.4)
  calculate particle’s fitness
  update
 end for
end for