]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.cpp
Change evaluation GrainSize from 4 to 8
[stockfish] / src / evaluate.cpp
index 5c56ed66178b75233106961c7261843668e554fc..85665a4344de241382f68210b31041eeee1d01fb 100644 (file)
@@ -43,7 +43,7 @@ namespace {
   const int Sign[2] = { 1, -1 };
 
   // Evaluation grain size, must be a power of 2
-  const int GrainSize = 4;
+  const int GrainSize = 8;
 
   // Evaluation weights, initialized from UCI options
   int WeightMobilityMidgame, WeightMobilityEndgame;