bupticybee / TexasSolver

🚀 A very efficient Texas Holdem GTO solver :spades::hearts::clubs::diamonds:
https://bupticybee.github.io/texassolver_page
GNU Affero General Public License v3.0
1.65k stars 295 forks source link

Qt version #160

Closed nguyenviettuan96 closed 1 year ago

nguyenviettuan96 commented 1 year ago

I try to rewrite this tool for only river round, that can run in real time with immediate input(not exec from txt file) and met some errors about QString. Could you let me know your Qt version?. Thank you

bupticybee commented 1 year ago

As described in readme. I use QT 5.1.0 (opensourced edition) to build the GUI version. For the console version, I use Mingw + CMake.

nguyenviettuan96 commented 1 year ago

when I test, I checked that this function: this->compairer = make_shared(compairer_file,compairer_file_lines); in PokerSolver.cpp consumes so much time. Could you give me an idea to reduce time?. I hope your next version will be faster if solving this problem

bupticybee commented 1 year ago

when I test, I checked that this function: this->compairer = make_shared(compairer_file,compairer_file_lines); in PokerSolver.cpp consumes so much time. Could you give me an idea to reduce time?. I hope your next version will be faster if solving this problem

Check GUI branch, this is already solved.

nguyenviettuan96 commented 1 year ago

Thank you. That is unbelievable, master branch cost me so much time. You know, when I ask to train on GPU, that is not a way to solve problem.

bupticybee commented 1 year ago

Thank you. That is unbelievable, master branch cost me so much time. You know, when I ask to train on GPU, that is not a way to solve problem.

So is this issue solved?

nguyenviettuan96 commented 1 year ago

yes of course