]> git.sesse.net Git - stockfish/blob - polyglot.ini
Rename stuff in evaluate.cpp
[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 Minimum Split Depth = 4
35 Maximum Number of Threads per Split Point = 5
36 Use Sleeping Threads = false
37 Skill Level = 20
38 Emergency Move Horizon = 40
39 Emergency Base Time = 200
40 Emergency Move Time = 70
41 Minimum Thinking Time = 20