Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
taqu-odoo opened this issue Nov 18, 2023 · 0 comments
Open

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

taqu-odoo opened this issue Nov 18, 2023 · 0 comments

Comments

@taqu-odoo
Copy link

taqu-odoo commented Nov 18, 2023

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))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant