PDA

View Full Version : Poker stove questions


DMACM
06-13-2005, 02:51 PM
What is the difference between monte carlo and enumerate all?

How do you find the percentage of hands tied?

Thanks in advance.

Lost Wages
06-13-2005, 04:19 PM
What is the difference between monte carlo and enumerate all?

Enumerate all runs through every possible combination of hands/board cards. For complex simulations that would take too long, Monte Carlo picks cards at random.

How do you find the percentage of hands tied?

It's on the output screen, e.g.:

<font class="small">Code:</font><hr /><pre> equity (%) win (%) tie (%)
Hand 1: 64.9338 % 64.05% 00.89% { Ts9d }
Hand 2: 35.0662 % 34.18% 00.89% { 7s6h }
</pre><hr />