搜索资源列表

  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 routin
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:基极10
  1. CPP

    0下载:
  2. VRP问题的C++源程序,可以解决目标城市数量较少的VRP问题-C++ code for vrp
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:219136
    • 提供者:wen
  1. VRP

    1下载:
  2. 遗传算法解决简单的无时限有约束VRP车辆路径问题-Genetic algorithm to solve a simple non-time constrained VRP Vehicle Routing Problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:244736
    • 提供者:朱园
  1. frmMain

    0下载:
  2. C#的VRP问题,用AE解决 ,运行能够通过-C# VRP solve the problem with the AE
  3. 所属分类:C#编程

    • 发布日期:2024-05-15
    • 文件大小:5120
    • 提供者:qpzmaltv
  1. vrp-ga

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

    • 发布日期:2024-05-15
    • 文件大小:20480
    • 提供者:
  1. VRP-solution-program

    0下载:
  2. vrp车辆路径优化问题,运用lingo软件编写的求解程序,简单易懂。-vrp vehicle routing optimization problem, the use of the lingo software written to solve program is simple and easy to understand.
  3. 所属分类:交通/航空行业

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:古九
  1. 66829482fgvrpg

    0下载:
  2. cs基于遗传算法求解vrp问题,大家可以-cs based on genetic algorithms for solving the vrp problems, we can see
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:1309696
    • 提供者:刘柳
  1. matlab-vrp

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

    • 发布日期:2024-05-15
    • 文件大小:9216
    • 提供者:马文
  1. matlab_vrp

    1下载:
  2. 蚁群算法解决vrp问题的matlab实现 网上这个的代码比较少-Ant colony algorithm to solve the vrp problems matlab online code less
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:7168
    • 提供者:neo
  1. VRP

    0下载:
  2. 实现简单路径规划问题,也可以说是旅行商问题,货郎担问题 -Simple path planning problem is the traveling salesman problem, traveling salesman problem
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:19456
    • 提供者:戴赖赖
  1. Ga-Sa-vrp

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

    • 发布日期:2024-05-15
    • 文件大小:11264
    • 提供者:马文
  1. ga-vrp

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

    • 发布日期:2024-05-15
    • 文件大小:7168
    • 提供者:刘长石
  1. VRP

    0下载:
  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 c
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:lijian
  1. Model_VRP_Matlab

    0下载:
  2. 浙江大学数学建模比赛2013B题Matlab源码,主要使用遗传算法和模拟退火解决自行车调度问题,此处为有时间窗的VRP问题,注释详尽,方便改进维护-Zhejiang University Mathematical Contest in Modeling 2013B title Matlab source code, detailed notes, easy to improve maintenance
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:245760
    • 提供者:Outrace
  1. yiqunVRP

    0下载:
  2. 一个简单的蚁群算法主要用于求解VRP问题的程序-A simple ant colony algorithm is mainly used for VRP program
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:yifei
  1. GA-VRP-MATLAB

    0下载:
  2. 应用遗传算法求解循环取货的路径优化问题,可以参考一下。-Application of genetic algorithm optimization cycle paths pickup problem。
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:tang
  1. lzqsf

    0下载:
  2. 基于粒子群算法解决VRP问题 结果收敛 -VRP problem solving based on particle swarm optimization convergence results
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:1917952
    • 提供者:jiangxingzhou
  1. vrp

    0下载:
  2. :强大的蚁群算法matlab程序源代码,可以迅速求解vrp等np难问题。-Ant colony algorithm matlab powerful source code, you can quickly solve the difficult problem of np such vrp.-: Powerful ant colony algorithm matlab source code, you can quickly solve
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:zhangfei
  1. ant-algorithms-of-vrp

    0下载:
  2. 采用蚁群算法能够解决31个城市的旅行商问题,相对于遗传算法,模拟退火算法和其他的算法,蚁群算法有其自身的优势-Ant colony algorithm to solve the traveling salesman problem 31 cities, with respect to genetic algorithms, simulated annealing algorithm and other algorithms, ant c
  3. 所属分类:文件格式

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:董乾东
  1. ant-vrp

    0下载:
  2. 基于蚁群算法写的关于旅行商问题的代码,功能可以解决基本的问题,希望能帮助大家!下载吧-Ant colony algorithm based on code written by the traveling salesman problem, the function can solve the basic problem, hoping to help you! Download it
  3. 所属分类:文件格式

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:董乾东
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 »

源码中国 www.ymcn.org