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?
Page 91 of the linked document contains a rather concise pseudo-code description of the algorithm.
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 :(