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

1 v all winning probabilities #32

Open
samyip123 opened this issue Sep 7, 2018 · 5 comments
Open

1 v all winning probabilities #32

samyip123 opened this issue Sep 7, 2018 · 5 comments

Comments

@samyip123
Copy link

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?

@sublee
Copy link
Owner

sublee commented Sep 8, 2018

Do you mean free-for-all games? Or just 2 teams but there's only 1 player on the first team?

@samyip123
Copy link
Author

For exmaple there are 13 players in the game, they all compete with each other, anyone can win individually, without a draw, thanks !!

@sublee
Copy link
Owner

sublee commented Sep 8, 2018

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.

@samyip123
Copy link
Author

Thanks for the help, however is there a fuunction for updating ratings for free for all match? Thanks

@sublee
Copy link
Owner

sublee commented Sep 10, 2018

Yes, there's rate() for any kind of matches. 1v1, 2v3, 3v3v7, or 1v1v1v1v1 (free-for-all)

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

2 participants