Integrate gains table in History

This will be useful to use gains table in move
ordering along with history table.

No functional change and big code remove.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2010-01-27 11:19:56 +01:00
parent 54b3d44194
commit f37741cc83
6 changed files with 26 additions and 122 deletions

View File

@@ -68,7 +68,7 @@ LDFLAGS = -lpthread
OBJS = application.o bitboard.o pawns.o material.o endgame.o evaluate.o main.o \
misc.o move.o movegen.o history.o movepick.o search.o piece.o \
position.o direction.o tt.o value.o uci.o ucioption.o \
maxgain.o mersenne.o book.o bitbase.o san.o benchmark.o
mersenne.o book.o bitbase.o san.o benchmark.o
### General rules. Do not change