mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 19:46:55 +08:00
Add gather_statistics command that allows gathering statistics from a .bin or .binpack file. Initially only support position count.
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user