You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<imgalt="Average time to resolve an issue"src="http://isitmaintained.com/badge/resolution/firefly-cpp/FireflyAlgorithm.svg"href="http://isitmaintained.com/project/firefly-cpp/FireflyAlgorithm">
22
+
<imgalt="Percentage of issues still open"src="http://isitmaintained.com/badge/open/firefly-cpp/FireflyAlgorithm.svg"href="http://isitmaintained.com/project/firefly-cpp/FireflyAlgorithm">
[](http://isitmaintained.com/project/firefly-cpp/FireflyAlgorithm"Average time to resolve an issue")
20
-
[](http://isitmaintained.com/project/firefly-cpp/FireflyAlgorithm"Percentage of issues still open")
This package implements a nature-inspired algorithm for optimization called Firefly Algorithm (FA) in Python programming language. 🌿🔍💻
28
43
29
-
## Installation 📦
44
+
## 📦 Installation
30
45
31
-
Install FireflyAlgorithm with pip:
46
+
To install FireflyAlgorithm with pip, use:
32
47
```sh
33
48
pip install fireflyalgorithm
34
49
```
@@ -40,12 +55,12 @@ To install FireflyAlgorithm on Arch Linux, please use an [AUR helper](https://wi
40
55
```sh
41
56
$ yay -Syyu python-fireflyalgorithm
42
57
```
43
-
To install FireflyAlgorithm on Alpine Linux:
58
+
To install FireflyAlgorithm on Alpine Linux, use:
44
59
```sh
45
60
$ apk add py3-fireflyalgorithm
46
61
```
47
62
48
-
## Usage 🚀
63
+
## 🚀 Usage
49
64
50
65
```python
51
66
from fireflyalgorithm import FireflyAlgorithm
@@ -105,18 +120,18 @@ options:
105
120
**Note:** The CLI script can also run as a python module (python -m fireflyalgorithm ...).
106
121
107
122
108
-
## Reference Papers 📚
123
+
## 📚 Reference Papers
109
124
110
125
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.
111
126
Jozef Stefan Institute, Ljubljana, Slovenia, 2012
112
127
113
128
I. 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.
0 commit comments