docs: update features list with boolean, enum, and derive support
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
02ec9498c4
commit
f9227df96e
@@ -13,9 +13,10 @@ A Rust library for black-box optimization with multiple sampling strategies.
|
|||||||
- **Random Search** - Simple random sampling for baseline comparisons
|
- **Random Search** - Simple random sampling for baseline comparisons
|
||||||
- **TPE (Tree-Parzen Estimator)** - Bayesian optimization for efficient search
|
- **TPE (Tree-Parzen Estimator)** - Bayesian optimization for efficient search
|
||||||
- **Grid Search** - Exhaustive search over a specified parameter grid
|
- **Grid Search** - Exhaustive search over a specified parameter grid
|
||||||
- Float, integer, and categorical parameter types
|
- Float, integer, categorical, boolean, and enum parameter types
|
||||||
- Log-scale and stepped parameter sampling
|
- Log-scale and stepped parameter sampling
|
||||||
- Sync and async optimization with parallel trial evaluation
|
- Sync and async optimization with parallel trial evaluation
|
||||||
|
- `#[derive(Categorical)]` for enum parameters
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user