AEFeinstein / AEFeinstein/SwissPairer

Calculate and order players with tiebreakers

Aberta
#2 0 comentários 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
Java
Estrelas
1
Forks
0
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

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)

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.