On Mon, 2007-07-16 at 00:51 +0200, Andrés Domínguez wrote: > Hello everyone! > > After two years programming a complex go engine without success > I have started a new one (kakegoto). I use an innovative approach, > the program plays many random games, and then plays the move > with more winning probability. > > I want the program to play on 19x19 CGOS (only plays 19x19 Go). > What is the time limit for that size? How many versions of the program > can play simultaneously?
Hi Andres, You can play as many as you want simultaneously. The time is limit is 30 minutes sudden death - your program gets 30 minutes and the opponent gets 30 minutes. The technique you are using is not really new - it's called Monte Carlo and many programs are using that general approach. Of course there are many ways to implement it. We would welcome seeing your program on CGOS. - Don > Thank you, > > Andrés Domínguez > _______________________________________________ > computer-go mailing list > [email protected] > http://www.computer-go.org/mailman/listinfo/computer-go/ _______________________________________________ computer-go mailing list [email protected] http://www.computer-go.org/mailman/listinfo/computer-go/
