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

搜索资源列表

  1. ant-tsp

    0下载:
  2. 采用基本的蚁群算法解决tsp问题。可以用来帮助了解蚁群算法。-The tsp problem with Ant colony algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:9929
    • 提供者:马俊凯
  1. yiqun

    0下载:
  2. 程序是蚁群算法的基本程序,并且此程序为c语言汇编的。-Ant Colony Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:6309
    • 提供者:wangyan
  1. ACASP

    0下载:
  2. 蚁群算法的基本程序,可以实现学习和预测, 速度较快-AN algorithm for prediction
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-25
    • 文件大小:2048
    • 提供者:robby
  1. antinface

    0下载:
  2. 蚁群算法,关于蚁群算法的matlab仿真,蚁群算法基本算法-ant althoriam
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1401
    • 提供者:李海洋
  1. ant

    0下载:
  2. 基本的蚁群算法,实现基本功能,注释比较全面-Basic ant colony algorithm, the basic functions
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:2278508
    • 提供者:于洁
  1. fun1

    0下载:
  2. 蚁群算法的基本实现,其中有随机表示的样子,可以-Ant Colony Algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:345027
    • 提供者:moyan
  1. Ant_clony_of_alogrithm

    1下载:
  2. 基本蚁群聚类算法及其改进算法[带Matlab源代码] 该算法,解决了不收敛的问题,聚类效果非常好(效果图如附件图片所示)。 改进的蚁群算法是基于遗传算法的改进,在基本遗传算法的基础之上,加入了变异因子, 产生变异,从而更快的收敛。 -The basic ant clustering algorithm and its improved algorithm with Matlab source code of the algorithm to solve the non-con
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:259882
    • 提供者:陈魁
  1. AntClony-Matlab

    0下载:
  2. 蚁群算法在matlab中的模拟,基本调试成功,请高手指点~-Ant colony algorithm in matlab simulation, basic debugging success, experts urged to
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:7347
    • 提供者:Woo
  1. rengongzhineng

    0下载:
  2. 里面包含粒子群算法,蚁群算法,ga,rbf等基本人工智能算法,结构简单运行快,是很好的优化智能算法-Particle Swarm Optimization Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-03
    • 文件大小:83924
    • 提供者:卢冠达
  1. ACA_QoS_MR

    0下载:
  2. 蚁群算法解决QoS组播路由的解决方案,根据基本算例编写的代码,可自行修改。-The ant colony algorithm to solve QoS multicast routing solution, according to the basic example code written, can modify.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-26
    • 文件大小:2385
    • 提供者:孙祥
  1. Research-on-Some-Novel-Bionic-Opt

    0下载:
  2. :仿生优化算法是模拟自然界中生物行为的随机搜索算法,可以用来解决现实中的许多优化问题。简要介绍了目前比 较流行的四种新型仿生优化算法(蚁群算法、微粒群算法、人工免疫算法以及人工鱼群算法)的基本原理;然后深入分析了这 些仿生优化算法的异同之处-Bionic optimization algorithms aye stochastic search methods that mimic the natural biological behavior of species.They age
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:293392
    • 提供者:zhangyan
  1. Development-on-ant-colony-algorithm

    0下载:
  2. .针对蚁群算法,首先介绍其基本原理;然后讨论了近年来对蚁群算法的若干改进以及在许多新领域中的发展应用;最后评述了蚁群算法未来的研究方向和主要研究内容.-Firstly,the basic principle of ant colony algorithm is introduced.Then.a series of schemes on improving the ant colony algorithm are discussed,and the new applications are
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:317427
    • 提供者:zhangyan
  1. ant-colony-algorithm-matlab

    0下载:
  2. matlab编写的蚁群算法,能够实现基本的路径优化-ant colony algorithm matlab prepared
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:1907
    • 提供者:weixuyang
  1. Basic-Ant

    0下载:
  2. 最基本的蚁群算法!转自Excelhome,附大量TSPLIB数据 -The most basic ant colony algorithm! Transfer Excelhome, attached to a large TSPLIB data
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:248286
    • 提供者:陈航航
  1. Genetic-algorithm-optimization

    1下载:
  2. 遗传算法优化B P神经网络的目的是通过遗传算法得到更好的网络初始权值和阈值, 其 基本思想就是用个体代表网络的初始权值和阈值、 个体值初始化的B P神经网络的预测误差作为该个体的适应度值, 通过选择、 交叉、 变异操作寻找最优个体, 即最优的B P神经网络初始权值。除了遗传算法之外, 还可以采用粒子群算法、 蚁群算法等优化B P神经网络初始权值。-Genetic algorithm to optimize BP neural network is designed by means of g
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:52224
    • 提供者:吴江
  1. ACATSP

    0下载:
  2. 用aca(蚁群算法)解决tsp(旅行商问题),只是基本算法,可在此基础上改进-With aca (ant colony algorithm) to solve tsp (traveling salesman problem), but the basic algorithm can be improved on the basis of this
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4898
    • 提供者:chenzhen
  1. yiqunjulei

    0下载:
  2. 改进的蚁群算法是基于遗传算法的改进,在基本遗传算法的基础之上,加入了变异因子,产生变异,从而更快的收敛-Improved ant colony algorithm is based on improved genetic algorithm, based on the basic genetic algorithm, adding the variability factor, mutation, and thus faster convergence
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2513
    • 提供者:TANSHEN
  1. yiqunsaunfamax

    0下载:
  2. 基本的蚁群算法优化函数,效果良好,安全可靠。-The basic function of the ant colony optimization algorithm, the effect of general
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2222
    • 提供者:吕晓晓
  1. pic

    1下载:
  2. 基于蚁群算法的无线传感器路由算法。在基本的蚁群算法的基础上,增加蚂蚁的属性,并将能量、时延和带宽考虑进来,对蚁群算法进行优化,从而提出了基于改进蚁群算法的无线传感器网络路由算法。-Wireless sensor routing algorithm based on ant colony algorithm. On the basis of the basic ant colony algorithm, increasing ant property and energy, latency
  3. 所属分类:Internet/网络编程

    • 发布日期:2016-05-19
    • 文件大小:2403201
    • 提供者:常婷婷
  1. antAlgorithm

    0下载:
  2. 这是一个蚁群算法的材料,该材料尅很好地了解蚁群算法的基本知识-This is an ant colony algorithm material that a good understanding of the basics of gram ant colony algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:598291
    • 提供者:洪伟
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com