/TSP-With-Java

Traveling Salesman with Java

Primary LanguageJava

Traveling Salesman with Java

The TSP is Solved using Genetic Algorithm.

This project shows the TSP route, which passes through 8 cities and the travel Prices table is obtained using the Pythagorean formula.

the Java code was inspired from this article.

Result

First run:

First run

Seond run:

Second run