paper-with-me

Papers

Learning-guided iterated local search for the minmax multiple traveling salesman problem

2024-03-19 · Pengfei He, Jin-Kao Hao, Jinhui Xia

The minmax multiple traveling salesman problem involves minimizing the longest tour among a set of tours. The problem is of great practical interest because it can be used to formulate several real-life applications. To solve this computationally challenging problem, we propose a leaning-driven iterated local search approach that combines an aggressive local search procedure with a probabilistic acceptance criterion to find high-quality local optimal solutions and a multi-armed bandit algorithm to select various removal and insertion operators to escape local optimal traps. Extensive experiments on 77 commonly used benchmark instances show that our algorithm achieves excellent results in terms of solution quality and running time. In particular, it achieves 32 new best-known results and matches the best-known results for 35 other instances. Additional experiments shed light on the understanding of the composing elements of the algorithm.

📄 PDF Abstract BibTeX arXiv:2403.12389

Code (0)

등록된 구현이 없습니다.

Tasks

Traveling Salesman Problem

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

An Effective Iterated Two-stage Heuristic Algorithm for the Multiple Traveling Salesmen Problem

2022-01-24 · Jiongzhi Zheng, Yawei Hong, Wenchang Xu, Wentao Li 외

The multiple Traveling Salesmen Problem (mTSP) is a general extension of the famous NP-hard Traveling Salesmen Problem (TSP), that there are m (m > 1) salesmen to visit the cities. In this paper, we address the mTSP with…

SOM-Guided Evolutionary Search for Solving MinMax Multiple-TSP

2019-07-27 · Vlad-Ioan Lupoaie, Ivona-Alexandra Chili, Mihaela Elena Breaban, Madalina Raschip

Multiple-TSP, also abbreviated in the literature as mTSP, is an extension of the Traveling Salesman Problem that lies at the core of many variants of the Vehicle Routing problem of great practical importance. The current…

Evolutionary AlgorithmsTraveling Salesman Problem

Minmax Trend Filtering: Generalizations of Total Variation Denoising via a Local Minmax/Maxmin Formula

2024-10-03 · Sabyasachi Chatterjee

Total Variation Denoising (TVD) is a fundamental denoising and smoothing method. In this article, we identify a new local minmax/maxmin formula producing two estimators which sandwich the univariate TVD estimator at ever…

Denoisingregression

MinMax Radon Barcodes for Medical Image Retrieval

2016-10-02 · H. R. Tizhoosh, Shujin Zhu, Hanson Lo, Varun Chaudhari 외

Content-based medical image retrieval can support diagnostic decisions by clinical experts. Examining similar images may provide clues to the expert to remove uncertainties in his/her final diagnosis. Beyond conventional…

DiagnosticImage RetrievalMedical Image RetrievalRetrieval+1

A Biased Estimator for MinMax Sampling and Distributed Aggregation

2024-04-26 · Joel Wolfrath, Abhishek Chandra

MinMax sampling is a technique for downsampling a real-valued vector which minimizes the maximum variance over all vector components. This approach is useful for reducing the amount of data that must be sent over a const…