CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 车辆路径问题

搜索资源列表

  1. 蚁群算法解决车辆最优路径问题

    4下载:
  2. 蚁群算法解决车辆最优路径问题,供大家学习交流用了!这个是很不错的代码,功能齐全!,Ant colony algorithm to solve the optimal vehicle routing problem, for we learn to use the! This is a very good code, a full-featured!
  3. 所属分类:生物技术

    • 发布日期:2016-11-30
    • 文件大小:106849
    • 提供者:刘勇
  1. cw

    10下载:
  2. 带时间窗的节约算法,求解车辆路径问题,是一个函数形式,效果很好-VRP,C-W
  3. 所属分类:交通/航空行业

    • 发布日期:2013-04-19
    • 文件大小:3102
    • 提供者:fangtao
  1. ant

    2下载:
  2. 本代码用蚁群算法求解带时间窗的车辆路径问题-The code with ant colony algorithm with time window of vehicle routing problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-11-30
    • 文件大小:6580
    • 提供者:王峰
  1. AP_For_VRPTW100

    1下载:
  2. 车辆路径问题的C代码,里面有测试数据和结果分析。-Vehicle routing problem with the C code, there are test data and results analysis.
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1709935
    • 提供者:Zhang Minjie
  1. TS_TSP

    0下载:
  2. 禁忌搜索算法求解车辆路径问题 很好的程序-Tabu search algorithm for vehicle routing problem with a very good program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:5670
    • 提供者:清风
  1. C-W-savings-algorithm

    2下载:
  2. C-W节约算法是最经典的求解车辆路径问题的启发式算法。-The Clarke and Wright(1964) savings algorithm is perhaps the most widely known heuristic for the VRP.
  3. 所属分类:File Formats

    • 发布日期:2016-06-09
    • 文件大小:436841
    • 提供者:abrahamlau
  1. LRP

    1下载:
  2. 用matlab 编写的LRP问题的基本程序,希望对研究车辆路径问题的同行有所参考-matlab for LRP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1044
    • 提供者:wuyao
  1. 基于遗传算法的matlab语言车辆路径问题

    3下载:
  2. 车辆路线问题(VRP)最早是由Dantzig和Ramser于1959年首次提出,它是指一定数量的客户,各自有不同数量的货物需求,配送中心向客户提供货物,由一个车队负责分送货物,组织适当的行车路线,目标是使得客户的需求得到满足,并能在一定的约束下,达到诸如路程最短、成本最小、耗费时间最少等目的。(The vehicle routing problem (VRP) was first proposed by Dantzig and Ramser in 1959, it refers to a cer
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:5120
    • 提供者:niada
  1. VRP算法下载

    3下载:
  2. 通过多种不同算法,对车辆路径规划问题进行求解,使用matlab编程(Through a variety of different algorithms, the problem of vehicle path planning is solved and MATLAB programming is used.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:25600
    • 提供者:Lonely gump
  1. PSO算法求解CVRP“车辆路径问题”

    8下载:
  2. 有容量限制的车辆路径问题的启发式算法,本实验采用的是粒子群算法(heuristic algorithm for capacited vehicle routing problem)
  3. 所属分类:matlab例程

    • 发布日期:2019-06-20
    • 文件大小:259072
    • 提供者:YLSFFLY
  1. PSO

    0下载:
  2. 目前车辆路径问题是关注的焦点,本程序是解决VRP的基本程序(solve VRP)
  3. 所属分类:文件格式

    • 发布日期:2020-11-07
    • 文件大小:1024
    • 提供者:Kovin
  1. 遗传算法解决车辆路径问题

    3下载:
  2. 采用遗传算法针对汽车的路径规划进行优化(Genetic algorithm is used to optimize the path planning of automobiles)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-04-10
    • 文件大小:27648
    • 提供者:zzc111
  1. 车辆路径

    2下载:
  2. 带有时间窗的车辆路径问题,matlab代码,亲测可用,便于修改。
  3. 所属分类:matlab例程

  1. 蚁群算法matlab

    1下载:
  2. 利用蚁群算法求解车辆路径优化问题,实用的matlab代码(Using ant colony algorithm to solve vehicle routing optimization problem,Practical matlab code)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2019-04-21
    • 文件大小:8192
    • 提供者:青川木牍
  1. upload_车辆路径问题的matlab程序(多车型).rar

    3下载:
  2. 求解路径问题,目标函数时间最短,主要适用管科物流等专业学习使用,对时间,空间复杂性没有优化.(Solving the path problem, the objective function time is the shortest, which is mainly used for professional learning and learning, such as tube logistics, and it is not optimized for time and space comp
  3. 所属分类:matlab例程

    • 发布日期:2020-05-01
    • 文件大小:631808
    • 提供者:aboutor
  1. 遗传算法求解同时取送货的车辆路径问题

    9下载:
  2. 利用遗传算法求解同时取送货的车辆路径问题,matlab编写代码,直接运行
  3. 所属分类:人工智能/神经网络/遗传算法

  1. antcolony蚁群算法客户时间窗车辆路径问题

    4下载:
  2. 蚁群算法求解带时间窗的车辆路径问题,所用软件:Matlab。结果有:路径图和配送路线以及迭代次数图,能解决带时间窗的车辆路径问题VRPTW。MAC系统可用。
  3. 所属分类:MacOS编程

  1. VRP using SA

    2下载:
  2. vrp,车辆路径问题的一种尝试解决方法,一整套matlab程序源码(Capacitated Vehicle Routing ProblemVRP using SA)
  3. 所属分类:matlab例程

    • 发布日期:2020-05-01
    • 文件大小:99328
    • 提供者:小骁熊
  1. Solomon标准数据

    5下载:
  2. 用于测试车辆路径问题的Solomon标准数据,全面56个,方便各位研究者下载研究测试(There are 56 standard Solomon data for testing vehicle routing problem, which is convenient for researchers to download and test)
  3. 所属分类:matlab例程

    • 发布日期:2020-12-23
    • 文件大小:71680
    • 提供者:hayjao
  1. 5个求解车辆路径问题

    1下载:
  2. 5个求解车辆路径问题(VRP)的MATLAB算法源程序和相应数据(数据也在m文件里),包括三种遗传算法,SA算法和禁忌搜索算法的m文件
  3. 所属分类:matlab例程

    • 发布日期:2022-04-10
    • 文件大小:29245
    • 提供者:tao453100
« 1 23 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com