hyperopt 0.0.17

Tree-of-Parzen-estimators hyperparameter optimization
Documentation
1
2
3
4
5
//! Generic kernels for both discrete and continuous applications.

mod uniform;

pub use self::uniform::Uniform;