Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/evals / SweepThresholds

Interface: SweepThresholds

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

The claim bands. Both effective values must be finite fractions in [0, 1] with weakness strictly below strength (so the bands are ordered and an uninformative mid band exists); runSweepMatrix rejects anything else with a ConfigError before any engine, store, or envelope activity.

Properties

PropertyTypeDescriptionDefined in
strengthnumberpassRate at or above emits a strength claim; default 0.9.packages/evals/src/sweeps.ts:51
weaknessnumberpassRate at or below emits a weakness claim; default 0.5.packages/evals/src/sweeps.ts:53