Skip to content

Commit 969346b

Browse files
author
Nils Bars
committed
Update SCOREBOARD.md ranking section for the best_sum strategy
1 parent 11056e0 commit 969346b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/SCOREBOARD.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ config edit view validates each per-task entry with it before persisting.
9292
## Ranking Strategy
9393

9494
Ranking is computed client-side by
95-
`spa-frontend/src/ranking/f1_time_weighted.ts` — a Formula 1 style,
96-
time-weighted strategy. It is the only strategy the scoreboard supports.
95+
`spa-frontend/src/ranking/best_sum.ts`. Each team's score on a challenge
96+
is their highest in-window submission score, and the ranking score is
97+
the sum of those bests across challenges.
9798

9899
## API Endpoints
99100

0 commit comments

Comments
 (0)