X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=README;h=ed905e60132a232c0e9e3245889c82fe20083d0c;hb=aaf072500213db1bed274a2dd8ebe711f21ab898;hp=0a147f92e6d5ddbbfa319360b87fe08ba59110ca;hpb=0d182b4efac85dce968068bfe4509e52e9a30051;p=polyglot.git diff --git a/README b/README index 0a147f9..ed905e6 100644 --- a/README +++ b/README @@ -23,7 +23,7 @@ SYNOPSIS polyglot info-book [-bin inputfile] [-exact] - polyglot dumb-book [-bin inputfile] -color color [-out outputfile] + polyglot dump-book [-bin inputfile] -color color [-out outputfile] polyglot [configfile] epd-test [-epd inputfile] [-min-depth depth] [-max-depth depth] [-max-time time] [-depth-delta delta] @@ -375,9 +375,16 @@ CONFIG FILE FORMAT Select moves according to their weights in the book. If false the move with the highest weight is selected. - BookLearn (default: false) - Record learning information in the opening book. Naturally this - requires the opening book to be writable. + BookRandom (default: true) + Select moves according to their weights in the book. If false the + move with the highest weight is selected. + + BookDepth (default: 256) + Stop using the book after this number of moves. + + BookTreshold (default: 5) + Do not play moves with a weight (probability) lower than this (in + per mil). UseNice (default: false) Run the engine at nice level 5, or "NiceValue" if it set. On some @@ -399,8 +406,7 @@ CONFIG FILE FORMAT Work arounds are identical to options except that they should be used only when necessary. Their purpose is to try to hide problems with - various software (not just engines). The default value is always cor- - rect for bug-free software. + various software (not just engines). IMPORTANT: Any of these work arounds might be removed in future ver- sions of PolyGlot. You are strongly recommended to contact the author @@ -440,6 +446,21 @@ CONFIG FILE FORMAT to the way kibitzing is implemented, KibitzMove is disabled in that case. + WbWorkArounds (default: true) + The intention of these options is to provide work arounds for + xboard/winboard bugs should they arise. This one decapitalizes the + word Draw in options that contain this word. Some versions of + xboard/winboard contain a bug which causes such options to be + interpreted as draw claims by the engine. + + Engines that send options with "Draw" in their name are Rybka and + HIARCS. + + WbWorkArounds2 (default: false) + Old version of Winboard clear the engine output window at depth 1. + With this work around PG will send info lines at depth >=2. This + may or may not improve the display. + [Engine] section This section contains engine UCI options. PolyGlot does not understand @@ -512,4 +533,4 @@ SEE ALSO - 2009-07-26 POLYGLOT(6) + 2009-08-13 POLYGLOT(6)