X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=manual%2Fhtml_node%2FUCI-_002b-WB-Engine-Settings.html;h=a85f25e37c70141529356f3df338ee503309fad4;hb=5acdc0c401a6b8d61ff3926783ae252b0d318a35;hp=d38d12e527bbb5deee53d313c560b2154f98de5a;hpb=3e83b0fc8ace3c5857bc4a2e2f31a88c868b1514;p=xboard.git diff --git a/manual/html_node/UCI-_002b-WB-Engine-Settings.html b/manual/html_node/UCI-_002b-WB-Engine-Settings.html index d38d12e..a85f25e 100644 --- a/manual/html_node/UCI-_002b-WB-Engine-Settings.html +++ b/manual/html_node/UCI-_002b-WB-Engine-Settings.html @@ -37,41 +37,40 @@ Up: Options

-
-fUCI or -firstIsUCI true/false
-sUCI or -secondIsUCI true/false
Indicates if the mentioned engine executable file is an UCI engine, -and should be run with the aid of the Polyglot adapter rather than directly. -Xboard will then pass the other UCI options and engine name to Polyglot -through a .ini temporary file ceated for the purpose. -
-PolyglotDir filename
Gives the name of the directory in which the Polyglot adapter for UCI engines expects its files. -Default: "/usr/local/share/polyglot". -
-usePolyglotBook true/false
Specifies if the Polygot book should be used. -
-PolyglotBook filename
Gives the filename of the opening book that Polyglot should use. -From XBoard 4.3.15 on, native WinBoard engines will also use the opening book specified here, -provided the usePolyglotBook option is set to true, -and the option firstHasOwnBookUCI or secondHasOwnBookUCI applying to the engine -is set to false. -The engine will be kept in force mode as long as the current position is in book, -and XBoard will select the book moves for it. Default "". -
-fNoOwnBookUCI or -firstXBook or -firstHasOwnBookUCI true/false
-sNoOwnBookUCI or -secondXBook or -secondHasOwnBookUCI true/false
Indicates if the mentioned engine has its own opening book it should play from, -rather than using the external book through XBoard. Default: false. -
-defaultHashSize n
Sets the size of the hash table to n MegaBytes. Together with the EGTB cache size -this number is also used to calculate the memory setting of WinBoard engines, -for those that support the memory feature of WinBoard protocol. Default: 64. -
-defaultCacheSizeEGTB n
Sets the size of the EGTB cache to n MegaBytes. Together with the hash-table size -this number is also used to calculate the memory setting of WinBoard engines, -for those that support the memory feature of WinBoard protocol. Default: 4. -
-defaultPathEGTB filename
Gives the name of the directory where the end-game tablebases are installed, for UCI engines. -Default: "/usr/local/share/egtb". -
-egtFormats string
Specifies which end-game tables are installed on the computer, and where. -The argument is a comma-separated list of format specifications, -each specification consisting of a format name, a colon, and a directory path name, -e.g. "nalimov:/usr/local/share/egtb". -If the name part matches that of a format that the engine requests through a feature command, -xboard will relay the path name for this format to the engine through an egtpath command. -One egtpath command for each matching format will be sent. -Popular formats are "nalimov" DTM tablebases and "scorpio" bitbases. -Default: "". +
-fUCI or -firstIsUCI true/false
-sUCI or -secondIsUCI true/false
Indicates if the mentioned engine executable file is an UCI engine, +and should be run with the aid of the Polyglot adapter rather than directly. +Xboard will then pass the other UCI options and engine name to Polyglot +through a .ini temporary file ceated for the purpose. +
-PolyglotDir filename
Gives the name of the directory in which the Polyglot adapter for UCI engines expects its files. +Default: "/usr/local/share/polyglot". +
-usePolyglotBook true/false
Specifies if the Polygot book should be used. +
-PolyglotBook filename
Gives the filename of the opening book that Polyglot should use. +From XBoard 4.3.15 on, native WinBoard engines will also use the opening book specified here, +provided the usePolyglotBook option is set to true, +and the option firstHasOwnBookUCI or secondHasOwnBookUCI applying to the engine +is set to false. +The engine will be kept in force mode as long as the current position is in book, +and XBoard will select the book moves for it. Default "". +
-fNoOwnBookUCI or -firstXBook or -firstHasOwnBookUCI true/false
-sNoOwnBookUCI or -secondXBook or -secondHasOwnBookUCI true/false
Indicates if the mentioned engine has its own opening book it should play from, +rather than using the external book through XBoard. Default: false. +
-defaultHashSize n
Sets the size of the hash table to n MegaBytes. Together with the EGTB cache size +this number is also used to calculate the memory setting of WinBoard engines, +for those that support the memory feature of WinBoard protocol. Default: 64. +
-defaultCacheSizeEGTB n
Sets the size of the EGTB cache to n MegaBytes. Together with the hash-table size +this number is also used to calculate the memory setting of WinBoard engines, +for those that support the memory feature of WinBoard protocol. Default: 4. +
-defaultPathEGTB filename
Gives the name of the directory where the end-game tablebases are installed, for UCI engines. +Default: "/usr/local/share/egtb". +
-egtFormats string
Specifies which end-game tables are installed on the computer, and where. +The argument is a comma-separated list of format specifications, +each specification consisting of a format name, a colon, and a directory path name, +e.g. "nalimov:/usr/local/share/egtb". +If the name part matches that of a format that the engine requests through a feature command, +xboard will relay the path name for this format to the engine through an egtpath command. +One egtpath command for each matching format will be sent. +Popular formats are "nalimov" DTM tablebases and "scorpio" bitbases. +Default: "".
-