Open BenKatin opened 5 years ago
Given a incomplete tournament and a file of player glico2 scores, calculate each players percentage change of winning the tournament.
prerequisites for this:
solution:
2 player bracket option A: (P a beats b)(rating A) + (P b beats a)(rating b)
option B: (P a beats b)(rating A) + (P b beats a)(rating b)
easier way:
just do a montecarlo simulation -trock
or do the math way, which is apparently harder!
either by entering a link to an unfinished (or unstarted) challonge bracket, or by entering of list of player names entering a tournament, compute each players expected chance of winning the bracket.