This code is associated with the article entitled "Hybrid self-adaptive Cuckoo search for global optimization" published in the Swarm and Evolutionary Computation. The article is available for download with the following link.
The code provided includes the CEC 2014 Benchmark function suite. Additional algorithms may be added through the Algorithm interface provided.
How to run:
- Clone the repository: git clone https://github.com/mlaky88/HCS-SA.git
- Change the directory to HCS-SA: cd HCS-SA
- Build using cmake: cmake .
- Run make: make