summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJonZhao <[email protected]>2019-05-29 11:21:19 +0800
committerJonZhao <[email protected]>2019-05-29 11:21:19 +0800
commit8d459d62b4deed1212f613cad1967b36ca385d5a (patch)
tree7e34f4374c753d637ba45c5b6ea973e84b5a79cf /README.md
parent7dd68707124da17bc0de801de4c690be515926ab (diff)
downloadVRPTW-ACO-python-8d459d62b4deed1212f613cad1967b36ca385d5a.tar.gz
VRPTW-ACO-python-8d459d62b4deed1212f613cad1967b36ca385d5a.tar.bz2
VRPTW-ACO-python-8d459d62b4deed1212f613cad1967b36ca385d5a.zip
1. add reference
2. fix some error in macs calculate next index 3. add comment
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7d8e164..16d2a4a 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,5 @@
# VRPTW-ACO-python
A **python** implementation of a **ant colony optimization** based solution to **Vehicle Routing Problem with Time Windows**.
+
+## Reference
+1. `Gambardella L M, Taillard É, Agazzi G. Macs-vrptw: A multiple colony system for vehicle routing problems with time windows[C]//New ideas in optimization. 1999.` \ No newline at end of file