rulvar API reference / @rulvar/evals / runSweepMatrix
Function: runSweepMatrix()
ts
function runSweepMatrix(pool, options): Promise<SweepReport>;Defined in: packages/evals/src/sweeps.ts:116
Runs the fixed matrix sequentially in declaration order (deterministic cassette consumption), aggregates per (model, taskClass) cell, emits threshold-crossing claims, and commits them through the eval-committer identity when a store is given.
Parameters
| Parameter | Type |
|---|---|
pool | SweepPool |
options | RunSweepOptions |
Returns
Promise<SweepReport>