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

搜索资源列表

  1. 禁忌搜索算法实现蚁群繁殖问题算法

    0下载:
  2. 采用禁忌算法实现的蚁群繁殖算法,该问题可以很好地解决蚁群问题中优化问题-taboo algorithm using the Ant Algorithm breeding, the problem can be successfully resolved ant colony optimization problems
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:30636
    • 提供者:李冰龙
  1. maxas

    1下载:
  2. 采用C++语言编写蚁群优化算法程序,解决旅行商问题-using C language ant colony optimization algorithm to solve the traveling salesman problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5281
    • 提供者:王红
  1. chaos_ant

    0下载:
  2. 这是一个用C++编写的,关于混沌蚁群优化算法,该算法是一个非常实用的算法,效果非常好-C, prepared on the chaotic ant colony optimization algorithm, which is a very practical algorithm, the effect was very good
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7241
    • 提供者:袁成序
  1. sort

    0下载:
  2. 蚁群优化算法,实现人工智能解决TSP问题,如何应用ACO
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8654
    • 提供者:向前
  1. C++yiqunyouhuasuanfa

    0下载:
  2. C++中蚁群优化算法实现源代码,下载后可以直接粘贴到你的程序中用
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. 蚁群优化算法是一种基于自然启发的metaheuristic算法,从其提出到现在历经10多年的发展到目前已经成为一种解决组合优化问题的有效工具。最大团问题是一个经典的NP难的组合优化问题,很多实际问题都可以抽象为对无向图上最大团问题的求解,所以,对最大团问题的研究无论在理论上还是实际上都有重要意义。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-19
    • 文件大小:236255
    • 提供者:wangliang
  1. ACOTSP.V1.0

    0下载:
  2. 《蚁群优化》书本的源代码~ 该书是蚁群优化创始人DM的著作,是蚁群算法的最最权威的著作,该代码也是最最权威的蚁群算法的代码~ 对研究蚁群算法的研究生或者博士生特别有用~-" Ant Colony Optimization," the book' s source code-book is the founder of Ant Colony Optimization DM works, ant colony algorithm is the most authoritati
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:95200
    • 提供者:陈誉东
  1. 200981115234233403

    0下载:
  2. 基本蚁群优化算法的MATLAB程序-ant colony optimization-------------------------------------
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:169199
    • 提供者:张小梅
  1. AntAlgorithmfortheQuadraticAssignmentProblem

    0下载:
  2. 国外蚁群优化算法用于二次分配问题(勿用于商业目的)-Foreign ant colony optimization algorithm for quadratic assignment problem (not to be used for commercial purposes)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1701
    • 提供者:吴受章
  1. ACOTSP.V1.0

    0下载:
  2. 国外网站搜到的人工智能中用到的蚁群优化算法,C语言编写。-Ant Colony Optimization Algorithm downloaded from websites abroad. It is written in C.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:94604
    • 提供者:yhnc
  1. optimization-algorithm

    0下载:
  2. 一种基于新型优化算法的多播路由选择方法 遗传算法&蚁群优化算法已在多播路由优化问题中得到了广泛应用 但由于算法本身的缺陷 二者在具体应用 时都存在着时间性能与优化性能之间的矛盾#论文将遗传算法与蚁群优化算法二者合成 优势互补#仿真实验表明 应用 这种算法于多播路由问题 可以得到比现有启发式算法更好的结果# -A new optimization algorithm based on the multicast routing method
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:177470
    • 提供者:
  1. TSP-based-on-improved-pso

    1下载:
  2. 基于对粒子群优化算法原理的分析,实现了一种基于TSP的改进的粒子群优化算法:求解TSP的混合粒子群算法,结合遗传算法、蚁群算法和模拟退火算法的思想来解决TSP问题。-Particle swarm optimization based on the principle of the analysis, implemented based on TSP, improved particle swarm optimization algorithm: solving the TSP hybrid pa
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-11-23
    • 文件大小:634043
    • 提供者:durongmao
  1. 最基本的蚁群算法+2opt邻域搜索_求解TSP

    0下载:
  2. 蚁群算法,蚁群优化算法(ant colony optimization,ACO)就是一种特别成功的元启发式算法,在20年前诞生于意大利的一所最负盛名的大学——米兰理工大学。其灵感来源于真实蚂蚁的行为。(We list below 25 TSP instances taken from the World TSP. For these instances, the cost of travel between cities is specified by the Eulidean distance
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-05
    • 文件大小:76800
    • 提供者:7号咯
  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-06
    • 文件大小:18512896
    • 提供者:Starkey
  1. 蚁群算法

    0下载:
  2. 通过蚁群算法训练样本参数,不断的优化结构,输出变量,预测输出(Through the ant colony algorithm training sample parameters, continuous optimization of the structure, output variables, forecast output)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-07
    • 文件大小:44032
    • 提供者:约定hhu
  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-18
    • 文件大小:105472
    • 提供者:shiyuanyin
  1. 蚁群

    1下载:
  2. 蚁群优化算法进行参数优化,是元启发式算法的一种(Ant colony optimization (ACO) optimization algorithm is a kind of meta heuristic algorithm.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:wangbiaofzgg
  1. 蚁群算法智能优化

    3下载:
  2. 基于改进蚁群算法的机器人路径规划 包括路径规划、路径优化等等(Robot path planning based on improved ant colony algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-21
    • 文件大小:224256
    • 提供者:ltblalal
  1. 蚁群MATlab

    1下载:
  2. 群优化算法之一,模拟蚁群生活习惯,优化算法(One of the group optimization algorithms, simulation of ant colony living habits, optimization algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-30
    • 文件大小:21504
    • 提供者:水之子
  1. 蚁群算法的优化计算——旅行商问题(TSP)优化

    0下载:
  2. 蚁群算法的优化计算——旅行商问题(TSP)优化(Optimization calculation of ant colony algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-18
    • 文件大小:2048
    • 提供者:qiu@qiu
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com