machine-reasoning-ufrgs / TSP-GNNView external linksLinks
Graph Neural Network architecture to solve the decision variant of the Traveling Salesperson Problem (is there a Hamiltonian tour in G with up to a given cost?)
☆118Jan 4, 2020Updated 6 years ago
Alternatives and similar repositories for TSP-GNN
Users that are interested in TSP-GNN are comparing it to the libraries listed below
Sorting:
- Code for the paper 'Learning TSP Requires Rethinking Generalization' (CP 2021)☆239Aug 26, 2021Updated 4 years ago
- Code for the paper 'On Learning Paradigms for the Travelling Salesman Problem' (NeurIPS 2019 Graph Representation Learning Workshop)☆33Dec 17, 2020Updated 5 years ago
- Attention based model for learning to solve different routing problems☆1,336Aug 4, 2024Updated last year
- ☆134Nov 7, 2022Updated 3 years ago
- This repo implements our paper, "Learning to Iteratively Solve Routing Problems with Dual-Aspect Collaborative Transformer", which has be…☆117Jun 3, 2024Updated last year
- ☆31Sep 22, 2021Updated 4 years ago
- This is the source code for solving the Traveling Salesman Problems (TSP) using Monte Carlo tree search (MCTS).☆34Sep 25, 2019Updated 6 years ago
- Combinatorial Optimization with Graph Convolutional Networks and Guided Tree Search☆155Sep 2, 2024Updated last year
- ☆18Mar 21, 2019Updated 6 years ago
- Implementation of "Learning Combinatorial Optimization Algorithms over Graphs"☆515May 25, 2019Updated 6 years ago
- codes for the paper "POMO: Policy Optimization with Multiple Optima for Reinforcement Learning"☆237Oct 2, 2022Updated 3 years ago
- ☆164Dec 11, 2019Updated 6 years ago
- Code for TSP Transformer☆193Mar 13, 2021Updated 4 years ago
- Using GNN and DQN to find a baetter branching heuristic for a CDCL Solver☆52Oct 20, 2020Updated 5 years ago
- Python wrapper around the Concorde TSP solver☆393Apr 6, 2025Updated 10 months ago
- Swarm learning algorithm☆11Jun 2, 2021Updated 4 years ago
- A model builder helper for creating graph neural networks akin to the ones described in https://arxiv.org/abs/1806.01261 and https://ie…☆12Apr 18, 2019Updated 6 years ago
- The official implementation of "Electric Vehicle Routing for Emergency Power Supply with Deep Reinforcement Learning" (AAMAS 2024, extend…☆19Apr 8, 2024Updated last year
- TSP solver using Gurobi for Cardinal Cup 2021 contest (Python).☆12Nov 9, 2021Updated 4 years ago
- propositional satisfiability problem (SAT) goes neural and deep☆12Aug 17, 2021Updated 4 years ago
- ☆11Jun 21, 2022Updated 3 years ago
- Official Repo for the NeurIPS2020 paper "Erdos Goes Neural: An Unsupervised Learning Framework for Combinatorial Optimization on Graphs"☆51Apr 22, 2022Updated 3 years ago
- Tensorflow implementation of an Actor Critic algorithm using a Pointer Network to solve the TSP (algorithm from Neural Combinatorial Opti…☆43Dec 22, 2017Updated 8 years ago
- Official Repository for the ICLR 2022 paper "Generalization of Neural Combinatorial Solvers through the Lens of Adversarial Robustness"☆13Nov 20, 2022Updated 3 years ago
- ☆12May 27, 2019Updated 6 years ago
- Learning a Latent Search Space for Routing Problems using Variational Autoencoders☆28Jul 14, 2021Updated 4 years ago
- Reinforcement Learning Enhanced Quantum-inspired Algorithm for Combinatorial Optimization☆16Feb 19, 2020Updated 5 years ago
- This is the code for GA-DRL-Aubo paper☆14Apr 8, 2022Updated 3 years ago
- ☆15May 24, 2023Updated 2 years ago
- Solving Traveling Salesman Problem with reinforcement learning...☆56Aug 26, 2019Updated 6 years ago
- Co-training for Policy Learning☆13Aug 8, 2019Updated 6 years ago
- Code accompanying the paper Graph Neural Network Guided Local Search for the Traveling Salesperson Problem☆29Feb 19, 2023Updated 2 years ago
- pytorch neural combinatorial optimization☆387Dec 26, 2017Updated 8 years ago
- Learning local search heuristics for Boolean satisfiability☆37May 8, 2024Updated last year
- Exact Combinatorial Optimization with Graph Convolutional Neural Networks (NeurIPS 2019)☆403Dec 21, 2021Updated 4 years ago
- Online Planner Selection with Graph Neural Networks and Adaptive Scheduling (AAAI 2020)☆36Mar 24, 2023Updated 2 years ago
- 🧬 Solving MDVRP using evolutionary algorithms.☆17May 29, 2022Updated 3 years ago
- Monte Carlo tree search (MCTS) on traveling salesman problem (TSP)☆22Apr 27, 2019Updated 6 years ago
- GNN(graph classification neural network) implementation by tensorflow.☆14Jan 10, 2019Updated 7 years ago