Skip to content

Releases: bupticybee/TexasSolver

TexasSolver v0.2.0

04 Nov 02:47
95f039c
Compare
Choose a tag to compare
  1. Add GUI interface for Windows and Mac, tons of work
  2. Fix some bug concerning tree building
  3. Add some default ranges to solver

TexasSolver v0.1.1

08 Sep 05:57
69d7fb8
Compare
Choose a tag to compare
  • fix bug in turn and river calculation
  • fix bug in shortdeck calculation
  • fix bug in MacOs

TexasSolver v0.1.0

17 Aug 08:18
6903632
Compare
Choose a tag to compare
  • Optimized to run on flop
  • With a tree size not too large (1~2bets + allin) it's speed sometimes even exceeds piosolver on flop
  • Support cross language calls
  • Support dump strategy to json file
  • Support Mac, Linux and Windows
  • Support texas holdem and shortdeck
  • It's the c++ version of TexasHoldemSolverJava with a ton of optimization, it's 5x faster than the jave version and takes less then 1/3 memory.