Skip to content

A JavaFX Application that minimizes the length of a toolpath, given a collection of random targets. It uses a simulated annealing algorithm to accomplish this. The parameters are user editable via the GUI.

Notifications You must be signed in to change notification settings

mgarrettsisk/travelingSalesman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toolpath Optimizer using Simulated Annealing

Application Description

  • A simple JavaFX Application that optimizes a toolpath given a random collection of targets using Simulated Annealing
  • Java 1.8_261, JavaFX 11.0.2, and the IntelliJ Java IDE have been used to compile and run the application in macOS 11.2.2

Contact

About

A JavaFX Application that minimizes the length of a toolpath, given a collection of random targets. It uses a simulated annealing algorithm to accomplish this. The parameters are user editable via the GUI.

Resources

Stars

Watchers

Forks

Releases

No releases published