CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - 蚁群算法程序

搜索资源列表

  1. 51个城市的tsp程序

    1下载:
  2. 这是一个用蚁群算法来解决51个城市的tsp问题,该源码是用C++编写的,是一个非常有用的源代码 const int iAntCount=34;//ant numbers 蚂蚁数量 const int iCityCount=51;//城市数量 const int iItCount=500;//循环次数 const double Q=100;//信息素总量
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-03-17
    • 文件大小:1578
    • 提供者:cuifangsong
  1. Ant-Q.rar

    0下载:
  2. 一个很好的蚁群算法程序,我读研的时候写的.,Ant colony algorithm a very good program, I wrote读研time.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-22
    • 文件大小:19695
    • 提供者:liuwei
  1. PSO_ppt.rar

    1下载:
  2. 蚁群算法的简要介绍和各种蚁群算法的matlab标准程序及改进的算法。,Ant colony algorithm and a brief descr iption of ant colony algorithm matlab standard procedures and the improved algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-04-20
    • 文件大小:369660
    • 提供者:jcuaon
  1. matlab.rar

    2下载:
  2. 蚁群算法 matlab程序(已运行)。以下是解放军信息工程大学一个老师编的matlab程序,请尊重原作者劳动,引用时请注明出处。,Ant colony algorithm matlab program (already running). The following is the PLA Information Engineering University, a teacher for the matlab program, please respect the original author,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:2281
    • 提供者:leimg
  1. wlcg

    1下载:
  2. 基于蚁群算法的配电网重构程序,花了我好长时间编的-Ant colony algorithm based distribution network reconfiguration process, it took me a long time series of the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:6398
    • 提供者:陈俊峰
  1. yiqun

    1下载:
  2. 蚁群算法程序,采用C++语言实现蚁群算法程序。-Ant colony algorithm procedure for the C++ Language ant colony algorithm procedures.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:2442
    • 提供者:stephen
  1. yiqunsuanfa

    0下载:
  2. 用matlab实现的蚁群算法程序,参考学习-With the ant colony algorithm matlab realize procedures, reference study
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1343
    • 提供者:沈华
  1. tsp

    0下载:
  2. 该程序是蚁群算法和遗传算法的混合算法的C语言程序在求解TSP问题时的应用,可以进行扩展到其他问题的两种算法应用-The program is ant colony algorithm and genetic algorithm hybrid algorithm in the C language program to solve the issue of the application of TSP, can be extended to other applications of the tw
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:88021
    • 提供者:chenjing
  1. artificial_intelligence_demo_programs

    1下载:
  2. 光盘中的演示实例是人工智能原理和方法的演示程序.包括基于归结原理的推理系统,合一算法,等式归结,归类算法,野人与传教士过河问题,八数码问题,八皇后问题,一字棋,博弈算法,遗传算法和蚁群算法等的演示。-CD-ROM presentation of a number of examples of the hard work of graduate and undergraduate results. Including reasoning based on the principle of the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-17
    • 文件大小:26622036
    • 提供者:解洪文
  1. artificial_intelligence_demo_programs

    0下载:
  2. 光盘中的演示实例是人工智能原理和方法的演示程序.包括基于归结原理的推理系统,合一算法,等式归结,归类算法,野人与传教士过河问题,八数码问题,八皇后问题,一字棋,博弈算法,遗传算法和蚁群算法等的演示。-CD-ROM presentation of examples of the principles and methods of artificial intelligence demo program. Including reasoning based on the principle of t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-16
    • 文件大小:4149361
    • 提供者:解洪文
  1. ASO_DHB

    0下载:
  2. 基本蚁群算法(段海滨《蚁群算法原理及应用》附录Matlab程序)-Basic Ant Colony Algorithm for TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:2048
    • 提供者:
  1. DDAC

    0下载:
  2. 蚁群算法解决tsp问题,antsystem为核心运算类,窗体为接口程序,先生成邻接矩阵再运算-Tsp ant colony algorithm to solve the problem, this is the core classes, must have interface program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:59358
    • 提供者:like
  1. ACO

    0下载:
  2. 蚁群算法解决0-1背包问题,是一个比较小的程序,运行过,没有问题的。-the solving method of zero to one backage with ACO.It is a small programe for the zero to one problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:95563
    • 提供者:茉雨
  1. yqsfy

    0下载:
  2. TSP问题蚁群算法通用Matlab程序源码-Ant colony algorithm for TSP problem common Matlab source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:4705
    • 提供者:天道酬勤
  1. yiqunsuanfa

    0下载:
  2. 该文件是蚁群算法程序,能更有效地解决路径问题,希望可以给广大朋友起到一定的作用。-The program file is the ant colony algorithm can more effectively address the routing problem, hope to play a role in the general friend.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:2335
    • 提供者:xiaohua
  1. yiqunTSP

    0下载:
  2. 蚁群算法解决TSP问题,C语言写的,程序有注释~-Ant colony algorithm to solve TSP problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:138164
    • 提供者:huangqiulan
  1. 蚁群算法

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

    • 发布日期:2017-12-19
    • 文件大小:1475584
    • 提供者:tian+
  1. 蚁群算法

    1下载:
  2. 实现了最佳路劲选择,而不遗漏任何一个坐标位置的蚁群算法程序,c++.(An ant colony algorithm program for selecting the best road strength without missing any one coordinate position, c++.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-07
    • 文件大小:18512896
    • 提供者:Starkey
  1. 针对TSP问题的各种蚁群优化程序ACOTSP-1.03

    0下载:
  2. 针对TSP问题的各种ACO蚁群优化算法的程序,C++语言实现, 对研究蚁群优化的小伙伴有所帮助(ACO ant colony optimization algorithm The program of various ACO ant colony optimization algorithms for the TSP problem and the implementation of the C++ language are helpful to the small partners stu
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-19
    • 文件大小:105472
    • 提供者:shiyuanyin
  1. ACO程序 含数据示例

    0下载:
  2. 蚁群算法,内含详细的代码和数据。亲测可用(Ant colony algorithm with detailed code and data)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-03
    • 文件大小:257024
    • 提供者:王小凡
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com