blackbox

Crates.ioblackbox
lib.rsblackbox
version0.2.0
sourcesrc
created_at2019-03-02 20:21:28.013783
updated_at2020-02-01 13:49:40.749199
descriptionOptimize blackbox functions, suitable for hyperparameter optimization
homepage
repositoryhttps://github.com/Ploppz/blackbox
max_upload_size
id118205
size30,844
s2n-core (github:aws:s2n-core)

documentation

https://docs.rs/blackbox

README

Blackbox Optimizer

Optimizing the output of any "black box" function. One use case is hyper parameter optimization.

Right now, only random search is implemented but many other optimization methods will be added. Random search and bayesian search is implemented and works well, but there is a lot more to do, including low-hanging fruits such as implementing grid search and other basic search methods.

Commit count: 11

cargo fmt