bupticybee / TexasSolver

🚀 A very efficient Texas Holdem GTO solver :spades::hearts::clubs::diamonds:
https://bupticybee.github.io/texassolver_page
GNU Affero General Public License v3.0
1.65k stars 295 forks source link

Preflop solver? #177

Open miki151 opened 10 months ago

miki151 commented 10 months ago

Do I understand correctly that this is only a post-flop solver? Are there any plans to solve preflop scenarios as well? I'm interested in heads up games in particular.

bupticybee commented 10 months ago

Yeah, preflop needs mccfr, It's kind of a different algorithm but many technology developed here can be reused for a preflop solver.

But no, I didn't write an preflop solver. However it's not that difficult to write one.