Git Product home page Git Product logo

extension_of_the_vehicle_routing_problem's Introduction

Extension_of_the_vehicle_routing_problem

This repository will do the vehicle routing problem and its extension, including the implementation of models and mainstream algorithms.本仓库将分享VRP问题及其扩展的一些学习实现代码,包括模型复现、主流算法实现等。

1 VRP问题介绍

车辆路径问题(VRP)是一个组合优化和整数规划问题(回答了“为了交付给定的一组客户,车辆车队的最佳路线集是什么?”)。它概括了众所周知的旅行推销员问题(TSP)。它最初出现在1959年George Dantzig和John Ramser的论文中。这篇论文首先编写了算法,并将其应用于汽油交付。通常,这个问题的背景是将位于**仓库的货物交付给已经订购此类货物的客户。 VRP的目标是最小化总路由成本。 1964年,Clarke和Wright使用一种称为储蓄算法的有效贪婪方法改进了Dantzig和Ramser的方法。

2 经典文献及其模型实现

3 主流算法实现

4 个人公众号

extension_of_the_vehicle_routing_problem's People

Contributors

wangqianlongucas avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.