File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to the "swarmlib" pypi package will be documented in this file.
3
3
This project follows [ semantic versioning] ( https://semver.org/ ) .
4
4
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
+
5
9
## 2018-12-14 - v0.2.0
6
10
* ** Added** a feature that enables the firefly algorithm for one of the provided 2D functions. After each step the intermediate solution is plotted.
7
11
Original file line number Diff line number Diff line change 3
3
# Licensed under the BSD 3-Clause License. See LICENSE.txt in the project root for license information.
4
4
# ------------------------------------------------------------------------------------------------------
5
5
6
- __version__ = '0.2 .0'
6
+ __version__ = '0.3 .0'
You can’t perform that action at this time.
0 commit comments