I'm looking at the code of Libgo110. I have a question. In the file uct.cpp and the definition of class note_t, the explore_coeff is calculated from log(node->bias). But in the paper 'Modification of UCT with Patterns in Monte-Carlo Go' table 1 line 10 -17, the explore_coeff is calculated from log(nb), where nb is the summation of node->bias for all the child nodes. Whyis the difference? Or did I read the code wrong?
Thanks for any explanation. DL ________________________________________________________________________ More new features than ever. Check out the new AOL Mail ! - http://webmail.aol.com
_______________________________________________ computer-go mailing list [email protected] http://www.computer-go.org/mailman/listinfo/computer-go/
