Skip to content

v0.2.4

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 05:11
· 20 commits to main since this release

New feature

  • Bunching effect support

CPU requirement update

  • Raised CPU requirement from AVX to AVX2

Performance improvement

  • ~5% faster than v0.2.3

More details about bunching effect

The bunching effect refers to the card removal effect caused by the ranges of folded players. Since most players fold with a weak hand, the remaining players will have a higher chance of holding a strong hand.

To the best of our knowledge, this is the first postflop solver in the world to support the bunching effect. The option supports up to 4 folded players (6-max game). By entering the ranges of the folded players and performing a precomputation, the solver can account for the bunching effect.

The simulation is exact and precise. This means that the solver does not make any abstractions or approximations. However, please note that enabling the bunching effect will significantly slow down the solver due to the heavy additional computation required.