A library of metric TSP solvers. Includes a brute-force, greedy approximate and a genetic algorithms.
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.