X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fevaluate.cpp;h=ca70f2d0a684529ab3b4b9c3bea9642f0f3883c4;hp=28fd8341e8d8cfad2aba6ac7c694d1eee525b002;hb=0d8a4c7565390c9f7ccc99799a76a19fb50e6f7b;hpb=64d29a633066e39b62af5ee0bbf32645994744ec diff --git a/src/evaluate.cpp b/src/evaluate.cpp index 28fd8341..ca70f2d0 100644 --- a/src/evaluate.cpp +++ b/src/evaluate.cpp @@ -939,7 +939,7 @@ Value do_evaluate(const Position& pos) { // Tracing function definitions - double Tracing::to_cp(Value v) { return double(v) / PawnValueMg; } + double Tracing::to_cp(Value v) { return double(v) / PawnValueEg; } void Tracing::add_term(int idx, Score wScore, Score bScore) {