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

搜索资源列表

  1. GAApp

    0下载:
  2. Visual C++ 实现带时间窗的车辆路径问题-VTP with time windows.
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2257982
    • 提供者:张得志
  1. VRP

    1下载:
  2. 该程序是用C++编写的蚁群算法程序,专门用来求解车辆路径问题(VRP)。-The program is in C++ ant colony algorithm written procedures, designed to solve the vehicle routing problem (VRP).
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:3085553
    • 提供者:chao
  1. VVRPe

    1下载:
  2. 车辆路径问题的蚁群算法VRPP-2opt-vrp -Ant colony algorithm for vehicle routing problem VRPP-2opt-vrp
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:2356
    • 提供者:recruitparade
  1. antc

    0下载:
  2. 一个蚁群算法的例子,用于求解车辆路径问题-Examples of an ant colony algorithm for solving the vehicle routing problem
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3541
    • 提供者:罗韬
  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
    • 文件大小:2293
    • 提供者:基极10
  1. vrp-ga

    4下载:
  2. 这是基于matlab的通过遗传算法解决物流配送车辆路径问题-This is based on matlab by genetic algorithms to solve the logistics distribution vehicle routing problem
  3. 所属分类:matlab例程

    • 发布日期:2016-11-02
    • 文件大小:20075
    • 提供者:
  1. VRP

    0下载:
  2. 遗传算法解决简单的无时限有约束VRP车辆路径问题-Genetic algorithm to solve a simple non-time constrained VRP Vehicle Routing Problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-26
    • 文件大小:244907
    • 提供者:朱园
  1. matlab-vrp

    1下载:
  2. 车辆路径问题中用遗传算法实现matlab程序 。-The vehicle routing problem matlab genetic algorithm. . . .
  3. 所属分类:matlab

    • 发布日期:2016-10-31
    • 文件大小:9216
    • 提供者:马文
  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
    • 文件大小:7146
    • 提供者:李倩
  1. Ga-Sa-vrp

    4下载:
  2. 用遗传算法--模拟退火算法求解车辆路径问题。-Using genetic algorithms- simulated annealing algorithm for vehicle routing problem.
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:11372
    • 提供者:马文
  1. vrp03

    0下载:
  2. 用遗传算法求解物流配送中的车辆路径问题,选择合适的路径进行物流配送-A Genetic Algorithm for logistics distribution vehicle routing problem, choosing the right path for logistics and distribution
  3. 所属分类:matlab例程

    • 发布日期:2016-10-10
    • 文件大小:8892
    • 提供者:马文
  1. ga-vrp

    0下载:
  2. 解决车辆路径问题的遗传算法,已经验证,可以运行-Solving vehicle routing problem genetic algorithm has been verified, you can run
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:7555
    • 提供者:刘长石
  1. VRP

    2下载:
  2. 蚁群算法,2-opt,解决车辆路径问题(vrp)的matlab代码,修正了原始代码忽略初始节点下一节点cost的问题,但是对某些测试数据集存在车辆数大于或小于的标准问题。-Ant colony algorithm ,2-opt, vehicle routing problem (vrp) matlab code, amended the original code ignores the initial node next node cost problems, but for some tes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2113
    • 提供者:lijian
  1. VRP_GA

    0下载:
  2. 在VC6.0中实现的使用遗传算法(GA)实现有时间窗约束的车辆路径问题(VRP)。-In VC6.0 achieved using genetic algorithm (GA) to achieve a time window constraint vehicle routing problem (VRP).
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2709178
    • 提供者:王志刚
  1. vehicleroutingproblemwithtimeWindows

    0下载:
  2. Vehicle Routing Problem with Time Windows, VRPTW)基于带时间窗的车辆路径问题的蚁群算法_叶仲泉 -Vehicle Routing Problem with Time Windows, VRPTW)Based on the vehicle routing problem with time Windows _ Ye Zhongquan ant colony algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:18927
    • 提供者:angus
  1. chelianglujing

    0下载:
  2. 下面的源代码是解决车辆路径问题的。谈一点经验性的东西,就是在进行染色体交叉时,一定要注意基因结构的问题。-The following source code to solve the vehicle routing problem. Things to talk about one empirical, that is, during the cross-chromosome, we have to pay attention to the problem of gene structure.
  3. 所属分类:Graph program

    • 发布日期:2017-04-25
    • 文件大小:10002
    • 提供者:电子测量
  1. ACO-in-vehicle-routing-problem

    0下载:
  2. 蚁群算法的改进及其在车辆路径问题中的应用- Application of the improved ant colony algorithm in vehicle routing problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:1364339
    • 提供者:方方
  1. simulated-annealing

    0下载:
  2. 基于模拟退火遗传算法的车辆路径问题研究-Based on simulated annealing genetic algorithm for vehicle routing problem research
  3. 所属分类:Document

    • 发布日期:2017-04-25
    • 文件大小:64167
    • 提供者:王玉昂
  1. Dijstra

    0下载:
  2. 采用Dijstra算法实现车辆路径问题,通过VB语言实现-Using Dijstra algorithm for vehicle routing problem, by VB language
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:79085
    • 提供者:vera
  1. IRPTW

    0下载:
  2. 禁忌搜索算法求解带有时间窗的车辆路径问题-Tabu search algorithm for vehicle routing problem with time windows
  3. 所属分类:transportation applications

    • 发布日期:2017-05-12
    • 文件大小:2758819
    • 提供者:龚亚琪
« 1 2 3 4 56 7 8 9 10 ... 13 »
搜珍网 www.dssz.com