An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with tsp-solver

A curated list of projects in awesome lists tagged with tsp-solver .

https://github.com/chkwon/lkh.jl

A Julia wrapper for the Lin-Kernighan-Helsgaun (LKH) solver.

lin-kernighan-heuristic travelling-salesman-problem tsp tsp-solver

Last synced: 02 Jan 2026

https://github.com/chkwon/concorde.jl

A Julia wrapper for the Concorde TSP Solver.

concorde travelling-salesman-problem tsp tsp-solver

Last synced: 15 Mar 2025

https://github.com/sirracha/geospatial_mapping_in_python

A walkthrough of tutorials I made for working with geospatial data in Python. Includes my evaluations of Python geospatial libraries, tools and packages.

dataframes folium-maps geopandas geospatial geospatial-analysis geospatial-data geospatial-intelligence geospatial-visualization mapbox matplotlib newyork pizza plotly route-optimization subway tsp-problem tsp-solver

Last synced: 24 Feb 2026

https://github.com/anantzoid/cuda-genetic-algorithm-travelling-salesman-problem

Implementation of Parallel Genetic Algorithm in CUDA to solve TSP (Berlin52)

c cuda genetic-algorithm tsp tsp-solver

Last synced: 25 Jul 2025

https://github.com/albertnadal/tsp-solver

A Travelling Salesman Problem solver written in C implementing Genetic Algorithms.

genetic-algorithm travelling-salesman-problem tsp-solver

Last synced: 07 Oct 2025

https://github.com/smartlegionlab/smart-tsp-oracle

A high-performance, exact solver for the Traveling Salesman Problem (TSP) implemented in Python. Utilizes an intelligent Branch and Bound algorithm with adaptive thresholding to find the globally optimal solution for small to medium-sized TSP instances.

smart-tsp-oracle smartlegionlab tsp tsp-oracle tsp-problem tsp-solver tsp-solver-python

Last synced: 16 Jul 2026

https://github.com/jr-morgan/genetic-algorithm-framework

A Genetic Algorithm Framework build for comparing evolutionary and genetic algorithms for the Travelling Salesman Problem and the Cutting Stock Problem

csp csp-solver evolutionary-algorithms genetic-algorithm tsp tsp-problem tsp-solver

Last synced: 20 Apr 2026

https://github.com/nick-mazuk/traveling-salesman

A real-time traveling salesman visualizer. Compare 6 algorithms in either a bustling suburb or a lifeless, theoretical void. The choice is yours, and see the results in real-time!

traveling-salesman travelling-salesman-problem tsp tsp-approximation tsp-benchmark tsp-problem tsp-solver

Last synced: 18 Feb 2026

https://github.com/im-rises/travelling_salesman_problem_lp

Travelling Salesman Problem Solver made in Python with Google OR-Tools simplex linear programming.

or-tools python tsp tsp-problem tsp-solver

Last synced: 30 Apr 2026

https://github.com/mbouzid/ea-aos

An adaptive operator selection through a dynamic island model

aos dynamic-island-model evolutionary-algorithm tsp-solver

Last synced: 01 Apr 2025

https://github.com/im-rises/travelling-salesman-problem-ga

Travelling Salesman Problem Solver made in Functionnal Javascript with Genetic Algorithm.

javascript ramdajs tsp tsp-problem tsp-solver

Last synced: 17 Jun 2025

https://github.com/bitartisan1/tsp-genetic-algorithm-solver

Python Implementation of Traveling Salesman Problem (TSP) Using Genetic Algorithms/Hybridized with more Heuristic Optimizations

aco genetic-algorithm genetic-algorithms gui opt2 plotting python simulated-annealing tsp tsp-problem tsp-solver

Last synced: 08 Jul 2025

https://github.com/walidbosso/c_tspbbo

Implementation of the Biogeography-Based Optimization (BBO) algorithm to solve the Traveling Salesman Problem (TSP)

bbo biogeography biogeography-based-optimization c-programming-language traveling-salesman travelling-salesman-problem tsp tsp-problem tsp-solver

Last synced: 10 Sep 2025

https://github.com/liu233w/cpp-tsp3

使用遗传算法解决 tsp 问题,现代软件工程大作业

cpp11 genetic-algorithm homework tsp-solver

Last synced: 31 Dec 2025

https://github.com/msameim181/tsp-with-ga

Travelling salesman problem with Genetic algorithm

genetic-algorithm tsp tsp-problem tsp-solver

Last synced: 05 Oct 2025

https://github.com/smartlegionlab/smart-tsp-solver

A high-performance Python library for solving the Traveling Salesman Problem (TSP) using novel heuristics. Sometimes outperforms classical methods by **~25%** on real and clustered data by using spatial intelligence and adaptive strategies.

smart-tsp-solver smartlegionlab tsp tsp-problem tsp-python tsp-solver tsp-solver-python

Last synced: 13 Oct 2025

https://github.com/smartlegionlab/smart-tsp-benchmark

Benchmarking Framework - Professional-grade testing infrastructure with configurable scenarios and detailed metrics

python-tsp python-tsp-benchmark smart-tsp-benchmark smartlegionlab tsp tsp-benchmark tsp-problem tsp-solver tsp-solver-python

Last synced: 13 Oct 2025

https://github.com/it1shka/tsp-visual

Application dedicated for showcasing graph algorithms

simulator tsp-problem tsp-solver ui visual

Last synced: 15 May 2026

https://github.com/karami-mehdi/tsp

The Traveling Salesman Problem (TSP) aims for the most efficient route across cities. This Python project, employing Tkinter and the Model-View-Controller (MVC) architecture, visualizes TSP solutions. It generates random cities, utilizes the nearest neighbor algorithm, and presents the optimal path with a Tkinter-based GUI.

algorithm mvc nearest-neighbor-search nearest-neighbors python tkinter tsp tsp-problem tsp-solver

Last synced: 13 May 2026

https://github.com/nirjhardebnath/optimisation-algorithms

Optimisation Algorithms for open problems and ML

optimization-algorithms pso-algorithm python tsp-solver

Last synced: 15 May 2026

https://github.com/adalfarus/tspbase

Good and robust basis for TSP algorithms

tsp tsp-solver tsp-toolkit

Last synced: 09 Jul 2026

https://github.com/karami-mehdi/TSP

The Traveling Salesman Problem (TSP) aims for the most efficient route across cities. This Python project, employing Tkinter and the Model-View-Controller (MVC) architecture, visualizes TSP solutions. It generates random cities, utilizes the nearest neighbor algorithm, and presents the optimal path with a Tkinter-based GUI.

algorithm mvc nearest-neighbor-search nearest-neighbors python tkinter tsp tsp-problem tsp-solver

Last synced: 12 Sep 2025

https://github.com/mesmatyi/maps-with-tsp

Small webpage designed to run a client side TSP and with that optimize for best route possible between multiple waypoints

map mapbox mapbox-gl-js routing tsp-solver

Last synced: 03 Aug 2026

https://github.com/basemax/tspcities

I love TSP problem, I usually use this in other topics but here need to design TSP problem to find minimum cost for moving between cities.

cpp np-hard nphard travelling-salesman travelling-salesman-problem travelling-salesperson-problem tsp tsp-problem tsp-solver

Last synced: 18 Jul 2025

https://github.com/jtompuri/lin-kernighan-heuristic-algorithm

Python implementation of Lin-Kernighan Heuristic Algorithm based on the book "The Traveling Salesman Problem: A Computational Study" by Applegate & Co.

lin-kernighan traveling-salesman-problem tsp-problem tsp-solver tsplib95

Last synced: 22 Jun 2026

https://github.com/mlopez-ibanez/acotspqap

ACOTSPQAP: Ant Colony Optimization Algorithms for the Travelling Salesman Problem and the Quadratic Assignment Problem

metaheuristic optimization qaplib tsp-solver

Last synced: 14 Jul 2026

https://github.com/neemiasbsilva/tsp-genetic-algorithm

Applying Genetic Algorithm to solve the travelling salesman problem

genetic-algorithm python3 tsp-problem tsp-solver

Last synced: 06 Jul 2026

https://github.com/jason2brownlee/humantspsolver

Archive of Human TSP Solver (circa 2008)

java tsp tsp-solver

Last synced: 25 Apr 2026

https://github.com/typicalam/np-combinatorics

Creating a Travelling Salesman Problem solver

golang python3 tsp-solver

Last synced: 30 Apr 2026

https://github.com/phoenixsmaug/tsp

A comparison of various solvers for the Travelling Salesman Problem.

backtracking branch-and-bound integer-programming tsp tsp-solver

Last synced: 18 Feb 2026

https://github.com/erfan-mtzv/traveling-salesman-problem-evolutionary-algorithm-cyclic-crossover

TSP solver using an evolutionary algorithm with cyclic crossover, tournament selection, and insert mutation. Tested on TSPLIB95 datasets for NP-Hard optimization.

evolutionary-algorithm genetic-algorithm optimization python tsp-solver

Last synced: 10 Jun 2026

https://github.com/steq28/heuristic-tsp-transformer

Implementing a Transformer-based model in PyTorch to solve the Traveling Salesman Problem (TSP), including data loading, training, and evaluation.

deep-learning heuristics transformer tsp-problem tsp-solver

Last synced: 20 May 2026

https://github.com/ggeop/vehicle-routing-problem

Vehicle Routing Problem, based on Greedy algorythm.

greedy-algorithms java local-search optimization-algorithms tsp-problem tsp-solver

Last synced: 03 Apr 2025

https://github.com/ritu-thombre99/travelling-salesman-problem-using-genetic-algorithm

Implemented solution for Travelling Salesman Problem using Genetic algorithm for fully-connected graphs. Results were compared for different numbers of iterations in Genetic Algorithm.

ai artificial-intelligence genetic-algorithm travelling-salesman travelling-salesman-problem tsp tsp-genetic-algorithm tsp-problem tsp-solver tsp-using-genetic-algorithm

Last synced: 24 Jun 2025

https://github.com/g0bel1n/swarmpy_tsp

Swarmpy_tsp is a Python Library to easily build customizable Ant Colony Optimization pipelines for solving Traveling Salesman Problems

aco ant-colony-optimization pipeline python tsp-solver

Last synced: 15 Mar 2025

https://github.com/almayor/genetic-tsp

Genetic algorithm for the Travelling salesman problem

genetic-algorithm tsp tsp-solver

Last synced: 25 Mar 2025

https://github.com/sulmar/or-tools.demo

Przykłady optymalizacji z użyciem biblioteki OR-Tools

tsp tsp-problem tsp-solver

Last synced: 13 Jun 2026

https://github.com/czaki/tsp_spanning

Traveling Salesman heuristic with spanning tree

python3 tsp-solver

Last synced: 11 Mar 2026

https://github.com/kikoveiga/feup-da2

Algorithm Design (DA) Second Project (2022/2023): BSc in Informatics and Computing Engineering @ FEUP

cpp feup feup-da feup-leic tsp tsp-solver

Last synced: 06 Jul 2026

https://github.com/desireeav/tsp-solutions

Genetic Algorithm, Dinamic Programing and Backtracking solutions to the Traveling Salesman Problem TSP

backtracking dinamic-programming genetic-algorithm tsp tsp-problem tsp-solver

Last synced: 10 Apr 2025