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

搜索资源列表

  1. GA

    0下载:
  2. 遗传算法的车辆路径研究,实现的是配送路径最短(Genetic algorithm of vehicle routing research, the realization of the shortest delivery route)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-07
    • 文件大小:13312
    • 提供者:刘秋萍
  1. New Folder

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

  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模拟退火

    4下载:
  2. 采用模拟退火算法求解车辆路径问题 (Using simulated annealing algorithm to solve the vehicle routing problem)
  3. 所属分类:matlab例程

  1. dynamic programing algorithm

    0下载:
  2. dynamic programing VRP
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:236544
    • 提供者:chehab.salah
  1. nearest neighbour algorithm

    0下载:
  2. vehicle routing problem
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-21
    • 文件大小:240640
    • 提供者:chehab.salah
  1. 简单vrp实例代码 保证可用

    2下载:
  2. 基于遗传算法的车辆路径问题求解。本文件夹奥阔修改后的遗传算法实例代码 保证可用 (适合初学者和小白)(The problem of vehicle routing problem based on genetic algorithm is solved. This folder Aokuo modified genetic algorithm code examples to ensure that available (for beginners and white))
  3. 所属分类:文章/文档

    • 发布日期:2018-04-28
    • 文件大小:2048
    • 提供者:西瓜331
  1. vrp

    0下载:
  2. 车辆路径问题用遗传算法来求解,借助了matlab的程序代码(The vehicle routing problem is solved by genetic algorithm, with matlab program code.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:16384
    • 提供者:小小周zzz
  1. 遗传算法VRP

    0下载:
  2. 使用遗传算法求解vrp问题,使用matlab编程(Using Genetic Algorithm to Solve the Problem of vrp)
  3. 所属分类:文章/文档

    • 发布日期:2018-05-01
    • 文件大小:7168
    • 提供者:小柠檬233
  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. 遗传算法1

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

    • 发布日期:2021-01-27
    • 文件大小:20480
    • 提供者:livex
  1. vrpGA

    2下载:
  2. 使用遗传算法求解VRP问题,可更改数据,可用(Solve VRP problem with GA algorithm.)
  3. 所属分类:matlab例程

  1. PSO算法求解CVRP“车辆路径问题”

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

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

    1下载:
  2. MATLAB遗传算法解决VRP问题,不带时间窗的简单模型(MATLAB genetic algorithm to solve VRP problem)
  3. 所属分类:matlab例程

    • 发布日期:2019-10-19
    • 文件大小:7168
    • 提供者:echo1994
  1. 遗传?1

    3下载:
  2. 遗传算法求解vrp问题,单场库,多车型,实现车辆路径的选择,可用(Genetic algorithm can solve VRP Problem.)
  3. 所属分类:Windows编程

    • 发布日期:2020-04-09
    • 文件大小:21504
    • 提供者:fe1yang
  1. SAforVRP

    2下载:
  2. 模拟退火算法解决VRP问题,包含所有函数的M文件,有例子(Simulated annealing algorithm solves VRP problem, including M files of all functions, and some examples)
  3. 所属分类:matlab例程

    • 发布日期:2019-10-08
    • 文件大小:3072
    • 提供者:Shielas
  1. 人工鱼群算法求解VRP问题

    4下载:
  2. 使用matlab语言实现人工鱼群算法求解车辆调度问题(Using MATLAB language to implement artificial fish swarm algorithm to solve vehicle scheduling problem)
  3. 所属分类:matlab例程

    • 发布日期:2020-05-30
    • 文件大小:13312
    • 提供者:程小蛮
« 1 2 3 4 5 67 8 9 10 »
搜珍网 www.dssz.com