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 294 forks source link

range frequencies question #140

Open LitoFrame opened 1 year ago

LitoFrame commented 1 year ago

Hello, I have a question about range frequency calculation. For example the default UTG open range frequency for 98s is 0.118 (UTG_range where UTG 2.5 open and BB call). The default UTG calling range against MP raise for 98s is 0.130 (UTG_range where UTG 2.5 open and MP 8.5 3bet and UTG call). My question is the frequency of 98s in 3bet pot (0.130) is represent the total frequency of 98s? So it means if we open from UTG with 98s we defend 100% of 98s against MP raise (let's not take into account that 3bet frequency 0.130 is greater than open frequency 0.118). Or this 0.130 frequency represent the 13% of 11,8% open range (total 0.015 frequency) of 98s? I guess the first case is true, but I would like to make sure. Thanks!

bupticybee commented 1 year ago

It's not a probality, it's just a weight, which does not all sum to 1.