Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 805 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 805 Bytes

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