-
There's no COPYING file to tell what OSS license Leela Zero Chess is licensed under. Files copied from leela zero like https://github.com/glinscott/leela-chess/blob/master/src/config.h and from stockf…
-
@Error323 commit d080cf0285ca broke compilation for me:
```
[ 3%] Building CXX object CMakeFiles/objs.dir/src/Bitboard.cpp.o
[ 6%] Building CXX object CMakeFiles/objs.dir/src/Movegen.cpp.o
[ 1…
-
Currently this project uses a _massive_ table for sliding piece attack generation. The size should be able to be optimized down while maintaining performance.
Topics of interest here:
- http://www…
nvzqz updated
6 years ago
-
It seems that it does not consider enemy attacks. Tested on this board:
`6k1/4rp1p/6pP/3p2P1/5P2/3bP1K1/1q6/2R5 w - -`
-
Native Clang 5 for Windows (not mingw/msys/cygwin) using msvc libraries if its installed.
Such clang will produce a "static" binary as well.
Consequently we need "-Xclang -flto-visibility-public-std…
-
Cfish : Src of 2018/02/15
Total time (ms) : 4365
Nodes searched : 5006365
Nodes/second : **1 146 933**
Stockfish 9
Total time (ms) : 2445
Nodes searched : 5006365
Nodes/second …
-
**Currently lc0 fails to compile on Mac**
tensorflow_cc libraries can be installed from https://github.com/FloopCZ/tensorflow_cc
However even though the tensorflow_cc libraries install correctly…
-
I guess this is due to one of the latest script cleanups
https://groups.google.com/forum/#!topic/fishcooking/7lfF0pDRCw8
I think it's better to report it here.
-
**GCC 5.1.0 WARNINGS:**
syzygy/tbprobe.cpp: In function 'T {anonymous}::probe_table(const Position&, Tablebases::ProbeState*, Tablebases::WDLScore) [with E = {anonymous}::WDLEntry; T = Tablebases::…
-
Hi Robert, I am writing my undergraduate math thesis on AI for 2048. So far, I have been using my own implementation of the board, but I want to try out more computationally intensive algorithms and w…