mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 01:27:16 +08: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:
@@ -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