Stay up to date on releases
Create your free account today to subscribe to this repository for notifications about new releases, and build software alongside 40 million developers on GitHub.
Sign up for free See pricing for teams and enterprises5.0 version
The idea is if someone has key moves in the pgn file,
it captures the moves, especially played by opponents monsters like leela
This version is able to convert pgn files to brainlearn format,
especially when targeting those stronger engines like leela.
Elo increment +8 after 1000 bullet games, against previous version
Stockfish patch
Author: Stéphane Nicolet
Date: Wed Sep 25 22:28:51 2019 +0200
Timestamp: 1569443331
Temporary patch to show the compiler for TCEC submission
This patch shows a description of the compiler used to compile Stockfish,
when starting from the console.
Usage:
./stockfish
compiler
Example of output:
Stockfish 240919 64 POPCNT by T. Romstad, M. Costalba, J. Kiiski, G. Linscott
Compiled by clang++ 9.0.0 on Apple
__VERSION__ macro expands to: 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.38)
No functional change