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

搜索资源列表

  1. SA-algorithem-forVRP

    0下载:
  2. 使用matlab进行模拟退火算法编例,解决车辆路径最优化问题。-vrp with use of SA
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3271
    • 提供者:杨木木
  1. Tabu-Search-matlab

    4下载:
  2. 使用matlab进行禁忌搜索算法编例,解决车辆路径最优化问题。-vrp with use of tabu search
  3. 所属分类:matlab

    • 发布日期:2015-11-30
    • 文件大小:5120
    • 提供者:杨木木
  1. vrp-in-GA

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

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

    1下载:
  2. 算法程序可以求解带时间窗的车辆路径问题,期望大家上传的都是有说明的可以使用的程序-the program for the vehicle routing problem with time windows
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:1689
    • 提供者:刘长石
  1. Routing

    2下载:
  2. 供货小车的路径优化是企业降低成本,提高经济效益的有效手段,供货小车路径优化 问题可以看成是一类车辆路径优化问题.-Path optimization is the delivery car enterprises to reduce costs, improve the economic efficiency, the delivery car path optimization problem can be viewed as a class of vehicle routing optimi
  3. 所属分类:File Formats

    • 发布日期:2016-06-05
    • 文件大小:1655808
    • 提供者:lnzrds
  1. file3-1

    2下载:
  2. 离散粒子群优化算法优化带时间窗的车辆路径问题-Discrete particle swarm optimization algorithm to optimize vehicle routing problem with time windows
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:235474
    • 提供者:张伟仁
  1. TomislavBronicProjekt

    0下载:
  2. 转载 - 用基因和蚁群算法求解车辆路径问题-Reprint- using genetic and ant colony algorithm for vehicle routing problem
  3. 所属分类:matlab

    • 发布日期:2017-05-12
    • 文件大小:2662224
    • 提供者:tommy
  1. ant_CSharp

    0下载:
  2. 车辆路径问题的蚁群算法程序代码,考虑车辆的载重限制-ant syatem,VRP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-27
    • 文件大小:38373
    • 提供者:David
  1. VRPBase--No-smallrouteindex

    0下载:
  2. 禁忌搜索解决待时间窗车辆路径问题,c++基于visio studio 2010平台-Tabu Search Algorithm of VRP
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:2547613
    • 提供者:王祖健
  1. CVRP

    1下载:
  2. 用蚁群算法解决带有容量限制的车辆路径问题-Ant colony algorithm for solving vehicle routing problem with capacity constraints
  3. 所属分类:matlab

    • 发布日期:2016-10-14
    • 文件大小:19456
    • 提供者:Dasiy
  1. bee-colony-algorithm

    2下载:
  2. 该程序是基于蜂群算法的城市生活垃圾收运的车辆路径问题。两个excel表中录入的为收集点的距离-The program is based on the bee colony algorithm of urban living garbage removal vehicle routing problem. Two excel tables to collect entry point distance
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2250743
    • 提供者:彭锦环
  1. vrplingo

    0下载:
  2. lingo求解车辆路径规划问题,基础部分,未添加约束条件。-ingo for solving vehicle routing problem, the base portion, not added constraints.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1080
    • 提供者:zsan
  1. TSPGA

    0下载:
  2. C语言解决车辆路径问题,包括选择,交叉,变异等操作-C language to solve TSP problem
  3. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:9412
    • 提供者:李伟
  1. ACSForCVRP(parallelPcandidateLists)

    0下载:
  2. 蚁群系统算法求解车辆路径问题,其中的蚁群系统使用了基于三角划分的候选列表。-Ant System algorithm for vehicle routing problem, which the ant colony system uses a list of candidates based on triangulation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:8167
    • 提供者:chenliang
  1. ant-colony-algorithm

    0下载:
  2. 针对车辆的越野路径规划问题,设计了以最少行驶时间为目标的多策略蚁群算法.首先,分析了地形坡度和地表属性对于车辆路径规划的综合影响,通过叠加坡度与粗糙度约束建立了禁忌表 其次,一方面引入了自适应调整策略以提高路径搜索的有效性,另一方面设计了双向搜索策略以增加蚂蚁之间的协作能力和成功路径的搜索机率 另外,还提出了子路径多段交叉策略以提高算法的全局搜索能力和收敛速度,在详细叙述改进算法的步骤之后,优化了算法的部分参数取值 最后,就基本算法和改进算法的性能指标、收敛代数和仿真结果进行了比较与分析.实验结
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1450897
    • 提供者:
  1. ahgrxcfc

    0下载:
  2. 一个用于自然数编码遗传算法的工具包gdXPWSP,以及用这个工具包实现的车辆路径优化问题的RaKNXAC算法例程-A natural number of encoding genetic algorithm tool kit gdXPWSP,
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:4797
    • 提供者:tdzzuj
  1. bhpipyrt

    0下载:
  2. 一个用于自然数编码遗传算法的工具包HKLClzb,以及用这个工具包实现的车辆路径优化问题的gDXCxpV算法例程-A natural number of encoding genetic algorithm tool kit HKLClzb, as well as using this tool kit to achieve the vehicle routing optimization problem gDXCxpV algorithm routines
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5046
    • 提供者:vpdzvj
  1. bkhkvtuv

    0下载:
  2. 一个用于自然数编码遗传算法的工具包ljoUzXl,以及用这个工具包实现的车辆路径优化问题的zkFOmxG算法例程-A natural number of encoding genetic algorithm tool kit ljoUzXl, as well as using this tool kit to achieve the vehicle routing optimization problem zkFOmxG algorithm routines
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4484
    • 提供者:ccjsqx
  1. byunfjni

    0下载:
  2. 一个用于自然数编码遗传算法的工具包ifNRsvX,以及用这个工具包实现的车辆路径优化问题的lwyzLGx算法例程-A natural number of encoding genetic algorithm tool kit ifNRsvX, as well as using this tool kit to achieve the vehicle routing optimization problem lwyzLGx algorithm routines
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:9219
    • 提供者:ufpwtd
  1. bzqjchmi

    0下载:
  2. 一个用于自然数编码遗传算法的工具包kKcNxih,以及用这个工具包实现的车辆路径优化问题的jVkwICr算法例程-A natural number of encoding genetic algorithm tool kit kKcNxih, as well as using this tool kit to achieve the vehicle routing optimization problem jVkwICr algorithm routines
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7476
    • 提供者:pskjnm
« 1 2 3 4 5 6 7 89 10 11 12 13 14 15 »
搜珍网 www.dssz.com