Skip to content

Releases: baggepinnen/Hyperopt.jl

v0.4.1

18 Feb 22:56
3fc03e4
Compare
Choose a tag to compare

Hyperopt v0.4.1

Diff since v0.4.0

Closed issues:

  • Enable warm start (#23)

Merged pull requests:

  • add a new macro parameter ho, in order to reuse existing ho. (#45) (@norci)

v0.4.0

02 Jan 09:52
Compare
Choose a tag to compare

Hyperopt v0.4.0

Diff since v0.3.5

breaking:
Dropped support for Julia <1.5.
Iterating the hyperoptimizer iterates named tuples instead of vectors.

Closed issues:

  • Make Samplers have own Random number generator, not use the global one (#32)
  • Consistency of iteration interface (#41)
  • Hyperopt logs with numeric log level -1 (#44)

v0.3.5

30 Dec 19:05
Compare
Choose a tag to compare

Hyperopt v0.3.5

Diff since v0.3.4

Closed issues:

  • Generate named tuples as hyperopt iteration elements? (#42)

Merged pull requests:

  • MassInstallAction: Install the TagBot workflow on this repository (#40) (@baggepinnen)

v0.3.4

18 Oct 17:19
63a4b13
Compare
Choose a tag to compare

Hyperopt v0.3.4

Diff since v0.3.3

Closed issues:

  • Downgrade version to 0.2.4 Julia version 1.2, 1.3.1 (#29)
  • Random samples become "determined" after adding more workers. (#38)

Merged pull requests:

  • Fix parallel execution bug (issue #38) (#39) (@pazner)

v0.3.3

03 Jul 08:13
Compare
Choose a tag to compare

Hyperopt v0.3.3

Diff since v0.3.2

Closed issues:

  • Choose sampler when using Hyperoptimizer not macro @hyperopt (#30)
  • Clarify Hyperband docs/examples (#34)
  • ERROR: UndefVarError: Hyperband not defined (#35)
  • Plotting @hyperopt results doesn't work (#36)

Merged pull requests:

v0.3.2

05 Apr 22:04
8442575
Compare
Choose a tag to compare

Hyperopt v0.3.2

Diff since v0.3.1

Merged pull requests:

  • CompatHelper: bump compat for "RecipesBase" to "1.0" (#31) (@github-actions[bot])

v0.3.1

28 Feb 03:07
Compare
Choose a tag to compare

Hyperopt v0.3.1

Diff since v0.3.0

v0.3.0

19 Feb 02:07
Compare
Choose a tag to compare

Hyperopt v0.3.0

  • Remove BlueNoiseSampler (it wasn't working that well)
  • Update dependencies
  • Tweak GPSampler for (hopefully) better performance.

Diff since v0.2.8

v0.2.8

18 Feb 14:07
3d924c5
Compare
Choose a tag to compare

Hyperopt v0.2.8

Diff since v0.2.7

Merged pull requests:

  • CompatHelper: bump compat for "Juno" to "0.8" (#28) (@github-actions[bot])

v0.2.7

09 Feb 13:07
Compare
Choose a tag to compare

Hyperopt v0.2.7

Diff since v0.2.6

Closed issues:

  • @phyperopt causes history and results to have different lengths (#7)
  • Hyperopt precompile failed (#24)

Merged pull requests: