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

搜索资源列表

  1. 1

    0下载:
  2. 使用蚁群算法解决TSP问题得出最佳的城市循环路径-An Approach for TSP problem based on Ant Colony Algorithms
  3. 所属分类:Web Server

    • 发布日期:2017-11-16
    • 文件大小:1796
    • 提供者:mandy
  1. ant-colony-optimization

    0下载:
  2. TSP问题蚁群算法,是一种用来在图中寻找优化路径的机率型算法。-The TSP problem ant colony algorithm is used to find the probability of the optimal path algorithm in the figure.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-20
    • 文件大小:1225
    • 提供者:Ray
  1. ant

    0下载:
  2. ant 蚁群算法,能模拟蚂蚁觅食最短路径-ant
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-20
    • 文件大小:221227
    • 提供者:huanganfeng
  1. ACATSP

    0下载:
  2. 蚁群算法函数实现,用于寻找最短路径 主要符号说明 C n个城市的坐标,n×2的矩阵 NC_max 最大迭代次数 m 蚂蚁个数 Alpha 表征信息素重要程度的参数 Beta 表征启发式因子重要程度的参数 Rho 信息素蒸发系数 Q 信息素增加强度系数 R_best 各代最佳路线 L_best 各代最佳路线的长度-Ant colony algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:1360
    • 提供者:潇影
  1. An-ant-colony-algorithm-

    0下载:
  2. 这是一个基于蚁群算法路径的最优化方案,它使得工作效率大大提高-failed to translate
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:47880
    • 提供者:龙超
  1. ant

    0下载:
  2. 蚁群算法解决二维路径规划算法,比传统算法更具有鲁棒性。-failed to translate
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:3690
    • 提供者:kongjing
  1. aco

    0下载:
  2. 蚁群算法的最优路径求解,很有用,可以下载看看哦。-Optimal routing, very useful, you can download Oh.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:1833984
    • 提供者:xiabb
  1. Ant-Colony-Algorithm-Based

    0下载:
  2. 提出一种基于启发式变异的蚁群算法,结合传统蚁群算法和遗传变异算法的优点,利用蚁群算法找到一条全局近优解,采用启发式变异进行路径优化,并将优化信息以信息素的方式传递给下一代,从而快速得到全局最优解-】This paper proposes an Ant Colony Algorithm based on Heuristic Mutation(ACAHM), combining with the advantage of the traditionalAnt Colony Algorithm(ACA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-22
    • 文件大小:135344
    • 提供者:zhangyan
  1. ACATSP3.m

    0下载:
  2. 基于蚁群算法的路径规划改进方法,适合各种机器人路径规划-Improved method for path planning based on ant colony algorithm, suitable for a variety of robot path planning
  3. 所属分类:Menu control

    • 发布日期:2017-11-24
    • 文件大小:1542
    • 提供者:andylam
  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. ACO-for-MCM

    0下载:
  2. 蚁群算法用于MCM基板互连测试的单探针路径优化研究-Path optimization study of ant colony algorithm is used to the MCM substrate interconnect test probe
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-18
    • 文件大小:185619
    • 提供者:john
  1. AntAlgorithm-

    1下载:
  2. 改进蚁群算法控制参数测试TSP问题,同时使用matlab引擎画出路径图和收敛曲线-Improved ant colony algorithm control parameters test TSP problem while using Matlab engine to draw the road map and the convergence curve
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:968377
    • 提供者:limin
  1. Ant-colony-algorithm-procedures

    0下载:
  2. 这是一个老师编写的程序,关于蚁群算法求解最短路径的-the program about the ant colony algorithm to solve the shortest path is written by a teacher
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:22186
    • 提供者:十三少
  1. yiqun

    0下载:
  2. 文件中的程序是蚁群算法在最短路中的应用,稍加扩展即可应用于机器人路径规划。-File in is the procedure ant colony algorithm in most short-circuit the application of, a little expansion can be applied to robot path planning.
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:34650
    • 提供者:李开
  1. aco

    0下载:
  2. 一个简单的蚁群算法示例,实现tsp问题的路径选择。用了ant 和project两个类,实现简单-Ant Colony Algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:2064
    • 提供者:陆云飞
  1. PSO

    0下载:
  2. 蚁群算法 用java语言编写的配送物品最优路径-Ant colony algorithm using java language Distribution optimal path items
  3. 所属分类:source in ebook

    • 发布日期:2017-12-02
    • 文件大小:3164
    • 提供者:小时
  1. Ant-Colony-Optimization-(ACO)

    0下载:
  2. 基于蚁群算法的路径最优化分析程序,可求解几个城市之间的最优路径问题。-Path based on ant colony optimization analysis program can be solved in several cities between the optimal path problem.
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:55852
    • 提供者:sherry
  1. pso-for-shenjingwangluo

    0下载:
  2. 神经网络蚁群算法,主要可用于搜索最优路径 即求某一个函数的最值问题-Neural Networks ant colony algorithm, can mainly be used to search for the optimal path that is seeking a particular function' s value problems
  3. 所属分类:Other systems

    • 发布日期:2017-11-04
    • 文件大小:3227
    • 提供者:leo mao
  1. dis

    0下载:
  2. matlab编写的用于二维的巡航路径规划问题,采用的蚁群算法-matlab prepared for the two-dimensional cruise path planning problem, the use of ant colony algorithm. .
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-13
    • 文件大小:2270
    • 提供者:你大爷
  1. ACO

    0下载:
  2. 基于蚁群算法的机器人的路径规划问题蚁群算法,一种与传统的数学规划原理截然不同的,模拟自然生态系统以求解复杂优化问题(如NPC(NP Complete)类问题,典型的有TSP(Traveling Saleman Problem)问题)的仿生优化算法,因其较强分布式计算机制、鲁棒性、易于与其他方法相结合等优点,使得蚁群算法具有较广泛应用领域,为那些最优化技术难以解决的组合优化问题提供了一类新的切实可行的解决方案。从最初的一维的静态优化问题扩展到多维的动态组合优化问题,包括车辆路径规划,工程设计,电力
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:1100410
    • 提供者:lin
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 26 »
搜珍网 www.dssz.com