CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 车辆调度 算法

搜索资源列表

  1. 111

    2下载:
  2. 基于模拟退火遗传算法的车辆调度问题研究,用MATLAB语言加以实现
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.66kb
    • 提供者:杨俊
  1. 103328531

    0下载:
  2. 遗传算法 delphi 基于 车辆调度方面的-delphi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:41.83kb
    • 提供者:a bao
  1. LogisticsBee

    0下载:
  2. 尝试使用蜜蜂算法来求解带三维装载的车辆调度问题,问题的算法较为新颖。-Bees algorithm, with a request to solve the problem with loading the vehicle scheduling
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:88.08kb
    • 提供者:ruan
  1. Beefor3LVRP

    0下载:
  2. 尝试使用蜜蜂算法来求解带三维装载的车辆调度问题,算法具有一定的新颖性。-Try to use the bees algorithm to solve with a three-dimensional loading vehicle routing problem, the algorithm has a certain novelty.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:88.04kb
    • 提供者:ruan
  1. 01

    0下载:
  2. 规模车辆调度问题的有效算法分析.The effective size of the vehicle scheduling problem algorithm analysis.-The effective size of the vehicle scheduling problem algorithm analysis.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:330.97kb
    • 提供者:yuan
  1. a

    0下载:
  2. 基于模拟退火遗传算法的车辆调度问题研究,其中使用matlab程序编出了整个算法-Genetic algorithm based on simulated annealing scheduling problem of vehicles, which use matlab program code out of the whole algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1.57mb
    • 提供者:陈磊
  1. VRP

    5下载:
  2. 蚁群算法解车辆调度问题,即多环运输在物流配送中的解决。-ACO vehicle routing problem, namely polycyclic transport in the logistics and distribution solutions.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-12-13
    • 文件大小:2kb
    • 提供者:hupei
  1. cheliang

    0下载:
  2. matlab程序,利用模拟退火遗传算法,对车辆调度问题进行编程,程序完整可行-
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:3.5kb
    • 提供者:
  1. VRP

    0下载:
  2. 基于 蚁群算法车辆调度问题用matlab编程-Vehicle scheduling
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2.35kb
    • 提供者:geqiyong
  1. GAforVRP

    1下载:
  2. 利用Matlab编写的程序,GA算法解决车辆调度问题VRP-Programs written in Matlab, GA algorithm to solve vehicle scheduling problem VRP
  3. 所属分类:matlab

    • 发布日期:2016-10-10
    • 文件大小:7kb
    • 提供者:曹子建
  1. vrp

    0下载:
  2. 用简单的遗传算法解决基本的车辆调度问题,新手很容易上手。-vrp ga
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:5.35kb
    • 提供者:赵培瑶
  1. 遗传算法求解VRP问题的技术报告

    1下载:
  2. 本文通过遗传算法解决基本的无时限车辆调度问题。采用车辆和客户对应排列编码的遗传算法,通过种群初始化,选择,交叉,变异等操作最终得到车辆配送的最短路径。通过MATLAB仿真结果可知,通过遗传算法配送的路径为61.5000km,比随机配送路径67km缩短了5.5km。此结果表明遗传算法可以有效的求解VRP问题。(In this paper, genetic algorithm is used to solve the basic vehicle scheduling problem without
  3. 所属分类:matlab例程

    • 发布日期:
    • 文件大小:94kb
    • 提供者:阿雨
  1. Desktop

    0下载:
  2. 进行TSP遗传算法解决方案,解决旅行商问题,车辆调度问题,解决邮政车辆规划问题(TSP genetic algorithm solution)
  3. 所属分类:matlab例程

  1. 蚁群算法(路径规划程序)

    2下载:
  2. 蚁群算法是一种群智能算法,也是启发式算法。基本原理来源于自然界蚂蚁觅食的最短路径原理。蚁群算法根据模拟蚂蚁寻找食物的最短路径行为来设计的仿生算法,因此一般而言,蚁群算法用来解决最短路径问题,并真的在旅行商问题(TSP,一个寻找最短路径的问题)上取得了比较好的成效。目前,也已渐渐应用到其他领域中去,在图着色问题、车辆调度问题、集成电路设计、通讯网络、数据聚类分析等方面都有所应用。(Ant colony algorithm is a population intelligent algorithm,
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:142kb
    • 提供者:wyj2277
  1. AntColonyOptimization-TSP

    1下载:
  2. 蚁群算法作为新发展的一种模拟蚂蚁群体智能行为的仿生优化算法,它具有较强的鲁棒性、优良的分布式计算机制、易于与其他方法相结合等优点,本算法用来解决最短路径问题,并在TSP旅行商问题上取得较好的成效。同时也可以在他领域如图着色问题、车辆调度问题、集成电路设计、通讯网络、数据聚类进行参考。(Ant colony algorithm is a newly developed bionic optimization algorithm that simulates the ant colony intel
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1.75mb
    • 提供者:元气满满
  1. VRP

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

    • 发布日期:2018-05-02
    • 文件大小:2kb
    • 提供者:iqisgnaw
  1. 带时间窗车辆调度问题的蚁群算法.pdf

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

    • 发布日期:2019-05-04
    • 文件大小:895kb
    • 提供者:crash_wu
  1. 车辆路径问题概念、模型与算法(五星推荐).pdf

    1下载:
  2. VRP 带软时间窗口的源码,遗传算法,车辆调度(VRP with time windows)
  3. 所属分类:matlab例程

    • 发布日期:2020-04-10
    • 文件大小:4.87mb
    • 提供者:crash_wu
  1. 人工鱼群算法求解VRP问题

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

    • 发布日期:2020-05-30
    • 文件大小:13kb
    • 提供者:程小蛮
  1. 改进智能水滴算法

    3下载:
  2. 求解送取货且带时间窗的绿色车辆路径与调度优化问题(Solving the green vehicle routing and scheduling optimization problem with time window)
  3. 所属分类:matlab例程

    • 发布日期:2019-11-16
    • 文件大小:22kb
    • 提供者:大山海经
« 12 »
搜珍网 www.dssz.com