LKH
LKH refers to the Lin-Kernighan-Helsgaun algorithm, a heuristic method used to find approximate solutions to the Traveling Salesperson Problem (TSP). The TSP is a classic optimization problem that seeks the shortest possible route that visits a set of cities and returns to the origin city. Exact solutions for the TSP become computationally intractable for large numbers of cities, making heuristic approaches like LKH essential.
The LKH algorithm is an iterative improvement heuristic. It starts with an initial tour and repeatedly applies
The core idea behind the k-opt moves is to remove k edges from the current tour and