-
Notifications
You must be signed in to change notification settings - Fork 115
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
1 v all winning probabilities #32
Comments
Do you mean free-for-all games? Or just 2 teams but there's only 1 player on the first team? |
For exmaple there are 13 players in the game, they all compete with each other, anyone can win individually, without a draw, thanks !! |
The original TrueSkill provides only a draw probability function for any structure of matches. Anyways, many programmers who use this module have discussed the win probability function at #1 for a few years. In this issue, I've seen only the function for just 2 teams, not the free-for-all. Currently, I have no idea how to calculate each win probability in a free-for-all match. |
Thanks for the help, however is there a fuunction for updating ratings for free for all match? Thanks |
Yes, there's |
I'd like to calculate the winning probabilities of a 1 vs all game . Is there a function to derive The probabilities which sums to 1?
The text was updated successfully, but these errors were encountered: