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

Helper to decompose list into pairwise matches #7

Open
wdm0006 opened this issue Nov 1, 2021 · 1 comment
Open

Helper to decompose list into pairwise matches #7

wdm0006 opened this issue Nov 1, 2021 · 1 comment

Comments

@wdm0006
Copy link
Owner

wdm0006 commented Nov 1, 2021

If I have 3 competitors with scores: [10, 4, 1], I want to update an arena such that the pairwise comparisons:

competitor 1 vs competitor 2
competitor 1 vs competitor 3
competitor 3 vs competitor 2

are all captured automatically.

@BlankAlmasry
Copy link
Contributor

maybe just
competitor 1 vs competitor 2 ( 2 win)
competitor 2 vs competitor 3 ( 3 win)
is better approach no?
I feel that factorial approach is way more scary than o(n) approach and would scale better
is there any papers talks about how to handles races with elo/glicko etc ?

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