Skip to content

brucefeng10/JD-GOC-VRP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JD-GOC-VRP

点击进入赛题详情...

VRPTW variation of JD Global Optimization Challange (2018/9/15, Final rank: 15/1921)

Algorithm summary:

  1. Generate an initial solution based on Time-oriented Nearest-Neighborhood Heuristic proposed by Solomon(1987).
  2. Improve the initial solution using Large Neighbourhood Search algorithm and Simulated Annealing algorithm. We used 7 operators to search neighborhood solution. The following two papers are listed for reference:
    --A Two-Stage Hybrid Local Search for the Vehicle Routing Problem with Time Windows
    --An advanced hybrid meta-heuristic algorithm for the vehicle routing problem with backhauls and time windows
  3. Other implementation skills.

Code is just for reference.

About

VRPTW variation of JD Global Optimization Challange

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages