View Single Post
  #17  
Old 11-28-2007, 03:29 AM
jimmyfingers jimmyfingers is offline
Senior Member
 
Join Date: Sep 2006
Posts: 299
Default Re: Staking Question

[ QUOTE ]
[ QUOTE ]
one problem with your model is it just looks at the final result. so if the person goes below 0 and then comes back it counts that as a positive amount instead of the 0 it would be in reality (since the person would stop playing after hitting 0).

[/ QUOTE ]

I don't think so, he is running a loop iteration for every hand, and has a break condition if the amount of the stake is ever <= 0.

[/ QUOTE ]

oh, yeah you're right (well, it's every 100 hands, but still). i didn't look closely enough at the code. disregard that problem then
Reply With Quote