Recent Releases of Hyperopt

Hyperopt - v0.5.6

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])

- Julia
Published by github-actions[bot] over 3 years ago

Hyperopt - v0.5.5

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: - Fix numerical precision problem with smax in hyperband (#77) (@KronosTheLate)

- Julia
Published by github-actions[bot] about 4 years ago

Hyperopt - v0.5.4

Hyperopt v0.5.4

Diff since v0.5.3

Closed issues: - hyperopt over single variable does not work (#72)

Merged pull requests: - NaN should map to -Inf for maximizer (#71) (@albheim) - Allow printmin/printmax to take io (#73) (@albheim)

- Julia
Published by github-actions[bot] over 4 years ago

Hyperopt - v0.5.3

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)

- Julia
Published by github-actions[bot] over 4 years ago

Hyperopt - v0.5.2

Hyperopt v0.5.2

Diff since v0.5.1

Merged pull requests: - fix symbol plotting (#66) (@albheim)

- Julia
Published by github-actions[bot] over 4 years ago

Hyperopt - v0.5.1

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: - allow passing a custom pmap (#63) (@ericphanson) - fix @hyperopt for upcoming base changes (#64) (@simeonschaub) - Fix print for non-numeric items in minimization (#65) (@albheim)

- Julia
Published by github-actions[bot] over 4 years ago

Hyperopt - v0.5.0

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: - BOHB implementation (#54) (@noilreed) - fix typo (#55) (@ericphanson) - Noil merge (#57) (@baggepinnen) - RandomSamplers each carry their own RNG (#58) (@ericphanson)

- Julia
Published by github-actions[bot] almost 5 years ago

Hyperopt - v0.4.4

Hyperopt v0.4.4

Threaded optimization with @thyperopt

Diff since v0.4.3

- Julia
Published by github-actions[bot] about 5 years ago

Hyperopt - v0.4.3

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)

- Julia
Published by github-actions[bot] about 5 years ago

Hyperopt - v0.4.2

Hyperopt v0.4.2

Diff since v0.4.1

Merged pull requests: - bug fix in resuming GPSampler. (#46) (@norci)

- Julia
Published by github-actions[bot] over 5 years ago

Hyperopt - v0.4.1

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)

- Julia
Published by github-actions[bot] over 5 years ago

Hyperopt - v0.4.0

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)

- Julia
Published by github-actions[bot] over 5 years ago

Hyperopt - v0.3.5

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)

- Julia
Published by github-actions[bot] over 5 years ago

Hyperopt - v0.3.4

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)

- Julia
Published by github-actions[bot] over 5 years ago

Hyperopt - v0.3.3

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: - Don't forget to export Hyperband (#37) (@samuela)

- Julia
Published by github-actions[bot] almost 6 years ago

Hyperopt - v0.3.2

Hyperopt v0.3.2

Diff since v0.3.1

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

- Julia
Published by github-actions[bot] about 6 years ago

Hyperopt - v0.3.1

Hyperopt v0.3.1

Diff since v0.3.0

- Julia
Published by github-actions[bot] about 6 years ago

Hyperopt - v0.3.0

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

- Julia
Published by github-actions[bot] over 6 years ago

Hyperopt - v0.2.8

Hyperopt v0.2.8

Diff since v0.2.7

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

- Julia
Published by github-actions[bot] over 6 years ago

Hyperopt - v0.2.7

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: - Install TagBot as a GitHub Action (#26) (@JuliaTagBot)

- Julia
Published by github-actions[bot] over 6 years ago

Hyperopt - v0.2.6

v0.2.6 (2019-11-20)

Bugfix @phyperopt

Diff since v0.2.5

- Julia
Published by julia-tagbot[bot] over 6 years ago

Hyperopt - v0.2.5

v0.2.5 (2019-11-18)

Diff since v0.2.4

Merged pull requests:

  • CompatHelper: add new compat entry for "Parameters" at version "0.12" (#13) (github-actions[bot])
  • CompatHelper: add new compat entry for "RecipesBase" at version "0.7" (#12) (github-actions[bot])
  • CompatHelper: add new compat entry for "MacroTools" at version "0.5" (#10) (github-actions[bot])
  • CompatHelper: add new compat entry for "Lazy" at version "0.14" (#9) (github-actions[bot])
  • CompatHelper: add new compat entry for "Juno" at version "0.7" (#8) (github-actions[bot])

- Julia
Published by julia-tagbot[bot] over 6 years ago

Hyperopt - v0.2.4

Bayesian optimization and Hyperband

v0.2.4 (2019-06-07)

Diff since v0.2.2

Merged pull requests:

- Julia
Published by julia-tagbot[bot] almost 7 years ago

Hyperopt - v0.2.2

  • More helpful error messages
  • Progress bar for @hyperopt
  • Accessors ho.minimum, ho.minimizer
  • Correct filtering of NaN in minimum

- Julia
Published by julia-tagbot[bot] about 7 years ago

Hyperopt - v0.2.1

Add latin hypercube sampling LHSampler and LHCSampler Add helpful error messages

- Julia
Published by julia-tagbot[bot] about 7 years ago

Hyperopt - v0.2.0

  • Remove malfunctioning tree samplers.
  • Introduce macro @phyperopt for parallel execution of the objective function.
  • Tuning of plotting recipe for Hyperoptimizer

- Julia
Published by julia-tagbot[bot] about 7 years ago

Hyperopt - Initial release

- Julia
Published by baggepinnen over 7 years ago