From 1041b9d02e04d08c38dc4020fe6cb360c7eaecc9 Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Mon, 8 Sep 2014 13:07:59 +0200 Subject: [PATCH] Correct manual entry on BookLearn This was saying the option was a noop! --- polyglot.pod | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/polyglot.pod b/polyglot.pod index 9ebf8bf..12c321b 100644 --- a/polyglot.pod +++ b/polyglot.pod @@ -493,7 +493,16 @@ with the highest weight is selected. =item B (default: false) -This is a noop. +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! =item B (default: 256) -- 1.7.0.4