mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 06:17:49 +00: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