[computer-go] Pay-as-you-go cluster?

sylvain.gelly at m4x.org sylvain.gelly at m4x.org
Mon Oct 2 05:53:33 PDT 2006


Le Lundi 02 Octobre 2006 14:35, Darren Cook a écrit :
> Sylvain's early ideas were basically the first one's I thought of.
>
> > One UCT per each CPU? then, merge results?
>
> Yes. How about the master machine does a simple 2-ply minimax, and for
> the evaluation of each leaf node it calls another CPU (*) and that does
> the UCT monte carlo.

It is like the first solution I have tried, but I had only 1-ply minimax (so 
max :-)), to avoid to choose between only 10 moves at first (you have to have 
a good way to do it, we haven't).
With 1-ply minimax, it does not give impressive results, and can even be 
worst, because clients have not the same speed, so one move can be more 
deeply explored and reported as weaker, even if it is better...

Sylvain



More information about the computer-go mailing list