I know this is a simple issue but I'm not sure of the solution. I am currently in the very early stages of writing a go engine. I have the board state and simple opening library implemented (no play logic yet). I'm would like to output debugging/developnent output statements to the gogui shell window. If the engine sends printf("some output\n"); gogui says "Sent a malformed response". If it fprintf(stderr, "some output\n"); nothing is displayed.
How can you print messages to the shell without disrupting the message protocol? Also, is there a site that describes the workings of a UCT bot in detail similiar to some chess programming tutorial sites?
_______________________________________________ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/