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

搜索资源列表

  1. cuckooMain

    0下载:
  2. Cuckoo Optimization Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3421
    • 提供者:sadegh
  1. cuckoo_search

    0下载:
  2. 布谷鸟搜索算法,用于求解最优化问题。主要的程序为cuckoo_search-Cuckoo search algorithm for solving optimization problems. The main program is cuckoo_search
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2940
    • 提供者:chendong
  1. 60146-144740-3-PB

    0下载:
  2. An Efficient Hybrid Algorithm using Cuckoo Search and Differential Evolution for Data Clustering
  3. 所属分类:Data Mining

    • 发布日期:2017-05-06
    • 文件大小:758793
    • 提供者:habib
  1. cs

    0下载:
  2. 布谷鸟搜索算法是一种全局收敛性的随机算法。布谷鸟搜索算法模拟了布谷鸟寻找巢穴产卵的行为,算法具有简单,易于实现,随机搜索的路径优、寻优能力强的特点,在工程应用上已经有了许多成功的应用。-Cuckoo search algorithm is a global convergence of random algorithms. Cuckoo cuckoo search algorithm to simulate the behavior of spawning nests to find the a
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3032
    • 提供者:shishi
  1. ThemeCrawler

    0下载:
  2. 现在常见的搜索策略主要分为两种:一种是基于网页链接结构的搜索策略,另一种是基于内容评价的搜索策略。第一种是通过网页之间的链接关系来确定网页的重要性,从而决定链接访问的顺序。此方法虽然考虑了网页链接结构和网页之间的链接关系,但忽略了网页内容与主题的相关度,容易出现网页搜索“主题漂移”。第二种主要考虑网页内容,好处就是思路清晰且计算简单。但这种方法忽略了网页的链接关系,故在预测链接网页价值方面存在不足。考虑到这些问题,提出将布谷鸟搜索算法应用到主题爬虫中。-Now the common search
  3. 所属分类:Data Mining

    • 发布日期:2017-05-07
    • 文件大小:1463092
    • 提供者:shishi
  1. cuckoo_search

    0下载:
  2. Cuckoo search algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2732
    • 提供者:aar
  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. Constrained_Crow_-Search_Algorithm

    0下载:
  2. cuckoo search algorithm for forecasting
  3. 所属分类:matlab

  1. CrowSearchAlgorithm

    1下载:
  2. 布谷鸟用于神经网络预测-cuckoo search algorithm for forecasting
  3. 所属分类:matlab

  1. 布谷鸟算法

    0下载:
  2. 布谷鸟搜索算法[CuckooSearch(CS)],也叫杜鹃搜索,是由剑桥大学Xin-SheYang(杨新社)教授和S.Deb于2009年提出的一种新兴启发算法CS算法通过模拟某些种属布谷鸟(CuckooSpecies)的寄生育雏(BroodParasitism)来有效地求解最优化问题的算法.同时,CS也采用相关的Levy飞行搜索机制。(Cuckoo search algorithm [CuckooSearch (CS)], also called cuckoo search by Univer
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:苏叶777
  1. cuckoo_search_new2013

    0下载:
  2. Cuckoo search algorithm
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:8192
    • 提供者:inconito11
  1. CuckooOptimizationAlgorithm

    0下载:
  2. Cuckoo optimisation algorithm
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:4096
    • 提供者:inconito11
  1. 混合CS算法的DE算法

    2下载:
  2. 混合CS(布谷鸟搜索)算法的DE(差分进化)算法(DE (differential evolution) algorithm for hybrid CS (cuckoo search) algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:1392640
    • 提供者:Pear007
  1. gacuckoo

    0下载:
  2. Optimization of QOS using hybrid genetic algorithm and cuckoo search algorithm
  3. 所属分类:其他

    • 发布日期:
    • 文件大小:33792
    • 提供者:femco
  1. CS

    0下载:
  2. 布谷鸟搜索算法,作者源代码,提供学习借鉴(Cuckoo search algorithm, author source code, provide learning for reference)
  3. 所属分类:其他

  1. CuckooOptimizationAlgorithm

    2下载:
  2. 群智能算法中的布谷鸟算法,实验证明可以用,性能比一般粒子群差分等都要好(cuckoo optimization algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:4096
    • 提供者:bgtcu
  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. cuckoo_searchG

    2下载:
  2. 布谷鸟基本算法代码,可以下载后进行相关改进使用(Basic algorithm code for Cuckoo.It can be downloaded for related improvements.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:Gothiclr
  1. cuckoo_search_new2013

    2下载:
  2. 布谷鸟搜索算法Cuckoo Search(CS),也叫杜鹃搜索,是由剑桥大学Xin-She Yang(杨新社)教授和S.Deb于2009年提出的一种新兴启发算法CS算法通过模拟某些种属布谷鸟(Cuckoo Species)的寄生育雏(Brood Parasitism)来有效地求解最优化问题的算法.同时,CS也采用相关的Levy飞行搜索机制。(The cuckoo search algorithm Cuckoo Search (CS), also called the azalea search,
  3. 所属分类:matlab例程

    • 发布日期:2020-04-07
    • 文件大小:8192
    • 提供者:兔子aa
« 1 2 3 4 56 »
搜珍网 www.dssz.com