]> git.sesse.net Git - stockfish/blob - polyglot.ini
2c6fd8c09b95f65d18c3dd3570e1d78c44be1220
[stockfish] / polyglot.ini
1
2 [PolyGlot]
3
4 EngineDir = .
5 EngineCommand = ./stockfish
6
7 Book = false
8 BookFile = book.bin
9
10 Log = false
11 LogFile = stockfish.log
12
13 Resign = true
14 ResignScore = 600
15
16 [Engine]
17
18 Hash = 128
19 Threads = 1
20 OwnBook = false
21 Book File = book.bin
22 Best Book Move = false
23 Use Search Log = false
24 Search Log Filename = SearchLog.txt
25 Mobility (Middle Game) = 100
26 Mobility (Endgame) = 100
27 Pawn Structure (Middle Game) = 100
28 Pawn Structure (Endgame) = 100
29 Passed Pawns (Middle Game) = 100
30 Passed Pawns (Endgame) = 100
31 Space = 100
32 Aggressiveness = 100
33 Cowardice = 100
34 Check Extension (PV nodes) = 2
35 Check Extension (non-PV nodes) = 1
36 Single Reply Extension (PV nodes) = 2
37 Single Reply Extension (non-PV nodes) = 2
38 Mate Threat Extension (PV nodes) = 0
39 Mate Threat Extension (non-PV nodes) = 0
40 Pawn Push to 7th Extension (PV nodes) = 1
41 Pawn Push to 7th Extension (non-PV nodes) = 1
42 Passed Pawn Extension (PV nodes) = 1
43 Passed Pawn Extension (non-PV nodes) = 0
44 Pawn Endgame Extension (PV nodes) = 2
45 Pawn Endgame Extension (non-PV nodes) = 2
46 Randomness = 0
47 Minimum Split Depth = 4
48 Maximum Number of Threads per Split Point = 5