Implement MaxGain table

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Joona Kiiski
2010-01-21 16:50:23 +02:00
committed by Marco Costalba
parent c43c5fe9e0
commit cfe59de27d
6 changed files with 130 additions and 1 deletions
+3
View File
@@ -241,6 +241,9 @@ public:
void do_null_move(StateInfo& st);
void undo_null_move();
// Past
PieceType captured_piece() const;
// Static exchange evaluation
int see(Square from, Square to) const;
int see(Move m) const;