peterkros commited on
Commit
1094f3f
·
1 Parent(s): 031e427

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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 "Improving Vaccine Supply Chain Optimization with AI-Powered Capacitated Vehicle Routing Problem(CVRP)".
 
 
 
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