AEFeinstein / AEFeinstein/SwissPairer
Calculate and order players with tiebreakers
未關閉
- 主要語言
- Java
- 星號
- 1
- 分支
- 0
- PR 合併指標
- 30 天內沒有已合併 PR
描述
For final standings, players with the same number of match points should be ordered according to the following tiebreakers:
(need to check these when I can see the reference). Some people calculate match win percentage as match_points/3
Opponent's match win percentage
= sum(max (opponent_match_pct(I), 0.33))/count(opponents)
If any byes are given, those do not count.
Player game percentage
= max(games_won/total_games,0.33)
Opponent game percentage
= sum(max(opponent_game_pct(I),0.33))/count(opponents)
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。