X-Git-Url: http://winboard.nl/cgi-bin?p=polyglot.git;a=blobdiff_plain;f=polyglot.pod;h=71fd17ca5bc9969909d7bc85be62f2ea0bd8c5b6;hp=0024cd105e2e5740c7164ef2a1ba8e8b45f8dbf0;hb=5cd5185613348b13625e257efcd7b2f11ca85276;hpb=ad2265d4fc54fc9ba99fc606e6174df34bfb4a0f diff --git a/polyglot.pod b/polyglot.pod index 0024cd1..71fd17c 100644 --- a/polyglot.pod +++ b/polyglot.pod @@ -265,8 +265,9 @@ Unconditionally stop the seach after this amount of time. =item B<-depth-delta> (default: 3) -Stop the search if the best move has been constant for this many depths, -on condition that the mininal depth and minimal time have been reached. +Stop the search if the solution as been found and the best move has +been constant for this many depths, on condition that the mininal +depth and minimal time have been reached. =item B<-min-depth> (default: 8) @@ -311,7 +312,7 @@ The config file is in the traditional INI format. option = value ... -Lines starting with "#" are ignored. +The characters "#" and ";" serve as comment characters. NOTE: There can be spaces in option names or values. Do not use quotes. Boolean values are written as "true" or "false". @@ -545,10 +546,18 @@ most 30 plies. polyglot make-book -pgn games.pgn -bin book.bin -max-ply 30 -Merge books "in1.bin" and "in2.bin" into a book "out.bin". +Merge books "w1.bin" and "w2.bin" into a book "w.bin". polyglot merge-book -in1 w1.bin -in2 w2.bin -out w.bin +Inspect lines for white in "w.bin" + + polyglot dump-book -bin w.bin -color white -out w_white.txt + +Test epd file "test.epd" with a (maximum) search time of 7 minutes per position + + polyglot epd-test -epd test.epd -max-time 420 + The command line for using the UCI engine "fruit" in a GUI which uses the xboard protocol.