berserk icon indicating copy to clipboard operation
berserk copied to clipboard

UCI Chess Engine written in C

Results 10 berserk issues
Sort by recently updated
recently updated
newest added

Hi! I like Berserk a lot. Maybe it is the best free open source original chess engine. But it crashes very often, at least using Banksiagui on Mac M1 (but...

After command go nodes 7000000 the last output of Berserk 13 is: info depth 26 seldepth 42 multipv 1 score cp 34 upperbound wdl 168 789 43 nodes 5082631 nps...

enhancement
good first issue

It's sad that it's not possible to compile the newest version on Android and Linux devices.

Can I train a separate eval network myself? If possible, how should I train?

Hi, Is it possible to compile Berserk-13 for openSUSE? https://build.opensuse.org/search?search_text=berserk I was not able to make the compilation. Can't compile with the information listed here... During compilation the nnue validation...

this fen `q1Nk4/1p2p3/p1P5/8/KP6/8/4P3/7R w - - 0 1` from https://www.chessengeria.eu/berserk where the continuation is 1. Nb6 Qa7 2. c7+!! is not found by Berserk 13. Something must've gone wrong somewhere....

2-d arrays, with sizes like A[n][2^x] are much slower, than the same arrays, but with B[n][2^x + 1] sizes, due to cache misses. I'm not sure, how to benchmark commit...

hi, tried all yr variants of engines , unfortunately, only using 1 of my 2 cpus (50% of available only being used) , Are you able to make a bmi2...