Add pos negamax function

This commit is contained in:
2023-07-07 15:53:26 +02:00
parent 531bfa4fb0
commit 7952a34c88
5 changed files with 102 additions and 13 deletions

View File

@@ -61,6 +61,7 @@ CPPFLAGS += -DDEBUG_FEN # FEN decoding
CPPFLAGS += -DDEBUG_MOVE # move generation
CPPFLAGS += -DDEBUG_EVAL # eval functions
CPPFLAGS += -DDEBUG_PIECE # piece list management
CPPFLAGS += -DDEBUG_SEARCH # move search
##################################### General targets
.PHONY: compile cflags all clean cleanall