Skip to content
/ HCS-SA Public

Implementation of the Hybrid self-adaptive Cuckoo Search

License

Notifications You must be signed in to change notification settings

mlaky88/HCS-SA

Repository files navigation

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

About

Implementation of the Hybrid self-adaptive Cuckoo Search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published