搜索资源列表

  1. 蚁群算法代码

    0下载:
  2. 基本蚁群算法 c++实现
  3. 所属分类:Windows编程

    • 发布日期:2009-10-08
    • 文件大小:2630
    • 提供者:windmill
  1. ACS

    0下载:
  2. 基本蚁群算法用于解决eil51 TSP问题代码,开发环境是VC-basic ant colony algorithm is used to solve eil51 TSP code development environment is VC
  3. 所属分类:并行运算

    • 发布日期:2024-04-30
    • 文件大小:6144
    • 提供者:
  1. mayi-rj6437

    0下载:
  2. 基本蚁群算法的C++源程序,我上载的是txt文件 -basic ant colony algorithm C source, I uploaded the txt file
  3. 所属分类:其他小程序

    • 发布日期:2024-04-30
    • 文件大小:2048
    • 提供者:ruanjian
  1. liziqunjiejueTSP

    0下载:
  2. 基本蚁群算法解TSP问题[matlab程序,大家参考-basic ACO for TSP [Matlab procedures, reference
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-30
    • 文件大小:2048
    • 提供者:卢宇豪
  1. yiqunsuanfachengxu

    0下载:
  2. 基本蚁群算法程序程序在vc++6.0下面同过,对原来的做了一点修改。-basic ant algorithm Procedure in the same vc 6.0 below that of the original done a few modifications.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-30
    • 文件大小:2048
    • 提供者:李虹
  1. DynamicantcolonyoptimisationforTSP

    0下载:
  2. 从基本蚁群算法出发,基于 *+,(-./012345 6/2167/4 8.9:217)的邻域结构,提出了一种改进的优 化算法,给出了具体的算法步骤-from basic ant algorithm, based on*, (6/2167/4 8.9:217 greater measurement error) the neighborhood structure, propose an improved algorithm, th
  3. 所属分类:其他小程序

    • 发布日期:2024-04-30
    • 文件大小:4212736
    • 提供者:刘星
  1. TSPisaproblemofcombinatio

    0下载:
  2. [%] 基本蚁群算法 的不足主要表现在算法收敛速度慢,系统开销大-[%] Ant basic algorithm of the main performance in slow convergence, large overhead system
  3. 所属分类:其他小程序

    • 发布日期:2024-04-30
    • 文件大小:3841024
    • 提供者:刘星
  1. asdfsfsadfsda

    0下载:
  2. 基本蚁群算法ACO-求解TSP问题-matlab版-详细注释 -basic ant algorithm ACO- TSP-Matlab version- detailed Notes
  3. 所属分类:弱点检测代码

    • 发布日期:2024-04-30
    • 文件大小:1024
    • 提供者:sdf
  1. Ant_Colony_Algorithm_C

    0下载:
  2. 用C实现蚁群算法求解TSP问题,结合基本蚁群算法和最大最小蚁群算法。-C to achieve with Ant Colony Algorithm for TSP problem, combined with the basic ant colony algorithm and max-min ant colony algorithm.
  3. 所属分类:C#编程

    • 发布日期:2024-04-30
    • 文件大小:10240
    • 提供者:jane
  1. ACOforTSP

    0下载:
  2. 用基本蚁群算法解决tsp即旅行商问题用vc环境的-With the basic ant colony algorithm to solve traveling salesman problem tsp that environment with vc
  3. 所属分类:电子书籍

    • 发布日期:2024-04-30
    • 文件大小:613376
    • 提供者:jianglu
  1. ant

    0下载:
  2. 基本蚁群算法寻找食物。需要TURBOC2运行环境。在vista下要兼容模式运行-The basic ant colony algorithm to find food
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-30
    • 文件大小:6144
    • 提供者:lianyuge
  1. ant_TSP

    0下载:
  2. 基本蚁群算法,适合初学者使用,是基于TSP问题来实现蚁群算法的。非常经典。-ant
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-30
    • 文件大小:380928
    • 提供者:hansen
  1. TSP_AS

    0下载:
  2. 基本蚁群算法用于解决tsp问题,保证可以运行,基本蚁群算法对于城市数非常敏感,过多的城市数会使运行实际急剧增加(Basic ant colony algorithm for solving TSP problems, to ensure that you can run, the basic ant colony algorithm is very sensitive to the number of cities, excessive
  3. 所属分类:matlab例程

  1. matlab-基本蚁群算法(TSP)(多点版)

    0下载:
  2. 蚁群算法解决TSP问题的matlab源代码(Ant colony algorithm to solve the TSP problem matlab source code)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-30
    • 文件大小:2048
    • 提供者:双月神鸟
  1. 蚁群算法(路径规划程序)

    0下载:
  2. 蚁群算法是一种群智能算法,也是启发式算法。基本原理来源于自然界蚂蚁觅食的最短路径原理。蚁群算法根据模拟蚂蚁寻找食物的最短路径行为来设计的仿生算法,因此一般而言,蚁群算法用来解决最短路径问题,并真的在旅行商问题(TSP,一个寻找最短路径的问题)上取得了比较好的成效。目前,也已渐渐应用到其他领域中去,在图着色问题、车辆调度问题、集成电路设计、通讯网络、数据聚类分析等方面都有所应用。(Ant colony algorithm is a pop
  3. 所属分类:matlab例程

    • 发布日期:2024-04-30
    • 文件大小:145408
    • 提供者:wyj2277
  1. 蚁群算法

    0下载:
  2. 但由于基本蚁群算法(Basic ant colony algorithm)收敛速度慢、易陷入局部最优,所以很多改进的蚁群算法被提出,补偿本身的缺点,在实际应用中也得到了很好的效果(However, due to the slow convergence speed of Basic ant colony algorithm and easy to fall into local optimum, many improved ant co
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-30
    • 文件大小:669696
    • 提供者:ZJN27
  1. 蚁群

    0下载:
  2. 实现蚁群算法的基本功能,解决了TSP的问题。(Implement the basic functions of the ant colony algorithm and solve the TSP problem.)
  3. 所属分类:matlab例程

    • 发布日期:2024-04-30
    • 文件大小:3072
    • 提供者:努力写paper
  1. 蚁群VRP

    0下载:
  2. 用蚁群算法解决VRP问题,包含基本蚁群算法(我记得不含时间窗约束)(Using ant colony algorithm to solve VRP problem, including basic ant colony algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2024-04-30
    • 文件大小:9216
    • 提供者:Shielas
  1. 关于蚁群算法的报告

    0下载:
  2. 介绍了蚁群算法的来源,实现以及性能,希望能帮助初学者迅速掌握蚁群算法的基本知识(a brief intro to ant algorithm)
  3. 所属分类:文档资料

    • 发布日期:2024-04-30
    • 文件大小:312320
    • 提供者:zyx52301
  1. 静态路径规划

    0下载:
  2. 建立二维栅格地图并根据基本蚁群算法进行全局路径规划(Two dimensional grid map is established and global path planning is carried out according to basic ant colony algorithm)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-30
    • 文件大小:4096
    • 提供者:高兴823
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org