Poker-AI.org
http://poker-ai.org/phpbb/

TexasSolver - A opensourced solver faster than piosolver
http://poker-ai.org/phpbb/viewtopic.php?f=24&t=3475
Page 1 of 1

Author:  bupticybee [ Mon Aug 23, 2021 3:04 am ]
Post subject:  TexasSolver - A opensourced solver faster than piosolver

TexasSolver https://github.com/bupticybee/TexasSolver is the c++ version of my java solver https://github.com/bupticybee/TexasHoldemSolverJava.

but it's 5x faster and takes less than 1/3 memory than the java version, and best of all, it's now (under smaller tree settings) faster than piosolver.

check the speed benchmark https://github.com/bupticybee/TexasSolver#speed-benchmark-with-piosolver i have done with piosolver.

| | Input config | thread number | memory usage | accuracy | converge time |
|:------------------------------:|:------------------------------:|:-------------:|:------------:|:--------:|:-------------:|
| piosolver 1.0 | piosolver 1.0 | 6 | 492Mb | 0.29% | 242s |
| TexasSolver 0.1.0 (Our solver) | TexasSolver 0.1.0 (Our solver) | 6 | 1600Mb | 0.288% | 172s |

So why spent 1000$ on piosolver? TexasSolver is free and opensourced.

Author:  bupticybee [ Wed Aug 25, 2021 6:10 am ]
Post subject:  Re: TexasSolver - A opensourced solver faster than piosolver

You can also check https://colab.research.google.com/githu ... Demo.ipynb for a web demo version of the solver

Author:  Jonathan [ Fri Aug 27, 2021 3:40 am ]
Post subject:  Re: TexasSolver - A opensourced solver faster than piosolver

Hi, what about multyway and preflop solver?

Author:  bupticybee [ Mon Aug 30, 2021 3:24 am ]
Post subject:  Re: TexasSolver - A opensourced solver faster than piosolver

Jonathan wrote:
Hi, what about multyway and preflop solver?


That's another story, I'm still struggling to make it faster on 2-player game, and a gui, multyway and preflop maybe after that.

Author:  Ant0hin [ Tue Sep 21, 2021 5:30 pm ]
Post subject:  Re: TexasSolver - A opensourced solver faster than piosolver

Hi. Cool job! Is it possible to download the entire source project and open it in Visual Studio 2019 and debug and change the code?

Author:  bupticybee [ Wed Sep 22, 2021 7:27 am ]
Post subject:  Re: TexasSolver - A opensourced solver faster than piosolver

Ant0hin wrote:
Hi. Cool job! Is it possible to download the entire source project and open it in Visual Studio 2019 and debug and change the code?


I wrote it using Clion, but at least two other people compiled it under Visio Studio, so I guess yes

Author:  Ant0hin [ Thu Sep 23, 2021 3:26 pm ]
Post subject:  Re: TexasSolver - A opensourced solver faster than piosolver

when call the solver using command line tools from Windows, is it possible not to display the console with the log?

Author:  bupticybee [ Sun Sep 26, 2021 3:54 am ]
Post subject:  Re: TexasSolver - A opensourced solver faster than piosolver

Ant0hin wrote:
when call the solver using command line tools from Windows, is it possible not to display the console with the log?


Of course it's possible, you can use another program to create a subprocess and run the solving process there. But by default, the console will exist, I mean it's a "console version" right? What kind of console version will it be if it runs without a console?

Author:  Salem [ Mon Sep 27, 2021 11:35 pm ]
Post subject:  Re: TexasSolver - A opensourced solver faster than piosolver

Great job, thank you for sharing! :)

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/