Skip to content
#

vehicle-routing-problem

Here are 256 public repositories matching this topic...

Optimizing vehicle routing for efficient delivery of goods to various customer locations while minimizing costs. This project implements algorithms to solve the Capacitated Vehicle Routing Problem (CVRP) using Python and frameworks like Google OR-Tools and the nearest neighbor heuristic, with the latter being used for comparison purposes.

  • Updated May 13, 2024
  • Python

This an implementation of the paper proposed by Niu et al. in 2021, entitled "An improved learnable evolution model for solving multi-objective vehicle routing problem with stochastic demand".

  • Updated Jan 24, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the vehicle-routing-problem topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vehicle-routing-problem topic, visit your repo's landing page and select "manage topics."

Learn more