-
Hi,
__The smaller reproductions were provided by [dzaima](https://github.com/llvm/llvm-project/issues/80494#issuecomment-1924942725) following
my initial issue report (see at the end)__
There's…
-
i tried to build chrysaora on Linux but i failed .. i'm new to NIM but i can read code.
i had to install "arraymancer" so i did :
nimble install arraymancer
this installed v0.6.2 (not v0.6.1 …
-
I let the new version v1.1.3 play some games against 28 strong engines, a Gauntlet "by hand", 5m3s from starting position. I thought Sapling is 3100 but the results show it's much stronger ..
pgn ZIP…
-
Since we now have the pytorch trainer and the architecture is becoming more complicated and less CPU friendly for training this trainer is less useful. It started causing issues when trying to merge w…
-
i managed to compiled your v3.1 code on Linux, but after the 'uci' command some 'min' and 'max' options are shown for 'SyzygyPath' and 'EvalFile', which are redundant (although CuteChess accepts them)…
-
I got a problem with the ShashChess 34.6 as i am not able to load in newer eval files. The newest eval file that will load up without crashing the engine is nn-5af11540bbfe.nnue which was released qu…
-
i managed to compile this source code into a Linux binary, but while testing i found several FEN positions which are misjudged by your MateSearcher ..
i compiled with different mate-in-8 positions.…
-
WSL上でmingw-w64を用いて既存のgccやclangでやねうら王のWindows用バイナリを生成する方法については
コンパイラとして/usr/bin/x86_64-w64-mingw32-g++-posixや~/llvm-mingw-20240619-ucrt-ubuntu-20.04-x86_64/bin/x86_64-w64-mingw32-g++を指定してビルドすることで解決できた…
-
こんばんは。WCSOC2020、楽しく拝見させて頂きました!
このリポジトリのIssueではないのですが、Twitterをやっていないのでgithubの方ですいません。
HalfKPE9等のlearnコマンドがABENDする旨、Twitterで拝見しまして、
もしプログラムの方に問題があるようでしたら修正したいと考えております。
io_log.txtにはどのあたりまで出力されておりますでし…
tttak updated
4 years ago
-
your .ini file has several sections .. i guess this is the MCTS section :
```
##################################################################
# montecarlo - Use montecarlo tree search (MCTS) …