Research Article

A New Improved Quantum Evolution Algorithm with Local Search Procedure for Capacitated Vehicle Routing Problem

Algorithm 1

Pseudo codes of adaptive mutation operation.
(1)Settings: , ;
(2)iF   popsize then
(3)  = popsize;
(4)end if
(5)Randomly generate the positions Npos of Q-chroms, Npos 1, popsize ;
(6)Randomly generate different intergers in each group, ;
(7)if     then
(8) for   to   do
(9)   for   to   do
(10)     Use the quantum Not-gate mutating the specific -bit;
(11)     end for
(12)   end for
(13) end if