Traveling Salesman Demo Save

A Kotlin implementation of the TSP problem, with TornadoFX Visualization

Project README

Traveling Salesman Demo

Built with JavaFX/TornadoFX and Kotlin

This is a Kotlin application (built with TornadoFX visuals) to demonstrate multiple algorithms to solve the Traveling Salesman Problem.

I found this problem interesting due to its simple objective, and yet astronomically large permutations (60 cities = more tour combinations than there are atoms in the universe) that must be pruned and searched through.

Current Algorithms

  • RANDOM
  • GREEDY
  • OVERLAP ELIMINATION
  • 2-OPT
  • SIMULATED ANNEALING

YouTube Walkthrough

Open Source Agenda is not affiliated with "Traveling Salesman Demo" Project. README Source: thomasnield/traveling_salesman_demo
Stars
60
Open Issues
2
Last Commit
4 years ago
License

Open Source Agenda Badge

Open Source Agenda Rating