Nelder-Mead Hybridization of Cuckoo Search

Version 1.2.0.0 (213 KB) by Raka
Cuckoo Search Inspired Hybridization of the Nelder-Mead Simplex Algorithm
977 Downloads
Updated 4 Jun 2014

View License

A new hybridization of the Cuckoo Search (CS) for minimization of real functions. The new approach consists of combining the CS with the Nelder-Mead method. More precisely, instead of using single solutions as nests for the CS, we use the concept of a simplex which is used in the Nelder-Mead algorithm. This makes it possible to use the flip operation introduces in the Nelder-Mead algorithm instead of the Levy flight which is a standard part of the CS. The method has been developed for optimizing the performance of multi-cell solar systems. Although the underlying problem consists of the minimization of a function of a relatively small number of parameters, the difficulty comes from the fact that the evaluation of the function is complex and only a small number of evaluations is possible. The developed method is most suitable for low dimensional problems in cases when only a low number of test function evaluations is possible.

Cite As

Raka (2024). Nelder-Mead Hybridization of Cuckoo Search (https://www.mathworks.com/matlabcentral/fileexchange/46789-nelder-mead-hybridization-of-cuckoo-search), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2014a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.2.0.0

Added document describing the algorithm

1.1.0.0

Changed title

1.0.0.0