Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 488 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 488 Bytes

Firefly-Algorithm

Original Conference Paper: Firefly Algorithms for Multimodal Optimization

Summary

  • The PSO algorithm is an adapted and modified version of the open source library pySwarm as the paper does not detail the methods used to implement a PSO.
  • The code is divided into two files[firefly.py(Firefly Algorithm) and PSOAlgorithm.py(PSO Algorithm)]. You can run the code for corresponding algorithms.