Add representation of an opening book.

This commit is contained in:
Tomasz Sobczyk
2020-11-16 11:32:42 +01:00
committed by nodchip
parent d793663188
commit d4350a16f3
3 changed files with 100 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ SRCS = benchmark.cpp bitbase.cpp bitboard.cpp endgame.cpp evaluate.cpp main.cpp
learn/sfen_packer.cpp \
learn/learn.cpp \
learn/gensfen.cpp \
learn/opening_book.cpp \
learn/convert.cpp
OBJS = $(notdir $(SRCS:.cpp=.o))