Re: [computer-go] Go Programming Language

2009-11-11 Thread Christian Buchner
> Has anyone tried programming Go in the "Go" Programming Language? > > http://golang.org/ And the result would be a gogo? ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [computer-go] using the GPU

2008-08-17 Thread Christian Buchner
I am currently looking at the fuego engine's source code, trying to figure out whether the Monte Carlo search can be put on a GPU. One of the problems on a GPU is that there is no stack, so I may have to emulate one. Fuego seems to be pretty well structured and the online documentation (doxygen ba