travelling-salesman-problem topic
scikit-opt
Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune Algorithm, Artificial Fish Swarm Algorithm, Differential Evolution and TSP(Traveling sales...
ALNS
Adaptive large neighbourhood search (and more!) in Python.
pyTSP
A 2D/3D visualization of the Traveling Salesman Problem main heuristics
graph-convnet-tsp
Code for the paper 'An Efficient Graph Convolutional Network Technique for the Travelling Salesman Problem' (INFORMS Annual Meeting Session 2019)
tspvis
🗺️ Visualize and control algorithms for the traveling salesman problem
learning-tsp
Code for the paper 'Learning TSP Requires Rethinking Generalization' (CP 2021)
rusty-genes
Genetic algorithm implementation in Rust with animated visualizations in Python
reinforcement-learning
Personal experiments on Reinforcement Learning
acopy
A Python implementation of the Ant Colony Optimization Meta-Heuristic
Operations-Research-Theory
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...