How it is calculated
Normalized ideal distance.
Both measures have equal weight after cohort min/max normalization. Lower is better.
√(normalized question score² + normalized Guesser cost²)Calculation detailsSteps and limits
- Normalize question score as (value − cohort minimum) ÷ cohort range.
- Normalize Guesser cost per episode with the same calculation.
- Measure Euclidean distance from (0, 0). Lower is better.
A model with normalized question score 0.06 and normalized cost 0.08 has distance √(0.06² + 0.08²) = 0.10.
Question score still uses the average penalized trial values. Failed trials therefore remain part of the quality dimension.
Adding or removing a model can change every normalized value and rank.