]> git.sesse.net Git - stockfish/commitdiff
Slight decrease of overload value
authordouble-beep <double-beep@no-reply.github.com>
Mon, 23 Jul 2018 20:06:24 +0000 (22:06 +0200)
committerStéphane Nicolet <cassio@free.fr>
Tue, 24 Jul 2018 06:39:08 +0000 (08:39 +0200)
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

src/evaluate.cpp

index df3f89698fb1c7ef1048a4961e51f19a18ac78ce..76ffcf039a65622a978520c0353e493801bcff59 100644 (file)
@@ -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);