parzen 0.1.1

Tree-structured Parzen Estimator for categorical Bayesian optimization
Documentation
1
2
3
4
5
6
# Contributing

Use Rust 1.88 or newer. Before opening a pull request, run formatting, Clippy, nextest, rustdoc
with warnings denied, `cargo deny check`, and `cargo publish --dry-run`.

Algorithm changes must include deterministic tests with explicit seeds.