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
| Property | Type | Description | Defined in |
|---|---|---|---|
strength | number | passRate at or above emits a strength claim; default 0.9. | packages/evals/src/sweeps.ts:51 |
weakness | number | passRate at or below emits a weakness claim; default 0.5. | packages/evals/src/sweeps.ts:53 |