Skip to content

Releases: baggepinnen/Hyperopt.jl

v0.5.6

25 Nov 16:22
1bba057
Compare
Choose a tag to compare

Hyperopt v0.5.6

Diff since v0.5.5

Closed issues:

  • BOHB returns points outside the domain? (#87)

Merged pull requests:

  • Document a couple of aspects of BOHB (#82) (@KronosTheLate)
  • CompatHelper: bump compat for "Setfield" to "1.0" (#84) (@github-actions[bot])

v0.5.5

12 Apr 15:22
fff5e1f
Compare
Choose a tag to compare

Hyperopt v0.5.5

Diff since v0.5.4

Closed issues:

  • BOHB error (#70)
  • BOHB example not working (#74)
  • What is the first argument in the loop (#75)
  • Redefining parameter space during hyperband with RandomSampler() (#76)

Merged pull requests:

v0.5.4

11 Feb 11:46
5668286
Compare
Choose a tag to compare

Hyperopt v0.5.4

Diff since v0.5.3

Closed issues:

  • hyperopt over single variable does not work (#72)

Merged pull requests:

v0.5.3

31 Jan 14:14
e207cec
Compare
Choose a tag to compare

Hyperopt v0.5.3

Diff since v0.5.2

Merged pull requests:

  • CompatHelper: bump compat for "Setfield" to "0.8" (#67) (@github-actions[bot])
  • Catch interrupts in phyperopt, return current data (#68) (@albheim)

v0.5.2

13 Sep 20:22
e3a8860
Compare
Choose a tag to compare

Hyperopt v0.5.2

Diff since v0.5.1

Merged pull requests:

v0.5.1

31 Aug 19:40
e2fe543
Compare
Choose a tag to compare

Hyperopt v0.5.1

Diff since v0.5.0

Closed issues:

  • Make Samplers have own Random number generator, not use the global one (#32)
  • Feature request: Allow customization of pmap arguments (#59)

Merged pull requests:

v0.5.0

07 Aug 08:55
Compare
Choose a tag to compare

Hyperopt v0.5.0

  • Breaking: The Hyperband macrobody now gets the amount of resources as a floating-point value rather than floored to an integer.
  • Breaking: The GPSampler has been removed. It was hard to maintain and never worked very well. Consider using the new BOHB instead.
  • New sampler BOHB curtesy of @noilreed . See the instructions.
  • hyperband now has an interface that takes a function and a vector.
  • New function hyperoptim performing multi-start optimization with Optim and Hyperband. The interface is similar to that of Optim.optimize, but the initial guess is replaced by a vector of candidate vectors. This function is only available after using Optim.
  • New function warn_on_boundary: Prints a warning message for each parameter where the optimum was obtained on an extreme point of the sampled space.

Diff since v0.4.4

Closed issues:

  • Documentation for custom samplers (#52)

Merged pull requests:

v0.4.4

20 Mar 19:21
Compare
Choose a tag to compare

Hyperopt v0.4.4

Threaded optimization with @thyperopt

Diff since v0.4.3

v0.4.3

14 Mar 17:43
Compare
Choose a tag to compare

Hyperopt v0.4.3

Diff since v0.4.2

Closed issues:

  • Precompiling error in julia version 1.6.0-rc1 (#47)
  • @phyperopt not working (#48)

v0.4.2

22 Feb 23:44
0a4adb9
Compare
Choose a tag to compare

Hyperopt v0.4.2

Diff since v0.4.1

Merged pull requests:

  • bug fix in resuming GPSampler. (#46) (@norci)