One Rank Cuckoo Search (ORCS) algorithm

An improved cuckoo search algorithm for optimization problems
1.7K Downloads
Updated 3 Mar 2016

View License

Files included:
ORCS.m, Ackley.m, Griewank.m, Rastrigin.m, Rosenbrock.m, Sphere.m, and Test.m
For more information, please check "Ahmed S. Tawfik, Amr A. Badr and Ibrahim F. Abdel-rahman. One Rank Cuckoo Search Algorithm with Application to Algorithmic Trading Systems Optimization. International Journal of Computer Applications 64(6):30-37, February 2013."

Cite As

Ahmed Tawfik (2024). One Rank Cuckoo Search (ORCS) algorithm (https://www.mathworks.com/matlabcentral/fileexchange/41574-one-rank-cuckoo-search-orcs-algorithm), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Transaction Cost Analysis in Help Center and MATLAB Answers

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

Fixed a syntax error (specifically at line 65, and the similar) that appeared in some versions of Matlab. Thanks Levent and Amr.

1.1.0.0

Added support for lower and upper bounds of the problem domain, as a scalar or row vector.

1.0.0.0