Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.29 KB

readme.md

File metadata and controls

35 lines (25 loc) · 1.29 KB
topic

Experiment

exp

Usage

Run SOS - ACO algorithm -> python run.py.

Run ACO-LO algorithm ->  python ACO_LO.py.

Run ACO algorithm ->  python ACO.py.
  • Change value of parameters in parameter.py

  • Get benchmark

Reference

@article{wang2021ant,
  title={Ant colony optimization for traveling salesman problem based on parameters optimization},
  author={Wang, Yong and Han, Zunpu},
  journal={Applied Soft Computing},
  volume={107},
  pages={107439},
  year={2021},
  publisher={Elsevier}
}

Acknowledgements

This is an implement in Python for the proposed SOS-ACO algorithm in the reference paper (according to my understanding). Codebase built upon SOS and ACO