Added enpassant feature. Added k-p-cr-ep_256x2-32-32 architecture.

This commit is contained in:
Hisayori Noda
2019-07-07 19:24:46 +09:00
parent 92052bc16b
commit df827ea7ee
5 changed files with 136 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ OBJS = benchmark.o bitbase.o bitboard.o endgame.o evaluate.o main.o \
eval/nnue/features/k.o \
eval/nnue/features/p.o \
eval/nnue/features/castling_right.o \
eval/nnue/features/enpassant.o \
eval/nnue/nnue_test_command.o \
extra/sfen_packer.o \
learn/gensfen2019.o \