File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22All notable changes to the "swarmlib" pypi package will be documented in this file.
33This 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
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments