搜索资源列表

  1. 蚁群算法基本原理

    0下载:
  2. 蚁群算法的原理及应用 希望对大家有所帮助和提高-ant algorithm and application of the principles we wish to help and improve
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:26207470
    • 提供者:邓明海
  1. 智能蚁群算法及应用

    1下载:
  2. 作为群体智能的一种典型实现,蚁群算法正在受到学术界的广泛关注。这是一种基于种群寻优的启发式搜索算法,由M.Dorigo等人于1991年首先提出。本书从基本结构、算法特点、改进方法、突破途径、实现模式及应用模式等方面做了一些系统的研究工作,观点新颖,内容全面,具有一定的学术价值和研究意义
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2009-10-04
    • 文件大小:3730613
    • 提供者:liuyun242
  1. 蚁群算法程序演示

    0下载:
  2. 该算法包含了蚁群算法的基本原理及其实现,相信对初学者来说是一个很好的入门课程!
  3. 所属分类:Internet/网络编程

    • 发布日期:2009-04-15
    • 文件大小:123331
    • 提供者:xingmeng6688
  1. cvrp

    0下载:
  2. 蚁群算法是近年来出现的一种新德仿生类进化算法[8],它的基本原理源于昆虫学家们的观察和发现 -ant algorithms, which is the emergence of a new category of bionic Germany evolutionary algorithm [8] it stems from the basic tenets of the entomologist observed and fo
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:黄如尚
  1. randpso

    0下载:
  2. 粒子群算法是同蚁群算法相似的群体智能算法,其基本思想是模拟自然界的群体行为来构造随机化算法,本程序是随机粒子群算法源代码,可以直接运行,针对不同的问题,只要稍加修改就可以马上使用,希望能对大家有点帮助。-PSO with the ant algorithm is similar groups intelligent algorithm, The basic idea is to simulate natural behavior gro
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:208896
    • 提供者:曾生宝
  1. yiqun-Cpro

    0下载:
  2. 基本蚁群算法程序 可以修改循环次数和其他参数。以得到更好的解-The basic ant colony algorithm can be modified cycles and other parameters. In order to obtain a better solution
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:li shu
  1. ant_code

    0下载:
  2. JAVA实现的基本蚁群算法源程序,可以选择地图,可以设置一些参数,有图形输出-JAVA realization of the basic ant colony algorithm source code, you can choose the map, you can set some parameters, there are graphics output
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-17
    • 文件大小:48128
    • 提供者:hrbeu
  1. ASO_DHB

    0下载:
  2. 基本蚁群算法(段海滨《蚁群算法原理及应用》附录Matlab程序)-Basic Ant Colony Algorithm for TSP
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:
  1. jbyqsftsp

    0下载:
  2. 基本蚁群算法程序:讲的是蚂蚁利用自己的记忆和更新机制并利用移动规则从而对线路进行优化并找到最优路线-Basic ant colony algorithm program: tell the ants use their own memory and update mechanism and use Rules to move on line and find the best route to optimize
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-17
    • 文件大小:8192
    • 提供者:liyanan
  1. An-Colony-Algorithm-and-its-application

    0下载:
  2. 段海滨2005年编写的课本蚁群算法原理及其应用~~~里面介绍了蚁群算法的基本原理-An-Colony-Algorithm-and-its application
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:18328576
    • 提供者:
  1. antcolony

    0下载:
  2. 改进蚁群算法的一个程序,是在基本蚁群算法的基础上改进的,提高算法的收敛速度。-Improved ant colony algorithm a procedure is in the basic ant colony algorithm based on improved, to improve the convergence speed.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:8192
    • 提供者:王立荣
  1. ant

    0下载:
  2. 蚁群算法 基本实现代码 C实现 已经编译过-ACO ant colony algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:7168
    • 提供者:John li
  1. TSPGOOD

    0下载:
  2. 基本蚁群算法的matlab实现,可以用于求解城市间的最短路径问题。-Matlab implementation of basic ant colony algorithm can be used to solve the shortest path between cities.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:12288
    • 提供者:百秀
  1. yiqunsuanfa

    0下载:
  2. 蚁群算法的C++代码。包含基本蚁群算法,排序蚁群算法和最大最小蚁群算法。-Ant colony algorithm in C++ code. Includes the basic ant colony algorithm, sorting algorithm and the maximum and minimum colony ant algorithms.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:33792
    • 提供者:陈波
  1. yiqun

    0下载:
  2. 有关蚁群算法的文献,大概有130多篇,文章很全,基本蚁群算法的应用都涉及到了。-The ant colony algorithm of the literature, there are about 130 more than paper, the article is complete, the application of basic ant colony algorithm are involved.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:26403840
    • 提供者:邓启凡
  1. 蚁群算法源代码

    0下载:
  2. 基本蚁群算法源代码跟应用例子,对于初学者很有帮助,而且加以改进可以应用到很多问题上。
  3. 所属分类:人工智能/神经网络/遗传算法

  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 spec
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:76800
    • 提供者:7号咯
  1. Ant

    0下载:
  2. 基本蚁群算法的VC++实现,适合算法学习者入门(Demo program for ant colony algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:63488
    • 提供者:yacobimax
  1. yiqunjulei

    0下载:
  2. 采用基本蚁群算法进行无线传感网络节点的聚类仿真(Ant Colony Algorithm Clustering Simulation)
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:xiaomingwen
  1. 蚁群算法

    0下载:
  2. 本文对蚁群算法的基本理论以及在 TSP 问题中的应用进行了系统研究和 MATLAB 仿真。介绍了蚁群算法的基本原理、特点和算法的实现方法。.基本蚁群算法由于存在搜索时间长,易陷入局部最优解等突出缺点,使得求解效果不是很好。针对这些缺陷,提出了改进的蚁群算法(最大-最小蚂蚁系统)求解 TSP 问题。改进主要在于限制路径信息素浓度、信息素的初始值以及强调对最优解得利用这三个方面。(In this paper, the basic theor
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:6144
    • 提供者:阳光1111111
« 1 23 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org