[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gnugo-devel] 2 questions
From: |
bump |
Subject: |
Re: [gnugo-devel] 2 questions |
Date: |
Thu, 15 Jan 2004 14:26:57 -0800 |
> 1/
> gnugo -l g1.sgf -L 152 -a -w -t > g1.txt
> creates the g1.txt output file but does not put anything inside .
> is there an other way to do this ?
Traces are written to stderr not stdout, so the correct syntax is:
gnugo -l g1.sgf -L 152 -a -w -t 2> g1.txt
> 2/ the break_in(off) evaluators are available if GNUGo has been invoked at
> level 10 or more .
> In that case ,does the GPT command -level 9 switch them off ?
In GNU Go 3.4 the breakin code is switched off at level 9 and
in fact this is the only difference between levels 9 and 10.
The rationale behind this was due to the slowness of the
breakin code. This policy might change before GNU Go 3.6.
Dan
- [gnugo-devel] I stepped on a bug, Fred Strauss, 2004/01/15
- Re: [gnugo-devel] I stepped on a bug, bump, 2004/01/15
- Re: [gnugo-devel] 2 questions,
bump <=
- Re: [gnugo-devel] 2 questions, Arend Bayer, 2004/01/16
- Re: [gnugo-devel] 2 questions, max-d, 2004/01/16
- Re: [gnugo-devel] 2 questions, Evan Berggren Daniel, 2004/01/16
- Re: [gnugo-devel] 2 questions, max-d, 2004/01/16
Re: [gnugo-devel] I stepped on a bug, Allan Crossman, 2004/01/15
Re: [gnugo-devel] I stepped on a bug, Fred Strauss, 2004/01/16