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

搜索资源列表

  1. antRBFNN

    0下载:
  2. 蚁群算法优化rbfnn的程序,可以补充修改-Ant Colony Optimization rbfnn the program, you can add to modify
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:13300
    • 提供者:lwd
  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. aa-bp

    7下载:
  2. 使用蚁群算法及改进的蚁群算法优化BP神经网络的程序-Ant colony algorithm to optimize the BP neural network program
  3. 所属分类:matlab

    • 发布日期:2016-09-20
    • 文件大小:5120
    • 提供者:刘煜
  1. 蚁群算法

    0下载:
  2. 基于蚁群算法求解TSP问题和路径优化问题
  3. 所属分类:matlab例程

  1. AntSystem-WithPlay

    0下载:
  2. 蚁群算法的matlab编程源代码,是一种用来在图中寻找优化路径的机率型技术。(It is a probabilistic technique for finding optimal paths in a graph.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:26624
    • 提供者:miemie666
  1. matlab 蚁群算法ACO_feature_selection

    1下载:
  2. 蚁群算法用与特征选择,针对传统蚁群聚类算法收敛速度过慢的问题,提出一种对蚁群算法进行改进的聚类算法。而数据的高维使数据具有稀疏、不可聚集等特性,使聚类算法实验效果精度低和耗时大,将邻域特征选择与聚类算法结合,提出了一种蚁群聚类优化的邻域特征选择算法(Ant colony algorithm and feature selection)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:3072
    • 提供者:lpoi
  1. chapter22

    0下载:
  2. 蚁群算法的优化计算,属于求解TSP问题代码。(Ant colony algorithm for solving TSP code.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:就是ni
  1. chapter22

    0下载:
  2. 蚁群算法的优化计算——旅行商问题(TSP)优化(Optimization of ant colony algorithm -- traveling salesman problem (TSP) optimization)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:2048
    • 提供者:木易yj
  1. ant

    1下载:
  2. 用java实现了蚁群算法,并增加了画图功能,算法经过了优化,用att48数据集(附件里有)最高得到10812分(java ant colony algorithm, with drawing function, the algorithm has been optimized, with the att48 data set up to 10812 points)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:22528
    • 提供者:georgewell
  1. wurenji

    1下载:
  2. 地震后对复杂区域的划分等高图,然后判断无人机最优寻迹,优化蚁群算法(After the earthquake, the division of complex areas such as high map, UAV tour)
  3. 所属分类:matlab例程

  1. 蚁群算法

    1下载:
  2. 路径规划是水下潜器智能控制的关键技术之一,其任务是在已知障碍物的环境中按照某一 最优指标寻找一条从起始点到目标点的无碰路径。使用蚁群算法对水下潜器三维空间路径规划问 题进行了研究,以 ACS 算法为基础设计了路径优化搜索算法,详细讨论了信息素表示方法、路径 点选取原则、启发式函数设计和信息素更新规则,给出了算法的具体流程,仿真实验结果表明, 该算法能够方便有效的实现三维空间中的路径规划。(Path planning is one of the key technologies of unde
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:42457088
    • 提供者:毛毛涵
  1. partitioning

    0下载:
  2. 基于蚁群算法的二电路划分优化java源代码(Ant colony optimization based circuit partitioning java source code)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-29
    • 文件大小:21504
    • 提供者:wang1996
  1. ant

    0下载:
  2. 通过蚁群算法实现路径优化,启发路径优化新方式。(Through the ant colony algorithm to achieve path optimization, heuristic path optimization new way.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:绉乐乐
  1. 蚁群算法

    0下载:
  2. 蚂蚁算法 蚁群算法是一种用来寻找优化路径的概率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。这种算法具有分布计算、信息正反馈和启发式搜索的特征,本质上是进化算法中的一种启发式全局优化算法。蚁群系统(Ant System或Ant Colony System)是由意大利学者Dorigo、Maniezzo等人于20世纪90年代首先提出来的。他们在研究蚂蚁觅食的过程中,发现单个蚂蚁的行为比较简单,但是蚁群整体却可以体现一些智能的行
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:3072
    • 提供者:joyslee
  1. yiqunsuanfa

    0下载:
  2. 利用蚁群算法实现优化旅行商问题,一定可以运行(The use of ant colony algorithm to optimize the traveling salesman problem, will be able to run)
  3. 所属分类:仿真建模

    • 发布日期:2018-01-02
    • 文件大小:6144
    • 提供者:文文儿
  1. TSP Matlab程序

    0下载:
  2. 蚁群算法是当前研究非常火热的一种智能算法,下面的蚁群算法程序专门用于求解TSP问题,此程序由GreenSim团队于2006年初完成,最初公开发表于研学论坛,我们经过仿真检验,发现此程序的优化效率和鲁棒性都非常好。(Ant colony algorithm is an intelligent algorithm very hot current research, the special program of ant colony algorithm for solving the TSP pro
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-02
    • 文件大小:3072
    • 提供者:Victor_Z
  1. antALG

    0下载:
  2. 蚂蚁云计算,又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法,蚁群算法是一种模拟进化算法,初步的研究表明该算法具有许多优良的性质。(The ant calculation Is a probability algorithm used to find the optimal path in the graph)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:hao11
  1. ACO

    0下载:
  2. 利用蚁群算法优化,解决组合优化问题,如旅行商问题,得到最优路径(use the optimization of ant colony algorithm to get d the optimal path.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:周周周周
  1. ACOBP

    2下载:
  2. 用蚁群算法优化BP神经网络,然后用于预测,非常实用,适合初学者。(This is the aco-bp code in matlab)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:jgyy
  1. AOC_limit

    0下载:
  2. 使用matlab实现的蚁群算法,解决0 1背包问题为例解决组合优化问题(ant colony optimization (ACO) implement by matlab, use to solve 0/1 bagging problem)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:39936
    • 提供者:yinglang
« 1 2 3 4 56 7 8 9 10 ... 26 »
搜珍网 www.dssz.com