mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 01:27:16 +08:00
Move game phase constants to enum Value
No functional change.
This commit is contained in:
@@ -27,10 +27,6 @@ using namespace std;
|
||||
|
||||
namespace {
|
||||
|
||||
// Values modified by Joona Kiiski
|
||||
const Value MidgameLimit = Value(15581);
|
||||
const Value EndgameLimit = Value(3998);
|
||||
|
||||
// Polynomial material balance parameters
|
||||
|
||||
// pair pawn knight bishop rook queen
|
||||
|
||||
Reference in New Issue
Block a user