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

搜索资源列表

  1. de36

    0下载:
  2. 蚁群算法源(Ant colony optimization ACO)代码-ant algorithm source (Ant colony optimization ACO) code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7025
    • 提供者:李常刚
  1. tsp_pso

    0下载:
  2. tsp 粒子群算法修正源码, 参考:大连理工大学 谷超 2009年硕士学位论文 “改进的ACO和PSO算法在TSP中的应用”    *郭文忠1,陈国龙1,洪玉玲2 .求解TSP问题的动态邻域粒子群优化算法.漳州师范学院学报(自然科学版) -modified particle swarm optimization tsp source code, reference: Dalian University of Technology master s degree thesis Vall
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:21882
    • 提供者:ven
  1. ACOTSP.V1.0.tar

    0下载:
  2. aco for TSP problem source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-19
    • 文件大小:92379
    • 提供者:全动
  1. AntSystem

    2下载:
  2. 一个较好的蚁群MATLAB程序,附地图。-In this M-file, the implemention of ACO Algorithm is given with the support of reference papers listed. You can easily use it as following command to see the pictures of result and the iterative playing course.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-07-12
    • 文件大小:27818
    • 提供者:boy
  1. ACO.ZIP

    0下载:
  2. ACO algorythm. This software package provides an implementation of various Ant Colony Optimization (ACO) algorithms applied to the symmetric Traveling Salesman Problem (TSP). The ACO algorithms implemented are Ant System, Elitist Ant System, MAX-MIN
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:35205
    • 提供者:Aco17
  1. simple-cPP

    0下载:
  2. clustering using ant colony algoritham (aco) source code-clustering using ant colony algoritham (aco) source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:80710
    • 提供者:ranjan
  1. aco

    0下载:
  2. 对蚁群算法的设计规则的介绍并附上c++的源代码-Introduce the ant colony algorithm design rules, and attach a C++ source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:2497
    • 提供者:xiong
  1. antc

    0下载:
  2. 其主要内容包括蚁群算法的思想起源、研究现状及机制原理;蚁群算法的复杂度分析;蚁群算法的收敛性证明;蚁群算法参数对其性能的影响;蚁群算法的参数选择原则;离散域和连续域蚁群算法的若干改进策略;蚁群算法在多个优化领域的典型应用;蚁群算法的硬件实现技术;蚁群算法与其它仿生优化算法的比较与融合;蚁群算法的研究展望;最后还在附录部分给出了基本蚁群算法的程序源代码和相关网站。.-Its main contents include the origin of ant colony algorithm idea,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:4136
    • 提供者:ma
  1. The-ACO

    0下载:
  2. 蚁群算法的源代码,里面既包含有源文件,又有用来测试的文档数据!-Group of algorithm source code, which only contains the active file, but also used to test the document data.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:2412
    • 提供者:CShuan
  1. ACO

    0下载:
  2. this is a code for UCTP using ACO, this code is not complete-this is a code for UCTP using ACO, this code is not complete...
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-23
    • 文件大小:71918
    • 提供者:shebystian
  1. AFSA

    1下载:
  2. 人工鱼群算法C++源代码,可与蚁群、粒子群算法对比。-AFSA C++ source code, which can contrast with ACO, PSO.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3773
    • 提供者:宋流明
  1. ACO-for-shortest-path

    0下载:
  2. 数学建模 蚁群算法最短路径通用Matlab程序-Ant Colony Algorithm for shortest path Matlab source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:2431
    • 提供者:方方
  1. aco

    0下载:
  2. 蚁群算法实例,蚁群算法源代码,能够很好的理解蚁群算法。-Examples of the ant colony algorithm, ant colony algorithm source code, can be well understood ant colony algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:394643
    • 提供者:wj
  1. ACO---Code-

    1下载:
  2. 蚁群算法和遗传算法的源码,性能比较,有搜索过程的界面显示,MFC框架-Ant colony optimization and Genetic Algorithm for TSP,developed in MFC
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-01
    • 文件大小:13912058
    • 提供者:neargdd
  1. ant-colony-algorithm(ACO)

    0下载:
  2. 蚁群算法实现TSP问题,代码由MATLAB编写,可直接运行,直接修改初始城市数据即可-Ant colony algorithm TSP problem, the code is written in MATLAB can be directly run, the data can directly modify the initial cities
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2171
    • 提供者:王宇蒙
  1. aco

    0下载:
  2. 蚁群算法是现代优化算法,这个是直接可以编译通过的蚁群算法求解51城市的TSP问题的MATLAB源代码 -Ant colony algorithm is a modern optimization algorithm, which is directly compiled by the ant colony algorithm to solve the 51 cities of the TSP problem MATLAB source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:10415
    • 提供者:xulin
  1. QAP-ACO

    0下载:
  2. ACO codes for QAP problem Matlab code
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-03
    • 文件大小:4096
    • 提供者:zareinia
  1. SALBP-data-sets

    0下载:
  2. ACO code for implementation.
  3. 所属分类:人工智能/神经网络/深度学习

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

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

    • 发布日期:2018-05-03
    • 文件大小:257024
    • 提供者:王小凡
搜珍网 www.dssz.com