A new Tabu Search heuristic algorithm for the Vehicle Routing Problem with Time Windows
Mingyao Qi, Lixin Miao, Le Zhang, Hua-yu Xu
Abstract
Mingyao Qi, Lixin Miao, Le Zhang, Hua-yu Xu
Abstract
This paper describes a new design of Tabu search (ts) algorithm for solving the vehicle routing problem with time windows (VRPTW). Since VRPTW is a well known NP-hard problem, heuristic algorithms such as Tabu search are always used to get a good approach. The former published designs of TS usually focus on the neighbor structure, the relaxation to the objective function or the multi-period algorithms. This paper has two contributions. First, it designs an objective value-based Tabu List structure to help decreasing the Tabu list size and escape from local optima. it still adopts some tactics like adaptive Tabu size, randomly selected neighbor structure and so on. Second, from a problem oriented point of view, it shows that, with this self-adaptive Tabu list, even five kinds of simple neighbor structures and a single period algorithm with original objective function can get very good solutions. We tested this algorithm with Solomonpsilas VRPTW benchmark problems, and 7 of the best known solutions are updated. Another advantage of this algorithm is its efficiency. It runs on an average of 80 seconds on a normal personal computer for a solution of a problem with 100 customers.
OpenAlex reports 12 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
This paper describes a new design of Tabu search (ts) algorithm for solving the vehicle routing problem with time windows (VRPTW). Since VRPTW is a well known NP-hard problem, heuristic algorithms such as Tabu search are always used to get a good approach. The former published designs of TS usually focus on the neighbor structure, the relaxation to the objective function or the multi-period algorithms. This paper has two contributions. First, it designs an objective value-based Tabu List structure to help decreasing the Tabu list size and escape from local optima. it still adopts some tactics like adaptive Tabu size, randomly selected neighbor structure and so on. Second, from a problem oriented point of view, it shows that, with this self-adaptive Tabu list, even five kinds of simple neighbor structures and a single period algorithm with original objective function can get very good solutions. We tested this algorithm with Solomonpsilas VRPTW benchmark problems, and 7 of the best known solutions are updated. Another advantage of this algorithm is its efficiency. It runs on an average of 80 seconds on a normal personal computer for a solution of a problem with 100 customers.
Key concepts: Tabu search, Vehicle routing problem, Benchmark (surveying), Mathematical optimization, Guided Local Search, Computer science, Heuristic, Algorithm