desktop-postflop icon indicating copy to clipboard operation
desktop-postflop copied to clipboard

[Development suspended] Advanced open-source Texas Hold'em GTO solver with optimized performance

Results 11 desktop-postflop issues
Sort by recently updated
recently updated
newest added

I just ran a sim, while I can export to CSV, it is only for the particular spot and doesn't include future actions. Can I save the whole sim so...

The UI design is very similar to this project, see the link below: https://gtosolver.cn/pc-home/home

got ways to refactor this code for console mode like texas solver to expot json/csv results?

![image](https://github.com/b-inary/desktop-postflop/assets/17482349/83e853a8-815d-43b6-bccd-30cf32b35fae) Added JSON import/export page. - the user can paste in some json to set the ranges/board/tree config. - this is to allow external tools to generate the json for...

With `25, 10c` as the IP raise sizes, you see the following as expected ![image](https://github.com/b-inary/desktop-postflop/assets/17482349/622d8844-83be-4321-9472-b0eb8c69097d) But replacing the IP raise sizes with `25, 11c`, you no longer see the `11c`...

Say for example you set the bet sizes to `5c, 50, 10c`. Only the last constant bet size is used. ![image](https://github.com/b-inary/desktop-postflop/assets/17482349/f664d611-912e-4be8-9b60-1ef14c1fc6f2) ``` { "oopRange": "AA", "ipRange": "22", "config": { "board":...

I think this is asking a bit too much, but I wonder if there are any plan in the future to show the distributions of hands like how many percent...

From the other issue, it seems that you are working on saving strategies, aggregate reports for flops and play vs GTO solution on "random" flops. Considering those, it would be...

Hi. I don't think this is a major Issue but I thought I would let you know. I don't think I was doing anything unusual. https://i.imgur.com/FVBv6B1.mp4

similar to how GTO+ has something like the following: ![image](https://github.com/b-inary/desktop-postflop/assets/739280/f9f16dfd-8f92-4698-b11e-ccc7b619249b) i am sure this will require work on the solver backend to make this happen, but since the end-user experience...