Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 654 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 654 Bytes

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:

  1. Clone the repository: git clone https://github.com/mlaky88/HCS-SA.git
  2. Change the directory to HCS-SA: cd HCS-SA
  3. Build using cmake: cmake .
  4. Run make: make