pub const DEFAULT_LAMBDA: f64 = 1.0;Expand description
Default forgetting factor λ applied on each update.
1.0 disables decay (Phase C v1 default). Values in [0.9, 1.0)
adapt posteriors to drifting capability (CADMAS-CTX §5.9 and the
Phase C step 22 follow-up).