Search found 10361 matches
- Tue Apr 20, 2021 5:14 am
- Forum: Computer Chess Club: Tournaments and Matches
- Topic: Amoeba Shows Its Teeth (Amoeba-Bagatur-Count-Demoli-Gull-Hakka-Halogen-Lc0-MrBob-PeSTO-Scorpio-Stash-Vajolet-Weiss-etc)
- Replies: 5
- Views: 97
Re: Amoeba Shows Its Teeth (Amoeba-Bagatur-Count-Demoli-Gull-Hakka-Halogen-Lc0-MrBob-PeSTO-Scorpio-Stash-Vajolet-Weiss-e
Amoebas got teeth!? No wonder dysentery is so nasty.
- Tue Apr 20, 2021 5:13 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: I did some magic bitboard "science" and mostly learned not to worry about it
- Replies: 3
- Views: 134
Re: I did some magic bitboard "science" and mostly learned not to worry about it
This is quite interesting and a delicious compliment to hgm's array based dissertation.
- Tue Apr 20, 2021 3:19 am
- Forum: Computer Chess Club: General Topics
- Topic: MadChess 3.0 Released
- Replies: 7
- Views: 381
Re: MadChess 3.0 Released
Is Madchess the strongest dotnet engine now? (besides the SF clone)
- Tue Apr 20, 2021 1:05 am
- Forum: Computer Chess Club: General Topics
- Topic: TCEC - recent komododragon verses stockfish games...
- Replies: 5
- Views: 183
TCEC - recent komododragon verses stockfish games...
There were some very recent games on TCEC between Komododragon and Stockfish. I went to go download the games and I cannot find them.
Does anyone know where they went? They looked very interesting to me.
Does anyone know where they went? They looked very interesting to me.
- Mon Apr 19, 2021 7:35 pm
- Forum: Computer Chess Club: General Topics
- Topic: Introducing Igel chess engine
- Replies: 189
- Views: 41875
Re: Introducing Igel chess engine
No crashes, I guess the problem is buffering. You probably build on Unix which as line buffering as a default, and Windows default is full buffering. For this reason, string based protocols can be problematic on Windows unless you change the buffering for all of the I/O that needs changed. std::cerr...
- Mon Apr 19, 2021 3:22 pm
- Forum: Computer Chess Club: General Topics
- Topic: Introducing Igel chess engine
- Replies: 189
- Views: 41875
Re: Introducing Igel chess engine
That is exactly what happened. It was compiled and placed in the src folder. But when I run it, the UCI commands mostly do not function. ... and before you run the g++ command you also created a folder weights inside src and you downloaded the official network file ign-1-139b702b to it, right? so t...
- Sun Apr 18, 2021 3:26 pm
- Forum: Computer Chess Club: General Topics
- Topic: Introducing Igel chess engine
- Replies: 189
- Views: 41875
Re: Introducing Igel chess engine
Hello Dann, This is what I see when I run make: $ make g++ -Wall -std=c++17 -mpopcnt -pthread -static -msse -msse2 -msse3 -msse4.1 -mavx2 -O3 -march=native -flto -DEVALFILE=\"weights/ign-1-139b702b\" *.cpp nnue/*.cpp nnue/features/*.cpp fathom/tbprobe.c -DNDEBUG -DEVAL_NNUE=1 -D_BTYPE=0 -DSYZYGY_SU...
- Sun Apr 18, 2021 2:48 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Nalimov errors
- Replies: 4
- Views: 327
Re: Nalimov errors
It does seem worrying that they MD5 hashes for the same file are different.
I suspect it is default sizes for structs, perhaps a different packing rule.
Modern compilers tend to pack on wider block sizes.
Are the files that you built larger?
I suspect it is default sizes for structs, perhaps a different packing rule.
Modern compilers tend to pack on wider block sizes.
Are the files that you built larger?
- Sun Apr 18, 2021 2:42 am
- Forum: Computer Chess Club: General Topics
- Topic: Introducing Igel chess engine
- Replies: 189
- Views: 41875
Re: Introducing Igel chess engine
For some reason, I cannot build your engine properly. I used cmake to create visual studio projects and it built something, but it did not find the nodes file and the uci form for arena is blank. It still plays chess, so I guess it is using the ordinary evaluation. I tried using mingw and it found t...
- Sun Apr 18, 2021 2:33 am
- Forum: Computer Chess Club: General Topics
- Topic: Dann Corbit, where can I download your Opening Book ?
- Replies: 8
- Views: 347
Re: Dann Corbit, where can I download your Opening Book ?
I do not see any reason not to use 7 man EGTB files. In fact, if 8 man files were available, I would prefer if they use those.
There is no reason to fumble in the dark, when you have a lantern, and so does everyone else.
There is no reason to fumble in the dark, when you have a lantern, and so does everyone else.