How the Model Works

A plain-language look at the recommendations

The short version

The optimizer is trying to answer one question for every choice you face: if I take this option, how many points should I expect to end with? That average is what shows up as the expected score next to each option.

It cannot check every possible future — there are far too many — so it mixes careful math with smart guessing, and it gets more careful the closer you are to the end of the game.

Imagining what the deck might give you

When you swap champions, the replacements come from whatever is still left in the pool. If there are only a few ways that draw can go, the model checks every one of them. If there are thousands, it checks a large random sample instead and averages those.

The same situation always gets the same advice, and options are compared against the same imagined futures so the ranking stays fair.

Some parts do not need guessing

Round-3 bonus squads score in a simple, predictable way: each champion adds a fixed amount. That means the model can calculate the average bonus from a random draw with straight arithmetic — no simulation required.

When the three bonus offers are still unknown, it also accounts for the fact that you will get three random squads and keep the best one, without having to list every possible trio.

Later rounds get more attention

Round 3 is the last decision, so the model looks hardest here: it tries the different swap counts, checks which champions to throw away, and folds in those exact bonus averages.

Rounds 1 and 2 also have to think about what comes later. For that, the model uses a quicker estimate of “what is this position worth when round 3 arrives?” — good enough to compare options, without solving the whole rest of the game from scratch every time.

How it picks what to swap

There are often many ways to discard champions. Instead of fully scoring all of them, the model first does a quick pass to throw out the weak ones, then looks more carefully at the best few, and finally double-checks the winner on a fresh set of imagined draws. That keeps the answer fast and avoids getting overly optimistic about a noisy estimate.

Bonus squads you cannot finish yet

In round 1, a bonus that you do not currently qualify for can still be the right pick if later draws and swaps can chase it. When the three offers are known, the model credits that chase potential instead of only scoring what you have on the board right now.

How to read the numbers

The expected scores are averages, not guarantees. Round 3 is the most precise; earlier rounds trade a bit of exactness for speed. Small wiggles in the absolute numbers are normal — what matters most is which option ranks highest.

← Back to the Optimizer