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: Ian Shaw
Subject: RE: [Bug-gnubg] How to copy rollout results from gnubg-no-gui.exe
Date: Wed, 21 May 2003 08:59:58 +0100


> 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. 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

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

Hope this helps.
--Ian




reply via email to

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