]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.cpp
Update Elo estimates for terms in search
[stockfish] / src / evaluate.cpp
index 24445f48292b9e6c7f584d3874ff1ecf45dd6a71..28689f1d4167a33f55c7adf343abbdefda5099a1 100644 (file)
@@ -1083,7 +1083,7 @@ Value Eval::evaluate(const Position& pos) {
 
   Value v;
 
-  // Deciding between classical and NNUE eval: for high PSQ imbalance we use classical,
+  // Deciding between classical and NNUE eval (~10 Elo): for high PSQ imbalance we use classical,
   // but we switch to NNUE during long shuffling or with high material on the board.
 
   if (  !useNNUE