Skip to main content

gate_pass

Function gate_pass 

Source
pub fn gate_pass(
    scores: &[f64],
    baseline: &[f64],
    threshold: f64,
    slack: f64,
) -> bool
Expand description

Gate predicate (Patent 16 draft, claim 13): a checkpoint PASSES iff no prompt’s loop score exceeds threshold AND none exceeds its zero-shot baseline by more than slack — boundary values pass.