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

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

Open ForHelvete opened 1 year ago

ForHelvete commented 1 year 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 1 year ago

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

ForHelvete commented 1 year 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 6 months 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.

ShireGrin commented 1 month ago

So if the range has something lower than 1.0 it will not solve for that ?