-
![image](https://user-images.githubusercontent.com/87750128/192707742-3f327261-4e0c-4c2b-b094-0e44381695fe.png)
Instead of from .bitboard import Board it should be from chessengine.bitboard impor…
-
Use GCC `__builtin_popcountll()` function, if available, to count set bits. Appropriate changes has to be made in configure scripts to detect support for `__builtin_popcountll()`. If support is not av…
-
`struct Node`や`struct Best`の一部のデータ(x, yとか)はusizeじゃなくてu8とかu16とかでええんとちゃうの?
64bit環境だと8byte確保されるから単純にメモリを沢山使うし確保とか解放に時間かかりそうだぞ?
一部でキャストが必要になるのは必要だからやればええやん。
-
We've added player-vs-player support with #36 .
However, the newly added `play_pvp` method in `bitboard.py` is to a large extend the same as the `play` method (in the same module).
Some refactor…
zzril updated
2 years ago
-
-
Please describe the problem.
![image](https://user-images.githubusercontent.com/88051085/204033660-9b5c3e91-e285-4db6-91cc-8af14c08b92d.png)
If you can, provide a minimal chunk of code that sh…
-
`
clang-15: error: invalid linker name in argument '-fuse-ld=gold'
clang-15: error: invalid linker name in argument '-fuse-ld=gold'
make[2]: *** [CMakeFiles/arasanx-64.dir/build.make:740: arasanx-6…
-
Hi,
I tried to figure out a "true" 10x10 chess version, and I think the result is quite promising. Would it be possible to implement it?
https://chessxp.com/docs/rules.html
The adjustments wo…
-
Hello Jonathan,
Compiling is successful but I get lots of warnings which were not there when compiling v1.6.
In both cases I used this command line: g++ *.cpp tuner/*.cpp -O3 -flto -march=native -…
-
Hi!
I was earlier trying to build lc0 on Arch linux.
However I get the same error while installing from the AUR or manually building it
`INFO: autodetecting backend as ninja
INFO: calculating back…