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

Can I add additional bet sizings? #180

Closed zikkuratti closed 9 months ago

zikkuratti commented 9 months ago

Hello. Can I add additional bet sizings? For example, not just two, one and all-in, but say four or five sizings. Without significant refactoring of the current code? If not, could you please suggest which file to start reviewing? I have some knowledge of C++ and I'll try to implement this to make a merge soon?

bupticybee commented 9 months ago

Hello. Can I add additional bet sizings? For example, not just two, one and all-in, but say four or five sizings. Without significant refactoring of the current code? If not, could you please suggest which file to start reviewing? I have some knowledge of C++ and I'll try to implement this to make a merge soon?

you can just add bet size in the GUI, you don't even need to modify the code.

Use space to seperate different bet sizes.

zikkuratti commented 9 months ago

holy thx