monad.ai / ScoringMode
Type Alias: ScoringMode
ScoringMode =
"normalized"|"raw"
Defined in: kernel/scoring.ts:21
Controls how scorer weights are interpreted.
normalized: production default; weights are divided by their sum, so totals stay in[0, 1].raw: experimental/debug mode; weights are used as provided and totals may exceed1.