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

搜索资源列表

  1. PSOvrp

    0下载:
  2. 利用粒子群算法求解VRP问题程序,其中和禁忌搜索算法结合成混合算法求解,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:55813
    • 提供者:zcx
  1. Atabusearchalgorithmforthevehicleroutingproblem.ra

    2下载:
  2. 禁忌搜索算法解决VRP问题的论文,内有对车辆路径问题的简单综述,且对城市聚集情况有针对性的解决
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:95457
    • 提供者:pheonix
  1. 改进智能蚂蚁算法

    9下载:
  2. 智能蚂蚁算法——蚁群算法的改进 求解VRP问题 求解TSP问题-smart ant algorithm -- ant colony algorithm improvements for VRP for TSP
  3. 所属分类:C#编程

    • 发布日期:2013-11-23
    • 文件大小:42986
    • 提供者:程方
  1. 遗传算法tsp

    2下载:
  2. 用matlab编写的GA求解vrp-车辆路径问题程序!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-08-22
    • 文件大小:2959
    • 提供者:fch407@126.com
  1. SYMPHONY-5.3.4

    0下载:
  2. SYMPHONY-5.3.4 用于解决VRP问题
  3. 所属分类:源码下载

    • 发布日期:2011-06-21
    • 文件大小:8215831
    • 提供者:uranusj
  1. ACOVRP

    0下载:
  2. aco算法解决vrp问题matlab源码
  3. 所属分类:matlab例程

  1. yqsfmatlab.rar

    1下载:
  2. 强大的蚁群算法matlab程序源代码,可以迅速求解vrp等np难问题。,Ant colony algorithm matlab powerful source code, you can quickly solve the difficult problem of np such vrp.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-04-01
    • 文件大小:15284
    • 提供者:储育青
  1. cw

    10下载:
  2. 带时间窗的节约算法,求解车辆路径问题,是一个函数形式,效果很好-VRP,C-W
  3. 所属分类:交通/航空行业

    • 发布日期:2013-04-19
    • 文件大小:3102
    • 提供者:fangtao
  1. vrp

    1下载:
  2. 车辆路径问题 多种算法解决 遗传算法 改进的遗传算法(Various Algorithms for Vehicle Routing Problem Improvement of Genetic Algorithms)
  3. 所属分类:matlab例程

    • 发布日期:2019-10-19
    • 文件大小:84992
    • 提供者:海霞2018
  1. upload_车辆路径问题的matlab程序(多车型).rar

    3下载:
  2. 求解路径问题,目标函数时间最短,主要适用管科物流等专业学习使用,对时间,空间复杂性没有优化.(Solving the path problem, the objective function time is the shortest, which is mainly used for professional learning and learning, such as tube logistics, and it is not optimized for time and space comp
  3. 所属分类:matlab例程

    • 发布日期:2020-05-01
    • 文件大小:631808
    • 提供者:aboutor
  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. 模拟退火算法

    1下载:
  2. 用于标准VRP问题的模拟退火算法,可运行,适合新手学习。(The simulated annealing algorithm for standard VRP Problem can be run and is suitable for novice learning.)
  3. 所属分类:matlab例程

    • 发布日期:2020-05-01
    • 文件大小:3072
    • 提供者:大山海经
  1. PSO算法

    4下载:
  2. 粒子群算法求解标准VRP问题,带有十个小型算例,可运行,适合新手学习。(Particle swarm optimization (PSO) is used to solve the standard VRP Problem, with ten small examples, which can be run, and is suitable for novice learning.)
  3. 所属分类:matlab例程

    • 发布日期:2020-02-29
    • 文件大小:100352
    • 提供者:大山海经
  1. VRP using SA

    2下载:
  2. vrp,车辆路径问题的一种尝试解决方法,一整套matlab程序源码(Capacitated Vehicle Routing ProblemVRP using SA)
  3. 所属分类:matlab例程

    • 发布日期:2020-05-01
    • 文件大小:99328
    • 提供者:小骁熊
  1. 压缩包

    0下载:
  2. 采用遗传算法,求解vrp问题(路径规划问题)(solve vrp with GA. Using genetic algorithm to solve VRP (path planning problem))
  3. 所属分类:matlab例程

    • 发布日期:2020-08-15
    • 文件大小:12288
    • 提供者:果果君
  1. 遗传算法含时间窗问题

    2下载:
  2. 在编程求解VRP问题之前首先要深刻理解TSP问题的编程思想,一般学会TSP的编程即可以进行VRP编程,好,在这里简单的说一下,如何由TSP问题转化到VRP问题。
  3. 所属分类:matlab例程

    • 发布日期:2020-05-19
    • 文件大小:34852
    • 提供者:yang11
  1. ALNS

    1下载:
  2. 解决vrp问题的ALNS的matlab算法(Matlab algorithm of ALNS for VRP Problem)
  3. 所属分类:matlab例程

    • 发布日期:2020-12-30
    • 文件大小:2048
    • 提供者:浪子彦1
  1. 111

    2下载:
  2. 用于求解带时间窗的多车场的配送路径优化问题,即vrp问题,算法是基于模拟退火算法和遗传算法的混合算法(The algorithm is a hybrid algorithm based on simulated annealing algorithm and genetic algorithm, which is used to solve the distribution path optimization problem of multi depot with time window)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-01
    • 文件大小:3072
    • 提供者:小时代8884
  1. 遗传算法求解VRP问题

    0下载:
  2. 应用遗传算法求解单车场车辆路径问题。matlab代码
  3. 所属分类:matlab例程

    • 发布日期:2021-10-11
    • 文件大小:18199
    • 提供者:WWW@WWW
« 1 2 3 4 5 67 8 9 10 11 ... 14 »
搜珍网 www.dssz.com