@stepbystep88
2019-09-29T13:55:30.000000Z
字数 971
阅读 765
A new global optimization algorithm developed by using gradient infromation, multiple search strategies, and parameters self-adaptation.
HAGCS is desgined for the objective functions whose gradient is readily available. Essentially, the HAGCS algorithm is based on the Cuckoo search [CS, 1] algorithm.
addpath(genpath("./WZDOM"));
Compare
CS
withHAGCS
on the Drop Wave test function (bigger population size):
Compare
CS
withHAGCS
on the Rastrigin test function:
Compare
CS
withHAGCS
on the Rastrigin test function (smaller population size):
Compare
CS
withHAGCS
on the Schwefel test function:
Compare
CS
withHAGCS
on the Schwefel's P2.22 test function:
1 Xin-She Yang and Suash Deb. Cuckoo search via levy flights. In 2009 World Congress on Nature Biologically Inspired Computing (NaBIC), pages 210-214, Dec 2009.