mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 16:53:09 +00:00
Slight decrease of overload value
Set overload value to S(13,6) STC: LLR: 2.96 (-2.94,2.94) [0.00,4.00] Total: 27606 W: 6371 L: 6094 D: 15141 http://tests.stockfishchess.org/tests/view/5b5455840ebc5902bdb82425 LTC: LLR: 2.95 (-2.94,2.94) [0.00,4.00] Total: 112435 W: 19442 L: 18921 D: 74072 http://tests.stockfishchess.org/tests/view/5b546d4a0ebc5902bdb82741 Closes https://github.com/official-stockfish/Stockfish/pull/1694 Bench: 4937000
This commit is contained in:
parent
50287a55d3
commit
38471697b7
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ namespace {
|
|||
constexpr Score KnightOnQueen = S( 21, 11);
|
||||
constexpr Score LongDiagonalBishop = S( 22, 0);
|
||||
constexpr Score MinorBehindPawn = S( 16, 0);
|
||||
constexpr Score Overload = S( 16, 7);
|
||||
constexpr Score Overload = S( 13, 6);
|
||||
constexpr Score PawnlessFlank = S( 20, 80);
|
||||
constexpr Score RookOnPawn = S( 8, 24);
|
||||
constexpr Score SliderOnQueen = S( 42, 21);
|
||||
|
|
Loading…
Add table
Reference in a new issue