Quote:
For real poker would it be OK to iterate in this way?
for mycards = 22,23,... AA
for oppcards = 22,23,... AA
for flop = 222,223,... AAA
I'm 99% sure this would converge slower than a random ordering.
Quote:
The reason I want to do this is to get perfectly weighted representations for each scenario instead of using a PRNG with no guarantees.
I suspect that for a "perfectly weighted representation" you would need the answer before you start. But I think you might be able to bias the sampling to the cards which matter more to the solution. I know no more than that.Statistics: Posted by spears — Tue Dec 10, 2013 7:04 am
]]>