搜索资源列表

  1. matlab_vrp(1)

    0下载:
  2. 首先实现一个ant蚂蚁类,用此蚂蚁类实现搜索。 算法按照tsp问题去解决,但是在最后计算路径的时候有区别。 比如有10个城市,城市1是配送站,蚂蚁搜索的得到的路径是1,3,5,9,4,10,2,6,8,7。 计算路径的时候把城市依次放入派送线路中, 每放入一个城市前,检查该城市放入后是否会超过车辆最大载重 如果没有超过就放入 如果超过,就重新开始一条派送路线 …… 直到最后一个城市放完 就会得到多条派送路线
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:40806400
    • 提供者:Ywain
  1. 蚁群算法

    0下载:
  2. 蚁群算法解决VRP问题的MATLAB代码(Ant Metaheuristic for VRP)
  3. 所属分类:仿真建模

    • 发布日期:2024-05-03
    • 文件大小:9216
    • 提供者:Mr.D3112
  1. 2l_cvrp

    0下载:
  2. a vrp data used for research
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-03
    • 文件大小:263168
    • 提供者:leonche
  1. CVRPSEP

    0下载:
  2. solutions of usual vrp
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-03
    • 文件大小:222208
    • 提供者:leonche
  1. 蚁群算法Matlab程序

    0下载:
  2. 求解VRP问题,实用的蚁群算法matlab程序(To solve the VRP problem, a practical ant colony algorithm matlab program)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:16384
    • 提供者:flyever98
  1. GAforVRP

    0下载:
  2. VRP指一定数量的客户,各自有不同数量的货物需求,配送中心向客户提供货物,由一个车队负责分送货物,组织适当的行车路线,目标是使得客户的需求得到满足,并能在一定的约束下,达到诸如路程最短、成本最小、耗费时间最少等目的(VRP refers to a certain number of customers, each with different amount of demand for goods distribution center
  3. 所属分类:书籍源码

    • 发布日期:2024-05-03
    • 文件大小:7168
    • 提供者:春天里的
  1. 紧急搜索求VRP

    0下载:
  2. TS算法通过引入一个灵活的存储结构和相应的禁忌准则来避免迂回搜索,并通过藐视准则来赦免一些被禁忌的优良状态,进而保证多样化的有效探索以最终实现全局优化(TS algorithm by introducing a flexible storage structure and corresponding tabu criteria to avoid circuit search, and the contempt of criterion
  3. 所属分类:书籍源码

    • 发布日期:2024-05-03
    • 文件大小:5120
    • 提供者:春天里的
  1. VRP问题

    0下载:
  2. 利用遗传算法实现VRP问题,本算法有较好的时间效率,同时产生了比较不错的结果,请大家批评指正(Using genetic algorithm to achieve VRP problem, the algorithm has better time efficiency, and produced relatively good results, please criticize and correct)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:3072
    • 提供者:莹莹11
  1. 验证性VRP

    0下载:
  2. 利用遗传算法实现VRP问题,将车辆路径问题规划的较为详细,算法较为良好(The genetic algorithm is used to solve the VRP problem, and the vehicle routing problem is more detailed and the algorithm is better)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-03
    • 文件大小:3072
    • 提供者:莹莹11
  1. New Folder

    0下载:
  2. 遗传算法解决VRP问题,有数据,程序简单易懂(Solving VRP problem by genetic algorithm)
  3. 所属分类:matlab例程

  1. 遗传算法VRP

    1下载:
  2. 本资料解决带有时间窗的车辆路径问题,希望与大家进行分享与交流。(The problem of vehicle routing with time windows is solved.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:5120
    • 提供者:lxpshidameinv
  1. lmain

    0下载:
  2. 粒子群算法解决vrp问题,主函数和各个子程序,全部,可运行。(The particle swarm optimization (PSO) algorithm solves the VRP Problem, the main function and the various subroutines, all of which can be run.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:11264
    • 提供者:wxzh0322
  1. 分支定界

    0下载:
  2. 实现VRP问题的分支定界算法,C语言实现,(A branch and bound algorithm for the realization of VRP problem)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:ross1221
  1. VRP算法下载

    0下载:
  2. 通过多种不同算法,对车辆路径规划问题进行求解,使用matlab编程(Through a variety of different algorithms, the problem of vehicle path planning is solved and MATLAB programming is used.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:25600
    • 提供者:Lonely gump
  1. Copy_of_yiquan

    0下载:
  2. 蚁群VRP,可正常运行。T优化蚁群算法对的每个配送区域的求解最优路径的二(ACA VRP.can load and run)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:3072
    • 提供者:王丽131468
  1. ILS for vehicle routing

    0下载:
  2. ILS for VRP using C++
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:chehab.salah
  1. antfunc6

    0下载:
  2. matlab源代码 ,解决旅行商路径优化问题,visual C,特分享(matlab vrp,i see it by coincidence,and it is useful,so share for learning)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:33792
    • 提供者:岁月神偷11
  1. 遗传算法VRP

    0下载:
  2. 使用遗传算法求解vrp问题,使用matlab编程(Using Genetic Algorithm to Solve the Problem of vrp)
  3. 所属分类:文档资料

    • 发布日期:2024-05-03
    • 文件大小:7168
    • 提供者:小柠檬233
  1. geneticVRP

    0下载:
  2. 基于排序选择和部分匹配交叉的ga算法求解vrp问题(Solving VRP Problem by GA algorithm)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:3072
    • 提供者:小拳碎胸口
  1. vrp

    0下载:
  2. 首先实现一个ant蚂蚁类,用此蚂蚁类实现搜索。 算法按照tsp问题去解决,但是在最后计算路径的时候有区别。 比如有10个城市,城市1是配送站,蚂蚁搜索的得到的路径是1,3,5,9,4,10,2,6,8,7。 计算路径的时候把城市依次放入派送线路中, 每放入一个城市前,检查该城市放入后是否会超过车辆最大载重 如果没有超过就放入 如果超过,就重新开始一条派送路线 …… 直到最后一个城市放完 就会得到多条派送路线
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:henrylalala
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 22 »

源码中国 www.ymcn.org