[computer-go] Selecting tree child objects, was Hydra theory (was Hybrid theory)

2008-02-02 Thread Harri Salakoski
Hi such question that do you typically traverse all child objects or is there faster way to select explored node child object. I have concluded that it is not at least easy as multiple nodes uct values change each simulation so trying to keep biggest uct value in first in list is maybe too

Re: [computer-go] Selecting tree child objects, was Hydra theory (was Hybrid theory)

2008-02-02 Thread Don Dailey
It's a shame a priority queue can't be used. But after each simulation, all sibling change together. - Don Harri Salakoski wrote: Hi such question that do you typically traverse all child objects or is there faster way to select explored node child object. I have concluded that it is not

Re: [computer-go] Selecting tree child objects, was Hydra theory (was Hybrid theory)

2008-02-02 Thread Gian-Carlo Pascutto
Harri Salakoski wrote: Hi such question that do you typically traverse all child objects or is there faster way to select explored node child object. I have concluded that it is not at least easy as multiple nodes uct values change each simulation so trying to keep biggest uct value in first