ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2505.15862
5
0

Bandit based Dynamic Candidate Edge Selection in Solving Traveling Salesman Problems

21 May 2025
Long Wanga
Jiongzhi Zheng
Zhengda Xiong
ChuMin Li
Kun He
ArXivPDFHTML
Abstract

Algorithms designed for routing problems typically rely on high-quality candidate edges to guide their search, aiming to reduce the search space and enhance the search efficiency. However, many existing algorithms, like the classical Lin-Kernighan-Helsgaun (LKH) algorithm for the Traveling Salesman Problem (TSP), often use predetermined candidate edges that remain static throughout local searches. This rigidity could cause the algorithm to get trapped in local optima, limiting its potential to find better solutions. To address this issue, we propose expanding the candidate sets to include other promising edges, providing them an opportunity for selection. Specifically, we incorporate multi-armed bandit models to dynamically select the most suitable candidate edges in each iteration, enabling LKH to make smarter choices and lead to improved solutions. Extensive experiments on multiple TSP benchmarks show the excellent performance of our method. Moreover, we employ this bandit-based method to LKH-3, an extension of LKH tailored for solving various TSP variant problems, and our method also significantly enhances LKH-3's performance across typical TSP variants.

View on arXiv
@article{wanga2025_2505.15862,
  title={ Bandit based Dynamic Candidate Edge Selection in Solving Traveling Salesman Problems },
  author={ Long Wanga and Jiongzhi Zheng and Zhengda Xiong and ChuMin Li and Kun He },
  journal={arXiv preprint arXiv:2505.15862},
  year={ 2025 }
}
Comments on this paper