Skip to content

Commit c7c00c5

Browse files
committed
🔖 v0.3.0
1 parent 0045d2f commit c7c00c5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to the "swarmlib" pypi package will be documented in this file.
33
This project follows [semantic versioning](https://semver.org/).
44

5+
## 2018-12-18 - v0.3.0
6+
* **Added** command line option `--continuous` for the firefly algorithm to indicate, whether the algorithm should run continuously or not
7+
* **Added** logging for the current best and overall best intensity found of the firefly algorithm
8+
59
## 2018-12-14 - v0.2.0
610
* **Added** a feature that enables the firefly algorithm for one of the provided 2D functions. After each step the intermediate solution is plotted.
711

swarmlib/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the BSD 3-Clause License. See LICENSE.txt in the project root for license information.
44
# ------------------------------------------------------------------------------------------------------
55

6-
__version__ = '0.2.0'
6+
__version__ = '0.3.0'

0 commit comments

Comments
 (0)