CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 优化蚁群算法

搜索资源列表

  1. 11

    0下载:
  2. 本文主要将蚁群算法用于解决连续函数优化的问题-This paper will be used for ant colony algorithm to solve the problem of continuous function optimization
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2.25kb
    • 提供者:aa
  1. ant

    0下载:
  2. 用蚁群优化算法寻找最佳路线以及路程长度的计算,-ant colony optimization algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2.19kb
    • 提供者:张琳
  1. chapter22

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

    • 发布日期:2017-12-31
    • 文件大小:2kb
    • 提供者:木易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
    • 文件大小:22kb
    • 提供者:georgewell
  1. 蚁群算法

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

    • 发布日期:2017-12-29
    • 文件大小:40.49mb
    • 提供者:毛毛涵
  1. 蚁群优化算法

    1下载:
  2. 基于python的蚁群优化算法,对于初学者有一定的帮助。(The ant colony optimization algorithm based on Python has some help for beginners.)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:1kb
    • 提供者:random lu
  1. 蚁群算法

    0下载:
  2. 仅仅是一份按照蚁群算法的原理写的代码,没有做任何优化。(Ant colony algorithm)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:4kb
    • 提供者:骆宏敏
  1. weimo

    1下载:
  2. 基于发现蚁群算法优化神经网络是利用蚁群算法在解空间寻找出一组最优的权值和阈值,然后将这一组解带回到神经网络进行细致优化,从而得到最好的权值和阈值。(Found that the ant colony algorithm to optimize the neural network based on Ant Colony Algorithm in the solution space to find a set of optimal weights and threshold based on,
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:769kb
    • 提供者:跃跃欲
  1. 蚁群算法的能量有效EEABR

    0下载:
  2. ACO蚁群优化算法 针对能量有效的ACO蚁群优化算法的程序,C++语言实现,对研究蚁群优化的小伙伴有所帮助(The program for the efficient ACO ant colony optimization algorithm, the implementation of the C++ language, is helpful to the small partners studying the ant colony optimization)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:19kb
    • 提供者:shiyuanyin
  1. Copy_of_yiquan

    0下载:
  2. 蚁群VRP,可正常运行。T优化蚁群算法对的每个配送区域的求解最优路径的二(ACA VRP.can load and run)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:3kb
    • 提供者:王丽131468
  1. 蚁群、路径规划

    1下载:
  2. 这是一个关于使用蚁群算法的旅行路径规划问题的MATLAB优化程序(ant colony algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:2kb
    • 提供者:怀刘剑
  1. 基于蚁群优化的二分网络社区挖掘

    0下载:
  2. 蚁群算法实现二分网络挖掘的一种新思路。。。。(ant my and so on and happy)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:1.12mb
    • 提供者:XIAOERMAISHUBAO
  1. 混合遗传蚁群HGIACA

    3下载:
  2. 智能优化方法--混合遗传蚁群算法,结合了蚁群算法和遗传算法(Intelligent optimization method, hybrid genetic ant colony algorithm, combines ant colony algorithm and genetic algorithm.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:3kb
    • 提供者:reseei
  1. 蚁群算法

    0下载:
  2. 蚁群算法是一种用来寻找优化路径的概率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。 这种算法具有分布计算、信息正反馈和启发式搜索的特征,本质上是进化算法中的一种启发式全局优化算法。蚁群算法的matlab实现(Ant colony algorithm is a probabilistic algorithm for finding optimal paths. It was put forward by Marco Dori
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:8kb
    • 提供者:那拍拍
  1. 对于蚁群优化算法的研究

    0下载:
  2. 解决tsp问题中的一种策略——蚁群算法,含蚁群算法过程,原理,及程序范例。(One of the strategies to solve the TSP problem is ant colony algorithm, including ant colony algorithm process, principle and program paradigm.)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:11kb
    • 提供者:吃鸡的鸭
  1. 8593ec8fa2e2

    1下载:
  2. 有效解决旅行商问题,与遗传算法相互结合。优化路线(Solve the traveling salesman problem effectively)
  3. 所属分类:其他

    • 发布日期:2018-05-07
    • 文件大小:12kb
    • 提供者:lzc123
  1. Python-Ant-Colony-TSP-Solver-master

    1下载:
  2. 用于路径规划的蚁群算法,蚁群算法是一种用来寻找优化路径的概率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。(Ant colony algorithm for path planning)
  3. 所属分类:其他

    • 发布日期:2021-04-15
    • 文件大小:5kb
    • 提供者:乃木坂道
  1. 5996蚁群算法优化PID参数

    2下载:
  2. 利用蚁群算法对pid进行参数优化,里面有源代码和一些代码的注释(Using ant colony algorithm to optimize the parameters of pid, there are source code and some code annotations.)
  3. 所属分类:其他

    • 发布日期:2019-05-12
    • 文件大小:5kb
    • 提供者:zcw22
  1. 蚁群优化小参数随机共振程序包

    9下载:
  2. 随机共振算法,用于增强弱信号,提高信噪比(Stochastic resonance algorithm for enhancing weak signals and improving signal-to-noise ratio)
  3. 所属分类:其他

    • 发布日期:2019-05-19
    • 文件大小:2.41mb
    • 提供者:mwww
  1. ACO

    2下载:
  2. 蚁群算法优化函数,采用matlab来编程,最后给出仿真图(ACO optimizes functions)
  3. 所属分类:其他

    • 发布日期:2021-03-11
    • 文件大小:1kb
    • 提供者:skpopo
« 12 3 4 »
搜珍网 www.dssz.com