generalized the position counter
Some checks failed
pre-release / Pre Release (push) Has been cancelled
tagged-release / Tagged Release (push) Has been cancelled

This commit is contained in:
Karma Riuk
2025-02-16 10:42:30 +01:00
parent f68dedeb20
commit 97f9def306
8 changed files with 25 additions and 32 deletions

View File

@ -6,9 +6,6 @@
#define MULTITHREADED 1
static int position_counter;
int ai::v4_search_captures::_ab_search(
const Board& b, int depth, int alpha, int beta
) {