Horn Optimization Optimization Algorithm (GOS)

Is there any open source library with implementation of the Glowworm (GSO) rowan optimization algorithm? I would like to implement it based on the description http://www.springerlink.com/content/y065470472612847 . Any suggestions?

+4
source share
2 answers

Page 91 of the linked document contains a rather concise pseudo-code description of the algorithm.

+1
source

Here you can find the C ++ implementation: https://bitbucket.org/irrati0nal/glowworm

Hope this helps.

Unfortunately, it does not work on Mac OS. And there is a problem with the header function :(

+1
source

All Articles