We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11056e0 commit 969346bCopy full SHA for 969346b
1 file changed
docs/SCOREBOARD.md
@@ -92,8 +92,9 @@ config edit view validates each per-task entry with it before persisting.
92
## Ranking Strategy
93
94
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.
+`spa-frontend/src/ranking/best_sum.ts`. Each team's score on a challenge
+is their highest in-window submission score, and the ranking score is
97
+the sum of those bests across challenges.
98
99
## API Endpoints
100
0 commit comments