AEFeinstein / AEFeinstein/SwissPairer

Calculate and order players with tiebreakers

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

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)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.