[][src]Function hypo::experiment

pub fn experiment<H, F, P>(n: usize, hypos: &mut Vec<H>, f: F, p: P) where
    F: FnMut(usize) -> bool,
    P: Copy + Fn(&H, usize) -> bool

Reduce number of hypotheses by repeatedly making optimal guesses for experiments.