-
Arasan is a very strong chess engine with a so-easy license thus it could be used in a variety of chess projects, including ones that require embedding code (say, iOS projects). However, when integrat…
-
The input shape plane is (batch_size, 112, 8, 8) and the output shape is (batch_size, 1858). What is the meaning of 112 and the 1858? In other words, what should I input to the model and what I should…
-
Nella tabella 4 6 4 `gpt4reorder2` non vede abbastanza avanti per vincere come secondo giocatore. L9 però funziona, quindi ha senso alleggerire l'euristica per andare più avanti nella ricerca.
Fors…
-
I am trying to evaluate controlled space on the board based on how many squares the bot's pieces are able to attack, but pawns/knights are giving unexpected values when using `BitboardHelper.GetPawnAt…
-
As demonstrated in #441, we may have a significant gain in performance by switching from `Bitboard` to `Long`.
I guess the performance penalty is mostly caused by `TotalWrapper` because with it, `B…
-
```
cc -Wall -Wextra -Wcast-qual -Wshadow -Werror -O3 -flto -DUSE_PREFETCH -DUSE_POPCNT -msse -msse3 -mpopcnt -MMD -I include -c -o sources/bench.o sources/bench.c
cc -Wall -Wextra -Wcast-qual -Wsh…
-
In the version of the function where I can give the blockers via a Bitboard, will the blockers themselves be marked as reachable or unreachable?
It would be advantageous for me if they were marked as…
-
after a `git clone` of your newest source (upto PR 118) i get an error during compilation, see my terminal output below.
btw. i (re)created the makefile by the command `cmake .` and then i did `make`…
-
Hey! Just a suggestion to add a bit of documentation to the bitboard format, like is the LSB supposed to be a8 or h1? is it row ordered?
For anyone wondering as well : it is row-ordered (works with…
-