mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 08:43:09 +00:00
Update polyglot.ini
Upadte to new parameters and parameters values. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
1906df4494
commit
d13e4c16c2
1 changed files with 3 additions and 10 deletions
13
polyglot.ini
13
polyglot.ini
|
@ -2,13 +2,13 @@
|
||||||
[PolyGlot]
|
[PolyGlot]
|
||||||
|
|
||||||
EngineDir = .
|
EngineDir = .
|
||||||
EngineCommand = ./glaurung
|
EngineCommand = ./stockfish
|
||||||
|
|
||||||
Book = false
|
Book = false
|
||||||
BookFile = book.bin
|
BookFile = book.bin
|
||||||
|
|
||||||
Log = true
|
Log = true
|
||||||
LogFile = glaurung.log
|
LogFile = stockfish.log
|
||||||
|
|
||||||
Resign = true
|
Resign = true
|
||||||
ResignScore = 600
|
ResignScore = 600
|
||||||
|
@ -34,8 +34,7 @@ King Safety Coefficient = 40
|
||||||
King Safety X Intercept = 0
|
King Safety X Intercept = 0
|
||||||
King Safety Max Slope = 30
|
King Safety Max Slope = 30
|
||||||
King Safety Max Value = 500
|
King Safety Max Value = 500
|
||||||
Queen Contact Check Bonus = 4
|
Queen Contact Check Bonus = 3
|
||||||
Rook Contact Check Bonus = 2
|
|
||||||
Queen Check Bonus = 2
|
Queen Check Bonus = 2
|
||||||
Rook Check Bonus = 1
|
Rook Check Bonus = 1
|
||||||
Bishop Check Bonus = 1
|
Bishop Check Bonus = 1
|
||||||
|
@ -57,14 +56,8 @@ Pawn Endgame Extension (non-PV nodes) = 2
|
||||||
Full Depth Moves (PV nodes) = 14
|
Full Depth Moves (PV nodes) = 14
|
||||||
Full Depth Moves (non-PV nodes) = 3
|
Full Depth Moves (non-PV nodes) = 3
|
||||||
Threat Depth = 5
|
Threat Depth = 5
|
||||||
Selective Plies = 7
|
|
||||||
Futility Pruning (Main Search) = true
|
Futility Pruning (Main Search) = true
|
||||||
Futility Pruning (Quiescence Search) = true
|
Futility Pruning (Quiescence Search) = true
|
||||||
Futility Margin 0 = 50
|
|
||||||
Futility Margin 1 = 100
|
|
||||||
Futility Margin 2 = 300
|
|
||||||
Maximum Razoring Depth = 3
|
|
||||||
Razoring Margin = 300
|
|
||||||
Randomness = 0
|
Randomness = 0
|
||||||
Minimum Split Depth = 4
|
Minimum Split Depth = 4
|
||||||
Maximum Number of Threads per Split Point = 5
|
Maximum Number of Threads per Split Point = 5
|
||||||
|
|
Loading…
Add table
Reference in a new issue