A tiebreak function that computes a numeric value for a player based on the game history. Higher values rank higher. Tiebreak functions from @echecs/buchholz, @echecs/sonneborn-berger, etc. conform to this signature.
@echecs/buchholz
@echecs/sonneborn-berger
The player identifier to compute the tiebreak for.
All recorded games, grouped by round.
All tournament participants.
A numeric tiebreak value.
A tiebreak function that computes a numeric value for a player based on the game history. Higher values rank higher. Tiebreak functions from
@echecs/buchholz,@echecs/sonneborn-berger, etc. conform to this signature.