CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 蚁群 路径规划

搜索资源列表

  1. 物流配送蚁群算法

    2下载:
  2. 蚁群算法在物流配送中运用,实现最优路径巡寻优,可得出实际界面,直观
  3. 所属分类:人工智能/神经网络/遗传算法

  1. 103244859obstacles

    1下载:
  2. 蚁群算法路径规划的一个程序,可以成功找到最优路径。-Ant colony algorithm path planning a program that can successfully find the optimal path.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:5245
    • 提供者:搁浅
  1. lujingguihua

    0下载:
  2. 下面的程序是蚁群算法在最短路中的应用,稍加扩展即可应用于机器人路径规划-The following program is the shortest in the ant colony algorithm in the application of a little extension can be applied to robot path planning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:33458
    • 提供者:黎田
  1. yiqunsuanfa

    0下载:
  2. 用蚁群算法进行移动机器人路径规划,快速有效的得到了全局最优解。-Ant colony algorithm for mobile robot path planning, quickly and effectively to get the global optimal solution.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:5140
    • 提供者:丁彪
  1. Mobile-Robot-Planning-on-ACA

    0下载:
  2. 基于改进蚁群算法的移动机器人路径规划,主要研究蚁群算法-Mobile Robot’s Path Planning Based on Improved Ant Colony Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:149079
    • 提供者:dm
  1. 蚁群算法

    1下载:
  2. 通过蚁群算法,来实现智能路径规划,是练笔制作。
  3. 所属分类:matlab例程

  1. 蚁群算法

    0下载:
  2. 简单的蚁群算法程序,适合初学者,里面是路径规划的内容(Simple ant colony algorithm program, suitable for beginners)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:1475584
    • 提供者:tian+
  1. MATLAB路径规划

    9下载:
  2. 用MATLAB实现复杂环境移动机器人路径规划算法的研究,分别采用了A星算法,迪杰斯特拉算法,蚁群算法以及蚁群寻径迪杰斯特拉优化路径的混合算法,并通过仿真进行验证。(Research and implementation of complex environment of mobile robot path planning algorithm with MATLAB, respectively, using the A star algorithm, Dijkstra algorithm, an
  3. 所属分类:其他

  1. 智能三坐标测量机路径规划文章

    0下载:
  2. 改进蚁群算法,智能三坐标测量机路径规划文章(Improved ant colony algorithm, intelligent coordinate measuring machine pa)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-02
    • 文件大小:1102848
    • 提供者:hzh111
  1. 蚁群算法_最优路径(二维)

    1下载:
  2. 应用粒子群算法实现路径规划,可以实现仿真(Application of particle swarm optimization algorithm to achieve path planning, simulation can be achieved)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-05
    • 文件大小:34816
    • 提供者:jaly0327
  1. 改进蚁群

    3下载:
  2. 将蚁群算法应用于三维路径规划问题上,算法编程完整,注释详细,是初学者宝贵的学习材料。(The ant colony algorithm is applied to the three-dimensional path planning problem, the algorithm programming is complete, detailed notes, is a valuable learning material for beginners.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:11264
    • 提供者:赵小乙
  1. 蚁群算法实验文件

    0下载:
  2. 蚁群算法TSP解决物流问题,Matlab编程仿真(Solving logistics problems by ant colony algorithm TSP)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-18
    • 文件大小:133120
    • 提供者:livvvvv
  1. 蚁群算法(D为最短路矩阵)

    0下载:
  2. 群蚁算法,路径规划,附带源代码,直接用.......................(Group ant algorithm, path planning, source code, direct use)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-18
    • 文件大小:3072
    • 提供者:挚瑶满夙缘
  1. 蚁群算法(路径规划程序)

    2下载:
  2. 蚁群算法是一种群智能算法,也是启发式算法。基本原理来源于自然界蚂蚁觅食的最短路径原理。蚁群算法根据模拟蚂蚁寻找食物的最短路径行为来设计的仿生算法,因此一般而言,蚁群算法用来解决最短路径问题,并真的在旅行商问题(TSP,一个寻找最短路径的问题)上取得了比较好的成效。目前,也已渐渐应用到其他领域中去,在图着色问题、车辆调度问题、集成电路设计、通讯网络、数据聚类分析等方面都有所应用。(Ant colony algorithm is a population intelligent algorithm,
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:145408
    • 提供者:wyj2277
  1. 蚁群算法智能优化

    3下载:
  2. 基于改进蚁群算法的机器人路径规划 包括路径规划、路径优化等等(Robot path planning based on improved ant colony algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-21
    • 文件大小:224256
    • 提供者:ltblalal
  1. 蚁群算法

    5下载:
  2. 蚁群算法解决公交车路径规划问题的MATLAB代码实现(Ant Colony Algorithm to Solve the Problem of Bus Route Planning with MATLAB Code)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:53248
    • 提供者:Steveabc
  1. 蚁群算法

    1下载:
  2. 基于海图的快速临近值插值进行地图构建,并根据水下机器人的动力学模型,利用遗传算法进行全局路径规划。(The map is constructed based on the fast approaching value interpolation of the sea chart, and the global path planning is carried out by the genetic algorithm according to the dynamic model of the un
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-21
    • 文件大小:24576
    • 提供者:zyx1903435712
  1. 二维蚁群算法

    0下载:
  2. 对二维地图进行建模,实现路径规划,躲避障碍物(Modeling two dimensional maps, realizing path planning and avoiding obstacles)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:3072
    • 提供者:qwe1asd2
  1. 三维蚁群算法

    2下载:
  2. 三维路径规划,可以自动寻找最佳路径,matlab(3D path planning can automatically find the best path)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:6144
    • 提供者:qwe1asd2
  1. 双蚁群路径规划

    1下载:
  2. 这是双蚁群机器人路径规划算法,很好的解决了蚁群算法收敛慢的缺点,C++语言(This is a dual ant colony robot path planning algorithm that solves the shortcomings of the slow convergence of the ant colony algorithm and uses the C++ language.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-02
    • 文件大小:240640
    • 提供者:三明治
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com