#Starting the Application
- Navigate to the application folder. (/bin)
- Type "java main.Main"
#Running an Algorithm
- Go to Algorithms tab.
- Select the desired algorithm to run.
- Select a file to run it on.
- Press Start.
- The running time and the tour cost are displayed. Also there is a tour visualization available.
- In the console where you started the application you will see detailed information following the pattern
class algorithms.Algorithm
Best circuit has cost cost
[10, 8, 0, 7, 4, 3, 9, 5, 2, 6, 1]
Runtime: time
- Reset the test by pressing Reset Graph button.
- To stop a running algorithm press Stop button.
#Generating a new dataset
- Go to Generator tab.
- Complete the required parameters.
- Press Generate button.
- The output is show in the panel and the file has been generated!
#Github Repo https://github.com/andreimardale/aa-project-tsp