# use-search-space
Primitive search-space helpers for optimization.
## Install
```toml
[dependencies]
use-search-space = "0.0.1"
```
## Scope
Use `use-search-space` when you need one-dimensional ranges, fixed-step samples,
or linspace-style helpers to build candidate inputs for simple optimization
tasks.
## RustUse workspace
This crate is part of the `use-optimization` workspace. Depend on
`use-optimization` when you want the full facade.
## Status
This crate is experimental and may evolve while the workspace remains below
`0.3.0`.