搜索资源列表

  1. 禁忌算法

    0下载:
  2. 用禁忌算法求解VRP问题,简单易懂,有解释语句,方便了解学习。(Using tabu algorithm to solve the VRP problem, easy to understand, there are explanatory statements, easy to understand learning.)
  3. 所属分类:进化算法

  1. New Folder

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

  1. 遗传算法VRP

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

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:lxpshidameinv
  1. VRP算法下载

    0下载:
  2. 关于vrp最短路径问题的matlab程序,非常的实用(The vrp shortest path problem matlab program, very practical)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:24576
    • 提供者:WWW.GDL
  1. vrp

    0下载:
  2. 应用蚁群算法,求解路径规划、路径选择、最优路径的VRP等问题。(Ant colony algorithm to solve VRP problem)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:Grace-M
  1. lmain

    0下载:
  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例程

    • 发布日期:2024-05-16
    • 文件大小:11264
    • 提供者:wxzh0322
  1. 分支定界

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

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:ross1221
  1. VRP算法下载

    0下载:
  2. 通过多种不同算法,对车辆路径规划问题进行求解,使用matlab编程(Through a variety of different algorithms, the problem of vehicle path planning is solved and MATLAB programming is used.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:25600
    • 提供者:Lonely gump
  1. 简单vrp实例代码 保证可用

    0下载:
  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 beg
  3. 所属分类:文档资料

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:西瓜331
  1. 遗传算法VRP

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

    • 发布日期:2024-05-16
    • 文件大小:7168
    • 提供者:小柠檬233
  1. geneticVRP

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

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

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

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:henrylalala
  1. geneticVRP

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

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:雷雨来了
  1. 遗传算法1

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

    • 发布日期:2024-05-16
    • 文件大小:20480
    • 提供者:livex
  1. vrpGA

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

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

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

    • 发布日期:2024-05-16
    • 文件大小:259072
    • 提供者:YLSFFLY
  1. GAforVRP

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

    • 发布日期:2024-05-16
    • 文件大小:7168
    • 提供者:echo1994
  1. 带时间窗车辆调度问题的蚁群算法.pdf

    0下载:
  2. VRP车辆调度问题解决思路,带有时间窗口(VRP with time windows)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:916480
    • 提供者:crash_wu
  1. 物流配送车辆调度问题的模型和算法研究.pdf

    0下载:
  2. VRP车辆调度问题,带有软时间窗口,无流向(VRP with time windows)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:5597184
    • 提供者:crash_wu
  1. MATLAB-带时间窗源码

    3下载:
  2. MATLAB-遗传算法-多车场-开放式-带时间窗-多商品-VRP问题源码(VRP with time windows)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:20480
    • 提供者:crash_wu
« 1 2 3 4 56 7 8 9 10 ... 14 »

源码中国 www.ymcn.org