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

RL4CO: a Unified Reinforcement Learning for Combinatorial Optimization Library

ai4co/rl4co 29 Jun 2023

To address these challenges, we introduce RL4CO, a unified Reinforcement Learning (RL) for Combinatorial Optimization (CO) library.

267
29 Jun 2023

Policy-Based Self-Competition for Planning Problems

grimmlab/policy-based-self-competition 7 Jun 2023

AlphaZero-type algorithms may stop improving on single-player tasks in case the value network guiding the tree search is unable to approximate the outcome of an episode sufficiently well.

3
07 Jun 2023

Equity-Transformer: Solving NP-hard Min-Max Routing Problems as Sequential Generation with Equity Context

kaist-silab/equity-transformer 5 Jun 2023

Notably, our method achieves significant reductions of runtime, approximately 335 times, and cost values of about 53\% compared to a competitive heuristic (LKH3) in the case of 100 vehicles with 1, 000 cities of mTSP.

12
05 Jun 2023

Towards Omni-generalizable Neural Methods for Vehicle Routing Problems

royalskye/omni-vrp 31 May 2023

Learning heuristics for vehicle routing problems (VRPs) has gained much attention due to the less reliance on hand-crafted rules.

29
31 May 2023

Nearly Optimal Steiner Trees using Graph Neural Network Assisted Monte Carlo Tree Search

abureyanahmed/gnn-mcts-steiner 30 Apr 2023

Graph neural networks are useful for learning problems, as well as for combinatorial and graph problems such as the Subgraph Isomorphism Problem and the Traveling Salesman Problem.

2
30 Apr 2023

Pointerformer: Deep Reinforced Multi-Pointer Transformer for the Traveling Salesman Problem

pointerformer/pointerformer 19 Apr 2023

Traveling Salesman Problem (TSP), as a classic routing optimization problem originally arising in the domain of transportation and logistics, has become a critical task in broader domains, such as manufacturing and biology.

25
19 Apr 2023

Solving Dynamic Traveling Salesman Problems With Deep Reinforcement Learning

jvkersch/pyconcorde journal 2023

This brings in a dynamic version of the traveling salesman problem (DTSP), which takes into account the information of real-time traffic and customer requests.

321
01 Apr 2023

Preference-Aware Delivery Planning for Last-Mile Logistics

shaoqian12/hr-lp 8 Mar 2023

However, despite many decades of solid research on solving these VRP instances, we still see significant gaps between optimized routes and the routes that are actually preferred by the practitioners.

0
08 Mar 2023

ASP: Learn a Universal Neural Solver!

LOGO-CUHKSZ/ASP 1 Mar 2023

Applying machine learning to combinatorial optimization problems has the potential to improve both efficiency and accuracy.

11
01 Mar 2023

DIFUSCO: Graph-based Diffusion Solvers for Combinatorial Optimization

edward-sun/difusco NeurIPS 2023

We evaluate our methods on two well-studied NPC combinatorial optimization problems: Traveling Salesman Problem (TSP) and Maximal Independent Set (MIS).

116
16 Feb 2023