CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Ant Colony

搜索资源列表

  1. ant-colony-optimazition

    1下载:
  2. 蚁群优化算法,目前已通过vc++6.0测试,实验数据需自备-Ant colony optimization algorithm, has passed vc++6.0 test, the experimental data must bring their own
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-10-18
    • 文件大小:168527
    • 提供者:S. LIU
  1. Ant-Colony-Optimization-(ACO)

    0下载:
  2. 基于蚁群算法的路径最优化分析程序,可求解几个城市之间的最优路径问题。-Path based on ant colony optimization analysis program can be solved in several cities between the optimal path problem.
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:55852
    • 提供者:sherry
  1. ant-colony-algorithm-matlab

    0下载:
  2. matlab编写的蚁群算法,能够实现基本的路径优化-ant colony algorithm matlab prepared
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:1907
    • 提供者:weixuyang
  1. Ant-Colony-Algorithmmatlab

    0下载:
  2. 蚁群算法是一种用来在图中寻找优化路径的机率型算法-Ant colony algorithm is a method used in the diagram to find the optimal path probability-based algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:11224
    • 提供者:范振凯
  1. Ant-colony-algorithm

    0下载:
  2. 蚁群算法,用于解决TSP问题,智能算法,具有收敛速度快,准确度较高的特点-Ant colony algorithm for solving TSP problem, intelligent algorithm, with fast convergence characteristics of high accuracy
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:41572
    • 提供者:周易
  1. Ant-colony-algorithm-and-Powell-

    0下载:
  2. 该文提出了一种蚁群算法和 Powell 法相结合 的多分辨率搜索优化算法。该算法以互信息作为相似性测度,采用基于小波变换的多分辨率策略,将蚁群算法与Powell法结合起来对三维的CT,MR图像进行了配准。-This paper proposes a new ant colony algorithm and Powell Combination of multi-resolution search optimization algorithms. The algorithm mutual in
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:249166
    • 提供者:高嘉瑜
  1. ant-colony-and-mutual-information

    1下载:
  2. 该工具箱描述了基于蚁群算法和互信息进行非线性盲源信号分离-The toolkit is described based on ant colony algorithm and mutual information of nonlinear blind source signal separation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:373975
    • 提供者:一一
  1. Codes-for-TSP-with-ant-colony

    0下载:
  2. this code is for TSP problem solving with ant colony.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:36816
    • 提供者:afroozi
  1. Ant-colony-algorithm-website

    0下载:
  2. 一个门户网站,可以让人们更好地查阅到蚁群算法的有关资料-A portal that allows people to better access to relevant information on ant colony algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:75137
    • 提供者:李语丝
  1. Ant-colony-algorithm

    0下载:
  2. 蚁群算法时常用的算法之一,在各种学术论文中常作为对比和优化函数使用,是学习其他各种函数的基础-Ant colony algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:6695
    • 提供者:刘华臣
  1. Ant-colony-algorithm

    0下载:
  2. 蚁群算法解决TSP问题的MATLAB实现 出动m只蚂蚁,每只蚂蚁各随机选择一条路径,记为I=[1 2 3···m],长度记为long(I) 计算出每条路径的信息素浓度,记为P(I)=1/long(I),并进行归一化处理 重新出动m只蚂蚁,按如下规则选择路径: 每只蚂蚁都以一个概率p1选择新路径(路径随机); 未选择新路径的蚂蚁以概率P(I)选择路径I; 所有蚂蚁都以一个小概率p2对自己的路径进行局部变化; 更新所有路径,计算出每条路径的信息素浓度; 重复上述步
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:6067
    • 提供者:水上飘
  1. ant-colony-optimization

    0下载:
  2. 用matlab 实现的经典蚁群算法,用蚁群算法来实现TSP问题。-Using matlab realize the classical ant colony algorithm, ant colony algorithm to achieve the TSP.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:10059
    • 提供者:李荣龙
  1. ant-colony-optimization

    0下载:
  2. 这是介绍基于蚁群优化算法的碎纸拼接的文章-This is to introduce ant colony optimization algorithm shredding stitching articles
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:573900
    • 提供者:唐夕晴
  1. Ant-colony-algorithm-procedures

    0下载:
  2. 改程序是一个基于蚁群算法的TSP问题的源程序,里面有详细的注解哦!-Change is a process based on ant colony algorithm for the TSP source, there are detailed notes, oh!
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:3062
    • 提供者:周坤
  1. TSP-based-on-ant-colony-system

    0下载:
  2. 基于蚁群算法实现TSP最短路程的matlab例程-TSP based on ant colony system
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:54606
    • 提供者:潘彬
  1. Ant-colony-optimization

    0下载:
  2. 蚁群优化算法的JAVA实现,说明:算法只是提供了一个框架。-Ant colony optimization algorithm JAVA, Descr iption: algorithm only provides a framework for
  3. 所属分类:JavaScript

    • 发布日期:2017-04-02
    • 文件大小:1195
    • 提供者:gy
  1. Ant-Colony-Algorithm

    0下载:
  2. 目前智能算法越来越受到人们的关注,如神经网络、遗传算法、蚁群算法、粒子群算法等,蚁群算法是受自然界中蚂蚁搜索食物行为启发而提出的一种智能优化算法。-Currently more and more intelligent algorithm attention, such as neural networks, genetic algorithms, ant colony algorithm, particle swarm algorithm, ant colony algorithm is af
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1690
    • 提供者:王桂莲
  1. Ant-Colony-Algorithm

    0下载:
  2. 数学建模 蚁群算法 旅行商问题 信息素 最佳路线-Ant Colony Algorithm for Traveling Salesman Problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1474
    • 提供者:方方
  1. Ant-Colony-Algorithm-PPT

    0下载:
  2. 蚁群算法原理介绍及应用 改进的蚁群算法 蚁群优化算法仿真-Introduction and application of the principle of ant colony algorithm improved ant colony optimization algorithm simulation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:502245
    • 提供者:方方
  1. ant-colony-

    0下载:
  2. 基于目标函数变化率的混合蚁群遗传算法-Hybrid ant colony based on the rate of change of the objective function of genetic algorithm
  3. 所属分类:Document

    • 发布日期:2017-04-17
    • 文件大小:109257
    • 提供者:金明
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com