Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AI and Deep Learning by (50.2k points)

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

1 Answer

0 votes
by (108k points)

Here is a Java implementation and visualization of the glowworm swarm optimization (GSO) algorithm for the capturing of multiple optima of multimodal functions:

https://github.com/Wandmalfarbe/Glowworm-Swarm-Optimization-Java

Browse Categories

...