搜索资源列表

  1. BP_蚁群算法_ANN

    1下载:
  2. 利用蚁群算法优化BP神经网络,程序里面有现成的数据和结果,能够自行检验
  3. 所属分类:源码下载

    • 发布日期:2010-09-10
    • 文件大小:847904
    • 提供者:mountaintao
  1. 蚁群算法matlab程序

    1下载:
  2. 利用蚁群在搜索食物源的过程中体现出来的寻优能力来解决离散系统中的一些优化问题(Some optimization problems in discrete systems are solved by using ant colony optimization capability in searching for food sources)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:Kevin-wang
  1. 蚁群算法程序(matlab)

    0下载:
  2. 基于蚁群算法的物流配送问题:研究如何规划各车辆的路径及任务分配,使得在不违反时间窗的前提下,总走行成本(距离)最少。(Logistics distribution problem)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:feng21999
  1. 蚁群算法_最优路径(二维)

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

    • 发布日期:2024-05-05
    • 文件大小:34816
    • 提供者:jaly0327
  1. 蚁群算法matlab程序代码

    0下载:
  2. 用于配套学习智能算法,属于蚁群智能算法的例子(An intelligent algorithm for learning)
  3. 所属分类:数值算法/人工智能

  1. 蚁群算法

    0下载:
  2. 一个很有意思的小程序,叫做蚁群算法,不过好像有点bug……(A very interesting program called ant colony optimization, but it seems to have some bug...)
  3. 所属分类:C#编程

    • 发布日期:2024-05-05
    • 文件大小:242688
    • 提供者:yellow sea
  1. 蚁群

    0下载:
  2. 用蚁群算法来解决TSP问题的matlab代码,用的蚁周模型,参数为实验选择的最优参数(Ant arithmetic and TSP problem)
  3. 所属分类:进化算法

  1. 蚁群

    0下载:
  2. 这个是教程,帮助学习蚁群算法,对于神经网络的运用有较好的理解(This is a tutorial to help learn ant colony algorithm, which has a better understanding of neural network application.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:135168
    • 提供者:虚拟同步机
  1. 关于蚁群算法的报告

    0下载:
  2. 介绍了蚁群算法的来源,实现以及性能,希望能帮助初学者迅速掌握蚁群算法的基本知识(a brief intro to ant algorithm)
  3. 所属分类:文档资料

    • 发布日期:2024-05-05
    • 文件大小:312320
    • 提供者:zyx52301
  1. 蚁群算法三维路径规划

    0下载:
  2. 蚁群算法三维路径规划,一个MATLAB实例亲测可用(Three dimensional path planning based on ant colony algorithm, a case test is available)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-05
    • 文件大小:6144
    • 提供者:叶郎自大
  1. 基于蚁群算法的三维路径规划算法

    1下载:
  2. 这是基于蚁群算法的无人机航迹规划实例程序,里面包含所有源代码,平台为matlab。(This is an example program of UAV path planning based on ant colony algorithm, which contains all the source code and the platform is matlab.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-05
    • 文件大小:6144
    • 提供者:网恋被骗
  1. 蚁群算法uav解最优路径

    0下载:
  2. 这是基于蚁群算法的无人机uav巡检实例程序,平台为matlab。(This is an example program of UAV path planning based on ant colony algorithm, which contains all the source code and the platform is matlab)
  3. 所属分类:仿真建模

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

    0下载:
  2. 用蚁群算法求解车辆路径问题,matlab语言程序(Ant colony algorithm for VRP)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:434176
    • 提供者:
  1. 3.24 基于蚁群算法的图像边缘检测

    0下载:
  2. 基于蚁群算法的边缘检测,功能简单,适合新手(Edge detection based on ant colony algorithm, the function is simple, suitable for beginners)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:29696
    • 提供者:连晓
  1. 蚁群算法

    0下载:
  2. 利用蚁群算法解决典型tsp问题,算法中数据可参数化,31个城市(Using ant colony algorithm to solve typical TSP problems)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:4096
    • 提供者:d2xter
  1. 基于蚁群算法的图像边缘检测

    0下载:
  2. 基于蚁群算法的图像边缘识别程序,运行即可,附带图片(Image edge recognition program based on ant colony algorithm, just run, with pictures)
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-05
    • 文件大小:51200
    • 提供者:保安小安
  1. 蚁群算法代码

    0下载:
  2. 用于实现栅格地图中最短路径规划的蚁群算法(Ant colony algorithm for shortest path planning in raster map)
  3. 所属分类:进化算法

  1. 蚁群算法求解VRPTW问题matlab代码

    3下载:
  2. 蚁群算法求解VRPTW问题matlab代码(Matlab code of ant colony algorithm for VRPTW problem)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:18432
    • 提供者:leopoldAlllen
  1. 基于蚁群算法的三维路径规划算法

    0下载:
  2. 基于蚁群算法的三维路径规划算法,是传统蚁群算法,改进后可以发论文(Three dimensional path planning algorithm based on ant colony algorithm is a traditional ant colony algorithm, which can be improved and published)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:7168
    • 提供者:雅虎飞
  1. 人工智能算法-蚁群算法

    1下载:
  2. 人工智能算法中的蚁群算法,可应用于多项约束下的最优规划问题。(The ant colony algorithm in artificial intelligence algorithms can be applied to optimal planning problems under multiple constraints.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:AIKO123
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org