]> git.sesse.net Git - stockfish/blob - polyglot.ini
Fix magic boosters conversion
[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 Write Debug Log = false
18 Write Search Log = false
19 Search Log Filename = SearchLog.txt
20 Book File = book.bin
21 Best Book Move = false
22 Contempt Factor = 0
23 Mobility (Midgame) = 100
24 Mobility (Endgame) = 100
25 Pawn Structure (Midgame) = 100
26 Pawn Structure (Endgame) = 100
27 Passed Pawns (Midgame) = 100
28 Passed Pawns (Endgame) = 100
29 Space = 100
30 Aggressiveness = 100
31 Cowardice = 100
32 Min Split Depth = 0
33 Max Threads per Split Point = 5
34 Threads = 1
35 Idle Threads Sleep = true
36 Hash = 128
37 Ponder = true
38 OwnBook = false
39 MultiPV = 1
40 Skill Level = 20
41 Emergency Move Horizon = 40
42 Emergency Base Time = 200
43 Emergency Move Time = 70
44 Minimum Thinking Time = 20
45 Slow Mover = 100
46 UCI_Chess960 = false
47 UCI_AnalyseMode = false