CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - abc algorithm

搜索资源列表

  1. Artificial-Bee-Colony

    5下载:
  2. 人工蜂群算法解决函数优化问题代码,内含Sphere,rastrigin,rosenbrock等标准测试函数- ABC algorithm coded using MATLAB language*/ /* Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis Karaboga in 2005, motivated by the intelligent behavior
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-12-22
    • 文件大小:4770
    • 提供者:陈旭
  1. ABC

    0下载:
  2. 是属于人工蜜蜂群优化算法的源代码,有助于自此基础上进行编写,和更好理解人工群优化算法-Are artificial bee swarm optimization algorithm source code, written on the basis of help since then, and better understanding of artificial swarm optimization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:14739
    • 提供者:wangyiping
  1. ABC

    0下载:
  2. 人工蜂群算法的经典源代码 可以根据自己的需要任意改动 简单易懂-Classic artificial bee colony algorithm source code can be changed according to their needs any straightforward
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3648
    • 提供者:jkjk
  1. Artificial-bee-colony

    0下载:
  2. 人工蜂群算法(简称ABC)是由土耳其埃尔吉耶斯大学的Karaboga在2005年提出的一种基于蜜蜂群智能搜索行为的随机优化算法-Artificially colony algorithm (hereinafter referred to as ABC) is by Turkish elgie yves university in 2005 Karaboga
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:503845
    • 提供者:王宗裔
  1. ABC-algorithm-coded

    0下载:
  2. Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis Karaboga in 2005, motivated by the intelligent behavior of honey bees.-Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis Karabo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:3637
    • 提供者:pangyoujie
  1. ABC.c

    0下载:
  2. source code for artificial bee honey colony algorithm to solve combinational optimization problem-source code for artificial bee honey colony algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:3641
    • 提供者:leonardo
  1. ABC-matlab]

    2下载:
  2. 关于人工蜜蜂优化算法的matlab程序,对于学习ABC算法的朋友很有用处-The artificial bee optimization algorithm of matlab program, for learning ABC algorithm is very useful to friends
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:73752
    • 提供者:jsh
  1. bee

    0下载:
  2. 人工蜂群算法的具体实现源代码……用C语言写的哦亲-the ABC algorithm s code which was writed by C
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:3633
    • 提供者:毛耀宗
  1. ABC-Delphi-Codes

    0下载:
  2. 由Karaboga提出的一种人工智能算法(Delphi版),通过模拟蜜蜂寻找食物的行为的优化方法。它的主要特点是不需要了解问题的特殊信息,只需要对问题进行优劣的比较,通过各人工蜂个体的局部寻优行为,最终在群体中使全局最优值突现出来,有着较快的收敛速度。-The proposed by Karaboga, an artificial intelligence algorithm (Delphi Edition), by simulating the bees to find food behavi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:338304
    • 提供者:L
  1. abc-clustering

    1下载:
  2. 基于人工蜂群算法(artificial bee colony algorithm)的聚类优化算法-Clustering optimization algorithm based on artificial bee colony algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-09
    • 文件大小:4096
    • 提供者:zhangdongli
  1. Best-so-far-ABC

    0下载:
  2. 很好的一个蜂群算法 基于matlab的源程序 从作者那要过来的。 ARTIFICIAL BEE COLONY ALGORITHM-Good bee colony algorithm matlab source code from the author to come. ARTIFICIAL BEE COLONY ALGORITHM
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-23
    • 文件大小:2171
    • 提供者:岑雨
  1. ABC

    0下载:
  2. Matlab的蜂群算法工具箱,内容完整丰富,非常值得学习和收藏。-Bees algorithm in Matlab toolbox full rich content, very worth learning and collectibles.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-20
    • 文件大小:3669
    • 提供者:zhaowen
  1. ABC

    0下载:
  2. 人工蜂群算法是今年来蓬勃发展的一类新型智能算法。这个代码是算法发明人写的,调试可用。-Artificial bee colony algorithm is a new AI algorithm. The code was written by the algorithm inventor and it is useful.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-08
    • 文件大小:12855
    • 提供者:demondong
  1. fengqunsuanfa

    0下载:
  2. 在ABC 算法中,将人工蜂群按分工分为三种: 采蜜蜂、观察蜂和侦查蜂。引领蜂、跟随蜂用于蜜源的开采,侦查蜂避免蜜源种类过少。其中,采蜜蜂和观察蜂各占一半,并且每一个蜜源仅有一个采蜜蜂工作,即采蜜蜂的数量与蜜源数量相等,用m 表示。算法初始化时随机生成m 个初始解-In the ABC algorithm, artificial bee colony division of labor is divided into three types: mining bees, observation th
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-16
    • 文件大小:7269
    • 提供者:李石峰
  1. abc-algorithm-

    0下载:
  2. 人工蜂群算法matlab代码,注释详尽,经运行测验,运行效果良好-Artificial bee colony algorithm matlab code, detailed notes, after running tests, running well
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:44629
    • 提供者:刘瑶
  1. MATLAB-ABC-advanced

    0下载:
  2. 基于matlab的蜂群算法,对原始的算法进行了改进,效果比原始算法好-Matlab-based colony algorithm, the original algorithm is improved, the effect is better than the original algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:4775
    • 提供者:郑杰
  1. abc

    0下载:
  2. 人工蜂群算法的C语言代码,结构清晰,可以方便的修改自己需要的参数。-Artificial bee colony algorithm C language code, clear structure, you can easily modify the parameters they need.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:45394
    • 提供者:何金忠
  1. ABC.c

    2下载:
  2. 人工蜂群ABC算法的VC++源代码,在四个基准目标函数下,经仿真测试可成功运行,对刚接触ABC的初学者很有帮助-ABC VC++ artificial bee colony algorithm source code, in the four benchmark objective function, the simulation tests can be run successfully, very helpful for beginners new to ABC
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:21684
    • 提供者:雷天
  1. ABC.m

    1下载:
  2. 人工蜂群ABC算法在Matlab下的源代码,在四种基准目标函数下,经仿真测试均可成功运行,适合初学ABC算法的人参考-Artificial bee colony ABC algorithm in Matlab source code in four benchmark objective function, the simulation can be run successfully tested, suitable for beginners ABC algorithm Reference
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:42112
    • 提供者:雷天
  1. abc

    0下载:
  2. 关于人工蜜蜂优化算法的matlab程序,对于学习ABC算法的朋友很有用处-he artificial bee optimization algorithm of matlab program, for learning ABC algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:70985
    • 提供者:zhch65
« 12 »
搜珍网 www.dssz.com