Research Article

Truck Scheduling for Cross-Docking of Fresh Produce with Repeated Loading

Algorithm 2

Mutation operation for inbound trucks.
Require:, ,
Ensure:
(1)fordo
(2)   a random number between [0, 1]
(3)  ifthen
(4)   random gene 1 a random number between [1, ]
(5)   random gene 2 a random number between [1, ]
(6)   swap the value of the two random selected genes in chromosome
(7)  end if
(8)end for