Skip to content

coderodde/GA4TSP

Repository files navigation

GA4TSP

A library of metric TSP solvers. Includes a brute-force, greedy approximate and a genetic algorithms.

Running the demo app

git clone https://github.com/coderodde/GA4TSP.git
cd target
cd classes
mvn clean compile
java --module-path C:\Users\dummy_user\JAVAFX_HOME\lib --add-modules=javafx.controls com.github.coderodde.tsp.Demo

Above, you need to change JAVAFX_HOME to the home directory of your JavaFX installation.

About

A genetic algorithm for solving the travellling salesman problem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages