mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 07:27:46 +00:00
PSQT access functions can be static
Also renamed history access value in something more in line with the meaning. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ public:
|
||||
void clear();
|
||||
void success(Piece p, Square to, Depth d);
|
||||
void failure(Piece p, Square to, Depth d);
|
||||
int move_ordering_score(Piece p, Square to) const;
|
||||
int value(Piece p, Square to) const;
|
||||
void set_gain(Piece p, Square to, Value delta);
|
||||
Value gain(Piece p, Square to) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user