peterkros commited on
Commit
031e427
·
1 Parent(s): 95b92e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -1,3 +1,10 @@
1
  ---
2
  license: mit
 
 
 
 
3
  ---
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
+ 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
+