Combining 2-opt, 3-opt and 4-opt with K-swap-kick Perturbations for the Traveling Salesman Problem
نویسندگان
چکیده
The Traveling Salesman Problem (TSP) is a famous NP-hard problem typically solved using various heuristics. One of popular heuristics class is k-opt local search. Though these heuristics are quite simple, combined with other techniques in an iterated local search (ILS) framework they show promising results. In this paper, we propose to combine the 2-opt, 3-opt and 4-opt local search algorithms with so called k-swap-kick perturbations, which are a generalization of the well known double-bridge (random 4opt) move. To reduce the run time of our 2-opt, 3-opt and 4-opt implementations, we apply some enhancements like a candidate list (based on k-d tree), search cuts, greedy starts, two-level tree data structure and others. We provide experimental results of the implemented algorithms with the TSPLIB instances.
منابع مشابه
Empirical Analysis of Improvement Algorithms for the Pickup and Delivery Traveling Salesman Problem
This paper presents an empirical analysis of some implementations of tour improvement heuristics designed for the pickup and delivery traveling salesman problem. Results show that while the classical 2-opt traveling salesman algorithm can be implemented very efficiently, available implementations of the 3-opt are much less efficient. Among tested algorithms, the only one to produce significant ...
متن کاملAn Effective Genetic Algorithm for Solving the Multiple Traveling Salesman Problem
The multiple traveling salesman problem (MTSP) involves scheduling m > 1 salesmen to visit a set of n > m nodes so that each node is visited exactly once. The objective is to minimize the total distance traveled by all the salesmen. The MTSP is an example of combinatorial optimization problems, and has a multiplicity of applications, mostly in the areas of routing and scheduling. In this paper,...
متن کاملA Hybrid Modified Meta-heuristic Algorithm for Solving the Traveling Salesman Problem
The traveling salesman problem (TSP) is one of the most important combinational optimization problems that have nowadays received much attention because of its practical applications in industrial and service problems. In this paper, a hybrid two-phase meta-heuristic algorithm called MACSGA used for solving the TSP is presented. At the first stage, the TSP is solved by the modified ant colony s...
متن کاملLocal Search and the Traveling Salesman Problem: A Feature-Based Characterization of Problem Hardness
With this paper we contribute to the understanding of the success of 2-opt based local search algorithms for solving the traveling salesman problem (TSP). Although 2-opt is widely used in practice, it is hard to understand its success from a theoretical perspective. We take a statistical approach and examine the features of TSP instances that make the problem either hard or easy to solve. As a ...
متن کاملImprovements to the Or-opt heuristic for the symmetric travelling salesman problem
Several variants and generalizations of the Or-opt heuristic for the Symmetric Traveling Salesman Problem are developed and compared on random and planar instances. Some of the proposed algorithms are shown to significantly improve upon the standard 2-opt and Or-opt heuristics.
متن کامل