TexasSolver

🚀 A very efficient Texas Holdem GTO solver

AGPL-3.0 License

Stars
1.7K
Committers
13

Bot releases are hidden (Show)

TexasSolver - TexasSolver v0.2.0 Latest Release

Published by bupticybee almost 3 years ago

  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 - TexasSolver v0.1.1

Published by bupticybee about 3 years ago

  • fix bug in turn and river calculation
  • fix bug in shortdeck calculation
  • fix bug in MacOs
TexasSolver - TexasSolver v0.1.0

Published by bupticybee about 3 years ago

  • 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.