evhub/bbopt
Black box hyperparameter optimization made easy.
5 Releases
Latest: 4y ago
v1.4.2Latest
Adds `unshuffled_sample` which is preferred to `sample` when shuffling order is not important.
v1.4.1
Lots of changes; see README. Tagging now because I forgot to for previous releases.
BBopt v1.1.0v1.1.0
Changed `bb.shuffle` to `bb.shuffled` to reflect the fact that it returns the shuffled list rather than modifying it in place unlike `random.shuffle`.
BBopt v1.0.3v1.0.3
Add `partial_dependence`, `plot_partial_dependence_1D`, `plot_evaluations`, and `plot_objective`.
BBopt v1.0.1v1.0.1
Adds `plot_convergence` and `plot_history`.
