Add gather_statistics command that allows gathering statistics from a .bin or .binpack file. Initially only support position count.

This commit is contained in:
Tomasz Sobczyk
2021-02-28 15:21:49 +01:00
committed by nodchip
parent b68cd36708
commit 0ddad45ab2
5 changed files with 240 additions and 1 deletions

View File

@@ -66,7 +66,8 @@ SRCS = benchmark.cpp bitbase.cpp bitboard.cpp endgame.cpp evaluate.cpp main.cpp
learn/gensfen_nonpv.cpp \
learn/opening_book.cpp \
learn/convert.cpp \
learn/transform.cpp
learn/transform.cpp \
learn/stats.cpp
OBJS = $(notdir $(SRCS:.cpp=.o))