Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 595 Bytes

File metadata and controls

17 lines (9 loc) · 595 Bytes

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