搜索资源列表
cuckoo_search
- cuckoo search an evolutionary algorithm in optimization technique
cuckoo
- Cuckoo search (CS) is an optimization algorithm developed by Xin-she Yang and Suash Deb in 2009.[1][2] It was inspired by the obligate brood parasitism of some cuckoo species by laying their eggs in the nests of other host birds (of other species). S
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-Algorithm-(new2013)
- Cuckoo Search Algorithm Updated Version 2013
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
A-cuckoo-search-algorithm-for-multimodal-optimiza
- A cuckoo search algorithm for multimodal optimization in matlab
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
cuckoo
- A new metaheuristic optimization algorithm, called Cuckoo Search (CS), is fully implemented, and the vectorized version is given here. This code demonstrates how CS works for unconstrained optimization, which can easily be extended to solve various g
cuckoo_search
- 布谷鸟算法(Cuckoo Search, CS)[11,12]是剑桥大 学的YANG等人于2009 年提出的元启发式优化算 法,具有良好的性能,被广泛应用到工程实践中。(Cuckoo algorithm (Cuckoo, Search, CS) [11,12] is Cambridge big A meta heuristic optimization algorithm was developed by YANG et al in 2009 The method has good pe
cuckoo_search
- 该文件为一种求解非线性带约束问题的布谷鸟算法,已通过弹簧设计问题的仿真测试。(The file a cuckoo search algorithm for solving the nonlinear problem with constraints, and the algorithm has been tested by the spring design problem.)
HS_Code_Matlab
- Simple harmony search algorithm for mono-objective optimization
cuckoo_search_new2013
- cockoo search methahuristic algorithm matlab code
AdaptiveCuckooSearch
- "A new adaptive Cuckoo search algorithm," % in Recent Trends in Information Systems (ReTIS), 2015 % IEEE 2nd International Conference on, 2015, pp. 1-5.
cuckoo_search_new2013
- Cuckoo Search for nonlinear constrained optimization % % Programmed by Xin-She Yang @ Cambridge University 2009 % % Usage: cuckoo_spring(25000) or cuckoo_spring;
MCS_MATLAB_v3_1
- "Modified cuckoo search: A %new gradient free optimisation algorithm" Chaos, Solitons & Fractals Vol
MultimodalCuckooSearch
- A Cuckoo Search algorithm for multimodal optimization % An multi-modal optimization algorithm based on a evolutionary approach
cuckoo-search-master
- cuckoo search implementation in python
Cuckoo-search-master
- matlab程序,使用布谷鸟搜索算法进行函数寻优,可以直接使用(cuckoo search algorithm)
cuckoo search
- 布谷鸟搜索的算法,其中,cs_spt.m为主程序,fobj.m为目标函数(The algorithm of cuckoo search,in which CS _SPT is the main program and fobj is the objective function .)