Add transform command. Add transform nudged_static subcommand.

This commit is contained in:
Tomasz Sobczyk
2020-11-26 17:28:09 +01:00
committed by nodchip
parent c12848d5ac
commit 89294e2e4f
5 changed files with 268 additions and 1 deletions

View File

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