搜索资源列表

  1. 蚁群算法程序

    0下载:
  2. 改进的蚁群算法程序-improved program of ant conoly algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:9.65kb
    • 提供者:王涛
  1. 蚁群算法程序

    1下载:
  2. 改进的蚁群算法程序-improved program of ant conoly algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-15
    • 文件大小:263kb
    • 提供者:王涛
  1. ant_coalition

    0下载:
  2. 用改进的蚁群算法实现agent联盟的生成,是个不可多得的源代码,供大家学习使用-improved Ant Algorithm agent Union generation, is a rare source code, learning to use for everyone
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-15
    • 文件大小:3kb
    • 提供者:
  1. PSO_ppt

    0下载:
  2. 蚁群算法的简要介绍和各种蚁群算法的matlab标准程序及改进的算法。-Ant colony algorithm and a brief descr iption of ant colony algorithm matlab standard procedures and the improved algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-15
    • 文件大小:361kb
    • 提供者:jcuaon
  1. ant-tsp-search

    0下载:
  2. 改进的蚁群算法及其在TSP问题中的应用研究 核心是用遗传算法对蚁群算法的四个参数进行优化,及运用MMAS进行巡径-Improved ant colony algorithm and its problems in the TSP is the core of the application of genetic algorithm with ant colony algorithm to optimize the four para
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-15
    • 文件大小:180kb
    • 提供者:Allen
  1. AntcolonyAlgorithm

    0下载:
  2. 这是改进的蚁群算法,比传统的蚁群算法更简易,图像分割速度也快很多!-This is the improved ant colony algorithm, more than the traditional simple ant colony algorithm, image segmentation speed is much faster!
  3. 所属分类:matlab例程

    • 发布日期:2024-11-15
    • 文件大小:1kb
    • 提供者:wangkuncheng
  1. yiqunjulei

    1下载:
  2. 改进的蚁群算法,基于遗传算法的改进,解决不收敛的问题。-Improved ant colony algorithm, based on genetic algorithm to solve non-convergence problems.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-15
    • 文件大小:2kb
    • 提供者:hu
  1. TSPant

    0下载:
  2. 蚁群算法来解决TSP问题,结合改进的蚁群算法,来解决TSP问题,对比其它算法,体现蚁群算法的优越性-Ant colony algorithm to solve TSP problems, combined with improved ant colony algorithm to solve TSP problems, compared to other algorithms, reflecting the superiority of
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-15
    • 文件大小:11kb
    • 提供者:陈三
  1. jibenyiqunjuleisuanfa

    1下载:
  2. 该算法,解决了不收敛的问题,聚类效果非常好(效果图如附件图片所示)。改进的蚁群算法是基于遗传算法的改进,在基本遗传算法的基础之上,加入了变异因子,产生变异,从而更快的收敛。-Basic ant clustering algorithm and its improved algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-15
    • 文件大小:50kb
    • 提供者:卫民
  1. pathplann-algorithm

    0下载:
  2. 基于改进的蚁群算法的机器人路径规划及壁障 能找寻最有路径-Improved ant colony algorithm based on robot path planning and barrier to finding the best path
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-15
    • 文件大小:4kb
    • 提供者:白杨
  1. aa-bp

    0下载:
  2. 使用蚁群算法及改进的蚁群算法优化BP神经网络的程序-Ant colony algorithm to optimize the BP neural network program
  3. 所属分类:matlab例程

    • 发布日期:2024-11-15
    • 文件大小:5kb
    • 提供者:刘煜
  1. 离散蚁群算法大作业

    0下载:
  2. 改进了蚁群算法ASO 使其可以处理离散问题 比如文件中的天线阵列稀疏。(modified algorithm ASO can deal with antenna array)
  3. 所属分类:3G开发

    • 发布日期:2024-11-15
    • 文件大小:3kb
    • 提供者:张晓贱
  1. 改进蚁群

    0下载:
  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 be
  3. 所属分类:matlab例程

    • 发布日期:2024-11-15
    • 文件大小:11kb
    • 提供者:赵小乙
  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-11-15
    • 文件大小:654kb
    • 提供者:ZJN27
  1. 蚁群算法智能优化

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

    • 发布日期:2024-11-15
    • 文件大小:219kb
    • 提供者:ltblalal
  1. 基于蚁群算法的图像边缘检测

    1下载:
  2. 将改进蚁群算法应用于图像边缘检测,模拟进化算法,主要采用信息素来进行方向的选择,通过全局性的搜索得到较优解。(The improved ant colony algorithm is applied to image edge detection and simulation evolutionary algorithm, which mainly uses information prime to select the directi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-15
    • 文件大小:16kb
    • 提供者:hc01357
  1. 改进的蚁群算法

    0下载:
  2. 在蚁群算法的基础上进行改进,使优化效果更加明显(On the basis of ant colony algorithm, the optimization effect is more obvious.)
  3. 所属分类:进化算法

    • 发布日期:2024-11-15
    • 文件大小:2kb
    • 提供者:华华a
  1. 蚁群算法-精英蚂蚁

    0下载:
  2. 对蚁群算法的一种改进,选取精英蚂蚁,使算法更为高效准确(An improvement of ant colony algorithm is to select elite ants to make the algorithm more efficient and accurate.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-15
    • 文件大小:1kb
    • 提供者:chen13dy
  1. TSP

    0下载:
  2. 利用蚁群算法、遗传算法还有改进的蚁群算法来解决TSP问题,根据需要可以选择TSP的规模,分别有31个城市的和48个城市的。(Using ants colony algorithm, genetic algorithm and improved ant colony algorithm to solve the TSP problem, we can choose the scale of TSP according to the nee
  3. 所属分类:仿真建模

  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-11-15
    • 文件大小:7kb
    • 提供者:雅虎飞
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org