Research Article

Solving Single Machine Total Weighted Tardiness Problem with Unequal Release Date Using Neurohybrid Particle Swarm Optimization Approach

Algorithm 1

PSO algorithm.
START
Population   let velocity and position values to the piece of particle
REPEAT
   FOR to POPULATION
        Compute the fitness value;
        Update the value;
        Update value;
        Update the velocity and position values;
   END of FOR
UNTIL      Defined stopping criterion
END