--- In [email protected], "ur_outfoxed" <kc...@...> wrote:
>
> Probably the first of many.
> 
> Jason once tried to explain this to me, but this is a multipart
> question about how to use Quackle to get different results.  Anyway,
> let's say that we are want to simulate and get the raw numbers to use
> for a table.  Let's say for example that we are on the opening rack,
> and we have the word PLAYING that we play for 82 points, and we would
> like to know not just the average of what our opponent will do next
> play, but an entire table of the score and/or equity of what Quackle
> will score next play for 10000 iterations.  So we run a 1-ply
> simulation for PLAYING at 8d and it spits back an average value with a
> standard deviation for our opponent responses.  But where can we find
> the actual list of scores or equities for our opponent's plays?  I
> want to see a list of plays such as: 
> 
> 
> 1st iteration:  24    Leave value:  -2.714
> 2nd iteration:  0     Leave value:  4.12
> 3rd iteration:  71    Leave value:  0
> 
> .......
> 
> 
> Where can I go to find this?
> 
> Thanks,
> Kenji
>

Kenji,
This particular question is easy to answer; I've done this myself when
trying to debug Quackle and seeing the scores. There is a "Log sim to
file" checkbox on the bottom left of the Choices screen. You can then
start a sim, let it run for several thousand iterations, and all the
information is written to the file. It's in XML format, so you'll have
to do some processing to get it in the format you want, but it's
fairly easy if you have some programming language knowledge(I can show
you later if you don't know)

Cesar

Reply via email to