Le Samedi 25 Février 2006 05:57, Terry McIntyre a écrit : > I have been studying a complicated little situation, and when I ran > > gnugo --decide-semeai game.sgf > > I got: > > finished examine_position > Analyzing semeai between D2 and E3, white moves first > Semeai defense of D2: result WIN E2 > Semeai attack of E3: result WIN E2 > 500 nodes, uncertain result > > Analyzing semeai between E3 and D2, black moves first > Semeai defense of E3: result WIN G8 > Semeai attack of D2: result WIN G8 > 502 nodes, uncertain result > > > --- is there any way to increase the number of nodes examined, for a > more definitive answer? > > Thanks! > > Terry McIntyre > SAP Unix Systems Administration > Business Systems > [EMAIL PROTECTED] > [EMAIL PROTECTED] >
Hi again In interface/main.c you can see an option --semeai-node-limit N This is probably what you need. I don't know how it is linked to other limits, so trying --level M seems safer. Alain _______________________________________________ gnugo-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnugo-devel

