Search found 125 matches
- Fri Oct 16, 2020 5:18 pm
- Forum: Computer Chess Club: General Topics
- Topic: Compile Stockfish NNUE with Visual Studio
- Replies: 1
- Views: 499
Re: Compile Stockfish NNUE with Visual Studio
Embedding network files will not work with MSVC. See the top of evaluate.cpp: // Macro to embed the default NNUE file data in the engine binary (using incbin.h, by Dale Weiler). // This macro invocation will declare the following three variables // const unsigned char gEmbeddedNNUEData[]; // a point...
- Thu Aug 27, 2020 10:35 am
- Forum: Computer Chess Club: General Topics
- Topic: SF-NN embedded
- Replies: 59
- Views: 15438
Re: SF-NN embedded
But why do we need embedding at all?
I had no trouble with downloading the eval file and to adjust the EvalFile setting correctly.
I had no trouble with downloading the eval file and to adjust the EvalFile setting correctly.
- Thu Jun 04, 2020 6:42 pm
- Forum: Computer Chess Club: General Topics
- Topic: Stockfish NN release (NNUE)
- Replies: 227
- Views: 84895
Re: Stockfish NN release (NNUE)
Thanks Chicenlogic for sharing your net. It plays some pretty impressive games for me. Both engines on 8 cores each [Event "nnue.at"] [Site "DESKTOP-I6BJJ6J"] [Date "2020.06.04"] [Round "6"] [White "Stockfish.nnue-learn-use-blas.k-p_256x2-32-32"] [Black "Houdini_4_Pro_x64B"] [Result "1-0"] [BlackElo...
- Wed Oct 23, 2019 4:56 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Problem report Chessbase with SF
- Replies: 4
- Views: 1387
Re: Problem report Chessbase with SF
You could try the latest version of Stockfish abrok.eu/stockfish
If I rember correctly, Stockfish 10 has a bug which can lead to occasional crashes, but it should be fixed in the version above.
If I rember correctly, Stockfish 10 has a bug which can lead to occasional crashes, but it should be fixed in the version above.
- Tue Jul 30, 2019 5:17 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Banksia - Yet another Chess Tournament Manager
- Replies: 32
- Views: 9610
Re: Banksia - Yet another Chess Tournament Manager
I wanted to try this out on Ubuntu 1904 compiled with cmake. I had to do a little change: diff --git a/src/3rdparty/fathom/CMakeLists.txt b/src/3rdparty/fathom/CMakeLists.txt index feff497..ba7aa58 100644 --- a/src/3rdparty/fathom/CMakeLists.txt +++ b/src/3rdparty/fathom/CMakeLists.txt @@ -1,4 +1,4 ...
- Sun Jul 28, 2019 7:46 pm
- Forum: Computer Chess Club: General Topics
- Topic: What was the last good Rodent?
- Replies: 19
- Views: 6366
Re: What was the last good Rodent?
Opental gained quite a bit of attention for its style not too long ago. It is based on Rodent
http://www.pkoziol.cal24.pl/opental/
Disclaimer: Havent tried it myself...
http://www.pkoziol.cal24.pl/opental/
Disclaimer: Havent tried it myself...
- Mon Jul 22, 2019 4:59 pm
- Forum: Computer Chess Club: General Topics
- Topic: Game length between random players... Kai Laskos
- Replies: 14
- Views: 2962
Re: Game length between random players... Kai Laskos
Could Kai or anyone that has a random player handy run a match between two random player and give me some very basic statistics (mean, and Standard deviation is all I need) about game length between them. It doesn't have to be huge number of games 100 to a 1,000 is plenty I would think. And if poss...
- Mon Jul 22, 2019 4:59 pm
- Forum: Computer Chess Club: General Topics
- Topic: Game length between random players... Kai Laskos
- Replies: 14
- Views: 2962
Re: Game length between random players... Kai Laskos
I did play 10,000 games between RuyRandom and itself and 10,000 games between RuyRandom and latest Stockfish at depth 10, but I am unable to generate the statistics. No opening book was used. Games can be grabbed here: https://mega.nz/#!P40AxSLY!ZX1w0zmatn4AhKMxbaSSu3IOJQbY_dkD73kPfxjuKps One quest...
- Mon Jul 22, 2019 9:11 am
- Forum: Computer Chess Club: General Topics
- Topic: Game length between random players... Kai Laskos
- Replies: 14
- Views: 2962
Re: Game length between random players... Kai Laskos
I did play 10,000 games between RuyRandom and itself and 10,000 games between RuyRandom and latest Stockfish at depth 10, but I am unable to generate the statistics. No opening book was used. Games can be grabbed here:
https://mega.nz/#!P40AxSLY!ZX1w0zmatn4A ... 3kPfxjuKps
https://mega.nz/#!P40AxSLY!ZX1w0zmatn4A ... 3kPfxjuKps
- Tue Jun 25, 2019 9:33 am
- Forum: Computer Chess Club: General Topics
- Topic: Looking for someone to test Zeta v099l on RTX 2080 TI, or similar, gpu
- Replies: 28
- Views: 5391
Re: Looking for someone to test Zeta v099l on RTX 2080 TI, or similar, gpu
BTW is there a faster way to scroll through older/newer commits in github, it has bothered me forever to be unable to see them all at once in a list and instead have to go through dozens of pages with max 34 entries. You could clone the git repository and browse it with some sort of 3rd party softw...