X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=README;h=ab34601df20adc507a42309d97593dc9fc992f5b;hb=learn;hp=8fbea2ed8d33431c5abb925487a1e1d679656f1a;hpb=de010509fa0e57ba955da6512c714fbff8606af3;p=polyglot.git diff --git a/README b/README index 8fbea2e..ab34601 100644 --- a/README +++ b/README @@ -68,7 +68,7 @@ DESCRIPTION defacto standard non-proprietary opening book format. It is fully documented here - http://alpha.uhasselt.be/Research/Algebra/Toga/book_format.html + http://hgm.nubati.net/book_format.html Roughly speaking a PolyGlot opening book is a collection of triples (position, move, weight). A "position" is represented by a 64-bit @@ -346,12 +346,30 @@ CONFIG FILE FORMAT This is the score in centipawns that will trigger resign "counting". + QueenNeverResigns (default: true) + Suppresses resigning irrespective of the score, as long as the + engine still has a Queen (hoping for a perpetual). + + HandleDraws (default: false) + When set Polyglot can accept draw offers on behalf of the engine, + when the last reported engine score is below Polyglot's contempt. + + ContemptScore (default: 30) + This is the score in centipawns that the engine must minimally see + in its own disadvantage before Polyglot will accept a draw offer. + ShowPonder (default: true) Show search information during engine pondering. Turning this off might be better for interactive use in some interfaces. + ShowTbHits (default: false) + Reports extra info on selective depth, search speed (knps) and + tablebase hits at the beginning of the PV field in the thinking + output of WinBoard protocol, just before the real PV. + ScoreWhite (default: true) - Report score from white's point of view in xboard mode. + Report score from white's point of view in xboard mode. (Wrecks + XBoard...). KibitzMove (default: false) Whether to kibitz when playing a move. @@ -376,8 +394,10 @@ CONFIG FILE FORMAT UCI (default: false) If true PolyGlot will not understand xboard commands. - MateScore (default: 10000) - Mate score reported to GUI when in xboard mode. + MateScore (default: 0) + Mate score reported to GUI when in xboard mode. When set to 0 it + uses the new CECP convention of reporting 100000 + N for mate in N + moves, and -(100000 + N) for mated in N. Book (default: false) Indicates whether a PolyGlot book should be used. This has no @@ -399,8 +419,15 @@ CONFIG FILE FORMAT move with the highest weight is selected. BookLearn (default: false) - Store learning information in the book (which must be writable). - Currently no engine actually uses this information. + Switches on updating of the 'learn fields' of the opening book, + which for each move record the number of times the move was played, + and the number of half-points scored with it. It also switches on + making use of this information already in the book, for altering + the move-selection probabilities from those specified by the book + weights. (Rarely played moves will be favored, moves with a + significant poor performance will be shunned.) This option must be + set before the book is specified, or the updating of the learn info + will not work! BookDepth (default: 256) Stop using the book after this number of moves. @@ -425,6 +452,12 @@ CONFIG FILE FORMAT 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. + STFudge (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. + OnlyWbOptions (default: true) If true then PolyGlot restricts the options it sends to those that are potentially useful for WinBoard. @@ -487,6 +520,9 @@ CONFIG FILE FORMAT Hash NalimovPath NalimovCache + GaviotaPath + GaviotaCache + SyzygyPath OwnBook Hidden options like "Ponder" or "UCI_xxx" are automatic and should not @@ -550,4 +586,4 @@ SEE ALSO - 2010-04-25 POLYGLOT(6) + 2015-10-20 POLYGLOT(6)