use-local-search 0.0.1

Minimal one-dimensional hill-climbing style local search helpers
Documentation
# use-local-search

Minimal one-dimensional hill-climbing style local search helpers.

## Install

```toml
[dependencies]
use-local-search = "0.0.1"
```

## Scope

Use `use-local-search` when you want a compact hill-climbing style primitive for
one-dimensional optimization with explicit objective direction handling.

## 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`.