中文
相关论文

相关论文: Property analysis of symmetric travelling salesman…

200 篇论文

Hougardy and Schroeder (WG 2014) proposed a combinatorial technique for pruning the search space in the traveling salesman problem, establishing that, for a given instance, certain edges cannot be present in any optimal tour. We describe an…

数据结构与算法 · 计算机科学 2023-07-17 William Cook , Keld Helsgaun , Stefan Hougardy , Rasmus T. Schroeder

We consider the NP-hard 2-period balanced travelling salesman problem. In this problem the salesman needs to visit a set of customers in two time periods. A given subset of the customers has to be visited in both periods while the rest of…

最优化与控制 · 数学 2022-03-14 Vladimir Deineko , Bettina Klinz , Mengke Wang

We present a benchmark set for Traveling salesman problem (TSP) with characteristics that are different from the existing benchmark sets. In particular, we focus on small instances which prove to be challenging for one or more…

数据结构与算法 · 计算机科学 2018-06-26 Pouya Baniasadi , Vladimir Ejov , Michael Haythorpe , Serguei Rossomakhine

Genetic algorithm (GA) is an efficient tool for solving optimization problems by evolving solutions, as it mimics the Darwinian theory of natural evolution. The mutation operator is one of the key success factors in GA, as it is considered…

神经与进化计算 · 计算机科学 2018-01-23 Esra'a Alkafaween , Ahmad B. A. Hassanat

Many real-world optimisation problems involve dynamic and stochastic components. While problems with multiple interacting components are omnipresent in inherently dynamic domains like supply-chain optimisation and logistics, most research…

神经与进化计算 · 计算机科学 2020-09-16 Ragav Sachdeva , Frank Neumann , Markus Wagner

An instance of Hamiltonian cycle problem can be solved by converting it to an instance of Travelling salesman problem, assigning any choice of weights to edges of the underlying graph. In this note we demonstrate that, for difficult…

最优化与控制 · 数学 2019-02-28 Vladimir Ejov , Jerzy A Filar , Michael Haythorpe , John F Roddick , Serguei Rossomakhine

The Covering Salesman Problem (CSP) is a generalization of the Traveling Salesman Problem in which the tour is not required to visit all vertices, as long as all vertices are covered by the tour. The objective of CSP is to find a minimum…

数据结构与算法 · 计算机科学 2021-04-05 Lucas Porto Maziero , Fábio Luiz Usberti , Celso Cavellucci

In this case study, the renowned Travelling Salesmen problem has been studied. Travelling Salesman problem is a most demanding computational problem in Computer Science. The Travelling Salesmen problem has been solved by two different ways…

人工智能 · 计算机科学 2022-03-01 Gyanateet Dutta

This paper presents a novel approach to solving the Flying Sidekick Travelling Salesman Problem (FSTSP) using a state-of-the-art self-adaptive genetic algorithm. The Flying Sidekick Travelling Salesman Problem is a combinatorial…

神经与进化计算 · 计算机科学 2023-10-24 Ted Pilcher

The Traveling Salesman Problem (TSP) is a well-known combinatorial optimization problem that aims to find the shortest possible route that visits each city exactly once and returns to the starting point. This paper explores the application…

神经与进化计算 · 计算机科学 2025-01-28 Kael Silva Araújo , Francisco Márcio Barboza

We use admissible permutations and a variant of the Floyd-Warshall algorithm to obtain an optimal solution to the Assignment Problem. Using another variant of the F-W algorithm, we obtain an approximate solution to the Traveling Salesman…

组合数学 · 数学 2007-05-23 Howard Kleiman

We present a self-learning approach that combines deep reinforcement learning and Monte Carlo tree search to solve the traveling salesman problem. The proposed approach has two advantages. First, it adopts deep reinforcement learning to…

机器学习 · 计算机科学 2020-05-15 Zhihao Xing , Shikui Tu , Lei Xu

In this paper we consider the Recoverable Traveling Salesman Problem (TSP). Here the task is to find two tours simultaneously, such that the intersection between the tours is at least a given minimum size, while the sum of travel distances…

数据结构与算法 · 计算机科学 2021-11-19 Marc Goerigk , Stefan Lendl , Lasse Wulf

There are many combinatorial optimization problems whose solutions are best represented by permutations. The classic traveling salesperson seeks an optimal ordering over a set of cities. Scheduling problems often seek optimal orderings of…

神经与进化计算 · 计算机科学 2023-11-27 Vincent A. Cicirello

The Multiple Traveling Salesman Problem (mTSP) extends the Traveling Salesman Problem to m tours that start and end at a common depot and jointly visit all customers exactly once. In the min-max variant, the objective is to minimize the…

人工智能 · 计算机科学 2026-03-02 Guillem Rodríguez-Corominas , Maria J. Blesa , Christian Blum

Evolutionary algorithms have been frequently used for dynamic optimization problems. With this paper, we contribute to the theoretical understanding of this research area. We present the first computational complexity analysis of…

数据结构与算法 · 计算机科学 2015-04-27 Frank Neumann , Carsten Witt

We present an aircraft maintenance scheduling problem, which requires suitably qualified staff to be assigned to maintenance tasks on each aircraft. The tasks on each aircraft must be completed within a given turn around window so that the…

神经与进化计算 · 计算机科学 2025-12-22 Neil Urquhart , Amir Rahimi , Efstathios-Al. Tingas

In the Euclidean TSP with neighborhoods (TSPN), we are given a collection of $n$ regions (neighborhoods) and we seek a shortest tour that visits each region. In the path variant, we seek a shortest path that visits each region. We present…

计算几何 · 计算机科学 2012-04-27 Adrian Dumitrescu

We study the online Traveling Salesman Problem (TSP) on the line augmented with machine-learned predictions. In the classical problem, there is a stream of requests released over time along the real line. The goal is to minimize the…

数据结构与算法 · 计算机科学 2022-06-02 Themis Gouleakis , Konstantinos Lakis , Golnoosh Shahkarami

This paper presents a novel and efficient heuristic framework for approximating the solutions to the multiple traveling salesmen problem (m-TSP) and other variants on the TSP. The approach adopted in this paper is an extension of the…

最优化与控制 · 数学 2016-04-15 Mayank Baranwal , Brian Roehl , Srinivasa M. Salapaka