Skip to content

Machine Learning and Data Mining Master - Univ. St. Etienne Advanced Algorithms Course - Prof. Amaury Habrard

Notifications You must be signed in to change notification settings

andreimardale/aa-project-tsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

Machine Learning and Data Mining Master - Univ. St. Etienne Advanced Algorithms Course - Prof. Amaury Habrard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages