Traveling Salesman Problem

67 papers with code • 1 benchmarks • 1 datasets

This task has no description! Would you like to contribute one?

Libraries

Use these libraries to find Traveling Salesman Problem models and implementations

Latest papers with no code

Leveraging Constraint Programming in a Deep Learning Approach for Dynamically Solving the Flexible Job-Shop Scheduling Problem

no code yet • 14 Mar 2024

Recent advancements in the flexible job-shop scheduling problem (FJSSP) are primarily based on deep reinforcement learning (DRL) due to its ability to generate high-quality, real-time solutions.

Looking Ahead to Avoid Being Late: Solving Hard-Constrained Traveling Salesman Problem

no code yet • 8 Mar 2024

To overcome this problem and to have an effective solution against hard constraints, we proposed a novel learning-based method that uses looking-ahead information as the feature to improve the legality of TSP with Time Windows (TSPTW) solutions.

A Mixed-Integer Conic Program for the Moving-Target Traveling Salesman Problem based on a Graph of Convex Sets

no code yet • 7 Mar 2024

This paper introduces a new formulation that finds the optimum for the Moving-Target Traveling Salesman Problem (MT-TSP), which seeks to find a shortest path for an agent, that starts at a depot, visits a set of moving targets exactly once within their assigned time-windows, and returns to the depot.

Generalized Nested Rollout Policy Adaptation with Limited Repetitions

no code yet • 18 Jan 2024

Generalized Nested Rollout Policy Adaptation (GNRPA) is a Monte Carlo search algorithm for optimizing a sequence of choices.

Data-CUBE: Data Curriculum for Instruction-based Sentence Representation Learning

no code yet • 7 Jan 2024

Recently, multi-task instruction tuning has been applied into sentence representation learning, which endows the capability of generating specific representations with the guidance of task instruction, exhibiting strong generalization ability on new tasks.

CARSS: Cooperative Attention-guided Reinforcement Subpath Synthesis for Solving Traveling Salesman Problem

no code yet • 24 Dec 2023

The algorithm's primary objective is to enhance efficiency in terms of training memory consumption, testing time, and scalability, through the adoption of a multi-agent divide and conquer paradigm.

A* search algorithm for an optimal investment problem in vehicle-sharing systems

no code yet • 15 Nov 2023

This property introduces a set-dependent aspect to the duration required for opening a new station, and the optimal investment problem can be viewed as a variant of the Traveling Salesman Problem (TSP) with set-dependent cost.

An Improved Artificial Fish Swarm Algorithm for Solving the Problem of Investigation Path Planning

no code yet • 20 Oct 2023

Our objective is to minimize costs, and to achieve this, we propose a chaotic artificial fish swarm algorithm based on multiple population differential evolution (DE-CAFSA).

An Edge-Aware Graph Autoencoder Trained on Scale-Imbalanced Data for Traveling Salesman Problems

no code yet • 10 Oct 2023

It has been shown that learning-based methods outperform traditional heuristics and mathematical solvers on the Traveling Salesman Problem (TSP) in terms of both performance and computational efficiency.

Optimizing Solution-Samplers for Combinatorial Problems: The Landscape of Policy-Gradient Methods

no code yet • 8 Oct 2023

Deep Neural Networks and Reinforcement Learning methods have empirically shown great promise in tackling challenging combinatorial problems.