chhopsky / foldysheet

an outcome calculator for professional league of legends. probably works for any round robin based esport league.
2 stars 1 forks source link

can_they_make_it excluding teams that haven't locked but are guaranteed a tiebreaker #2

Open Leothechosen opened 2 years ago

Leothechosen commented 2 years ago

In the LCS Summer 2022 Regular Season, before Week 9, FLY has guaranteed themselves at least a tiebreaker for playoffs.

As such, expected behavior from the script would be to list FLY under the "Maybe" teams: FLY: 32768 (tiebreakers required in 8296) (8296 may not be accurate to what the script would produce)

Instead, FLY is not listed with any of the teams.

The following teams are locked in all 32768 scenarios:
EG
C9
100
TL
CLG

The following can possibly make playoffs in X scenarios:
DIG: 6960 (tiebreakers required in 4912)
IMT: 20352 (tiebreakers required in 10272)
GG: 21520 (tiebreakers required in 10640)
TSM: 31296 (tiebreakers required in 6240)

The following teams are eliminated in all 32768 scenarios
chhopsky commented 2 years ago

oh i think that's not properly decrementing the cutoff position that it calculates in 'can they make it'

Leothechosen commented 2 years ago

Here's a copy of the scenarios before Week 8 started, just in case

lcs.zip

Serinus1 commented 1 year ago

This isn't resolved yet.