Re: [computer-go] UCT outside of go?

2007-06-06 Thread Roland Illig
Darren Cook wrote: Does anyone know of UCT being used in games other than go, or outside games altogether, such as travelling salesman problem, or some business-related scheduling/optimizing/searching problem domain? I have used it in a connect4 engine.

Re: [computer-go] computer go documentation issues

2007-03-19 Thread Roland Illig
Peter Christopher wrote: Taking a look at computer go documentation, I see that there are (at least) three pages that exist in wiki format for top level computer go wiki pages- wikipedia.org - computer go sensei - computer go sensei - computer go programming It seems obvious that these are

Re: [computer-go] Serializing a very large object in Java

2007-02-11 Thread Roland Illig
Peter Drake wrote: out.writeObject(root); Storing the root node of the Monte Carlo search will get storeObject() called on all the siblings and children (assuming you are using an implementation similar to the one on http://senseis.xmp.net/?UCT. With 10.000 nodes, the depth of the tree is