monad.ai
    Preparing search index...

    Type Alias ScoringMode

    ScoringMode: "normalized" | "raw"

    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 exceed 1.