paper-with-me

홈 › Papers

Anytime Behavior of Inexact TSP Solvers and Perspectives for Automated Algorithm Selection

2020-05-27 · Jakob Bossek, Pascal Kerschke, Heike Trautmann

The Traveling-Salesperson-Problem (TSP) is arguably one of the best-known NP-hard combinatorial optimization problems. The two sophisticated heuristic solvers LKH and EAX and respective (restart) variants manage to calculate close-to optimal or even optimal solutions, also for large instances with several thousand nodes in reasonable time. In this work we extend existing benchmarking studies by addressing anytime behaviour of inexact TSP solvers based on empirical runtime distributions leading to an increased understanding of solver behaviour and the respective relation to problem hardness. It turns out that performance ranking of solvers is highly dependent on the focused approximation quality. Insights on intersection points of performances offer huge potential for the construction of hybridized solvers depending on instance features. Moreover, instance features tailored to anytime performance and corresponding performance indicators will highly improve automated algorithm selection models by including comprehensive information on solver quality.

📄 PDF Abstract BibTeX arXiv:2005.13289

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingCombinatorial Optimization

Similar Papers 제목 키워드 기반

Better Understandings and Configurations in MaxSAT Local Search Solvers via Anytime Performance Analysis

2024-03-11 · Furong Ye, Chuan Luo, Shaowei Cai

Though numerous solvers have been proposed for the MaxSAT problem, and the benchmark environment such as MaxSAT Evaluations provides a platform for the comparison of the state-of-the-art solvers, existing assessments wer…

Hyperparameter OptimizationSMACSMAC+

Automatic Algorithm Selection for Pseudo-Boolean Optimization with Given Computational Time Limits

2023-09-07 · Catalina Pezo, Dorit Hochbaum, Julio Godoy, Roberto Asin-Acha

Machine learning (ML) techniques have been proposed to automatically select the best solver from a portfolio of solvers, based on predicted performance. These techniques have been applied to various problems, such as Boo…

Analysis Of The Anytime MAPF Solvers Based On The Combination Of Conflict-Based Search (CBS) and Focal Search (FS)

2022-09-20 · Ilya Ivanashev, Anton Andreychuk, Konstantin Yakovlev

Conflict-Based Search (CBS) is a widely used algorithm for solving multi-agent pathfinding (MAPF) problems optimally. The core idea of CBS is to run hierarchical search, when, on the high level the tree of solutions cand…

AO-ARC: Almost-Surely Asymptotically Optimal Multi-Robot Motion Planning with ARC

2026-06-25 · James D. Motes, Marco Morales, Nancy M. Amato arxiv

We present AO-ARC, an anytime multi-robot motion planning (MRMP) method that achieves initial solution times on par with state-of-the-art MRMP feasibility solvers while converging faster and more reliably than existing a…

Motion Planning

An Anytime, Scalable and Complete Algorithm for Embedding a Manufacturing Procedure in a Smart Factory

2025-10-02 · Christopher Leet, Aidan Sciortino, Sven Koenig arxiv

Modern automated factories increasingly run manufacturing procedures using a matrix of programmable machines, such as 3D printers, interconnected by a programmable transport system, such as a fleet of tabletop robots. To…