-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
45 lines (23 loc) · 1.39 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Stockfish 10 with Polyglot book option by tillchess!
Project: I liked to have Stockfish 10 without changes to the Stockfish code but with the option to use a Polyglot book (.bin)
- so I can play against SF in a certain opening line for example.
Book is not used when in Analyis mode!
So I merged some code of BrainFish with Stockfish so SF can use Polyglot opening books.
UCI options
BookFile
If set to the file name of an existing Polyglot .bin opening book file Stockfish uses this book.
If set to an empty string Stockfish relies on the GUI to handle the book.
Book is not used when in Analyis mode!
BookDepth: 0-255 moves
BestBookMove : true uses the best book move, otherwise when false a random book move!
OwnBook: this means that the engine has its own book which is accessed by the engine itself.
if this is set, the engine takes care of the opening book and the GUI will never
execute a move out of its book for the engine. If this is set to false by the GUI,
the engine should not access its own book.
-------------------------------
Source code of Brainfish: https://zipproth.de/Brainfish/BrainFish_181110_source.zip
Soure code of Stockfish 10 from: https://stockfish.s3.amazonaws.com/stockfish-10-mac.zip
Credits:
Massimiliano Goi also did this on his own
https://chess.massimilianogoi.com/download/stockfish/
Check him out, too!