Introduce asymmetric SEE.

No functional change
This commit is contained in:
Joona Kiiski
2013-03-30 19:49:49 +00:00
parent 0c1b40c5e2
commit 2097cd1221
2 changed files with 22 additions and 0 deletions

View File

@@ -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;