Skip to content

TABU search algorithm tested on TSPLIB95

License

Notifications You must be signed in to change notification settings

dverunka/Py-TABUsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Results

graphs: in graphs/ folder

statistics: printed on standard output (stdout)

my last run statistics: report.txt

Dependencies

Use the package manager pip to install:

python3 -m pip install numpy
python3 -m pip install matplotlib
python3 -m pip install tsplib95

Usage

python3 run.py [input_data_name.tsp]

About

TABU search algorithm tested on TSPLIB95

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages