Update README.md
Browse files
README.md
CHANGED
|
@@ -6,5 +6,8 @@ library_name: tensorflowtts
|
|
| 6 |
pipeline_tag: reinforcement-learning
|
| 7 |
---
|
| 8 |
Model used for solving Capacitated Vehicle Routing Problem (CVRP). The CVRP is a variant of the vehicle routing problem (VRP) in which vehicles have a limited carrying capacity and must visit a set of customer locations to deliver or collect items.
|
| 9 |
-
Model is based on GitHub repo HERE and was used for medium.com article "
|
|
|
|
|
|
|
|
|
|
| 10 |
|
|
|
|
| 6 |
pipeline_tag: reinforcement-learning
|
| 7 |
---
|
| 8 |
Model used for solving Capacitated Vehicle Routing Problem (CVRP). The CVRP is a variant of the vehicle routing problem (VRP) in which vehicles have a limited carrying capacity and must visit a set of customer locations to deliver or collect items.
|
| 9 |
+
Model is based on GitHub repo [HERE](https://github.com/d-eremeev/ADM-VRP), and was used for medium.com article **"Vaccine Supply Chain Optimization with AI-Powered Capacitated Vehicle Routing Problem(CVRP)"**.
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
|
| 13 |
|