CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 遗传算法 VRP

搜索资源列表

  1. 遗传算法tsp

    2下载:
  2. 用matlab编写的GA求解vrp-车辆路径问题程序!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-08-22
    • 文件大小:2959
    • 提供者:fch407@126.com
  1. GAVRPWITHC.rar

    1下载:
  2. 对外经贸大学的硕士论文,用c++编写的遗传算法解决VRP的程序,External Economic and Trade University master' s thesis, using c++ to prepare the genetic algorithm to solve VRP process
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:13113
    • 提供者:李海民
  1. matlabforVRP

    2下载:
  2. 解决车辆路径问题的MATLAB代码,经过测试可以使用。算法采用遗传算法,对于写人工智能领域的相关论文有很大的帮助-Solve the vehicle routing problem with the MATLAB code that can be used after testing. Algorithm using genetic algorithms, artificial intelligence for the written papers of great help
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-09-20
    • 文件大小:6693
    • 提供者:ly
  1. 69491715GA-FOR-VRP

    1下载:
  2. 用遗传算法解决vrp问题,源码加详细文档说明 很有用的哦-algorithm for multi- objective optimization. It is a very e® ective algorithm but has been generally criticized for its computational complexity
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:8818
    • 提供者:炯炯
  1. VRP

    0下载:
  2. 本人原创的用遗传算法实现的vrp问题求解,基于matlab语言--I original genetic algorithm is used to achieve the vrp problem solving, based on the matlab language
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2323
    • 提供者:魏安立
  1. based-on-GA-solve--VRP

    1下载:
  2. 求解多目标车辆路径问题的遗传算法的小文章-based on GA solve the mutil-objects problem with the help of time window
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:107620
    • 提供者:dm
  1. GA-code-for-VRP-in-C

    0下载:
  2. 用遗传算法解决VRP问题的C语言源代码,欢迎交流-VRP with a genetic algorithm to solve the problem of the C language source code, welcomed the exchange
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:7417
    • 提供者:MGC
  1. vrp-basedon-GA

    0下载:
  2. 基于C++的遗传算法代码,用于解决VRP问题,十分便于初学者学习-Based on genetic algorithm in C++ code for solving VRP problems, very easy for beginners to learn
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:5251
    • 提供者:yulun
  1. Untitled2

    0下载:
  2. 用遗传算法解决带有时间约束软时间窗口的VRP(旅行商)旅行商问题(Solving the VRP (traveling salesman) traveling salesman problem with time constrained soft time windows by genetic algorith)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:异域欢歌
  1. Three-methods-for-VRP

    0下载:
  2. 包括遗传算法,构建法和改进法在内的3种方法实现VRP问题。供初学者学习和参考(3 methods, including genetic algorithm, construction method and improved method, are used to realize the VRP problem. For beginners to learn and refer to)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-29
    • 文件大小:6419456
    • 提供者:chaostu
  1. vrpGA

    2下载:
  2. 使用遗传算法求解VRP问题,可更改数据,可用(Solve VRP problem with GA algorithm.)
  3. 所属分类:matlab例程

  1. GA(vrp)

    8下载:
  2. 用MATLAB编写遗传算法代码求解带有时间窗的VRP问题(The genetic algorithm code is used to solve the VRP problem with time window.)
  3. 所属分类:matlab例程

    • 发布日期:2018-10-05
    • 文件大小:2048
    • 提供者:淡墨zyw
  1. 车辆路径问题概念、模型与算法(五星推荐).pdf

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

    • 发布日期:2020-04-10
    • 文件大小:5103616
    • 提供者:crash_wu
  1. VRP

    1下载:
  2. 利用遗传算法解决vrp问题,其中车辆承载能力固定,车场只有一个。(Genetic algorithm is used to solve VRP problem, in which the vehicle carrying capacity is fixed and there is only one garage.)
  3. 所属分类:matlab例程

    • 发布日期:2020-01-07
    • 文件大小:184320
    • 提供者:田中樱
  1. vrp

    1下载:
  2. 车辆路径问题 多种算法解决 遗传算法 改进的遗传算法(Various Algorithms for Vehicle Routing Problem Improvement of Genetic Algorithms)
  3. 所属分类:matlab例程

    • 发布日期:2019-10-19
    • 文件大小:84992
    • 提供者:海霞2018
  1. vrp

    1下载:
  2. 假设在一个供求关系系统中,车辆从货源取货,配送到对应的若干配送点。车辆存在最大载货量,且配送可能有时间限制。需要合理安排取货时间,组织适当的行车路线,使用户需求得到满足,同时使某个代价函数最小,比如总工作时间最少、路径最短等。 可以看出TSP问题是VRP问题的一种简单特殊形式。因此,VRP也是一种NP hard 问题。 目前解决此种问题的办法有多种,主要以启发式算法为主。包括退火算法、遗传算法、蚁群算法、禁忌算法等,本文介绍两种比较简单算法:C-W节约算法和遗传算法。(Assume that
  3. 所属分类:matlab例程

    • 发布日期:2019-10-19
    • 文件大小:4096
    • 提供者:HappyppaH
  1. 遗传算法VRP

    2下载:
  2. 一个求解vrp问题的简单代码,多车辆处理多任务点。(A simple code for solving VRP)
  3. 所属分类:matlab例程

    • 发布日期:2020-08-14
    • 文件大小:7168
    • 提供者:imp007
  1. 蚁群算法在大规模栅格地图中的实现

    3下载:
  2. 遗传算法求解VRP问题代码,带有载重约束的VRP问题(matlab GA VRP of demand vehicle route problem genic algorithm)
  3. 所属分类:ACM算法

    • 发布日期:2020-01-09
    • 文件大小:3331072
    • 提供者:yhyjjhg
  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 23 4 5 6 »
搜珍网 www.dssz.com