Why you do in 1st place? "Top commercial" ICM calc's have way better resourses then you do. ICM gives you N! increase in O(). Since you need "only" preflop,
Quote:
Currently I'm working on calculating optimal strategies in a 6p push/fold game with CFR. Since the goal is to apply it for tournament solving I was consider whether it is beneficial to include future hands in the tree.
It's only beneficial if you include N(preflop + nextStreet), not N(0 + M) hands. The basis for this extreimly simple, as preflop consider low amount of public information, the weight of EV(as bias, for given hand) gets more influence on result, when any given move leading to EV(as leaf node, for given hand). So basicly EV(bias) -> EV(best move). Or in other words EV(bias) <= EV(best move). So, as bias is huge for preflop, you may only consider EV(bias) but not EV(best move). Though lower limit of tube must be defined, I't too hard for, so Im getting to it. But lets assume that EV(best move) >= EV(bias) >= EV(worst move of bias). So bias in other words is preseption of opponent. If bias = 100% range so EV(best move) >= EV(bias) >= EV(worst move) for EV(100%) as pure CRM deffinition. So as long EV(100%) -> e-Nash, EV(bias)-> e-Nash, for any given bias. It leads to conclusion, as bias -> 0, more presise e-Nash can be found. So, only and only EV(O(1))i for any given set of hands i{X} will give you better EV then EV(bias)i. It leads to conlusion, EV(O(1))i for i{X} => EV(bias)i => EV(100% = 169(preflop)). => it's much better to go for opponents model then CFM for any given i{X} in Z, Z = all hadns. Is clear?
Quote:
To conclude, I would like to ask opinions on inclusion of benefits of inclusion of future hands in calculating the optimal strategies in my case. Any related articles and/or forum threads would be appreciated greatly as well.
look up
PS. the easy answer, - it's no worth it.