-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--Iterations dont work #1
Comments
Hi @Doaxan For 3 cards (flop board) 1081 iterations will be performed, That doesn't seem to be affected by number of players at all. @cookpete, shouldn't it rather calculate against all possible players holdings, limited to "--Iterations" param? |
Hey @paulwalczewski and @Doaxan, Yeah I must admit that the "unknown cards" feature was shoehorned in to the library after I had written most of it. It will perform the same number of iterations as if the cards are known, and just pick random cards for each iteration. Fixing this properly (ie iterating through every possible hand) will require a big refactor of the logic. It's definitely possible, and I can look into it when I get some spare time. |
It's worth noting that in it's current state, |
Hi @cookpete. Yes, with flop stage it gives more or less acceptable results (gets bit worse with more players, couple % differences usually between simulations). But it gets pretty useless on turn or river :( Whenever you get that spare time to look into it I would be really appreciated! |
1081 iterations always
The text was updated successfully, but these errors were encountered: