Skip to content
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

How to fast calculate two hands equity with random board #70

Open
audiserg opened this issue Jun 8, 2020 · 4 comments
Open

How to fast calculate two hands equity with random board #70

audiserg opened this issue Jun 8, 2020 · 4 comments

Comments

@audiserg
Copy link

audiserg commented Jun 8, 2020

In windows and android application calculation one to other hands range(for example AA to QJo) with empty board very fast, but in library this calculation via peval.evaluateShowdown() to slow.

@JonathanLehner
Copy link

it is fast because there are tables for it. but calculation needs to check a lot of possibilities

@RamboWu
Copy link

RamboWu commented Dec 15, 2021

it is fast because there are tables for it. but calculation needs to check a lot of possibilities

you mean in app, it uses calculated data?

@RamboWu
Copy link

RamboWu commented Dec 15, 2021

@andrewprock

@andrewprock
Copy link
Owner

The lookup tables have not yet been integrated into this codebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants