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

搜索资源列表

  1. vrp-in-GA

    1下载:
  2. 使用matlab编写遗传算法,解决车辆路径最优化问题。-VRp using GA methods
  3. 所属分类:matlab

    • 发布日期:2016-10-31
    • 文件大小:7168
    • 提供者:杨木木
  1. vrp

    0下载:
  2. 此代码是用lingo实现基本的vrp问题,简单易懂,方便学习-This code is used to achieve the basic lingo vrp problem, easy to understand, easy to learn
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1392
    • 提供者:楚休红
  1. GA-VRP

    0下载:
  2. 使用MATLAB解决了VRP问题 代码简单易懂-Use MATLAB to solve the VRP straightforward code
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7545
    • 提供者:pengyr
  1. genetic-algorithm-VRP

    1下载:
  2. 遗传算法求解VRP问题,自带绘制路径功能,且包含word对问题详细描述。-Genetic Algorithm for VRP problem, comes to draw a path function, and contains a detailed descr iption of the problem word.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:23194
    • 提供者:shadow
  1. VRP

    5下载:
  2. 两阶段法求解带时间窗的VRP问题,里面嵌套节约算法。-Two-stage method for solving the VRP with time windows, which nested saving algorithm.
  3. 所属分类:matlab

    • 发布日期:2016-12-28
    • 文件大小:17408
    • 提供者:胡燕燕
  1. vrp

    0下载:
  2. 用简单的遗传算法解决基本的车辆调度问题,新手很容易上手。-vrp ga
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:5476
    • 提供者:赵培瑶
  1. VRP

    1下载:
  2. 利用遗传算法 解决带时间窗口的车辆路径优化问题(VRP)-Genetic algorithm to solve vehicle window with Time Routing Problem (VRP)
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:8404
    • 提供者:刘刘
  1. VRP

    1下载:
  2. 使用蚁群算法求解VRP程序的一个较好的程序,Matlab源代码,包含过程文件-Using ant colony algorithm to solve VRP program of one of the better, the Matlab source code, containing process files
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:8787
    • 提供者:wangjiao
  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 2 3 4 5 67 8 9 10 11 ... 19 »
搜珍网 www.dssz.com