Skip to main content

UDR_S0_MIN

Constant UDR_S0_MIN 

Source
pub const UDR_S0_MIN: f64 = 0.2;
Expand description

Width-scale clamp for the UDR correction (s0 = clamp(exp(log_s0), …)). pub so the Python binding decodes the reported s0 against the same bounds the optimizer used, rather than duplicating the literals.