bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] How to copy rollout results from gnubg-no-gui.exe


From: Joern Thyssen
Subject: Re: [Bug-gnubg] How to copy rollout results from gnubg-no-gui.exe
Date: Wed, 21 May 2003 08:07:13 +0000
User-agent: Mutt/1.4.1i

On Wed, May 21, 2003 at 08:59:58AM +0100, Ian Shaw wrote
> 
> 
> > I'm trying to rollout a series of positions (not matches) using the
> > commandline version of GNU. (Build 030501)
> > 
> > I can't seem to find an easy way to copy the rollout results 
> > afterwards. The
> > best I could come up with is to log the whole session to a 
> > text file, but
> > this is not an optimal solution.
> > 
> > Any suggestions?
> > 
> 
> Hi Lasse,
> 
> I export each position to an html and or text file. You could also
> save it as an sgf if you wanted to re-use it in GnuBG. 

Unfortunately, the rollout is not saved...

> See example
> below.
> 
> # Disable prompts
> set confirm new off
> set confirm save off
> 
> #Set output formats
> set output mwc on
> set output matchpc on
> set output winpc on
> set clockwise off
> 
> # Set up position
> set matchid cAkAAAAAAAAA
> set board 4HPkASjgc/ABMA
> set dice 44
> 
> # rollout top 3 plays
> hint 
> rollout =3

should be

rollout =1 =2 =3

?

> # save to text and html
> export position html ".\rollouts\filename.htm"
> export position text ".\rollouts\filename.txt"

Jørn




reply via email to

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