This is a sample of Glowworm Swarm Optimization algorithm.
The glowworm swarm optimization is a swarm intelligence optimization algorithm developed based on the behaviour of glowworms (also known as fireflies or lightning bugs). The GSO algorithm was developed and introduced by K.N. Krishnanand and Debasish Ghose in 2005 at the Guidance, Control, and Decision Systems Laboratory in the Department of Aerospace Engineering at the Indian Institute of Science, Bangalore, India.
for more information see this link and read this book
for run this application, firstly install its requirements, afterwards run python3 main.py
this application is compatible with python 3