HUANG1993 commited on
Commit
ba094b7
1 Parent(s): 6b72ea9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -5
README.md CHANGED
@@ -107,7 +107,7 @@ class Objective:
107
 
108
  </details>
109
 
110
- ### Pickup and Delivery Problem with Time Windows(PDPTW)
111
  <details>
112
  <summary>PDPTW</summary>
113
 
@@ -188,7 +188,7 @@ class Objective:
188
  </details>
189
 
190
 
191
- ### VRP with Time Windows(VRPTW)
192
  <details>
193
  <summary>VRPTW</summary>
194
 
@@ -270,7 +270,7 @@ class Objective:
270
 
271
  </details>
272
 
273
- ### Travelling Salesman Problem(TSP)
274
  <details>
275
  <summary>TSP</summary>
276
 
@@ -319,7 +319,7 @@ class Objective:
319
 
320
  </details>
321
 
322
- ### Split Delivery Vehicle Routing Problem(SDVRP)
323
  <details>
324
  <summary>SDVRP</summary>
325
 
@@ -373,7 +373,7 @@ class Objective:
373
 
374
  ### Realistic Business Scenario
375
  <details>
376
- <summary>real-time Dynamic Pickup and Delivery Problem(DPDP)</summary>
377
 
378
  ```python
379
  from greedrl.feature import *
@@ -613,5 +613,19 @@ $ python solve.py --device cuda --model_name cvrp_5000.pt --problem_size 5000
613
  We look forward you to downloading it, using it, and opening discussion if you encounter any problems or have ideas on building an even better experience.
614
  For commercial enquiries, please contact [us](jiangwen.wjw@alibaba-inc.com).
615
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
616
  # About GreedRL
617
  - Website: https://greedrl.github.io/
 
107
 
108
  </details>
109
 
110
+ ### Pickup and Delivery Problem with Time Windows (PDPTW)
111
  <details>
112
  <summary>PDPTW</summary>
113
 
 
188
  </details>
189
 
190
 
191
+ ### VRP with Time Windows (VRPTW)
192
  <details>
193
  <summary>VRPTW</summary>
194
 
 
270
 
271
  </details>
272
 
273
+ ### Travelling Salesman Problem (TSP)
274
  <details>
275
  <summary>TSP</summary>
276
 
 
319
 
320
  </details>
321
 
322
+ ### Split Delivery Vehicle Routing Problem (SDVRP)
323
  <details>
324
  <summary>SDVRP</summary>
325
 
 
373
 
374
  ### Realistic Business Scenario
375
  <details>
376
+ <summary>real-time Dynamic Pickup and Delivery Problem (DPDP)</summary>
377
 
378
  ```python
379
  from greedrl.feature import *
 
613
  We look forward you to downloading it, using it, and opening discussion if you encounter any problems or have ideas on building an even better experience.
614
  For commercial enquiries, please contact [us](jiangwen.wjw@alibaba-inc.com).
615
 
616
+ # Citation
617
+ ```
618
+ @article{hu2022alibaba,
619
+ title={Alibaba vehicle routing algorithms enable rapid pick and delivery},
620
+ author={Hu, Haoyuan and Zhang, Ying and Wei, Jiangwen and Zhan, Yang and Zhang, Xinhui and Huang, Shaojian and Ma, Guangrui and Deng, Yuming and Jiang, Siwei},
621
+ journal={INFORMS Journal on Applied Analytics},
622
+ volume={52},
623
+ number={1},
624
+ pages={27--41},
625
+ year={2022},
626
+ publisher={INFORMS}
627
+ }
628
+ ```
629
+
630
  # About GreedRL
631
  - Website: https://greedrl.github.io/