Recent Releases of Hyperopt
Hyperopt - v0.5.6
Hyperopt v0.5.6
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
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.1
Hyperopt v0.5.1
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
Hyperbandmacrobody now gets the amount of resources as a floating-point value rather than floored to an integer. - Breaking: The
GPSamplerhas been removed. It was hard to maintain and never worked very well. Consider using the newBOHBinstead. - New sampler
BOHBcurtesy of @noilreed . See the instructions. hyperbandnow has an interface that takes a function and a vector.- New function
hyperoptimperforming multi-start optimization with Optim and Hyperband. The interface is similar to that ofOptim.optimize, but the initial guess is replaced by a vector of candidate vectors. This function is only available afterusing 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.
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.0
Hyperopt v0.4.0
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.4
Hyperopt v0.3.4
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
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.2.5
v0.2.5 (2019-11-18)
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)
Merged pull requests:
- WIP Hyperband (#3) (baggepinnen)
- Julia
Published by julia-tagbot[bot] almost 7 years ago