CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 车辆路径问题

搜索资源列表

  1. VRP

    2下载:
  2. VRP问题代码 解决车辆路径配送问题 用c++语言开发的-VC VRP
  3. 所属分类:Other systems

    • 发布日期:2016-06-14
    • 文件大小:8kb
    • 提供者:priya
  1. chelianglujingwentiyichuansuanfa

    0下载:
  2. 车辆路径问题遗传算法matlab程序代码-vrp matlabvrp matlabvrp matlabvrp matlab
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:6.57kb
    • 提供者:漆昕
  1. VRP

    1下载:
  2. 一个求解车辆路径问题的粒子群算法的源码,用C++编写。-Solving a vehicle routing problem with the particle swarm algorithm source code, using C++ Prepared.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:54.46kb
    • 提供者:ghy
  1. Genetic-algorithm-for-optimal-path

    0下载:
  2. 改进遗传算法求解CVRP的程序(车辆路径问题) VC++环境下编码-Genetic algorithm for optimal path
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:2.15kb
    • 提供者:李先树
  1. VRP

    0下载:
  2. 解决车辆路径问题使用矩阵蚂蚁算法 车辆调度问题(Vehicle Routing Problem,VRP)是一个典 型的NP 难题,只有在需点数和路段数较少时才有可能寻求其 精确解,一般情况下,很难得到全局最优解或满意解-Matrix ant algorithm to solve the vehicle routing problem Matrix ant algorithm to solve the vehicle routing problem
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:2.24kb
    • 提供者:基极10
  1. aco-yiquansuanfa-

    0下载:
  2. 车辆路径问题的蚁群算法,很好的一个学习蚁群算法的GA例子-The ant colony algorithm of vehicle routing problem, a learning example of ant colony algorithm GA
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:6.98kb
    • 提供者:李倩
  1. ACO

    0下载:
  2. 基于蚁群算法的机器人的路径规划问题蚁群算法,一种与传统的数学规划原理截然不同的,模拟自然生态系统以求解复杂优化问题(如NPC(NP Complete)类问题,典型的有TSP(Traveling Saleman Problem)问题)的仿生优化算法,因其较强分布式计算机制、鲁棒性、易于与其他方法相结合等优点,使得蚁群算法具有较广泛应用领域,为那些最优化技术难以解决的组合优化问题提供了一类新的切实可行的解决方案。从最初的一维的静态优化问题扩展到多维的动态组合优化问题,包括车辆路径规划,工程设计,电力
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:1.05mb
    • 提供者:lin
  1. vrptw-evolutionary-master

    0下载:
  2. vrptw 车辆路径问题 python 带时间窗的车辆路径问题-vrptw evo vehicle routing problem python
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:714.51kb
    • 提供者:123
  1. ant-algorithem-with-use-of-vb

    0下载:
  2. 此文件使用vb编程实现蚂蚁算法,从而用来解决车辆路径问题-solve vrp using ant algorithem
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:27.17kb
    • 提供者:杨木木
  1. file3-1

    2下载:
  2. 离散粒子群优化算法优化带时间窗的车辆路径问题-Discrete particle swarm optimization algorithm to optimize vehicle routing problem with time windows
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:229.96kb
    • 提供者:张伟仁
  1. VRP

    4下载:
  2. 应用遗传算法针对物流配送车辆路径规划问题进行求解,使用MATLAB进行编程-Using genetic algorithm to solve the problem of logistics distribution vehicle routing problem, using MATLAB programming
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:11.35kb
    • 提供者:wang
  1. TWVRP

    9下载:
  2. 对物流配送问题的带时间窗车辆路径规划问题进行求解,使用matlab编程-To solve the problem of vehicle routing with time windows, which is used to solve the problem of logistics distribution, using MATLAB programming
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:18.79kb
    • 提供者:wang
  1. GAVRP

    0下载:
  2. 基于 遗传算法的车辆路径问题,看起来比较简单-Genetic algorithm based on the vehicle routing problem, it seems relatively simple
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.47kb
    • 提供者:吴娟
  1. 基于遗传算法的matlab语言车辆路径问题

    3下载:
  2. 车辆路线问题(VRP)最早是由Dantzig和Ramser于1959年首次提出,它是指一定数量的客户,各自有不同数量的货物需求,配送中心向客户提供货物,由一个车队负责分送货物,组织适当的行车路线,目标是使得客户的需求得到满足,并能在一定的约束下,达到诸如路程最短、成本最小、耗费时间最少等目的。(The vehicle routing problem (VRP) was first proposed by Dantzig and Ramser in 1959, it refers to a cer
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:5kb
    • 提供者:niada
  1. NewAntProject

    0下载:
  2. 经典蚁群算法,用来解决基于蚁群算法的一些生活应用,例如TSP,车辆路径等问题(The classical ant colony algorithm is used to solve some living applications based on ant colony algorithm, such as TSP, vehicle routing and so on.)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:15kb
    • 提供者:hellolmf
  1. 禁忌搜索matlab算法

    2下载:
  2. 禁忌搜索算法建议编程,车辆路径问题,以最短距离为目标(The tabu search algorithm recommends programming, vehicle routing problem, with the shortest distance as the target)
  3. 所属分类:其他

    • 发布日期:
    • 文件大小:5kb
    • 提供者:meyond
  1. C-mdvrptw (20个文件实例)

    0下载:
  2. 具有时间窗的多车场的车辆路径问题, Cordeau的Instances文件数据可直接被调用(The Cordeau Instances file data can be directly invoked by the vehicle routing problem with a time window.)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:63kb
    • 提供者:小伍华
  1. vrp

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

    • 发布日期:2018-04-29
    • 文件大小:16kb
    • 提供者:小小周zzz
  1. 2E-VRP-master1205

    3下载:
  2. 两层车辆路径问题,可以运行,很不错 matlab程序(Two layer vehicle path problem, can run, very good matlab program)
  3. 所属分类:其他

    • 发布日期:2020-10-17
    • 文件大小:124kb
    • 提供者:lyseyyry
  1. ACATSP

    2下载:
  2. 利用蚁群算法来解带时间窗的车辆路径问题,matlab编程(Using ant colony algorithm to solve vehicle routing problem with time window, matlab programming)
  3. 所属分类:其他

    • 发布日期:2021-04-01
    • 文件大小:1kb
    • 提供者:几昂
« 12 »
搜珍网 www.dssz.com