Java Poker Equity Calculator

F

Freitas

Rising Star
Bronze Level
Joined
Nov 4, 2014
Total posts
1
Chips
0
Hello ...

I wonder if anyone has done something for Poker equity Calculator in Java.

I need one for a personal project to help me in my plays online poker.

I have searched a lot on the internet and even found one that is exactly what I need:

1- It is possible to calculate the equity of a hand against a specific hand range.
2- It is possible to calculate the equity of a hand against a random hand range.
3- It is possible to calculate the equity one hand against multiple opponents.
4- It is possible to calculate the Preflop equity, Flop, Turn and River.

https://github.com/mihhailnovik/jSim

But it has a big problem, it takes too long, I need something that is quick, to be used in real time while playing.

If anyone has done something similar or have any idea how to make this much faster algorithm, please help me ...
 
Poker Odds Calculator
Top