X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=24f1e6245672be6b230e8d63d9484d811e30b2d6;hp=061689e8f5bd3112af85388028a1fbeba51a690c;hb=bf51db2526c2abf4f8d9297615aa933045c68e67;hpb=59702aca0d0aa322a3260e31feeae22a1a8f8341 diff --git a/src/search.cpp b/src/search.cpp index 061689e8..24f1e624 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -333,7 +333,7 @@ namespace { while (++depth <= MAX_PLY && !Signals.stop && (!Limits.depth || depth <= Limits.depth)) { // Age out PV variability metric - BestMoveChanges *= 0.8; + BestMoveChanges *= 0.8f; // Save last iteration's scores before first PV line is searched and all // the move scores but the (new) PV are set to -VALUE_INFINITE.