# use-grid-search
Primitive one-dimensional and two-dimensional grid search helpers.
## Install
```toml
[dependencies]
use-grid-search = "0.0.1"
```
## Scope
Use `use-grid-search` when you need explicit brute-force candidate sweeps over
one-dimensional or two-dimensional spaces with objective-aware comparisons.
## RustUse workspace
This crate is part of the `use-optimization` workspace and depends on
`use-objective`. 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`.