Expand description
Bounded confidence value with Bayesian update support
Confidence is a newtype wrapper around f64 that enforces bounds [0.0, 1.0] and rejects NaN values. This provides type-safe probability values for hypothesis tracking.
Structs§
- Confidence
- Bounded confidence value [0.0, 1.0]