X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.h;h=a7b25a924b47bd04383c9b98fb96e78c272f3d71;hp=c512d130e497dfa9bb54146371ad7a97e049ce5f;hb=ec36b8dea91f2a7a9c5914557fa06435e00e67db;hpb=64d29a633066e39b62af5ee0bbf32645994744ec diff --git a/src/movepick.h b/src/movepick.h index c512d130..a7b25a92 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -1,7 +1,7 @@ /* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 Copyright (C) 2004-2008 Tord Romstad (Glaurung author) - Copyright (C) 2008-2014 Marco Costalba, Joona Kiiski, Tord Romstad + Copyright (C) 2008-2015 Marco Costalba, Joona Kiiski, Tord Romstad Stockfish is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -40,7 +40,7 @@ template struct Stats { - static const Value Max = Value(2000); + static const Value Max = Value(250); const T* operator[](Piece pc) const { return table[pc]; } void clear() { std::memset(table, 0, sizeof(table)); }