mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 14:27:45 +00:00
Sync some common names
No functional change.
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ struct Entry {
|
||||
Score space_weight() const { return spaceWeight; }
|
||||
Phase game_phase() const { return gamePhase; }
|
||||
bool specialized_eval_exists() const { return evaluationFunction != NULL; }
|
||||
Value evaluate(const Position& p) const { return (*evaluationFunction)(p); }
|
||||
Value evaluate(const Position& pos) const { return (*evaluationFunction)(pos); }
|
||||
ScaleFactor scale_factor(const Position& pos, Color c) const;
|
||||
|
||||
Key key;
|
||||
|
||||
Reference in New Issue
Block a user