Skip to content
#

travelling-salesman-problem

Here are 712 public repositories matching this topic...

This repository contains algorithms based on nature. This would also contain my solutions to some of the labs from the course 'Nature Inspired Computing' offered to Data Science majors at Innopolis University, Tatarstan, Russian Federation.

  • Updated May 1, 2023
  • Jupyter Notebook

The travelling salesman problem (TSP) asks the following question: "Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city exactly once and returns to the origin city?" In this notebook, I demonstate the solution of this problem with the genetic algorithm.

  • Updated Oct 23, 2023
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the travelling-salesman-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 travelling-salesman-problem topic, visit your repo's landing page and select "manage topics."

Learn more