Multiplayer-ELO icon indicating copy to clipboard operation
Multiplayer-ELO copied to clipboard

Python: rounding causes no ELO changes if big number of players

Open taqu-odoo opened this issue 7 months ago • 0 comments

For example in a 64 player game, ELO is constant. Maybe consider not rounding if the eloChange is small? player.eloChange += round(K * (S - EA))

taqu-odoo avatar Nov 18 '23 00:11 taqu-odoo