version 1.4.37b
[polyglot.git] / polyglot.pod
index 285e9b1..3ad6913 100644 (file)
@@ -442,10 +442,18 @@ does not matter.
 Select moves according to their weights in the book. If false the move
 with the highest weight is selected. 
 
-=item B<BookLearn> (default: false)
+=item B<BookRandom> (default: true)
+
+Select moves according to their weights in the book. If false the move
+with the highest weight is selected. 
+
+=item B<BookDepth> (default: 256)
 
-Record learning information in the opening book. Naturally this requires
-the opening book to be writable. 
+Stop using the book after this number of moves. 
+
+=item B<BookTreshold> (default: 5)
+
+Do not play moves with a weight (probability) lower than this (in per mil). 
 
 =item B<UseNice> (default: false)
 
@@ -520,14 +528,20 @@ Due to the way kibitzing is implemented, KibitzMove is disabled in that case.
 
 =item B<WbWorkArounds> (default: true)
 
-The intention of this option is to provide work arounds for
-xboard/winboard bugs should they arise.  Currently it decapitalizes
+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. 
 
+=item B<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. 
+
 =back