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

Why does the IP range only contain ATs in the results? #188

Open ForHelvete opened 7 months ago

ForHelvete commented 7 months ago

Is "OOP BET 10" not supposed to show what IP is supposed to do with his entire range in response to OOP betting 10? Why is it only showing ATs?

image

bupticybee commented 7 months ago

I think that's a bug. Could you provide exported parameter file? I'd like to replicate that.

ForHelvete commented 7 months ago

I think that's a bug. Could you provide exported parameter file? I'd like to replicate that.

I don't have the parameters for that specific spot, but I was able to create another where only 99 is showing for the first IP responses.

output_parameters.txt

dACEvid commented 1 month ago

The bug is that it only shows those hands that you have set with a frequency of 100% (1.0) in your range. In the example provided IP range ATs is the only hand with a 100% of frequency. In the last parameters that@ForHelvete provided, 99 is the only hand with a 100% frequency in the IP range, hence it only shows that hand.