pkonowrocki / CVRP_ACO

Capacitated Vehicle Routing Problem solved with Ant Colony Optimization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] What is reference paper

ganyariya opened this issue · comments

Hello, I'm a student in japan, studying swarm intelligence.

I'd like to study vehicle routing problem, so I'd like to read your repository.

So, would you teach me what paper this repository refers?
Thank you, and sorry for bad english.

Sure @Ganariya, I based my implementation mainly on this paper Ant Colony Optimization for Capacitated Vehicle Routing Problem by W. F. Tan, L. S. Lee, Z. A. Majid and H. V. Seow.
It uses additional value that describes savings of combining two cities on one tour, as opposed to visiting them on separate tours (parameter gamma).