CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 蚁群算法

搜索资源列表

  1. Anadaptiveantcolonyalgorithmanditssimulation

    0下载:
  2. 蚁群算法是一种新型的进化算法,蚁群算法与其它进化算法同样存在易于限于局部最小点等缺陷.本文提出一种自适应的蚁群算法雌克服上述缺陷。通过自适应地改变算法的挥发度等系数,本文中的算法可以在保证收敛速度的条件下提高解的全局性,通过对TSP问题的仿真证明本文中的算法相对与原始的蚁群算法收敛速度和解的性能椭一定的提高.-Ant colony algorithm is a new evolutionary algorithm, evolutionary algorithm ant colony algori
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:346557
    • 提供者:lifei
  1. antcolony

    0下载:
  2. 利用蚁群算法解决旅行商问题,可以自主写入城市坐标,返回最佳路径和平均路径。-with the help of ant colony algorithm to solve the TSP problem. And the best route and the average length of routes will be returned.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:4191
    • 提供者:weifan
  1. yiqunsuanfa

    0下载:
  2. 这是一个蚁群算法的函数优化程序, 具体用法自己看代码吧-This is a function of the ants algorithm optimizing.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1070
    • 提供者:何润
  1. yiqunTSP

    0下载:
  2. 蚁群算法解决TSP问题,C语言写的,程序有注释~-Ant colony algorithm to solve TSP problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:138164
    • 提供者:huangqiulan
  1. TSPant

    0下载:
  2. 蚁群算法来解决TSP问题,结合改进的蚁群算法,来解决TSP问题,对比其它算法,体现蚁群算法的优越性-Ant colony algorithm to solve TSP problems, combined with improved ant colony algorithm to solve TSP problems, compared to other algorithms, reflecting the superiority of the ant colony algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:10942
    • 提供者:陈三
  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. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:8514
    • 提供者:王立荣
  1. AntColony(Book)

    0下载:
  2. 蚁群算法原理及其应用(段海滨著)珍藏了很长时间的书,希望站长多给分。-Ant Colony Algorithm and its Application (Section waterfront with) the book collection for a long time, I hope more owners to the sub.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-11
    • 文件大小:18331542
    • 提供者:三进制
  1. ACATSP.m

    0下载:
  2. 应用蚁群算法来解决所有点的遍历且距离最短的问题-Ant colony algorithm to solve all the points of the traversal and shortest distance problems
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:13392
    • 提供者:mayao
  1. ACO-TSP

    0下载:
  2. 三种蚁群算法解决TSP问题
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-05
    • 文件大小:45271758
    • 提供者:李成博
  1. ANT-JAVA

    0下载:
  2. 简单蚁群算法的JAVA实现,对学习蚁群算法有帮助,希望大家喜欢.-JAVA implementation simple ant colony algorithm, ant colony algorithm for learning help, hope you like.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:23540
    • 提供者:胖大海
  1. ACO

    0下载:
  2. 蚁群算法在图像处理中的应用,描述蚁群算法的具体应用方法,在图像处理中的应用。是理论结合实际的好论文。-Ant colony algorithm in image processing applications, describe the specific application of ant colony algorithm method, image processing applications. Is a good theory with practice papers.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:204174
    • 提供者:chhangh
  1. lujingguihua

    0下载:
  2. 下面的程序是蚁群算法在最短路中的应用,稍加扩展即可应用于机器人路径规划-The following program is the shortest in the ant colony algorithm in the application of a little extension can be applied to robot path planning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:33458
    • 提供者:黎田
  1. Imprning

    0下载:
  2. 基于改进蚁群算法的机器人路径规划Improved Ant Colony Algorithm Based Robot Path Planning-Improved Ant Colony Algorithm Based Robot Path Planning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:380198
    • 提供者:佳儿
  1. ant

    0下载:
  2. 该压缩文件包含常用的人工智能算法中的蚁群算法的程序-The compressed file contains the artificial intelligence algorithms commonly used procedures in the ant colony algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:5051
    • 提供者:田宾馆
  1. tsp

    1下载:
  2. 自己编写的蚁群算法求解TSP的代码!已经编译通过了~~~希望有所帮助!-Write your own ant colony algorithm for solving TSP' s code! Has been compiled by the ~ ~ ~ hope that helps!
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3085
    • 提供者:dbg
  1. aritificial-ant-algorithms-for-TSP

    0下载:
  2. 应用双种群蚁群算法解决TSP问题,计算速度快,准确率高-Application of ant colony algorithm to solve TSP double population problem, computational speed, high accuracy
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:12578
    • 提供者:apple
  1. yiqunsuanfa

    0下载:
  2. 用蚁群算法进行移动机器人路径规划,快速有效的得到了全局最优解。-Ant colony algorithm for mobile robot path planning, quickly and effectively to get the global optimal solution.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:5140
    • 提供者:丁彪
  1. ant

    0下载:
  2. 蚁群算法 基本实现代码 C实现 已经编译过-ACO ant colony algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:6855
    • 提供者: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. 所属分类:AI-NN-PR

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

    0下载:
  2. 蚁群算法在Web服务组合中的应用Ant colony algorithm in the application of Web Services Composition-Ant colony algorithm in the application of Web Services Composition
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-06
    • 文件大小:1063759
    • 提供者:vqq567
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com