mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 15:37:47 +00:00
Use score and value consistently
And other assorted small fixing, code style tweaks and reshuffles in evaluate.cpp No functional change.
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ using namespace std;
|
||||
|
||||
namespace {
|
||||
|
||||
// Polynomial material balance parameters
|
||||
// Polynomial material imbalance parameters
|
||||
|
||||
// pair pawn knight bishop rook queen
|
||||
const int Linear[6] = { 1852, -162, -1122, -183, 249, -154 };
|
||||
|
||||
Reference in New Issue
Block a user