Add gensfen_nonpv

This commit is contained in:
Tomasz Sobczyk
2020-12-13 15:33:35 +01:00
committed by nodchip
parent 3f73c40412
commit 96b377a90a
6 changed files with 499 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/gensfen_nonpv.cpp \
learn/opening_book.cpp \
learn/convert.cpp \
learn/transform.cpp