CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - vrp

搜索资源列表

  1. Metaheuristics-for-the-vrp

    0下载:
  2. Metaheuristics for the VRP with pick-up and deliver. This problem was solved using 5 metaheuristics which are detailed in the WinRAR file.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-06
    • 文件大小:824706
    • 提供者:站长
  1. MATLAB-VRP

    1下载:
  2. MATLAB-遗传算法-多车场-开放式-带时间窗-多商品-VRP问题-MATLAB- genetic algorithm- MultiDepot- open- with time windows- multi-commodity-VRP problem
  3. 所属分类:matlab

    • 发布日期:2017-12-16
    • 文件大小:13312
    • 提供者:
  1. matlab-code-vrp

    0下载:
  2. matlab code vrp using sa
  3. 所属分类:assembly language

    • 发布日期:2017-12-14
    • 文件大小:22621248
    • 提供者:sarah ashraf
  1. 遗传算法

    0下载:
  2. 采用matlab语言编写,解决线路规划问题即VRP(solving VRP in matlab)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:21504
    • 提供者:superjsnow
  1. 理论知识与选题介绍

    0下载:
  2. VRP问题的目标函数通常有三类: 总配送距离最短 总配送时间最短 总配送费用最少(The objective functions of the VRP problem are usually of three kinds: The total distribution distance is the shortest The total delivery time is the shortest The total distribution cost is at least)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:301056
    • 提供者:lm521
  1. 遗传算法求解VRP问题的技术报告

    1下载:
  2. 本文通过遗传算法解决基本的无时限车辆调度问题。采用车辆和客户对应排列编码的遗传算法,通过种群初始化,选择,交叉,变异等操作最终得到车辆配送的最短路径。通过MATLAB仿真结果可知,通过遗传算法配送的路径为61.5000km,比随机配送路径67km缩短了5.5km。此结果表明遗传算法可以有效的求解VRP问题。(In this paper, genetic algorithm is used to solve the basic vehicle scheduling problem without
  3. 所属分类:matlab例程

    • 发布日期:
    • 文件大小:96256
    • 提供者:阿雨
  1. 粒子群算法解决VRP代码(matlab)

    1下载:
  2. VRP/TSP模型,可以参考最小路径相关问题分析(VRP/TSP model, you can refer to the minimum path related problems analysis)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:4096
    • 提供者:西兮
  1. matlab_vrp(1)

    0下载:
  2. 首先实现一个ant蚂蚁类,用此蚂蚁类实现搜索。 算法按照tsp问题去解决,但是在最后计算路径的时候有区别。 比如有10个城市,城市1是配送站,蚂蚁搜索的得到的路径是1,3,5,9,4,10,2,6,8,7。 计算路径的时候把城市依次放入派送线路中, 每放入一个城市前,检查该城市放入后是否会超过车辆最大载重 如果没有超过就放入 如果超过,就重新开始一条派送路线 …… 直到最后一个城市放完 就会得到多条派送路线 这样处理比较简单可以把vrp问题转为tsp问题求解 但
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:40806400
    • 提供者:Ywain
  1. 蚁群算法

    1下载:
  2. 蚁群算法解决VRP问题的MATLAB代码(Ant Metaheuristic for VRP)
  3. 所属分类:仿真建模

    • 发布日期:2017-12-28
    • 文件大小:9216
    • 提供者:Mr.D3112
  1. 2l_cvrp

    0下载:
  2. a vrp data used for research
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-31
    • 文件大小:263168
    • 提供者:leonche
  1. CVRPSEP

    0下载:
  2. solutions of usual vrp
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-29
    • 文件大小:222208
    • 提供者:leonche
  1. 蚁群算法Matlab程序

    2下载:
  2. 求解VRP问题,实用的蚁群算法matlab程序(To solve the VRP problem, a practical ant colony algorithm matlab program)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:16384
    • 提供者:flyever98
  1. GAforVRP

    1下载:
  2. VRP指一定数量的客户,各自有不同数量的货物需求,配送中心向客户提供货物,由一个车队负责分送货物,组织适当的行车路线,目标是使得客户的需求得到满足,并能在一定的约束下,达到诸如路程最短、成本最小、耗费时间最少等目的(VRP refers to a certain number of customers, each with different amount of demand for goods distribution center to provide goods to customers
  3. 所属分类:书籍源码

    • 发布日期:2018-01-02
    • 文件大小:7168
    • 提供者:春天里的
  1. 紧急搜索求VRP

    0下载:
  2. TS算法通过引入一个灵活的存储结构和相应的禁忌准则来避免迂回搜索,并通过藐视准则来赦免一些被禁忌的优良状态,进而保证多样化的有效探索以最终实现全局优化(TS algorithm by introducing a flexible storage structure and corresponding tabu criteria to avoid circuit search, and the contempt of criterion to pardon a little good state
  3. 所属分类:书籍源码

    • 发布日期:2018-01-02
    • 文件大小:5120
    • 提供者:春天里的
  1. VRP问题

    0下载:
  2. 利用遗传算法实现VRP问题,本算法有较好的时间效率,同时产生了比较不错的结果,请大家批评指正(Using genetic algorithm to achieve VRP problem, the algorithm has better time efficiency, and produced relatively good results, please criticize and correct)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:3072
    • 提供者:莹莹11
  1. 验证性VRP

    0下载:
  2. 利用遗传算法实现VRP问题,将车辆路径问题规划的较为详细,算法较为良好(The genetic algorithm is used to solve the VRP problem, and the vehicle routing problem is more detailed and the algorithm is better)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-04
    • 文件大小:3072
    • 提供者:莹莹11
  1. New Folder

    1下载:
  2. 遗传算法解决VRP问题,有数据,程序简单易懂(Solving VRP problem by genetic algorithm)
  3. 所属分类:matlab例程

  1. 遗传算法VRP

    5下载:
  2. 本资料解决带有时间窗的车辆路径问题,希望与大家进行分享与交流。(The problem of vehicle routing with time windows is solved.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:5120
    • 提供者:lxpshidameinv
  1. 基于各种算法的VRP问题

    0下载:
  2. 压缩包中有5中vrp问题求解,适合初学者学习
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-08
    • 文件大小:396911
    • 提供者:realso
  1. manipulaformcocesss

    0下载:
  2. 蚁群算法的matlab源码,该程序试图对具有31个城市的VRP进行求解,已知的最优解为784 1()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-11
    • 文件大小:6144
    • 提供者:stunentiol
« 1 2 3 4 5 6 78 9 10 11 12 ... 21 »
搜珍网 www.dssz.com