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

搜索资源列表

  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. lmain

    1下载:
  2. 粒子群算法解决vrp问题,主函数和各个子程序,全部,可运行。(The particle swarm optimization (PSO) algorithm solves the VRP Problem, the main function and the various subroutines, all of which can be run.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:11264
    • 提供者:wxzh0322
  1. 分支定界

    0下载:
  2. 实现VRP问题的分支定界算法,C语言实现,(A branch and bound algorithm for the realization of VRP problem)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:ross1221
  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. Copy_of_yiquan

    0下载:
  2. 蚁群VRP,可正常运行。T优化蚁群算法对的每个配送区域的求解最优路径的二(ACA VRP.can load and run)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:3072
    • 提供者:王丽131468
  1. ILS for vehicle routing

    0下载:
  2. ILS for VRP using C++
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:2048
    • 提供者:chehab.salah
  1. antfunc6

    0下载:
  2. matlab源代码 ,解决旅行商路径优化问题,visual C,特分享(matlab vrp,i see it by coincidence,and it is useful,so share for learning)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:33792
    • 提供者:岁月神偷11
  1. geneticVRP

    0下载:
  2. 基于排序选择和部分匹配交叉的ga算法求解vrp问题(Solving VRP Problem by GA algorithm)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:3072
    • 提供者:小拳碎胸口
  1. vrp

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

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:henrylalala
  1. VRP

    1下载:
  2. VRP,遗传算法的路径优化问题,车辆调度问题的MATLAB实现(VRP,Path optimization problem of genetic algorithm,MATLAB implementation of vehicle scheduling problem.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:iqisgnaw
  1. geneticVRP

    0下载:
  2. 求解vrp问题,通过少了修改可以获得结果(Solving VRP Problem)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-04
    • 文件大小:4096
    • 提供者:雷雨来了
  1. 多种群遗传算法的函数优化算法

    2下载:
  2. 车辆路径问题VRP的matlab编程,里面包含距离矩阵和适应度函数和交叉,多种群遗传算法的程序(progrmming of vehicle routing problem)
  3. 所属分类:matlab例程

    • 发布日期:2020-02-10
    • 文件大小:5120
    • 提供者:八戒不吃鱼
  1. 遗传算法1

    1下载:
  2. 遗传算法求解求解vrp问题,以送货问题为算例,已知送货量和距离矩阵。(Genetic algorithm for solving VRP Problem)
  3. 所属分类:matlab例程

    • 发布日期:2021-01-27
    • 文件大小:20480
    • 提供者:livex
« 1 2 3 4 5 6 78 9 10 11 12 ... 19 »
搜珍网 www.dssz.com