Skip to content
#

tsp-problem

Here are 136 public repositories matching this topic...

Travel_Route_Planner_ADS_Kim

This "Travel Route Planner" project optimizes travel plan within budget and distance constraints. Using Knapsack & Greedy Method for budget allocation and dynamic programming for TSP, it offers efficient routes. With geocoding & mapping, it tailors plans for satisfying travel experiences.

  • Updated May 9, 2024
  • Python

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.

  • Updated Jan 21, 2024
  • Python

I developed this project to delve into Genetic Algorithms and their application to optimization problems. Feel free to explore the code, run the algorithm, and share your feedback.

  • Updated Jan 5, 2024
  • Python

Improve this page

Add a description, image, and links to the tsp-problem topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tsp-problem topic, visit your repo's landing page and select "manage topics."

Learn more