# use-loss
Primitive loss and error helpers for optimization.
## Install
```toml
[dependencies]
use-loss = "0.0.1"
```
## Scope
Use `use-loss` when you need small `f64`-oriented helpers for common error and
loss calculations such as absolute error, squared error, MAE, and MSE.
## 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`.