Skip to content

Releases: timzatko/Sklearn-Nature-Inspired-Algorithms

Release v0.5.2

13 May 17:13
Compare
Choose a tag to compare

Fix scikit-learn deprecation warning.

Release v0.5.1

10 Dec 21:23
Compare
Choose a tag to compare

Fixed minimum versions of dependencies.

Release v0.5.0

05 Dec 11:11
Compare
Choose a tag to compare

Updated dependencies.

From:

toml = "^0.9"
scikit-learn = "^0.22.2"
numpy = "^1.18.4"
matplotlib = "^3.2.1"
seaborn = "^0.10.1"
pandas = "^1.0.3"

To:

toml = "^0.10"
scikit-learn = "^0.23"
numpy = "^1.19"
matplotlib = "^3.3"
seaborn = "^0.11"
pandas = "^1.1"

Release v0.4.6

30 Aug 08:01
Compare
Choose a tag to compare

Updated documentation.

Release v0.4.5

05 Jul 07:57
Compare
Choose a tag to compare

Better logging.

Release v0.4.3

14 Jun 00:17
Compare
Choose a tag to compare

Added documentation via http://readthedocs.io/.

Release v0.4.2

24 May 08:23
Compare
Choose a tag to compare

Updated README with more examples.

Release v0.4.1

21 May 17:27
Compare
Choose a tag to compare
  • new random_state option NatureInspiredSearchCV
  • bug fixes in cache invalidation during multiple runs

Release v0.4.0

16 May 18:36
Compare
Choose a tag to compare

The nature-inspired search can be run multiple times, this will provide more stable results. Helper visualization functions were updated to show multiple runs/select run to show.

Release v0.3.0

16 May 17:35
Compare
Choose a tag to compare
  • new algorithms: Hybrid Bat Algorithm, Hybrid Self Adapting Bat Algorithm
  • changed default option values for NatureInspiredSearchCV, the new defaults are:
    • algorithm = hba
    • population_size = 50
    • max_n_gen = 100
    • max_stagnating_gen = 20