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

搜索资源列表

  1. wrfwe

    0下载:
  2. 分散搜索算法求解带货物权重的车辆路径问题.-Scatter search algorithm for solving weighted vehicle routing problem.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:318246
    • 提供者:tt66
  1. ACO_VRP_CPP

    0下载:
  2. 是用C++编程的车辆路径问题,用蚁群算法进行求解,用C++实现!-Is written in c++ programming of the vehicle routing problem, with the ant colony algorithm, in c++ true!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:6613
    • 提供者:zhuxiaoying
  1. VRPH-1.0.0

    0下载:
  2. A collection for vehicle routing problem, very useful. Developed by Chris Groer.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:185083
    • 提供者:Qi
  1. vrp89495792

    0下载:
  2. 遗传算法解决车辆最优路径问题,供大家学习交流用了!这个是很不错的代码,功能齐全!-Genetic algorithm to solve the optimal vehicle routing problem, for we learn to use the! This is a very good code, a full-featured!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:25922
    • 提供者:亲体
  1. Ants_TSP

    0下载:
  2. distance matrix for vehicle routing problem using ant colony optimization by Hamid Behravan-distance matrix for vehicle routing problem using ant colony optimization by Hamid Behravan
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:6064
    • 提供者:maria
  1. MOPSOwang

    0下载:
  2. 关于模糊车辆路径问题的多目标粒子群算法,里面有作者提出的实数编码方式,在经典的MOPSO基础上完成的。模糊包括模糊需求、模糊旅行时间和模糊服务时间多重模糊特性。-Fuzzy vehicle routing problem with multi-objective particle swarm algorithm, which has the real number encoding, proposed by the authors in classic MOPSO based on. Fuzzy
  3. 所属分类:Algorithm

    • 发布日期:2016-09-14
    • 文件大小:221184
    • 提供者:张波
  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. antc

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

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

    0下载:
  2. Method to solve vehicle routing problem using JAVA.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-04
    • 文件大小:18206
    • 提供者:Kiran
  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. test1

    1下载:
  2. lingo code for vehicle routing problem with have chance constraints (with time not stable)
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1960
    • 提供者:apple
  1. geneticVRP

    0下载:
  2. matlab编程遗传算法代码,解决VRP车辆路径问题-Genetic algorithm matlab programming code to solve VRP Vehicle Routing Problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4403
    • 提供者:兰少曼
  1. distribusi

    0下载:
  2. vrp using GA to minimize travel time. vehicle routing problem to solve scheduling. from depot to consumer. and the go back to the depot
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2840
    • 提供者:rosit
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com