CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 蚁群算法

搜索资源列表

  1. 20070609

    0下载:
  2. 高斯回代算法源代码 蚁群算法的matlab源码 蚁群算法TSP(旅行商问题)通用matlab程序 Java实现几种常见的排序算法 用pascal语言实现希尔排序算法-Gaussian back to the source code generation algorithm Ant Algorithm Matlab source Ant Algorithm TSP (TSP) General Matlab procedures Java Several ranking algori
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6323
    • 提供者:asegwaeg
  1. ACS.pdf

    0下载:
  2. 连续蚁群算法,对大家可能有帮助,希望大家互相学习。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:116743
    • 提供者:秦军立
  1. 12

    0下载:
  2. 讲解了蚁群算法,适合学习数据结构和算法的朋友,欢迎下载!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:464620
    • 提供者:cuil
  1. ACO

    0下载:
  2. 算法设计与分析 蚁群算法的设计和分析,具体的代码和细致的讲解
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:440101
    • 提供者:fengshimin
  1. JS版蚁群算法

    1下载:
  2. JS版蚁群算法
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-12-11
    • 文件大小:1467
    • 提供者:wayking
  1. yiqun-Cpro

    0下载:
  2. 基本蚁群算法程序 可以修改循环次数和其他参数。以得到更好的解-The basic ant colony algorithm can be modified cycles and other parameters. In order to obtain a better solution
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2290
    • 提供者:li shu
  1. matlabyiqunsuanfa

    5下载:
  2. 蚁群算法是一种用来在图中寻找优化路径的机率型算法。是一种求解组合最优化问题的新型通用启发式方法,该方法具有正反馈、分布式计算和富于建设性的贪婪启发式搜索的特点。通过建立适当的数学模型,基于故障过电流的配电网故障定位变为一种非线性全局寻优问题。-Ant colony algorithm is a method used to find optimal path in the graph the probability-based algorithm. Is a combination of opt
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2648
    • 提供者:prince
  1. yiqun

    0下载:
  2. 蚁群算法求解最优路径,进行城市间最优路径的选择,用于解决tsp问题-Ant colony algorithm for optimal path
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2054
    • 提供者:苏瑞
  1. ant-colony-optimization

    0下载:
  2. 蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法。 -ACO (ant colony optimization, ACO), also known as the ant algorithm is a method used to find the optimal path in the graph the probability-based algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:24255
    • 提供者:yeyu
  1. NewAntProject

    0下载:
  2. 蚁群算法的c语言代码 求解最优路径,给出最短的行进路程-Ant Colony Algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:21354
    • 提供者:ethen
  1. The-maximum-minimum--

    0下载:
  2. 旅行商最短路径问题近似算法最大最小蚁群算法,使用vc2008版本-Maximum and minimum ant colony algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:298681
    • 提供者:星尘
  1. AntClony-Matlab

    0下载:
  2. 蚁群算法在matlab中的模拟,基本调试成功,请高手指点~-Ant colony algorithm in matlab simulation, basic debugging success, experts urged to
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:7347
    • 提供者:Woo
  1. aco

    0下载:
  2. 这是我2012年第一个学期的期末大作业。 不得不说这段代码参考了网络上的一些代码,以及书本上的一些相关数据。 但是无论是网络上还是书上难免总是有很多C++的影子,这是我自己理解之后用C编写的蚁群算法的代码。-This is my first semester of 2012, the final job. Have to say this code with reference to some code on the network, as well as books on some o
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:1973
    • 提供者:周力
  1. tsp

    0下载:
  2. 用蚁群算法解决TSP问题,快速便捷而且很全面,比较谨慎-Ant colony algorithm to solve TSP, quick and easy and very comprehensive, more cautious
  3. 所属分类:Data structs

    • 发布日期:2017-12-06
    • 文件大小:1969
    • 提供者:刘双
  1. TSP-source-code

    0下载:
  2. C++环境下,用蚁群算法解决TSP旅行商问题-The TSP problem ant colony algorithm to solve the C++ environment
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:2568
    • 提供者:terry
  1. yiqunsuanfa

    0下载:
  2. 蚁群算法较完整的程序,对初学者很有用。希望能帮到需要的朋友。-Ant colony algorithm is a complete program, very useful for beginners. I hope to help a friend in need.
  3. 所属分类:Data structs

    • 发布日期:2017-06-13
    • 文件大小:20643911
    • 提供者:赵恰恰
  1. Ant-algorithm

    0下载:
  2. 蚁群算法,人工智能,C++实现,可以用来学习解决TSP问题,图像拼接问题,希望对你有帮助!-Ant algorithm,it has been proved that that can help you learn or solve TSP or NP!
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2715
    • 提供者:刘伟
  1. yiqunyouhuasuanfa

    0下载:
  2. 蚁群算法的优化,以改善传统的蚁群算法不适用欲大规划的TSP问题的解决,缩短搜索的时间。-Ant colony optimization algorithm to improve the traditional ant colony algorithm NA For big plan to solve TSP problem, shorten the time of the search.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1291
    • 提供者:邓燕
  1. Ant-Colony-algorithm-for-solving-TSP

    0下载:
  2. 蚁群算法是一种群智能算法,可用于求解图模型最优化路径的计算问题.本代码为蚁群算法tsp求解。-Ant Colony algorithm is an algorithm of swarm intelligence and calculation model of optimal path can be used to solve problems. the code for the Ant Colony algorithm for solving TSP.
  3. 所属分类:Data structs

    • 发布日期:2017-05-05
    • 文件大小:27217
    • 提供者:姜明
  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 colony algorithm is proposed to
  3. 所属分类:数据结构

    • 发布日期:2018-04-21
    • 文件大小:669696
    • 提供者:ZJN27
« 12 »
搜珍网 www.dssz.com