mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Introduce asymmetric SEE.
No functional change
This commit is contained in:
@@ -160,6 +160,8 @@ public:
|
||||
// Static exchange evaluation
|
||||
int see(Move m) const;
|
||||
int see_sign(Move m) const;
|
||||
int see_asymm(Move m, int asymmThreshold) const;
|
||||
template <bool Asymmetric> int do_see(Move m, int asymmThreshold) const; //FIXME: private!!
|
||||
|
||||
// Accessing hash keys
|
||||
Key key() const;
|
||||
|
||||
Reference in New Issue
Block a user