pub enum DeltaWithheld {
ContaminatedByUnmeasuredRuns {
raw: usize,
gglib: usize,
},
}Expand description
Why an arm-level delta is not reported.
A separate state rather than a zero or a silently-diluted number, for the reason ADR 0004’s decision 3 gives about blindness: a difference that could not be taken and one that came out small license different actions, and a surface that renders them alike destroys the distinction at the last step.
Variants§
ContaminatedByUnmeasuredRuns
One or both arms carry runs that never reached the model, so every mean on them is pulled toward zero by scores that measure nothing.
Measured: five such runs in the 2026-08-28 eval moved the gglib arm’s tool accuracy from 0.966 to 0.889 and its wall time from 553s to 3553s, and the report printed the resulting −0.058 composite as its headline under a warning saying those arms were floors rather than measurements. Both statements were on the same screen; only one of them was read.
Implementations§
Trait Implementations§
Source§impl Clone for DeltaWithheld
impl Clone for DeltaWithheld
Source§fn clone(&self) -> DeltaWithheld
fn clone(&self) -> DeltaWithheld
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for DeltaWithheld
impl Debug for DeltaWithheld
Source§impl<'de> Deserialize<'de> for DeltaWithheld
impl<'de> Deserialize<'de> for DeltaWithheld
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Source§impl PartialEq for DeltaWithheld
impl PartialEq for DeltaWithheld
Source§fn eq(&self, other: &DeltaWithheld) -> bool
fn eq(&self, other: &DeltaWithheld) -> bool
self and other values to be equal, and is used by ==.