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 in
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
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 expen