> >>• record results for all visited
> nodes_______________________________________________
>
> Where do you record the results?
>
>
In each node, you keep the statistics of simulations in this node. Many
informations can be useless in each node: rave values (the gelly&silver
paper I've emailed to you)
criticality (to be found on Rémi Coulom's web page), but for a first
implementation
the main thing is the number of won simulations and the number of lost
simulations (among those which go through this node).

Possibly, you use a hashtable so that if two nodes are identical (up to the
history
reaching the node, which might nonetheless matter in case of superko) you
can
"share" the information.
Olivier
_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to