GitPedia
Home/evhub/bbopt/Changelog
evhub

evhub/bbopt

Black box hyperparameter optimization made easy.

5 Releases
Latest: 4y ago
v1.4.2Latest
evhubevhub·4y ago·April 30, 2022
GitHub

Adds `unshuffled_sample` which is preferred to `sample` when shuffling order is not important.

v1.4.1
evhubevhub·4y ago·April 28, 2022
GitHub

Lots of changes; see README. Tagging now because I forgot to for previous releases.

BBopt v1.1.0v1.1.0
evhubevhub·7y ago·March 16, 2019
GitHub

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
evhubevhub·7y ago·March 16, 2019
GitHub

Add `partial_dependence`, `plot_partial_dependence_1D`, `plot_evaluations`, and `plot_objective`.

BBopt v1.0.1v1.0.1
evhubevhub·7y ago·March 15, 2019
GitHub

Adds `plot_convergence` and `plot_history`.