Skip to content

rlopt/l2i

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Learning-based Iterative Method for Solving Vehicle Routing Problems

A learning-based algorithm for solving the Travelling Salesman Problem (TSP) and the Vehicle Routing Problem (VRP).

Paper

For more details, please see our paper A Learning-based Iterative Method for Solving Vehicle Routing Problems, which has been accepted at ICLR 2020.

Dependencies

  • Python>=3.6
  • TensorFlow

Quick Start

For training CVRP-20 with 2000 problem instances:

python ml_opt.py --num_training_points 20 --num_test_points 20 --num_episode 2000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages