-
Let's say I specify two bet sizes for both players and solve from the flop. Now I'd like to add a third bet size on the turn only but without resolving the full game. How does one use this library to do that? I am currently creating a new Is this a reliable approach? I worry that it's not because the solver is losing knowledge of what happened on the flop. On the other hand, I think I am copying the ranges over correctly so it should be fine:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I don't know if this approach is reliable, but I think it's typical. I don't think the solver loses knowledge of what happened on the flop, but strictly speaking, adding a third bet size on the turn may change the optimal strategy on the flop. But again, I think the change would be minimal and such a procedure is typical. |
Beta Was this translation helpful? Give feedback.
I don't know if this approach is reliable, but I think it's typical. I don't think the solver loses knowledge of what happened on the flop, but strictly speaking, adding a third bet size on the turn may change the optimal strategy on the flop. But again, I think the change would be minimal and such a procedure is typical.