]> git.sesse.net Git - stockfish/blob - polyglot.ini
Introduce Search namespace
[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 Passed Pawns (Middle Game) = 100
28 Passed Pawns (Endgame) = 100
29 Space = 100
30 Aggressiveness = 100
31 Cowardice = 100
32 Minimum Split Depth = 4
33 Maximum Number of Threads per Split Point = 5
34 Use Sleeping Threads = false
35 Skill Level = 20
36 Emergency Move Horizon = 40
37 Emergency Base Time = 200
38 Emergency Move Time = 70
39 Minimum Thinking Time = 20