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

Add a parameter to simplify actions % for a single combo (Feature Request) #179

Open wishzx opened 9 months ago

wishzx commented 9 months ago

Is it possible to have a parameter that force the solver to only use fixed percentage when taking certain actions on a combo.

For example:

You could set 25% bin intervals This combo could only show Raise 85 25% / Fold 75%

Screenshot 2023-09-19 172319

Or you could set 50% bin intervals This combo could only show 50% Call / Raise 200 50%

Screenshot 2023-09-19 172303

Or if you set 100% bin intervals it can only take one action for each combo. This one would only say 100% Call

Untitled

This feature would be very useful for new students like myself because it's very hard to understand and implement the strategies when each individual combo can have many actions which are impossible to remember.

If you have an idea on how to implement this please let's have a chat and if you think this is not possible also let me know.

bupticybee commented 9 months ago

Yeah, it's possible and I think it's actually pretty easy to implement. Please contact me through telegram https://t.me/bupticybee .