traveling-salesman-problem topic

List traveling-salesman-problem repositories

VeRyPy

258
Stars
56
Forks
Watchers

A python library with implementations of 15 classical heuristics for the capacitated vehicle routing problem.

swarmlib

485
Stars
108
Forks
Watchers

This repository implements several swarm optimization algorithms and visualizes them. Implemented algorithms: Particle Swarm Optimization (PSO), Firefly Algorithm (FA), Cuckoo Search (CS), Ant Colony...

TravelingSalesmanHeuristics.jl

53
Stars
12
Forks
Watchers

Julia package for simple traveling salesman problem heuristics

incubator-kie-optaplanner

3.3k
Stars
940
Forks
Watchers

AI constraint solver in Java to optimize the vehicle routing problem, employee rostering, task assignment, maintenance scheduling, conference scheduling and other planning problems.

optapy

264
Stars
20
Forks
Watchers

OptaPy is an AI constraint solver for Python to optimize planning and scheduling problems.

minus

61
Stars
25
Forks
Watchers

React / Redux isomorphic starter, focused on minimalism and beauty

traveling_salesman_demo

61
Stars
25
Forks
Watchers

A Kotlin implementation of the TSP problem, with TornadoFX Visualization

simulated-annealing-for-tsp

27
Stars
5
Forks
Watchers

This code is to solve traveling salesman problem by using simulated annealing meta heuristic.

PyHygese

75
Stars
12
Forks
Watchers

A Python wrapper for the Hybrid Genetic Search algorithm for Capacitated Vehicle Routing Problems (HGS-CVRP)

tsp-essay

15
Stars
3
Forks
Watchers

A fun study of some heuristics for the Travelling Salesman Problem.