Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Tournament Poker > STT Strategy
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 09-19-2007, 09:15 PM
R Gibert R Gibert is offline
Member
 
Join Date: Jan 2006
Posts: 53
Default ICM algorithm

I got this from the FAQ concerning the ICM algorithm:
[ QUOTE ]

P^m_i = prob. of mth place for ith player
P^m_i = sum_{k!=i} P^1_k*P^m-1_i(S_~k)
where S_~k is the stacks after removing the k'th stack.

The recursion is closed with:
P^1_i = S_i/sum_k S_k


[/ QUOTE ]
I don't understand this notation. I would like to rewrite this in Python. If some one could explain what the above syntax means, it would be helpful.
Reply With Quote
  #2  
Old 09-20-2007, 01:57 AM
plexiq plexiq is offline
Senior Member
 
Join Date: Apr 2007
Location: Vienna
Posts: 138
Default Re: ICM algorithm

This is a simple implementation in Java, should be straightforward to port it to python:
http://www.holdemresources.net/hr/sngs/icm/icmjava.html
Reply With Quote
  #3  
Old 09-20-2007, 02:26 AM
Slim Pickens Slim Pickens is offline
Senior Member
 
Join Date: Jan 2005
Location: John Wayne\'s not dead.
Posts: 5,574
Default Re: ICM algorithm

It helps to write out all the subscripts "_" and superscripts "^". The sum is over all k that is not equal to i.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:58 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.