https://github.com/firefly-cpp/firefly-algorithm--ffa-
Firefly algorithm implemented in C/C++.
https://github.com/firefly-cpp/firefly-algorithm--ffa-
Last synced: 2 months ago
JSON representation
Firefly algorithm implemented in C/C++.
- Host: GitHub
- URL: https://github.com/firefly-cpp/firefly-algorithm--ffa-
- Owner: firefly-cpp
- License: mit
- Created: 2012-04-11T19:43:18.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-06-23T18:39:16.000Z (about 2 years ago)
- Last Synced: 2025-03-27T00:54:57.038Z (3 months ago)
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 23
- Watchers: 6
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Firefly algorithm coded using C/C++ programming language
## Compiling
g++ -Wall Firefly.cpp -o Firefly
## Run example
./Firefly -g1000 -d10 -n10
## Reference Papers:I. Fister Jr., X.-S. Yang, I. Fister, J. Brest. [Memetic firefly algorithm for combinatorial optimization](http://www.iztok-jr-fister.eu/static/publications/44.pdf) in Bioinspired Optimization Methods and their Applications (BIOMA 2012), B. Filipic and J.Silc, Eds.
Jozef Stefan Institute, Ljubljana, Slovenia, 2012I. Fister, I. Fister Jr., X.-S. Yang, J. Brest. [A comprehensive review of firefly algorithms](http://www.iztok-jr-fister.eu/static/publications/23.pdf). Swarm and Evolutionary Computation 13 (2013): 34-46.