]> git.sesse.net Git - stockfish/blob - polyglot.ini
Merge branch 'master' into aspiration
[stockfish] / polyglot.ini
1 [PolyGlot]
2
3 EngineDir = .
4 EngineCommand = ./stockfish
5
6 Book = false
7 BookFile = book.bin
8
9 Log = false
10 LogFile = stockfish.log
11
12 Resign = true
13 ResignScore = 600
14
15 [Engine]
16
17 Use Search Log = false
18 Search Log Filename = SearchLog.txt
19 Book File = book.bin
20 Best Book Move = false
21 Contempt Factor = 0
22 Mobility (Midgame) = 100
23 Mobility (Endgame) = 100
24 Pawn Structure (Midgame) = 100
25 Pawn Structure (Endgame) = 100
26 Passed Pawns (Midgame) = 100
27 Passed Pawns (Endgame) = 100
28 Space = 100
29 Aggressiveness = 100
30 Cowardice = 100
31 Min Split Depth = 4
32 Max Threads per Split Point = 5
33 Threads = 1
34 Use Sleeping Threads = true
35 Hash = 128
36 Ponder = true
37 OwnBook = false
38 MultiPV = 1
39 Skill Level = 20
40 Emergency Move Horizon = 40
41 Emergency Base Time = 200
42 Emergency Move Time = 70
43 Minimum Thinking Time = 20
44 UCI_Chess960 = false
45 UCI_AnalyseMode = false