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

搜索资源列表

  1. antchoice

    0下载:
  2. 有关蚁群算法的优化及应用在电老鼠进行最短距离的算法-Optimization of the ant colony algorithm and its application in electrical mice algorithm for the shortest distance
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5977
    • 提供者:conke
  1. aco

    0下载:
  2. 蚁群算法的c++实现程序,是一个求解tsp的简单的例子-Ant colony algorithm implementation c++ program is a simple example of solving tsp
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2262
    • 提供者:nong
  1. ant

    0下载:
  2. 蚁群算法的模拟实现。-Simulation and Realization of ant colony algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5158
    • 提供者:李小伟
  1. AntTsp

    0下载:
  2. 蚁群算法求解TSP问题,只需添加设置城市数就可以-Ant colony algorithm for solving TSP, simply add a set number of cities
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3128
    • 提供者:xianglongyang
  1. 07022419886

    0下载:
  2. 基于蚁群算法的tsp问题,实现城市访问问题。-A Algorithm based on Ant Colony System
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3125
    • 提供者:紫澜
  1. A_review_of_ant_algorithms

    0下载:
  2. 详细介绍了蚁群算法最近几年的应用领域,是一篇研究蚁群算法的入门级文章。希望对想深入研究此算法的朋友有所帮助。-this paper addressed the application of the ant colony alogrithm in recent years.you can learn the alogrithm of soft computing as a beginner.I hope this paper could be useful for you.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-04-09
    • 文件大小:252198
    • 提供者:刘明石
  1. ANTS

    0下载:
  2. 利用蚁群算法解决TSP(旅行商)问题的程序-Ant colony algorithm to solve TSP (traveling salesman problem)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2583
    • 提供者:arthur
  1. AntColonyOptimization

    0下载:
  2. 蚁群算法 C语言程序(已运行)段海滨教授主编并经过几位网友修改版的。-Ant colony algorithm C language program (already running) Professor Duan Haibin edited and modified version after several users.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1704
    • 提供者:sdddsqweq
  1. Java-for-ACO

    0下载:
  2. Java实现蚁群算法,从而减少自己的编码量-Java source for Ant colony algorithm(ACO)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2986
    • 提供者:sgjdalian
  1. ant-colony-algorithm

    0下载:
  2. 经典的蚁群算法,D为最短路矩阵,利用其挖掘关联规则-Classical ant colony algorithm, D is the shortest path matrix, the use of its mining association rules
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1411
    • 提供者:赵艾利
  1. ant-colony-algorithm-

    0下载:
  2. 蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法-ant colony algorithm : survey and prospect
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:3683
    • 提供者:juanjuan0724
  1. ANT

    0下载:
  2. 用蚁群算法实现寻找印制板打孔路线的c++程序-ant programming
  3. 所属分类:Algorithm

    • 发布日期:2017-05-17
    • 文件大小:4133675
    • 提供者:hou fang
  1. vrptw-CPP

    0下载:
  2. 基于物流当中的VRPTW算法源程序 主要用于TSP中 对蚁群算法的优化-TSP in the optimization of ant colony algorithm based logistics VRPTW algorithm source which is mainly used for
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:2196
    • 提供者:liucong
  1. ACS_TSP

    0下载:
  2. ACS蚁群算法求解旅行商问题,使用蚁群对问题进行局部最优搜索,可以较快速的得到较好的结果-ACS ant colony algorithm for traveling salesman problem, ant colony locally optimal search problem, you can get better results more quickly
  3. 所属分类:Algorithm

    • 发布日期:2017-11-10
    • 文件大小:601186
    • 提供者:HU
  1. Ant-colony-algorithm-and-program

    0下载:
  2. 蚁群算法及程序,包括对蚁群算法的简介和用matlab的实现代码-Ant colony algorithm and procedures, including the introduction of ant colony algorithm and the realization of matlab code
  3. 所属分类:Algorithm

    • 发布日期:2017-11-09
    • 文件大小:41477
    • 提供者:赵永宁
  1. Ant-Algorithm--CPP

    1下载:
  2. 蚂蚁算法 是一种用来在图中寻找优化路径的机率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。蚁群算法是一种模拟进化算法,初步的研究表明该算法具有许多优良的性质.针对PID控制器参数优化设计问题,将蚁群算法设计的结果与遗传算法设计的结果进行了比较,数值仿真结果表明,蚁群算法具有一种新的模拟进化优化方法的有效性和应用价值。 -Ant Algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-03-11
    • 文件大小:30231
    • 提供者:张俊丰
  1. Ant-colony-algorithm

    0下载:
  2. 蚁群算法优化计算。多个路径中选择最优路径,来确定最优计算顺序-Ant colony optimization algorithm. Multiple paths, select the optimal path to determine the optimal calculation sequence
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:1544
    • 提供者:詹东文
  1. ant

    0下载:
  2. 蚁群算法是经典的优化智能算法,能找到的最短路径。-The ant colony optimization algorithm is the classic intelligent algorithm can find the shortest path.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:1549
    • 提供者:张勇
  1. City

    0下载:
  2. 基本蚁群算法,蚁群算法的C++格式,而不是网上通常的matlab的-Basic ant colony algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:9153
    • 提供者:胡城伟
  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 23 4 »
搜珍网 www.dssz.com