An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: travelling-salesman-problem

silverscorpio/genetic_algorithms

Genetic Algorithms

Language: Python - Size: 8.52 MB - Last synced at: 7 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

alexmota-dev/TravellingSalesmanProblemInHaskell

This project aims to solve problem travelling salesman in Haskell

Language: Haskell - Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

LlfeSteal/Genetic_TSP_AI 📦

Traveling Salesman Problem (TSP) "resolved" with Python Genetic Algorithm.

Language: Python - Size: 34.2 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

alexmota-dev/TravellingSalesmanProblemInJava

This project aims to solve problem travelling salesman in Java

Language: Java - Size: 9.77 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

nikhil97353/Evolutionary-Algorithm-for-Traveling-Salesman-Problem-TSP-

In this project, I implemented an Evolutionary Algorithm (EA) to solve the Travelling Salesman Problem (TSP), a classic optimization challenge where the goal is to find the shortest route that visits a set of cities exactly once and returns to the starting point.

Language: Python - Size: 169 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

gabriel-dp/TSP-PSO

Travelling Salesman Problem using Particle Swarm Optimization

Language: C++ - Size: 534 KB - Last synced at: 19 days ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

DrayWilliams1/Genetic_TSP 📦

Genetic algorithm implementation for the Travelling Salesman Problem. (School Project - 2017)

Language: Java - Size: 12.7 KB - Last synced at: 9 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

Inspiaaa/TSP-Simulated-Annealing

An interactive Travelling Salesman Problem solver using simulated annealing

Language: C# - Size: 4.55 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

keanteng/travelling-salesman

🛣️ Route Optimization With Open Route Service

Language: Jupyter Notebook - Size: 219 KB - Last synced at: 2 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

anirudhv14/IBS_Sem3_Project

This is a repo containing the Travelling Salesman Person problem implementation and its application in Genome Sequencing

Language: MATLAB - Size: 29.3 MB - Last synced at: 10 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

krplata/tsp_approx

Follow up to the tsp project. Implements approximation algorithms.

Language: C++ - Size: 418 KB - Last synced at: 10 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

krplata/tsp

Asymmetric Travelling Salesman Problem exact solution algorithms.

Language: C++ - Size: 155 KB - Last synced at: 10 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 3

eeoooue/simulated-annealing

Interactive demo featuring Simulated Annealing (SA) as applied to the Travelling Salesman Problem (TSP).

Language: Jupyter Notebook - Size: 360 KB - Last synced at: 2 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

AsishMandoi/VRP-explorations

Exploring various quantum annealing-based approaches to solve the vehicle routing problem as part of the QOSF Quantum Computing Mentorship Program Cohort Four

Language: Jupyter Notebook - Size: 6.82 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 9 - Forks: 5

pjamespz/SCHOOL-TravelingSalesman-DFSBNB-StochasticLocal

Bidirectional traveling salesman problem using branch and bound depth-first search and stochastic local search followed by a time complexity analysis.

Language: Python - Size: 371 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

uhpoler/KPI-third-semestr

This repository contains materials from all disciplines of the third semester

Language: Python - Size: 19.1 MB - Last synced at: 2 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

panfeng5/tsphurt

a set of implementations of TSP heuristics with a focus on readability

Language: C++ - Size: 6.41 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

IgorAugust0/data-struct-2

📗 Repositório para arquivos da disciplina GSI011 - Estrutura de Dados 2

Language: Java - Size: 4.01 MB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

fuelkid/Beacon

Beacon - A marine loading and path detection system

Language: Visual Basic - Size: 16.9 MB - Last synced at: 5 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

Butanium/monte-carlo-tree-search-TSP

Monte Carlo tree search for the travelling salesman problem (MCTS for the TSP)

Language: OCaml - Size: 21.8 MB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 10 - Forks: 0

NisanurBulut/TezRota

Routing problem in heterogeneous fleet is discussed.

Language: C# - Size: 2 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 1

PatMyron/data

Language: Python - Size: 3.59 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 1

gabrielcmerlin/travellingSalesman

Resolution of the Traveling Salesman Problem using Backtracking.

Language: C - Size: 171 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

6ar8nas/cpp-graph-algorithms

Graph Algorithms coursework - Software Engineering @ Vilnius University (2023/24)

Language: C++ - Size: 2.91 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

NikolayShvedov/Travel-salesman

Solving the traveling salesman problem using the branch and bound method

Language: TypeScript - Size: 384 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

sharma-n/Drone_Parcel_Distribution

Indexing, Voronoi diagrams and travelling salesman problem w.r.t. drone delivery system.

Language: Jupyter Notebook - Size: 588 KB - Last synced at: 11 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

padj/Genetic_Algorithm_TSP

A bespoke python genetic algorithm to solve the generalised 2D travelling salesman problem.

Language: Python - Size: 11.7 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

aakash2016/Delivery_Problem

Language: Jupyter Notebook - Size: 5.86 KB - Last synced at: 11 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

gabrielfmcoelho/Maxwell-Journey

Language: Java - Size: 4.09 MB - Last synced at: 11 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

codewithmiraj/TSP-Python

Travelling Salesman Problem in Python

Language: Python - Size: 43 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

RikoAppDev/travelling-salesman-problem

AI - Project 2 - This project implements Tabu Search and Simulated Annealing to produce optimal solution of the TSP.

Language: Python - Size: 632 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

T04STER/jak-dojade

A* and Tabu Search implementation on bus lines scenario

Language: Jupyter Notebook - Size: 2.28 MB - Last synced at: 11 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

Redy1908/GreenWay-Backend

Optimized Routing for Electric Delivery Vehicles

Language: Java - Size: 65.6 MB - Last synced at: 11 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

Marcos-Godinho-Filho/multiple_travelling_salesman_problem

🧳 A mTSP heuristic algorithm

Language: Python - Size: 553 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

dyxj/go-tsp

Travelling salesman problem solved with Genetic Algorithm using Go

Language: Go - Size: 7.73 MB - Last synced at: 12 months ago - Pushed at: about 2 years ago - Stars: 16 - Forks: 11

clementreiffers/travelling-salesman-problem-using-ortools

travelling salesman problem using ortools

Language: Python - Size: 95.7 KB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

mtShaikh/tsp_through_aco

Ant Colony Optimization for the Traveling Salesman Problem

Language: Go - Size: 91.8 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 6 - Forks: 2

Davide64-dev/FEUP_DA_TSP

🗺️ | Investigating TSP using various algorithms and approximation methods

Language: C++ - Size: 617 KB - Last synced at: 14 days ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

Pantzan/TravelSalesmanGA

Travel Salesman problem using Genetic optimization algorithm written in Python

Language: Python - Size: 30.3 KB - Last synced at: 12 months ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 1

Ruban2205/Design_Analysis_of_Algorithms

This repository serves as a valuable resource for individuals interested in exploring the design and analysis of algorithms. Whether you are a student studying computer science or a developer seeking to enhance your algorithmic skills, this collection will provide you with a diverse set of algorithms to learn from and apply in your projects.

Language: Python - Size: 41 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

TheArcus02/TSP-Metaheuristic-Python

TSP - Ant Colony Optimization

Language: Python - Size: 56.6 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

Nikhil190804/DM_Group_Project

This is the repository for our group project for Discrete Maths course. Our topic was famous travelling salesman problem.

Language: C++ - Size: 1.08 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DineshThapaX/Travelling-Salesman-Problem-TSP-using-Genetic-Algorithm

Travel Salesman Problem Optimization using Genetic Algorithm. Read the Report for complete understanding.

Language: R - Size: 631 KB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

agustinportilla/Paris_Hotel_Selection

RoundTripDistance (mlrose.TravellingSales), distance_matrix and API (openstreetmap.de) developed in Python + Visualizations (Tableau).

Language: Jupyter Notebook - Size: 45.9 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

RaminSaljoughinejad/Python-3.0-Course

Python 3.x - Numpy - Matplotlib - Pandas - MySQL - etc.

Language: Jupyter Notebook - Size: 3.79 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 31 - Forks: 9

Icepack-co/iceR

This repo contains an R-package used to handle model building and api requests to the Icepack API. The package is predominantly written in c++ and uses sf to handle geometries.

Language: C++ - Size: 869 KB - Last synced at: 7 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 1

gustavecortal/aco-tsp

Solving Traveling Salesman Problem (TSP) using Ant Colony Optimization (ACO).

Language: R - Size: 2.07 MB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

selcia25/advanced-data-structures-and-algorithms

👩‍💻This repository provides Python implementations of a variety of fundamental algorithms and problem-solving techniques. From Knapsack and TSP to BFS, DFS, and more, explore practical examples to enhance your algorithmic skills. Perfect for students and developers seeking to grasp essential algorithms in Python.

Language: Python - Size: 19.5 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

projektdexter/tsp-solutions

Exact Solution for the np-hard problem TSP

Language: Python - Size: 73.2 KB - Last synced at: 17 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

olucaslopes/caixeiro-viajante

Algoritmo de busca da menor rota entre 20 municípios paulistas

Language: Jupyter Notebook - Size: 6.79 MB - Last synced at: 29 days ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 0

sid-1698/QMFL

Quantitative Methods for Logistics

Language: Python - Size: 459 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

elifgokpinar/TSP-Problem

We tried to optimize Traveling Salesman Problem.

Language: Java - Size: 1.38 MB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

shashwatkathuria/Data-Structures-And-Algorithms

Data Structures And Algorithms

Language: Python - Size: 36.6 MB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 6 - Forks: 7

rsalmei/tsp-essay

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

Language: Jupyter Notebook - Size: 19.7 MB - Last synced at: 11 days ago - Pushed at: almost 4 years ago - Stars: 15 - Forks: 2

kevinricher/travelling-salesman-survey

A survey of the travelling salesman problem.

Language: Python - Size: 155 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

CosmoJelly/Travelling-Salesman-Problem-Using-MPI

Travelling Salesman Problem solved using MPI and DFS

Language: C - Size: 2.93 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

dhernandezl/Metaheuristics-N-Stages-ACO

Metaheuristics N Stages ACO - Implements the ant colony system algorithm in N stage for problem TSP (Travelling Salesman Problem).

Language: Java - Size: 62.5 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

conor19w/TSP-Drone-delivering-burritos

Genetic Algorithm to solve a TSP problem involving delivering burritos by drone, with time constraints.

Language: Java - Size: 8.79 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

jmhummel/Traveling-Saleman-Genetic-Algorithm

Solving the Traveling Salesman problem with 49 US Capitals using a genetic algorithm

Language: Python - Size: 6.13 MB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 13 - Forks: 3

KATO-Hiro/traveling-salesman-problem

Transcription for learning.

Language: Python - Size: 14.6 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

gsiddhad/Advanced-Algorithms

Implementation of Different Advanced Algorithms

Language: Python - Size: 17.6 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Butanium/Genetic_algorithm_for_TSP_python

Solving the TSP with genetic algorithm on python

Language: Python - Size: 2.14 MB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 7 - Forks: 1

adriansteffan/genetic-tsp

An approximator for the Traveling Salesman Problem using genetic algorithms. Part of my coursework at KAIST.

Language: Python - Size: 724 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

castroisabel/travelling-salesman

Solving the traveling salesman problem using the Gurobi Solver, the farthest insertion algorithm, the nearest neighbor algorithm and, finally, using the 2-opt optimization method.

Language: Julia - Size: 130 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

sharma-n/global_optimization

Heuristic global optimization algorithms in Python

Language: Jupyter Notebook - Size: 22.5 MB - Last synced at: 11 months ago - Pushed at: about 4 years ago - Stars: 50 - Forks: 13

nerdimite/simple_genetic_algorithm

A Simple Genetic Algorithm on the Travelling Salesman Problem

Language: Jupyter Notebook - Size: 33.2 KB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 1

Dooping/AI-Projects

AI Midterm and Final Project

Language: Java - Size: 3.43 MB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

Andrew-McCall/CSharpSalesman

WPF Desktop app for a few Solutions and Approximations for the Traveling Salesman Problem.

Language: C# - Size: 72.3 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

enricobolzonello/TSP-webapp

Web application to solve the travelling salesman problem on some TSPLIB instances

Language: CSS - Size: 116 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Melimet/TravellingAntColonySalesman

Solution for Travelling Salesman Problem utilising Ant Colony Simulation

Language: Java - Size: 112 KB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 6 - Forks: 0

abdulsmapara/Artificial-Intelligence-Assignments 📦

Solutions to Travelling Salesman Problem and the SAT problem using Artificial Intelligence (AI)

Language: C++ - Size: 15.6 KB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

TazelHossan/Artificial-Intelligence

Some Artificial Intelligence Programs which are written in Prolog as well as in Python.

Language: Prolog - Size: 15.2 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Crhaisdeonrgian/ETSP-problem

Language: Jupyter Notebook - Size: 1000 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

DACUS1995/Swarm-intelligence-experiments

Collection of experiments related to swarm intelligence

Language: Python - Size: 4.31 MB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 2

chaitjo/graph-convnet-tsp 📦

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

Language: Python - Size: 1.63 MB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 277 - Forks: 60

RodrigoAGM/travelling-salesman-project

Project for the course of algorithmic complexity at UPC.

Language: Jupyter Notebook - Size: 29 MB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 3

lhbelfanti/traveller

Travelling Salesman Problem solved in Java

Language: Java - Size: 149 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

rafaelMurata/rafaelmurata.github.io

Language: JavaScript - Size: 748 KB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

anisantillans/traveling-avenge-.net

Language: JavaScript - Size: 30.8 MB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

RonRaj101/Travelling-Salesman

Travelling Salesman Problem, solved with a modification of the Traditional Depth First Search

Language: Java - Size: 15.6 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

MagnusPoppe/self-organizing-maps

Module 4 of the course IT-3105 Artificial intelligence programming at NTNU. Self organizing maps are based on unsupervised, competitive learning. For this project, the neural network is structured after the "Kohonen network".

Language: Python - Size: 125 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 1

alikellaway/TravellingSalespersonProblem

Dissertation project. A library of classes useful for setting up, rendering and analysing both static and mobile travelling salesman problems and their solutions.

Language: HTML - Size: 9.81 MB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

fontanf/travelingsalesmansolver

A solver for the traveling salesman problem

Language: C++ - Size: 113 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

joelrorseth/World-Tour

An interactive Swift Playground that builds a genetic algorithm to solve the TSP (WWDC 2018 Scholarship winner)

Language: Swift - Size: 30.8 MB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

paulorocosta/learning-2opt-drl

Learning 2-opt Heuristics for the TSP via Deep Reinforcement Learning

Language: Python - Size: 82.2 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 41 - Forks: 18

javadshoja/NasirKhusraw

The TSP solved using genetic algorithm and show TSP path overlaid on a map of the Iran provinces & their capitals.

Language: Jupyter Notebook - Size: 1.61 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

jackyarndley/python-vehicle-routing

Vehicle routing problem solver implemented in python, utilizing data from OpenStreetMaps.

Language: HTML - Size: 33.3 MB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

telephrag/tsp_go

A parallel brute force solver of traveling salesman problem.

Language: Go - Size: 11.7 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

expellialbus/Travelling-Salesman-Problem

This repository contains the solution of Travelling Salesman Problem with an Genetic Algorithm approach.

Language: Python - Size: 29.3 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

KuzmichevaKsenia/itmo-optimization-labs

ИТМО - 3 курс - Методы оптимизации

Language: Python - Size: 680 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

ManDeJan/spotisorter

Sort spotify playlist based on whatever.

Language: Python - Size: 5.86 KB - Last synced at: 2 days ago - Pushed at: almost 4 years ago - Stars: 6 - Forks: 0

ffekirnew/fundamentals-of-ai-group-projects

This repository contains a collection of group projects for the course fundamentals of artificial intelligence (AI).

Language: Jupyter Notebook - Size: 50.5 MB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

pcichowski/aco-genetic-comparison

Comparison of Ant Colony Optimization algorithm and Genetic algorithm for Traveling Salesman Problem, project for Artificial Intelligence course on the 4th semester of CS

Language: Python - Size: 379 KB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 5 - Forks: 0

singultek/Christofides-Algorithm

In this project, Christofides Algorithm can be found in several different implementations to achieve approximate solution of Travelling Salesman Problem.

Language: Python - Size: 32.2 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

yvzkr/The-Hilling-Algoritm-for-TSP

Language: Python - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

IgorNascAlves/GA-TSP

Language: Python - Size: 896 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

lccasagrande/TSP-GA

A Genetic Algorithm in Python for the Travelling Salesman Problem

Language: Python - Size: 6.84 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 53 - Forks: 29

edvujic/PROLABII-TRAVELLING-SALESMAN

The aim of Traveling Salesman Problem is to help a salesman to find the shortest route for a round trip by visiting every city only once. As this problem is a impossible to solve in polynomial time, it is classified as NP (Non-Polynomial problem). The problem in this project is identified by applying Travelling Salesman Problem. It can be used as an example for a shipping company to create its transport network with the lowest cost and can also be used for internet network traffic protocol problems. It is aimed to solve a problem with understanding the data structures and models, using graph structures and algorithm logic by the project doer. NOTE: This is not the real TSP, this is a version in which the visited node (city) can be visited again.

Language: Java - Size: 9.12 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Sour-abh-Raj/tsp-ga-solver

A TSP solver using genetic algorithm visulalized with streamlit.

Language: Python - Size: 98.9 MB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

mariakranz/PEA_Projekt_3

PWr, kurs Projektowanie efektywnych algorytmów, projekt nr 3

Language: C++ - Size: 2.41 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Related Keywords
travelling-salesman-problem 681 genetic-algorithm 194 python 137 tsp 137 tsp-problem 61 optimization 61 simulated-annealing 61 ant-colony-optimization 57 artificial-intelligence 49 algorithms 49 java 46 tsp-solver 38 cpp 37 optimization-algorithms 37 vehicle-routing-problem 33 traveling-salesman 32 travelling-salesman 30 python3 30 branch-and-bound 26 algorithm 25 knapsack-problem 25 ai 24 heuristics 24 dynamic-programming 20 combinatorial-optimization 20 tabu-search 19 genetic-algorithms 19 evolutionary-algorithms 18 metaheuristics 17 graph 16 brute-force 15 2-opt 14 operations-research 14 machine-learning 14 numpy 14 graph-algorithms 14 dijkstra-algorithm 13 traveling-salesman-problem 13 heuristic-search-algorithms 12 simulated-annealing-algorithm 11 aco 11 javascript 11 neural-network 11 data-structures 11 vrp 11 particle-swarm-optimization 11 c 11 hill-climbing 11 swarm-intelligence 10 matplotlib 10 visualization 9 nearest-neighbor 9 sorting-algorithms 9 csharp 9 pandas 9 jupyter-notebook 9 mpi 8 genetic-programming 8 reinforcement-learning 8 dijkstra 8 metaheuristic-optimisation 7 pso 7 kruskal-algorithm 7 greedy-algorithms 7 nearest-neighbors 7 data-science 7 deep-learning 7 depth-first-search 7 pathfinding 7 nature-inspired-algorithms 7 astar-algorithm 6 react 6 hamiltonian-cycles 6 backtracking 6 graph-neural-networks 6 cplex 6 optimization-problem 6 route-optimization 6 travelling-salesperson-problem 6 heuristic-algorithm 6 shortest-paths 6 path-planning 6 nearest-neighbor-search 6 shortest-path-algorithm 6 hopfield-network 5 artificial-intelligence-algorithms 5 self-organizing-map 5 cplusplus 5 breadth-first-search 5 mutation 5 prims-algorithm 5 openmp 5 antcolony 5 metaheuristic-algorithms 5 quantum-computing 5 machine-learning-algorithms 5 local-search 5 simmulated-annealing 5 evolutionary-computation 5 tsp-approximation 5