There are 2 repositories under tsp topic.
Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune Algorithm, Artificial Fish Swarm Algorithm, Differential Evolution and TSP(Traveling salesman)
Solving the Traveling Salesman Problem using Self-Organizing Maps
Vehicle Routing Open-source Optimization Machine
PKI.js is a pure JavaScript library implementing the formats that are used in PKI applications (signing, encryption, certificate requests, OCSP and TSP requests/responses). It is built on WebCrypto (Web Cryptography API) and requires no plug-ins.
This repository implements several swarm optimization algorithms and visualizes them. Implemented algorithms: Particle Swarm Optimization (PSO), Firefly Algorithm (FA), Cuckoo Search (CS), Ant Colony Optimization (ACO), Artificial Bee Colony (ABC), Grey Wolf Optimizer (GWO) and Whale Optimization Algorithm (WOA)
Python ASN.1 library with a focus on performance and a pythonic API
SignServer – Open source, PKI-based signing software to sign code, documents, timestamps and more.
Code for the paper 'Learning TSP Requires Rethinking Generalization' (CP 2021)
Operations research tools for Ruby
"Neural Combinatorial Optimization with Reinforcement Learning"[Bello+, 2016], Traveling Salesman Problem solver
Node.js bindings for or-tools vehicle routing problems
Solve vehicle routing problems with Google Maps Platform Route Optimization
Solving a Capacitated Vehicle Routing Problem with time windows constraints (CVRPTW) with Mixed Integer Linear Programming (MILP) in python-gurobi API.
Python implementation for TSP using Genetic Algorithms, Simulated Annealing, PSO (Particle Swarm Optimization), Dynamic Programming, Brute Force, Greedy and Divide and Conquer
一个疫情背景下应急物资配送算法:用改进后的多目标粒子群优化(MOPSO)算法解决带有风险矩阵的多辆车配送旅行商问题(TSP)
A Genetic Algorithm in Python for the Travelling Salesman Problem
Visualisation of Simulated Annealing algorithm to solve TSP
Julia package for simple traveling salesman problem heuristics
部分关于车辆路径规划问题(Vehicle Routing Problem, VRP)的智能优化算法
A dependency free library of standardized optimization test functions written in pure Python.