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

decrease Elo adjustment as num players increase #408

Merged
merged 1 commit into from
Jun 11, 2024
Merged

Conversation

tra
Copy link
Contributor

@tra tra commented May 28, 2024

Divide the adjustment amount by sqrt(numPlayers-1) to account for increased randomness of multi-player games.

Also added boolean pref, "showElo", to show Elo adjustments after each game.

Divide the adjustment amount by sqrt(numPlayers-1) to account for increased randomness of multi-player games.

Also added boolean pref, "showElo", to show Elo adjustments after each game.
@tra tra marked this pull request as ready for review May 28, 2024 02:06
@tra tra merged commit b77e0f3 into avaraline:main Jun 11, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

1 participant