Skip to content

MATLAB Implementation of Harmony Search, a nature inspired optimization algorithm

License

Notifications You must be signed in to change notification settings

sahaRatul/HarmonySearch

Repository files navigation

Harmony Search

MATLAB Implementation of Harmony Search, a nature inspired optimization algorithm.

Harmony search (HS) is a phenomenon-mimicking algorithm (also known as metaheuristic algorithm, soft computing algorithm or evolutionary algorithm) inspired by the improvisation process of musicians proposed by Zong Woo Geem in 2001. In the HS algorithm, each musician (= decision variable) plays (= generates) a note (= a value) for finding a best harmony (= global optimum) all together.

Overview of Harmony Search Algorithm

Block Diagram

Block Diagram

Criticism

License : MIT

About

MATLAB Implementation of Harmony Search, a nature inspired optimization algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages