X-Git-Url: http://winboard.nl/cgi-bin?p=polyglot.git;a=blobdiff_plain;f=polyglot.pod;h=9ebf8bf8d0a14bff36e7c44ce3e9762d60ba0cf3;hp=415902f3d0fe186435eca84856968ac6c2c153ba;hb=HEAD;hpb=471c4c42e267be298ce20951d5a352acd6b55190 diff --git a/polyglot.pod b/polyglot.pod index 415902f..9ebf8bf 100644 --- a/polyglot.pod +++ b/polyglot.pod @@ -8,7 +8,7 @@ PolyGlot - Winboard protocol to UCI protocol adapter =head1 SYNOPSIS -polyglot [configfile] [-noini] [-ec engine] [-ed enginedirectory] [-en enginename] [-log] [-lf logfile] [-hash value] [-bk book] [-pg =]* [-uci =]* +polyglot [configfile] [-noini] [-ec engine] [-ed enginedirectory] [-en enginename] [-log true/false] [-lf logfile] [-pg =]* [-uci =]* polyglot make-book [-pgn inputfile] [-bin outputfile] [-max-ply ply] [-min-game games] [-min-score score] [-only-white] [-only-black] [-uniform] @@ -493,8 +493,7 @@ with the highest weight is selected. =item B (default: false) -Store learning information in the book (which must be writable). Currently -no engine actually uses this information. +This is a noop. =item B (default: 256) @@ -523,6 +522,13 @@ Win32 priority levels are mapped in a sensible way to Unix nice levels. This a bit vector in which each bit represents the processors that a process is allowed to run on. This option works only on Windows. +=item B (default: 20) + +PolyGlot will translate "st x" as "go movetime 1000*x-STFudge". +The rationale is that in the UCI specification the argument of movetime +is defined as the exact search time whereas the argument of the +st command is only an upperbound. + =item B (default: true) If true then PolyGlot restricts the options it sends to those that @@ -613,9 +619,9 @@ Running the UCI engine "fruit" under xboard 4.3.15 and later (this invokes PolyG xboard -fcp fruit -fUCI -An explicit command line for using the UCI engine "fruit" with 128M hash in xboard with logging enabled (this also works on xboard 4.2.7). +An explicit command line for using the UCI engine "fruit" with logging enabled (this works also with older versions of xboard). - xboard -fcp "polyglot -noini -log -ec fruit -hash 128" + xboard -fcp "polyglot -noini -log true -ec fruit" The equivalent config file would be: @@ -623,7 +629,6 @@ The equivalent config file would be: EngineCommand = fruit Log = true [Engine] - Hash=128 Compile "games.pgn" into a book "book.bin" retaining all lines of at most 30 plies.