搜索资源列表

  1. 蚁群算法

    0下载:
  2. 通过蚁群算法训练样本参数,不断的优化结构,输出变量,预测输出(Through the ant colony algorithm training sample parameters, continuous optimization of the structure, output variables, forecast output)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-05
    • 文件大小:44032
    • 提供者:约定hhu
  1. 分散递阶蚁群算法及其在相变序列图像分割中的应用

    0下载:
  2. 提出了一种分散、递阶蚁群算法, 它将多个分散的蚁群并行求解各自对应的子问题, 形成一个执行层, 而递阶协调层利用执行层反馈的信息协调执行层的优化过程,从而得到递阶求解问题的整体最优解. 该算法已应用于相变热图序列图像模糊相变线的提取问题,即运用区域划分方法先将序列图像的分割转化为关联型多子图搜索问题,再利用分散 、递阶蚁群算法进行求解 ,结果表明该算法能很好地利用相变线的运动信息成功地解决热相变序列图像分割问题. 与蚁群算法独立搜索比较
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-05
    • 文件大小:513024
    • 提供者:Janet1023
  1. === 带精英策略的排序蚁群算法(C语言) ===

    0下载:
  2. 此算法可以很好的帮助使用语言进行开发的人,学习蚁群算法(This algorithm can help people who use language to develop and learn ant colony algorithm.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-05
    • 文件大小:11264
    • 提供者:小南天门
  1. 蚁群算法

    0下载:
  2. 仅仅是一份按照蚁群算法的原理写的代码,没有做任何优化。(Ant colony algorithm)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:4096
    • 提供者:骆宏敏
  1. 蚁群算法的优化计算——旅行商问题(TSP)优化

    0下载:
  2. 蚁群算法的优化计算——旅行商问题(TSP)优化(Optimization calculation of ant colony algorithm)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:qiu@qiu
  1. 最大最小蚁群算法

    0下载:
  2. 最大最小蚁群算法,真正的源码,不过不是matlab语言的,可以借鉴一下,如果全是伸手党,当我没传。(mmas The existence of information Volatilization Coefficient in basic ant colony algorithm leads to the gradual loss of pheromones on the path that has never been search
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:297984
    • 提供者:韩达哒
  1. 蚁群算法

    0下载:
  2. 蚁群算法,包括蚁群算法解决TSP问题,蚁群算法寻找最优解等问题还包括蚁群算法的c语言程序,希望能帮助大家!(Ant colony algorithm, including ant colony algorithm to solve the TSP problem, ant colony algorithm to find the optimal solution and other issues, including the C lan
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:23076864
    • 提供者:linmi
  1. 蚁群算法实验文件

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

    • 发布日期:2024-05-05
    • 文件大小:133120
    • 提供者:livvvvv
  1. 蚁群算法(路径规划程序)

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

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

    0下载:
  2. 但由于基本蚁群算法(Basic ant colony algorithm)收敛速度慢、易陷入局部最优,所以很多改进的蚁群算法被提出,补偿本身的缺点,在实际应用中也得到了很好的效果(However, due to the slow convergence speed of Basic ant colony algorithm and easy to fall into local optimum, many improved ant co
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 蚁群算法的代码实现,主要是针对车辆路径优化VRP 问题的实现(The vehicle routing problem with ant colony optimization algorithm)
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-05
    • 文件大小:9216
    • 提供者:无限动力
  1. 蚁群算法智能优化

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

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

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

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

    0下载:
  2. 基于matlab的用蚁群算法实现车辆派遣的最优问题(The optimal problem of vehicle dispatch based on ant colony algorithm based on MATLAB)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:planckinglee
  1. 混沌蚁群算法

    0下载:
  2. 前推回代法的辐射状配电网潮流程序 matlab编写蚁群算法实践 粒子群工具箱PSOt 基于遗传算法配电网无功优化方法程序源代码 求解机组组合问题的多种群混沌蚁群算法(Forward push back generation method of radial distribution network tidal current procedures matlab prepared ant colony algorithm PSOt bas
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-05
    • 文件大小:873472
    • 提供者:千与12
  1. 蚁群算法栅格

    0下载:
  2. 基于蚁群算法的路径规划问题,能够躲避障碍物(Path planning problem based on ant colony algorithm and obstacle avoidance)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:qwe1asd2
  1. 蚁群算法的优化计算——旅行商问题(TSP)优化

    0下载:
  2. 路径优化 蚁群算法 tsp问题 优化设计(Path optimization TSP problem of path optimization ant colony algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:陈小肥
  1. 蚁群算法求解TSP问题

    0下载:
  2. 将蚁群算法有效应用到TSP问题,并使用Matlab求解(Ant colony algorithm for solving TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:18432
    • 提供者:c_pcy
  1. 基于蚁群算法的图像边缘检测 MATLAB源程序

    0下载:
  2. 基于蚁群算法的图像边缘检测,包含四种核函数,下载之后可直接运行(Image edge detection based on ant colony algorithm, including four kernel functions, which can run directly after downloading)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:7168
    • 提供者:忘了
  1. [muchong.com]蚁群算法论文%2B源代码

    0下载:
  2. 蚁群算法是一种用来寻找优化路径的概率型算法(Ant colony algorithm is a probabilistic algorithm for searching the optimal path)
  3. 所属分类:matlab例程

« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org