Dan wrote: > Last time I knew, the metamachine was working. It was > certainly working in 3.6. I can test it again and see > if it still works (but not at the moment).
The small patch below is needed to make it compilable again. Do you have some good use cases to test it with? Just starting it in ascii mode gives a segmentation fault when generating the first move, but I don't know whether it's expected to work. From a 2002 message I dug up: | Now you can run: | | gnugo -l ManyFaces3-gnugo-3.3.11-200211071935.sgf -L25 | --quiet --metamachine --limit-search D14 -t -o vars.sgf | | and notice that the metamachine makes the right move at | C14. (If you omit the search limitation, it still moves in | the same area but plays the wrong move at B10.) This does still work, although it no longer finds C14. /Gunnar Index: interface/play_gmp.c =================================================================== RCS file: /cvsroot/gnugo/gnugo/interface/play_gmp.c,v retrieving revision 1.32 diff -u -r1.32 play_gmp.c --- interface/play_gmp.c 5 Oct 2005 16:32:12 -0000 1.32 +++ interface/play_gmp.c 16 Oct 2005 20:43:14 -0000 @@ -109,7 +109,7 @@ #if ORACLE if (metamachine && oracle_exists) - oracle_clear_board(gnugo_get_boardsize()); + oracle_clear_board(board_size); #endif sgfOverwritePropertyInt(sgftree.root, "SZ", board_size); _______________________________________________ gnugo-devel mailing list gnugo-devel@gnu.org http://lists.gnu.org/mailman/listinfo/gnugo-devel