Skip to content

Releases: SimonBlanke/Hyperactive

v0.3.1

02 Jul 14:54
Compare
Choose a tag to compare
  • add memory to lookup score of previous evals to save time
  • add hyperband initialization

v0.3.0

30 Jun 12:24
Compare
Choose a tag to compare
  • add evolution strategy optimizer
  • improvment of neighbour selection of simulated annealing
  • bug fix in random search

v0.2.3

29 Jun 11:10
Compare
Choose a tag to compare
  • restructuring of base-, search_space- and model-class
  • cleanup of all optimizers
  • using numpy arrays for positions instead of dict
  • confining the movement in searchspace is done with numpy clip
  • information flow now similar in all optimizers

v0.2.2

22 Jun 14:28
Compare
Choose a tag to compare
  • restructuring of model evaluations
  • bug fix for metrics of warm start points

v0.2.1

21 Jun 17:26
Compare
Choose a tag to compare
  • enable transfer learning

v0.2.0

15 Jun 07:21
Compare
Choose a tag to compare
  • improved start point functionality
  • support for every metric listed in sklearn and keras doc
  • multiple bug fixes and stability improvements

v0.1.4

09 Jun 10:12
Compare
Choose a tag to compare
  • keras parameters for compile and fit are now passed by search_dict
  • some stability improvements

v0.1.3

08 Jun 12:42
Compare
Choose a tag to compare
  • XGBoost models can be optimized
  • Keras models can be optimized (n_jobs are set to 1)
  • fix number of steps
  • change default values
  • reconstruction of base class

v0.1.2

05 Jun 08:26
Compare
Choose a tag to compare
  • add random_state
  • code cleanup in simulated annealing
  • add verbosity
  • add start point

v0.1.1

04 Jun 06:48
Compare
Choose a tag to compare
  • add score and export methods
  • bug fix in PSO