Skip to content

runw99/Two-Stage-TSP-in-RC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Two-Stage-TSP-in-RC

Entries in Amazon Last Mile Routing RESEARCH CHALLENGE

Introduction

We find out that high-quality routes tend to visit the stops in the same zone before moving onto the next zone, so we solve the challenge as a special Travel Salesman Problem which we call Two-stage TSP. In the first stage, we sort the zone. In the second stage, we sort the stop in the zone.

We use greedy algorithm, Local Search and Dynamic Programming to solve TSP, so we don't need model_build.

About

Entries in Amazon Last Mile Routing RESEARCH CHALLENGE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published