Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Amazing Collection Vehicle Routing Problem

NotificationsYou must be signed in to change notification settings

ashishpatel26/Amazing-Collection-Vehicle-Routing-Problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation


Vehicle Route Problem

Image result for vehicle routing problem

Overview


In theVehicle Routing Problem (VRP), the goal is to find optimal routes for multiple vehicles visiting a set of locations. (When there's only one vehicle, it reduces to theTraveling Salesman Problem.)

But what do we mean by "optimal routes" for a VRP? One answer is the routes with the least total distance. However, if there are no other constraints, the optimal solution is to assign just one vehicle to visit all locations, and find a shortest route for that vehicle. This is essentially the same problem as the TSP.

A better way to define optimal routes is to minimize the length of the longest single route among all vehicles. This is the right definition if the goal is to complete all deliveries as soon as possible. The VRP example below finds optimal routes defined this way.

Source :Google

Implementation References :


  1. VRPTW with metaheuristics :https://github.com/donfaq/VRPTW

C108

  1. KTH Artificial Intelligence :https://github.com/OleguerCanal/KTH_vehicle-routing-problem

  2. Vehicle-Routing-Optimization-Using-Artificial-Intelligence :https://github.com/desaichirayu/Vehicle-Routing-Optimization-Using-Artificial-Intelligence

  3. Genetic-Algorithm-Based-Routing-Algorithm-for-Autonomous-Vehicles :https://github.com/Lirong-Zhang/Genetic-Algorithm-Based-Routing-Algorithm-for-Autonomous-Vehicles

  4. Vehicle Routing Problem by Google :https://developers.google.com/optimization/routing/vrp

img

img

  1. vehicle-routing-problem :https://github.com/jwang0306/vehicle-routing-problem

imgimg

img

img


Thanks for Reading... If you have more resources to add. Please take pull and Submit...!!!


[8]ページ先頭

©2009-2025 Movatter.jp