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.8k stars 312 forks source link

Preflop solver? #177

Open miki151 opened 1 year ago

miki151 commented 1 year 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 1 year 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.