Local search is a widely-employed strategy for finding good solutions to Traveling Salesman Problem. We analyze the problem of determining whether the weight of a given cycle can be decreased by a popular k-opt move. Earlier work has shown that (i) assuming the Exponential Time Hypothesis, there is no algorithm to find an improving k-opt move in time f(k)no(k/logk) for any function f, while (ii) it is possible to improve on the brute-force running time of O(nk) and save linear factors in the exponent. Modern TSP heuristics show that very good global solutions can already be reached using only the top-O(1) most promising edges incident to each vertex. Motivated by this, we study the problem of finding an improving k-move in bounded degree gr...