Poker-AI.org Poker AI and Botting Discussion Forum 2021-09-27T23:35:08+00:00 http://poker-ai.org/phpbb/feed.php?f=24&t=3475 2021-09-27T23:35:08+00:00 2021-09-27T23:35:08+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=3475&p=8835#p8835 <![CDATA[Re: TexasSolver - A opensourced solver faster than piosolver]]>

Statistics: Posted by Salem — Mon Sep 27, 2021 11:35 pm


]]>
2021-09-26T03:54:55+00:00 2021-09-26T03:54:55+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=3475&p=8834#p8834 <![CDATA[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?

Statistics: Posted by bupticybee — Sun Sep 26, 2021 3:54 am


]]>
2021-09-23T15:26:23+00:00 2021-09-23T15:26:23+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=3475&p=8833#p8833 <![CDATA[Re: TexasSolver - A opensourced solver faster than piosolver]]> Statistics: Posted by Ant0hin — Thu Sep 23, 2021 3:26 pm


]]>
2021-09-22T07:27:25+00:00 2021-09-22T07:27:25+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=3475&p=8832#p8832 <![CDATA[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

Statistics: Posted by bupticybee — Wed Sep 22, 2021 7:27 am


]]>
2021-09-21T17:30:38+00:00 2021-09-21T17:30:38+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=3475&p=8829#p8829 <![CDATA[Re: TexasSolver - A opensourced solver faster than piosolver]]> Statistics: Posted by Ant0hin — Tue Sep 21, 2021 5:30 pm


]]>
2021-08-30T03:24:17+00:00 2021-08-30T03:24:17+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=3475&p=8807#p8807 <![CDATA[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.

Statistics: Posted by bupticybee — Mon Aug 30, 2021 3:24 am


]]>
2021-08-27T03:40:32+00:00 2021-08-27T03:40:32+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=3475&p=8804#p8804 <![CDATA[Re: TexasSolver - A opensourced solver faster than piosolver]]> Statistics: Posted by Jonathan — Fri Aug 27, 2021 3:40 am


]]>
2021-08-25T06:10:17+00:00 2021-08-25T06:10:17+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=3475&p=8799#p8799 <![CDATA[Re: TexasSolver - A opensourced solver faster than piosolver]]> https://colab.research.google.com/githu ... Demo.ipynb for a web demo version of the solver

Statistics: Posted by bupticybee — Wed Aug 25, 2021 6:10 am


]]>
2021-08-23T03:04:10+00:00 2021-08-23T03:04:10+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=3475&p=8798#p8798 <![CDATA[TexasSolver - A opensourced solver faster than piosolver]]> 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.

Statistics: Posted by bupticybee — Mon Aug 23, 2021 3:04 am


]]>