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

搜索资源列表

  1. 蚁群算法

    0下载:
  2. 一个蚁群算法,大家很想要得东东,共享给大家了。-an ant colony algorithm, we want to fine Eastern, we had to share.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:222399
    • 提供者:ge
  1. 蚁群算法程序

    1下载:
  2. 改进的蚁群算法程序-improved program of ant conoly algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:9879
    • 提供者:王涛
  1. 一种基于蚁群算法的聚类组合方法

    1下载:
  2. 一种基于蚁群算法的聚类组合方法,具体可以查看里面书的内容。-ant colony algorithm based on the combination of clustering methods, the specific can view the contents inside.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:141938
    • 提供者:徐高波
  1. 智能蚁群算法及应用

    1下载:
  2. 作为群体智能的一种典型实现,蚁群算法正在受到学术界的广泛关注。这是一种基于种群寻优的启发式搜索算法,由M.Dorigo等人于1991年首先提出。本书从基本结构、算法特点、改进方法、突破途径、实现模式及应用模式等方面做了一些系统的研究工作,观点新颖,内容全面,具有一定的学术价值和研究意义
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2009-10-04
    • 文件大小:3730613
    • 提供者:liuyun242
  1. ACO 蚁群算法解决TSP问题

    0下载:
  2. 通过对于蚁群算法的特点解决TSP问题
  3. 所属分类:数值算法/人工智能

    • 发布日期:2011-05-09
    • 文件大小:1997
    • 提供者:jxmdingdong
  1. C语言 另类蚁群算法

    0下载:
  2. C语言 另类蚁群算法
  3. 所属分类:数值算法/人工智能

    • 发布日期:2012-02-08
    • 文件大小:18106
    • 提供者:xjdsj2001
  1. 51个城市的tsp程序

    1下载:
  2. 这是一个用蚁群算法来解决51个城市的tsp问题,该源码是用C++编写的,是一个非常有用的源代码 const int iAntCount=34;//ant numbers 蚂蚁数量 const int iCityCount=51;//城市数量 const int iItCount=500;//循环次数 const double Q=100;//信息素总量
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-03-17
    • 文件大小:1578
    • 提供者:cuifangsong
  1. ACATSP

    0下载:
  2. 蚁群算法Matlab编程(仿真通过)
  3. 所属分类:matlab例程

    • 发布日期:2012-05-22
    • 文件大小:4646
    • 提供者:nifeng
  1. 最基本的蚁群算法+2opt邻域搜索_求解TSP

    0下载:
  2. 蚁群算法,蚁群优化算法(ant colony optimization,ACO)就是一种特别成功的元启发式算法,在20年前诞生于意大利的一所最负盛名的大学——米兰理工大学。其灵感来源于真实蚂蚁的行为。(We list below 25 TSP instances taken from the World TSP. For these instances, the cost of travel between cities is specified by the Eulidean distance
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-06
    • 文件大小:76800
    • 提供者:7号咯
  1. 改进蚁群

    3下载:
  2. 将蚁群算法应用于三维路径规划问题上,算法编程完整,注释详细,是初学者宝贵的学习材料。(The ant colony algorithm is applied to the three-dimensional path planning problem, the algorithm programming is complete, detailed notes, is a valuable learning material for beginners.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:11264
    • 提供者:赵小乙
  1. 蚁群

    0下载:
  2. 利用蚁群算法整定PID参数,得到PID的参数,使得系统的动态性能最好(get PID parameters by ACA)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-11
    • 文件大小:66560
    • 提供者:jiadee
  1. 蚁群MATlab

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

    • 发布日期:2018-04-30
    • 文件大小:21504
    • 提供者:水之子
  1. 蚁群

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

    • 发布日期:2018-05-01
    • 文件大小:54272
    • 提供者:hymanll
  1. 蚁群聚类算法及其改进

    1下载:
  2. 用MATLAB实现的蚁群算法,并加入了自己改进的一些内容,包含一群算法原理介绍的详细PPT。(The ant colony algorithm implemented by MATLAB is added to some of its improved contents, including a detailed PPT introduced by a group of algorithm principles.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:259072
    • 提供者:WG_JNU
  1. 蚂蚁算法演示

    0下载:
  2. 此文件描述的是蚁群算法的训练与预测的代码实现(This document describes the code implementation of training and prediction of ant colony algorithm.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-03
    • 文件大小:122880
    • 提供者:执手浪天涯
  1. 蚁群bp

    1下载:
  2. 用蚁群算法优化bp神经网络,增加预测精度(Using ant colony algorithm to optimize BP neural network and increase prediction accuracy)
  3. 所属分类:matlab例程

    • 发布日期:2020-10-31
    • 文件大小:2048
    • 提供者:浮沉yjj
  1. 蚁群算法

    2下载:
  2. 群体智能算法,蚁群算法,有关无人机航迹规划,MATLAB 代码(Swarm intelligence algorithm, ant colony algorithm, related drone path planning, MATLAB code)
  3. 所属分类:matlab例程

  1. 蚁群算法VB

    0下载:
  2. 本算法是蚁群算法的通用程序,用于解决各类优化求解问题
  3. 所属分类:matlab例程

  1. 蚁群ACO-PSO

    3下载:
  2. 蚁群算法混合粒子群算法的matlab程序(Matlab Program of Ant Colony Algorithm Mixed Particle Colony Algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2020-02-11
    • 文件大小:4096
    • 提供者:下雨1213
  1. 蚁群VRP

    2下载:
  2. 用蚁群算法解决VRP问题,包含基本蚁群算法(我记得不含时间窗约束)(Using ant colony algorithm to solve VRP problem, including basic ant colony algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2019-10-14
    • 文件大小:9216
    • 提供者:Shielas
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com