travelling-salesman-problem topic

List travelling-salesman-problem repositories

scikit-opt

5.0k
Stars
966
Forks
Watchers

Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune Algorithm, Artificial Fish Swarm Algorithm, Differential Evolution and TSP(Traveling sales...

ALNS

390
Stars
117
Forks
Watchers

Adaptive large neighbourhood search (and more!) in Python.

pyTSP

159
Stars
39
Forks
Watchers

A 2D/3D visualization of the Traveling Salesman Problem main heuristics

graph-convnet-tsp

281
Stars
62
Forks
Watchers

Code for the paper 'An Efficient Graph Convolutional Network Technique for the Travelling Salesman Problem' (INFORMS Annual Meeting Session 2019)

tspvis

423
Stars
53
Forks
Watchers

🗺️ Visualize and control algorithms for the traveling salesman problem

learning-tsp

193
Stars
43
Forks
Watchers

Code for the paper 'Learning TSP Requires Rethinking Generalization' (CP 2021)

rusty-genes

139
Stars
14
Forks
Watchers

Genetic algorithm implementation in Rust with animated visualizations in Python

acopy

94
Stars
29
Forks
Watchers

A Python implementation of the Ant Colony Optimization Meta-Heuristic

Operations-Research-Theory

125
Stars
54
Forks
Watchers

Some lecture notes of Operations Research (usually taught in Junior year of BS) can be found in this repository along with some Python programming codes to solve numerous problems of Optimization incl...