CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 布谷鸟优化算法

搜索资源列表

  1. gasvm

    1下载:
  2. 关于优化的svm寻优算法,是用ga算法优化的,过几天我会上传基于布谷鸟算法的优化算法-About optimization svm optimization algorithm is ga algorithm optimization, a few days I will upload cuckoo algorithm based optimization algorithm
  3. 所属分类:matlab

    • 发布日期:2016-06-08
    • 文件大小:3072
    • 提供者:胡仲锦
  1. cs

    0下载:
  2. 桥大学的YANG 和拉曼工程大学的 DEB 模拟布谷鸟的寻窝产卵行为, 提出一种新的智能优化算法 —— 布谷鸟搜索算法( Cuckoo Search) [9]。这种算法主要 基于布谷鸟的巢寄生繁殖机理和莱维飞行( L† vy flights) 搜索原理两个方面, 目前, 利用布谷鸟搜索算法( CS)求解 优化问题的研究还处于起步阶段。-This demo program only implements a standard version of
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:18670
    • 提供者:孟琳
  1. cuckoo_sea

    1下载:
  2. 新型智能优化算法,布谷鸟搜索算法,解决优化问题-Cuckoo search source code
  3. 所属分类:source in ebook

    • 发布日期:2015-10-31
    • 文件大小:3072
    • 提供者:梁作放
  1. cuckoo_search

    0下载:
  2. 布谷鸟搜索(Cuckoo Search,缩写 CS),也叫杜鹃搜索,是由剑桥大学杨新社(音译自:Xin-She Yang)教授和S.戴布(S.Deb)于2009年提出的一种新兴启发算法[1]。 CS算法是通过模拟某些种属布谷鸟的寄生育雏(Brood Parasitism) [2],来有效地求解最优化问题的算法[3]。同时,CS也采用相关的Levy飞行搜索机制。研究表明,布谷鸟搜索比其他群体优化算法更有效-Cuckoo search (Cuckoo Search, acronym CS)
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2734
    • 提供者:了了
  1. gcsSVMcgForRegress

    2下载:
  2. 基于高斯扰动的布谷鸟算法优化svr网络.结合libsvm工具包可进行回归预测
  3. 所属分类:人工智能/神经网络/遗传算法

  1. bgn

    1下载:
  2. 布谷鸟算法是一种新的智能优化算法,广泛应用于工程问题。-Cuckoo algorithm is a new intelligent optimization algorithm, widely used in engineering problems.
  3. 所属分类:matlab

    • 发布日期:2015-12-22
    • 文件大小:5120
    • 提供者:虾米
  1. CuckooOptimizationAlgorithm

    0下载:
  2. 布谷鸟算法是一种元启发式优化算法,基于它的特点,计算函数y = rastrigin(x)的全局最小值。-Cuckoo algorithm is a heuristic optimization algorithm, based on its characteristics,function y = rastrigin the global minimum of (x) is calculated .
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:4774
    • 提供者:HENAN
  1. 布谷鸟算法

    4下载:
  2. 布谷鸟算法,matlab示例,能够实现对函数优化问题的求解等。
  3. 所属分类:matlab例程

  1. cuckoo

    0下载:
  2. 布谷鸟算法[Bat Algorithm(BA)]是一种元启发式优化算法,是Xin-She Yang(音译:杨新社)在2010年提出的算法[1]. 这个蝙蝠算法以微蝙蝠(microbats)回声定位行为的基础,采用不同的脉冲发射率和响度[-cuckoo algorithm [ cuckoo is a meta heuristic optimization algorithm, is Xin-She Yang,: Yang Xinshe) in the 2010 proposed algorith
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3176
    • 提供者:MEI
  1. cuckoo_search_spring

    0下载:
  2. 布谷鸟搜索算法,是一种元启发式优化算法,用于寻求最优解。-cuckoo search
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2471
    • 提供者:仙凡之旅
  1. CS

    2下载:
  2. 此程序为,布谷鸟搜索算法优化小波神经网络,适合初学者,看一下就明白。-This program is, cuckoo search algorithm optimization neural network, suitable for beginners, look at it to understand.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5166
    • 提供者:张武
  1. The-Cuckoo-SearchThe-Cuckoo-Search

    0下载:
  2. 布谷鸟搜索(CS)算法是根据生物界中布谷鸟的寄生繁殖机理而提出的一种仿生智能优化算法,由于布谷鸟搜索算法具有优秀的全局搜索和局部搜索能力,并且控制参数少,收敛速度快-The Cuckoo Search (CS) algorithm is a bionic intelligent optimization algorithmbased on the mechanism of biological reproduction in parasitic cuckoo proposed. Dueto th
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:185141
    • 提供者:翔子
  1. CS_SVM

    2下载:
  2. 我们使用布谷鸟智能算法优化SVM的参数(c,g)以此提高SVM的预测能力。-We use the cuckoo intelligent algorithm to optimize the parameters of the SVM (c, g) in order to improve the prediction ability of SVM.
  3. 所属分类:AI-NN-PR

  1. buguniaosuanfa

    0下载:
  2. 布谷鸟搜索算法,变量少,简洁高效,是一种元启发式优化算法,本程序是布谷鸟搜索算法的改进版本。-Cuckoo search algorithm, less variables, simple and efficient, is a meta heuristic optimization algorithm, this procedure is the cuckoo search algorithm, an improved version.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2136
    • 提供者:sd
  1. my_cuckoo

    0下载:
  2. 改写后的布谷鸟优化算法,比原有算法更简洁易懂。-After rewriting the cuckoo optimization algorithm, more concise than the original code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1582
    • 提供者:许林林
  1. 布谷鸟

    3下载:
  2. 布谷鸟优化算法是对参数进行优化的算法,为元启发式算法的一种(The optimization algorithm of cuckoo is an optimization algorithm for the parameters)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:7168
    • 提供者:wangbiaofzgg
  1. 布谷鸟

    0下载:
  2. 布谷鸟优化算法,用以解决机器学习的网络优化,使之达到有效精度。(The optimization algorithm of cuckoo is used to solve the network optimization of machine learning to achieve effective accuracy.)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:8192
    • 提供者:兰止柔水沧
  1. 布谷鸟

    1下载:
  2. matlab神经网络优化算法之布谷鸟算法(matlab neural network optimization algorithm , cuckoo algorithm)
  3. 所属分类:进化算法

    • 发布日期:2018-04-20
    • 文件大小:8192
    • 提供者:一十一
  1. cuckoo_search

    0下载:
  2. 布谷鸟优化算法,利用布谷鸟算法来寻优,英国剑桥大学教授发明的布谷鸟算法。(cuckoo_search method)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:2048
    • 提供者:北斗京华
  1. 布谷鸟

    1下载:
  2. 用matlab编写的布谷鸟算法,一种智能算法来解决无约束优化问题(The cuckoo algorithm written in matlab, an intelligent algorithm to solve the unconstrained optimization problem)
  3. 所属分类:matlab例程

    • 发布日期:2019-09-26
    • 文件大小:2048
    • 提供者:辣条青年
« 12 »
搜珍网 www.dssz.com