gnugo-devel
[Top][All Lists]
Advanced

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

Re: [gnugo-devel] reading connections


From: Gunnar Farneback
Subject: Re: [gnugo-devel] reading connections
Date: Thu, 11 Oct 2001 08:32:26 +0200
User-agent: EMH/1.14.1 SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.3 Emacs/20.7 (sparc-sun-solaris2.7) (with unibyte mode)

Trevor wrote:
> 1) Is there any way to get these SGF traces through GTP?

Currently it's not.

> If not, could there be? This would make them easily available
> through the regression view w/ little overhead.

The problem with this is that you must be very selective with what you
generate sgf traces for. If you tried to do something like that for an
entire genmove (for technical reasons you can't, but let's ignore
that) of average complexity you would be completely drowned in
variations and get a huge sgf file which would probably crash your sgf
viewer or at least render it useless.

> 2) Relatedly, how about enhancing loadsgf to accept the SGF file 
> directly on the GTP command line, like:
>   loadsgf (;FF[4]GM[1]SZ[19]AP[Jago]AB[pd][dp][nq]AW[pp][dd])

This has been discussed before and I'm strongly against it. One reason
is that we want to have external sgf files for the regressions because
it allows them to be examined by other tools (sgf viewers) and other
GNU Go modes. But most importantly I want to keep the GTP protocol
simple and easy to inspect. Inline sgf would not be a development in
the right direction.

> This would avoid necessity for temp files, and would make a network
> based GTP easier to use.

The answer is to use native GTP commands to set up the position.

/Gunnar



reply via email to

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