mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 01:27:16 +08:00
Move RootColor from Eval to Search
No functional change.
This commit is contained in:
@@ -144,6 +144,11 @@ enum CastlingSide {
|
||||
QUEEN_SIDE
|
||||
};
|
||||
|
||||
enum Phase {
|
||||
PHASE_ENDGAME = 0,
|
||||
PHASE_MIDGAME = 128
|
||||
};
|
||||
|
||||
enum ScaleFactor {
|
||||
SCALE_FACTOR_DRAW = 0,
|
||||
SCALE_FACTOR_NORMAL = 64,
|
||||
|
||||
Reference in New Issue
Block a user