On Sep 8, 2008, at 11:45 AM, "Olivier Teytaud" <[EMAIL PROTECTED]> wrote:


By my recent experiments, 8~9 * (threads - 1) ELO is lost.  This
matches my earlier result well.

Do you have tricks for avoiding redundancies between simulations ?

I suggest simple tricks like "do not go to node X if there is a thread currently in node X" (simply by setting the score of the moves leading to node X to zero until you get out of the node).

Are there any tricks for adding in transposed search results without locking? I currently re-scan children to pick up the free search results.
_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to