Skip to main content

evaluate_with_config

Function evaluate_with_config 

Source
pub fn evaluate_with_config(
    graph: &Graph,
    cases: &[GoldenCase],
    limit: usize,
    config: RankerConfig,
) -> EvalReport
Expand description

Like evaluate, but with an explicit [RankerConfig] — the injection seam for the dev-only parameter sweep (eidos-eval-runner --k1/--b/--weights). The kernel never reads the environment.