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

搜索资源列表

  1. matlog

    1下载:
  2. 物流分析工具包。Facility location: Continuous minisum facility location, alternate location-allocation (ALA) procedure, discrete uncapacitated facility location Vehicle routing: VRP, VRP with time windows, traveling salesman problem (TSP) Networks: Sho
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4853791
    • 提供者:陈宝文
  1. VRP

    0下载:
  2. 经典的粒子群算法(PSO),通过迭代搜索更新产生更优良的下一代解。供大家参考学习-classical PSO (PSO), through iterative search update produce the next generation better solution. For your reference learning
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:25158
    • 提供者:笑容
  1. A-VRP-sol

    0下载:
  2. 使用jdom读入xml文件,一边读入一边存储在arraylist 里面-use jdom read into the xml document read into the side of the side storage inside the arraylist
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:4751
    • 提供者:崔凝碧
  1. 61185221164200791194591929675

    3下载:
  2. 蚁群算法的matlab源码,该程序试图对具有31个城市的VRP进行求解,已知的最优解为784.1
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6865
    • 提供者:王艳艳
  1. PSOvrp

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:95457
    • 提供者:pheonix
  1. antcolony

    1下载:
  2. 该程序试图对具有31个城市的VRP进行求解,已知的最优解为784.1,
  3. 所属分类:matlab例程

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

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

    • 发布日期:2013-11-23
    • 文件大小:42986
    • 提供者:程方
  1. pso vrp1

    1下载:
  2. 用matlab 编的vrp程序,使用极坐标,并与公共数据库作了比较
  3. 所属分类:源码下载

  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. 蚁群算法解决车辆最优路径问题

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

    • 发布日期:2016-11-30
    • 文件大小:106849
    • 提供者:刘勇
  1. VRP_GA.rar

    0下载:
  2. 用GA遗传算法求解VRP车辆配送问题,以及VRP的特殊情况TSP旅行商问题,GA Genetic Algorithm for VRP with the distribution of vehicles, as well as the special circumstances of VRP Traveling Salesman Problem TSP
  3. 所属分类:matlab例程

    • 发布日期:2016-10-10
    • 文件大小:975
    • 提供者:yourchen
  1. Ant_colony_algorithm_source_code

    0下载:
  2. 蚁群算法源程序.该程序试图对具有31个城市的VRP进行求解,已知的最优解为784.1-Ant colony algorithm source code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:6663
    • 提供者:bocai
  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. TSP&VRPTW_BenchMark

    2下载:
  2. TSP算法和vrp算法,用于解决旅商问题和物流路线等问题,内含源代码(Tsp algorithm and VRP algorithm, which are used to solve the problems of travel business and logistics route, and contain the source code)
  3. 所属分类:matlab例程

    • 发布日期:2020-06-28
    • 文件大小:4806656
    • 提供者:byxws
  1. 数学建模

    1下载:
  2. 用遗传算法求解带模糊时间窗的VRP问题,注释清晰明了,新手友好(Genetic algorithm for VRP with fuzzy time window)
  3. 所属分类:其他

    • 发布日期:2021-04-01
    • 文件大小:4096
    • 提供者:squirrel_03
  1. 遗传模拟退火算法求解TSP问题matlab代码

    3下载:
  2. 解决车辆路径问题,改进的模拟退火和遗传算法,全面详细,适用于解决VRP问题和物流车辆规划(To solve the vehicle routing problem, the improved simulated annealing and genetic algorithm, comprehensive and detailed, suitable for solving VRP problems and logistics vehicle planning)
  3. 所属分类:Windows编程

    • 发布日期:2021-02-20
    • 文件大小:11264
    • 提供者:hayjao2020
  1. 遗传算法求解VRP问题.gz

    2下载:
  2. 为了达到提升公路运输的效益,降低货运成本的目的,我们提出带时间窗的基于货物运输共享的路径优化模型(In order to improve the efficiency of highway transportation and reduce the freight cost, we propose a path optimization model based on cargo transportation sharing with time window)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-01
    • 文件大小:8192
    • 提供者:huahua-baby
  1. vrp

    1下载:
  2. 遗传算法求解vrptw,带时间窗约束的车辆路径问题(Genetic algorithm for VRPTW vehicle routing problem with time window constraints)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-16
    • 文件大小:1024
    • 提供者:chenrens
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 19 »
搜珍网 www.dssz.com