Research Article

Multiple R&D Projects Scheduling Optimization with Improved Particle Swarm Algorithm

Algorithm 1

Begin PSO
  Initialize ( );
    For to max iteration
;
    if
       end
      If necessary, update and
   
      
  for
    Update Velocity according to formula (8)
    Limit Velocity between min velocity and max velocity
    Update Position according to formula (9)
    If need be, update and
    End
    Update the position of center particle according to formula (12);
    Terminate if max
End
The process of Pso ends.