> Those of you with multithreaded UCT programs -- how > do you do it? > Doesn't UCT pretty much require updating a common > data structure > after each MC run?
you could hand a job (starting position) to each thread and have the thread manager update a shared memory segment that they all can read from (but not write to). or are you talking about networked threads? s. ____________________________________________________________________________________ Have a burning question? Go to www.Answers.yahoo.com and get answers from real people who know. _______________________________________________ computer-go mailing list [email protected] http://www.computer-go.org/mailman/listinfo/computer-go/
