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

搜索资源列表

  1. 蚁群算法的优化计算——旅行商问题(TSP)优化

    1下载:
  2. 路径优化 蚁群算法 tsp问题 优化设计(Path optimization TSP problem of path optimization ant colony algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:陈小肥
  1. 蚁群算法求解TSP问题

    0下载:
  2. 将蚁群算法有效应用到TSP问题,并使用Matlab求解(Ant colony algorithm for solving TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-23
    • 文件大小:18432
    • 提供者:c_pcy
  1. 基于蚁群算法的图像边缘检测 MATLAB源程序

    1下载:
  2. 基于蚁群算法的图像边缘检测,包含四种核函数,下载之后可直接运行(Image edge detection based on ant colony algorithm, including four kernel functions, which can run directly after downloading)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-28
    • 文件大小:7168
    • 提供者:忘了
  1. 蚁群MATlab

    1下载:
  2. 群优化算法之一,模拟蚁群生活习惯,优化算法(One of the group optimization algorithms, simulation of ant colony living habits, optimization algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-30
    • 文件大小:21504
    • 提供者:水之子
  1. [muchong.com]蚁群算法论文%2B源代码

    0下载:
  2. 蚁群算法是一种用来寻找优化路径的概率型算法(Ant colony algorithm is a probabilistic algorithm for searching the optimal path)
  3. 所属分类:matlab例程

  1. 蚁群

    0下载:
  2. 这个是教程,帮助学习蚁群算法,对于神经网络的运用有较好的理解(This is a tutorial to help learn ant colony algorithm, which has a better understanding of neural network application.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:135168
    • 提供者:虚拟同步机
  1. 蚁群算法的优化计算——旅行商问题(TSP)优化

    0下载:
  2. 蚁群算法的优化计算——旅行商问题(TSP)优化(Optimization calculation of ant colony algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-19
    • 文件大小:2048
    • 提供者:qiu@qiu
  1. 最大最小蚁群算法

    0下载:
  2. 最大最小蚁群算法,真正的源码,不过不是matlab语言的,可以借鉴一下,如果全是伸手党,当我没传。(mmas The existence of information Volatilization Coefficient in basic ant colony algorithm leads to the gradual loss of pheromones on the path that has never been searched, and the probability of bei
  3. 所属分类:matlab例程

    • 发布日期:2018-04-18
    • 文件大小:297984
    • 提供者:韩达哒
  1. 蚁群算法matlab程序

    0下载:
  2. 蚁群算法,可运行的MATLAB程序,非本人原创(Ant Colony Algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:电力系统
  1. 蚁群

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

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

    1下载:
  2. 蚁群算法路径寻优,具有GUI界面,可以运行(Ant colony algorithm path optimization, with GUI interface, can run.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:54272
    • 提供者:hymanll
  1. 蚁群算法实例

    2下载:
  2. 基于蚁群算法的路径规划 含有威胁源 更逼真的模拟了真实的环境(The path planning based on ant colony algorithm contains a threat source, which simulates the real environment more realistically.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-02
    • 文件大小:13312
    • 提供者:深海_鱼
  1. 基于蚁群算法的图像边缘检测

    1下载:
  2. 将改进蚁群算法应用于图像边缘检测,模拟进化算法,主要采用信息素来进行方向的选择,通过全局性的搜索得到较优解。(The improved ant colony algorithm is applied to image edge detection and simulation evolutionary algorithm, which mainly uses information prime to select the direction, and the better solution is
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:16384
    • 提供者:hc01357
  1. 混合遗传蚁群HGIACA

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

    • 发布日期:2018-05-03
    • 文件大小:3072
    • 提供者: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
    • 文件大小:8192
    • 提供者:那拍拍
  1. 蚁群优化算法原理及Matlab编程实现

    0下载:
  2. 蚁群优化算法原理及其在旅行商问题中的应用的Matlab代码。(Principle of ant colony optimization algorithm and implementation of Matlab programming)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-06
    • 文件大小:342016
    • 提供者:XIAOXIAGEGE
  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
    • 文件大小:11264
    • 提供者:吃鸡的鸭
  1. 蚁群算法

    0下载:
  2. 蚁群算法的Matlab源程序,可用于数学建模及其他的一些应用(Can be used for mathematical modeling)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-06
    • 文件大小:9216
    • 提供者:Chola
  1. 基于蚁群算法的图像边缘检测

    2下载:
  2. 基于蚁群算法的图像边缘检测,亲测可用,包含四种图像。(Ant colony algorithm based image edge detection, pro test available.It contains four kinds of images.)
  3. 所属分类:图形图像处理

    • 发布日期:2019-06-02
    • 文件大小:30720
    • 提供者:今天要早睡
  1. chapter24 基于蚁群算法的三维路径规划算法

    3下载:
  2. 基于matlab平台中蚁群算法在三维路径规划研究(Research on 3D path planning based on Ant Colony Algorithm in Matlab platform)
  3. 所属分类:matlab例程

    • 发布日期:2020-05-17
    • 文件大小:5120
    • 提供者:wanger85
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com