Research Article

Local Search-Based Metaheuristic Methods for the Solid Waste Collection Problem

Algorithm 1

Guided local search.
(1)Initialise penalties and costs
(2)Generate initial solution
(3)while stopping criterion is not met do
(4) Find a local minimum of the augmented objective function using local search starting from
(5) Compute the utility of each feature of
(6)
(7)
(8)
(9)end while
(10)return best solution found