Research Article

A Metaheuristic Method for the Task Assignment Problem in Continuous-Casting Production

Algorithm 1

PSO algorithm main steps.
1
maxEpoch
while do
 decode the particle to generate genes, obtain the reduced MIP and solve it by using CPLEX
 compare and update each swarm’s best position and particle’s best position
 update the velocity and position accordingly
+ 1
end while