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

Rank candidate players based off their match history #1

Open
will-hou opened this issue Aug 18, 2020 · 0 comments
Open

Rank candidate players based off their match history #1

will-hou opened this issue Aug 18, 2020 · 0 comments

Comments

@will-hou
Copy link
Contributor

Currently, candidate players that have fewer matches are equally likely to be placed into the next match as players that have played more matches. This can lead to the creation of extremely long match schedules and hinder algorithm performance.

To get around this, we can rank candidate players depending on when they were added to the list of candidates. Candidates added earlier are guaranteed to play in the next match. Candidates added later are less likely to play.

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