File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1+ abstract : Implementation of Firefly Algorithm in Python
2+ authors :
3+ - family-names : Fister Jr.
4+ given-names : Iztok
5+ orcid : 0000-0002-6418-1272
6+ - affiliation : ' @poviolabs'
7+ family-names : " Pe\u010D nik"
8+ given-names : Luka
9+ orcid : 0000-0002-3897-9774
10+ - family-names : Stupan
11+ given-names : " \u017D iga"
12+ orcid : 0000-0001-9847-7306
13+ cff-version : 1.2.0
14+ date-released : ' 2023-12-25'
15+ doi : 10.5281/zenodo.10430919
16+ license :
17+ - MIT
18+ repository-code : https://github.com/firefly-cpp/FireflyAlgorithm/tree/0.4.4
19+ title : ' firefly-cpp/FireflyAlgorithm: 0.4.4'
20+ type : software
21+ version : 0.4.4
Original file line number Diff line number Diff line change 22
33__all__ = ["FireflyAlgorithm" ]
44
5- __version__ = "0.4.2 "
5+ __version__ = "0.4.4 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " fireflyalgorithm"
3- version = " 0.4.2 "
3+ version = " 0.4.4 "
44description = " Implementation of Firefly Algorithm in Python"
55authors = [
" Iztok Fister Jr. <[email protected] >" ,
" Luka Pečnik <[email protected] >" ,
" Žiga Stupan <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments