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 based) is fairly good, so it seems like a nice starting point for such experiments. Before that I have also had a brief look at Gnu Go source code and decided not to go with this. _______________________________________________ computer-go mailing list [email protected] http://www.computer-go.org/mailman/listinfo/computer-go/
