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.69k stars 301 forks source link

On which paper do your algorithm based on? #82

Closed RamboWu closed 2 years ago

RamboWu commented 2 years ago

I tried to understand what optimization you did that differs from normal cfr, but it's quite a work to read pure codes without any comments. If you'd tell me which paper to researh, it would be much easier. Thx again for your hard work.

bupticybee commented 2 years ago

It's basically based on discount-cfr but I do a lot of optimization upon it. Some of them I think is quite original (especially those tricks that works) so some of the tricks you will find no paper to refer to.

However I think it's still possible to underestand most part of the code without any paper. You can always come back to the issue to ask why some code is written one way rather than other. Always welcome curious people like yourself.

bupticybee commented 2 years ago

Closing because this issue is considered solved.