Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/evals / runSweepMatrix

Function: runSweepMatrix()

ts
function runSweepMatrix(pool, options): Promise<SweepReport>;

Defined in: packages/evals/src/sweeps.ts:180

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

ParameterType
poolSweepPool
optionsRunSweepOptions

Returns

Promise&lt;SweepReport&gt;