Skip to main content

Quality

Type Alias Quality 

Source
pub type Quality = Ratio;
Expand description

Normalized quality of a published result: a dimensionless Ratio in 0.0..=1.0, higher is better and 1.0 means no further improvement is meaningful. Sharing one scale across tasks keeps a configured quality target portable.

Aliased Type§

#[repr(transparent)]
pub struct Quality { pub value: f32, }

Fields§

§value: f32