搜索资源列表
CS
- 布谷鸟搜索算法的源代码matlab实现,非常适合初学者使用-Cuckoo search algorithm source code matlab realize, very suitable for beginners to use
cs
- 桥大学的YANG 和拉曼工程大学的 DEB 模拟布谷鸟的寻窝产卵行为, 提出一种新的智能优化算法 —— 布谷鸟搜索算法( Cuckoo Search) [9]。这种算法主要 基于布谷鸟的巢寄生繁殖机理和莱维飞行( L vy flights) 搜索原理两个方面, 目前, 利用布谷鸟搜索算法( CS)求解 优化问题的研究还处于起步阶段。-This demo program only implements a standard version of
cuckoo_sea
- 新型智能优化算法,布谷鸟搜索算法,解决优化问题-Cuckoo search source code
cuckoo_search
- 该文件中是布谷鸟搜索算法源程序,主要涉及到莱维飞行公式-cuckoo search algorithems
Cuckoo-Optimization-Algorithm-(COA)
- matlab格式的布谷鸟搜索算法(cuckoo search)程序-matlab format Cuckoo search (cuckoo search) program
One-Rank-Cuckoo-Search
- 布谷鸟搜索算法 讲的非常详细 matlab专用的-Cuckoo search in a very detailed matlab dedicated
cuckoo_search_spring
- 布谷鸟搜索算法,是一种元启发式优化算法,用于寻求最优解。-cuckoo search
CLSCS-core
- 基于混沌单纯形法算子的布谷鸟搜索算法,算法引入混沌算子及单纯形法,提高了布谷鸟搜索算法的寻优能力。-an improved cuckoo search algorithm (CS) using chaotic local search and simplex method (CLSCS)
CS
- 此程序为,布谷鸟搜索算法优化小波神经网络,适合初学者,看一下就明白。-This program is, cuckoo search algorithm optimization neural network, suitable for beginners, look at it to understand.
The-Cuckoo-SearchThe-Cuckoo-Search
- 布谷鸟搜索(CS)算法是根据生物界中布谷鸟的寄生繁殖机理而提出的一种仿生智能优化算法,由于布谷鸟搜索算法具有优秀的全局搜索和局部搜索能力,并且控制参数少,收敛速度快-The Cuckoo Search (CS) algorithm is a bionic intelligent optimization algorithmbased on the mechanism of biological reproduction in parasitic cuckoo proposed. Dueto th
Cuckoo-search-algorithm
- 布谷鸟搜索算法[CuckooSearch(CS)],也叫杜鹃搜索,是由剑桥大学Xin-SheYang(杨新社)教授和S.Deb于2009年提出的一种新兴启发算法CS算法通过模拟某些种属布谷鸟(CuckooSpecies)的寄生育雏(BroodParasitism)来有效地求解最优化问题的算法.同时,CS也采用相关的Levy飞行搜索机制。-Cuckoo search algorithm [CuckooSearch (CS)], also called cuckoo search algorithm
buguniaosuanfa
- 布谷鸟搜索算法,变量少,简洁高效,是一种元启发式优化算法,本程序是布谷鸟搜索算法的改进版本。-Cuckoo search algorithm, less variables, simple and efficient, is a meta heuristic optimization algorithm, this procedure is the cuckoo search algorithm, an improved version.
cuckoo_search
- 布谷鸟搜索算法,用于求解最优化问题。主要的程序为cuckoo_search-Cuckoo search algorithm for solving optimization problems. The main program is cuckoo_search
buguniao
- 布谷鸟搜索算法[CuckooSearch(CS)],也叫杜鹃搜索,是一种新兴启发算法CS算法通过模拟某些种属布谷鸟的寄生育雏来有效地求解最优化问题的算法.同时,CS也采用相关的Levy飞行搜索机制。-searching for the best
cs
- 布谷鸟搜索算法是一种全局收敛性的随机算法。布谷鸟搜索算法模拟了布谷鸟寻找巢穴产卵的行为,算法具有简单,易于实现,随机搜索的路径优、寻优能力强的特点,在工程应用上已经有了许多成功的应用。-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
布谷鸟算法
- 布谷鸟搜索算法[CuckooSearch(CS)],也叫杜鹃搜索,是由剑桥大学Xin-SheYang(杨新社)教授和S.Deb于2009年提出的一种新兴启发算法CS算法通过模拟某些种属布谷鸟(CuckooSpecies)的寄生育雏(BroodParasitism)来有效地求解最优化问题的算法.同时,CS也采用相关的Levy飞行搜索机制。(Cuckoo search algorithm [CuckooSearch (CS)], also called cuckoo search by Univer
混合CS算法的DE算法
- 混合CS(布谷鸟搜索)算法的DE(差分进化)算法(DE (differential evolution) algorithm for hybrid CS (cuckoo search) algorithm)
cuckoo_search_new2013
- 布谷鸟搜索算法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,
CS-SVM
- 布谷鸟全局搜索算法,包含中文注释,其中来为飞行部分来自X. S. Yang, Nature-Inspired Metaheuristic Algorithms, 2nd Edition, Luniver Press, (2010)。(Cuckoo global search algorithm)
基于混沌单纯形法算子的布谷鸟搜索算法
- 运用单纯形法的改进型布谷鸟算法,效果优良(Improved cuckoo algorithm using the simplex method)