parzen 0.3.0

High-performance Tree-structured Parzen Estimator for Bayesian optimization
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Contributing

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

Maintainers preparing a release must also follow [RELEASING.md](RELEASING.md).

Algorithm changes must include deterministic tests with explicit seeds.

Run `cargo bench --bench suggestion` for hot-path changes and `cargo test --test quality --release`
for statistical checks. Report cold model-building and warmed suggestion behavior separately.
Sampler changes must report independent, grouped, discrete, suggest-plus-complete scaling, retained
history, and warmed-allocation behavior. Do not add wall-clock assertions to ordinary CI tests.