[computer-go] firstChild/nextSibling in a DAG

2006-12-07 Thread Peter Drake
(This is all within the context of Monte Carlo.) Is anyone storing a search DAG (as opposed to a tree) and using the firstChild/nextSibling representation? I'm having trouble seeing how this would work, since when you traverse children (e.g., in UCT) you have to know which move is

RE: [computer-go] firstChild/nextSibling in a DAG

2006-12-07 Thread House, Jason J.
To: Computer Go Subject: [computer-go] firstChild/nextSibling in a DAG (This is all within the context of Monte Carlo.) Is anyone storing a search DAG (as opposed to a tree) and using the firstChild/nextSibling representation? I'm having trouble seeing how this would work, since when you traverse

Re: [computer-go] firstChild/nextSibling in a DAG

2006-12-07 Thread Peter Drake
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Drake Sent: Thursday, December 07, 2006 5:47 PM To: Computer Go Subject: [computer-go] firstChild/nextSibling in a DAG (This is all within the context of Monte Carlo.) Is anyone storing a search DAG (as opposed to a tree