gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnugo-devel] Reorientation


From: Daniel Bump
Subject: Re: [gnugo-devel] Reorientation
Date: Wed, 10 Oct 2001 12:46:42 -0700

> Now this should be integrated somehow in the testing procedure.

The simplest thing I can think of is to have a file called
regression/orientation.gtp which just consists of one gtp
command 'orientation 1' which is automatically included by
regress.sh and eval.sh.

Then if you want to run the regressions in another
orientation you edit the file. 

There's a serious drawback to this simple scheme which I think makes
it unacceptable, that you could forget that you've edited
the file. 

So we'd actually like to have eight commands:

make orientation_1, ... , make orientation_8

One implementation would use eight files called
orientation_1.gtp, ... , each containing a single gtp command
setting the orientation. Then 'make orientation_3' would first
copy orientation_3.gtp to orientation.gtp, then make all
batches.

There's still a problem with this scheme, that you'd like to be
able to just do one test, e.g. reading.tst.

Dan






reply via email to

[Prev in Thread] Current Thread [Next in Thread]