Back to poll results >>

CallMeTheKing Ballot for 2026 Preseason

Ballot Type: Computer

Submitted: Aug. 19, 2026, 12:39 p.m.

Overall Rationale: '''
TERR-Q (Transitive Extrapolated Round Robin Quicksort):

1) Construct a simulated round robin amongst all FBS teams

2) For each simulated "game", if Team A has beaten Team B more times than Team B has beaten Team A, Team A records a simulated "win" and Team B records a simulated "loss". If Team A has not played Team B or they have played twice and split their games, we look at first-layer transitive wins: i.e. we look at the number of teams x such that Team A has beaten x where x has beaten Team B and we look at the number of teams y such that Team B has beaten y where y has beaten Team A. The simulated "win" goes to Team A if |x| > |y| and Team B if |x| < |y|. If |x| = |y|, we look at second-layer transitive wins: i.e. we look at the number of chains x,x' and y,y' such that Team A > x > x' > Team B and Team B > y > y' > Team A. If |(x,x')| > |(y,y')|, Team A records the simulated "win". If |(x,x')| < |(y,y')|, Team B records the simulated "win". If |(x,x')| = |(y,y')|, we move onto third-layer transitive wins. We continue this process until either Team A or Team B has recorded a simulated "win" or until we've looked up to eighth-layer transitive wins.

3) We split the ranked teams at the largest adjacent gap between simulated round robin records, preferring the gap whose midpoint is closest to .500 when multiple gaps are equally large. We run steps (1), (2), and (3) within each subset until subsets contain only one team, using the entire season's results at each layer of recursion.
'''

[Early-season tiebreakers are last season's final TERR-Q standings)

Back to poll results >>