We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea450bb commit 79fca91Copy full SHA for 79fca91
pyproject.toml
@@ -3,6 +3,7 @@ name = "fireflyalgorithm"
3
version = "0.4.4"
4
description = "Implementation of Firefly Algorithm in Python"
5
authors = ["Iztok Fister Jr. <[email protected]>", "Luka Pečnik <[email protected]>", "Žiga Stupan <[email protected]>"]
6
+keywords = ['computational intelligence', 'firefly algorithm', 'swarm intelligence', 'optimization']
7
license = "MIT"
8
readme = "README.md"
9
homepage = "https://github.com/firefly-cpp/FireflyAlgorithm"
0 commit comments