From 37c855d98f83854d576543cf096e6b117c31fe5d Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Mon, 8 Sep 2014 13:40:12 +0200 Subject: [PATCH] Update man page The newly added options for resign and draw handling, and display of tabebase hits are described in the manual. --- polyglot.pod | 26 +++++++++++++++++++++++++- 1 files changed, 25 insertions(+), 1 deletions(-) diff --git a/polyglot.pod b/polyglot.pod index 12c321b..604ca0c 100644 --- a/polyglot.pod +++ b/polyglot.pod @@ -428,14 +428,35 @@ are ignored. This is the score in centipawns that will trigger resign "counting". +=item B (default: true) + +Suppresses resigning irrespective of the score, +as long as the engine still has a Queen (hoping for a perpetual). + +=item B (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. + +=item B (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. + =item B (default: true) Show search information during engine pondering. Turning this off might be better for interactive use in some interfaces. +=item B (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. + =item B (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...). =item B (default: false) @@ -614,6 +635,9 @@ Standard UCI options are Hash NalimovPath NalimovCache + GaviotaPath + GaviotaCache + SyzygyPath OwnBook Hidden options like "Ponder" or "UCI_xxx" are automatic -- 1.7.0.4