The Conquest Calculator is a project that stems from my time playing on the CMU collegiate Hearthstone team. I aimed to create a calculator that would select the best lineup of 4 decks, given all the win rates of each deck against each other. This calculator uses a combination of techniques to simulate a metagame and determine the best lineup to counter it. It does this by identifying which top n lineups have the best matchups against the field and then choosing the optimal lineup to combat those decks.
For more details and to contribute to the project, visit the project repository on GitHub.