View Single Post
  #15  
Old 11-07-2005, 01:15 PM
Lee Jones Lee Jones is offline
Senior Member
 
Join Date: Mar 2003
Location: San Jose, CA
Posts: 271
Default ICM

[ QUOTE ]
Independent Chip Model - Basically, a method for determining chip value during a tourney.

[/ QUOTE ]

So, being ICM-clueless myself, I went to that page and read about it. Then I downloaded the C source, compiled it (Cygwin) without difficulty and ran it. It looked to my cursory glance like it was s'posed to determine the EV's for stacks of 18, 24, and 30 in a tournament down to three players with payoffs of .2, .3, and .5

So Q1: Are my assumptions correct?

When I ran it, it printed out:

72.000 0.25 0.3333 0.4166667

which seems to be:


total_chips %stack1 %stack2 %stack3

Then it went into a long waiting period and then spit out one row of numbers:

1816214400 0.250000 0.303571 0.446429 0.000000 0.000000 0.000000 0.305357

and a table. The table appears to be probabilities of people finishing in certain positions. But there's no guidance on how to interpret that.

In short, this program (presumably) does the heavy lifting nicely, but doesn't cross the t's and dot the i's, enabling a lay user to make much use of it.

(Even a comment or two tossed into the source would have gone a long way)

I may go have a look at the C++ source now and see if it's more useful. Does anybody wanna sell me a vowel?

Regards, Lee
Reply With Quote