Research Article

A Problem-Reduction Evolutionary Algorithm for Solving the Capacitated Vehicle Routing Problem

Algorithm 2

Pseudocode for the PREA.
Initialize population
for   to
  
  ,
end  for
repeat
 Cal_acceptability();
for    to  
  ;
  ;
  ;
end  for
until  termination rule is met