We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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. <iztok@iztok-jr-fister.eu>", "Luka Pečnik <luka.pecnik@student.um.si>", "Žiga Stupan <ziga.stupan1@student.um.si>"]
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