Skip to content

alepmaros/aco-longest-path-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Longest Path Problem with Ant Colony Optimization

How to run:

pip install -r requirements.txt

python3 run.py --help

E.g:
python3 run.py --runs 10 --dataset graph2 --iterations 1000 --ants 40

Or run all the experiments (Takes a long time)
./run.sh

About

ACO for Longest Path Problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published