Download links:

http://www.mediafire.com/file/in4empk8gk5pdzr/Stockfish_13_C0.zip/file

https://www.amazon.com/clouddrive/share/q7KnjD90Oflo7FqiBC0qHEvbTmhl3n6OSjMroHi2v5O


STOCKFISH 13 C0

This is a set of modified compiles of Stockfish 13 (“Stockfish 13 C0”) for Windows that makes some modifications useful for analysis.

These changes are:
(a) It sets the default contempt value to 0 instead of 24. Note that (1) dynamic contempt is unchanged, and (2) contempt is not really used in the NNUE version of SF 13.
(b) Two versions of SF 13 are included – a pure NNUE version and a pure ‘classical’ version. Currently SF 13 will switch between the two evaluative modes depending on internal heuristics. Using these versions, you always know which evaluation is in use, and whether you should trust it or not.
(c) I have compiled this with the .nnue network separate (not embedded) in the engine file. The embedding procedure was giving false virus warnings on a few anti-virus programs.

Because the file name and internal name are different from the official release, you should be able to install it in ChessBase / Fritz as a separate engine and without any problems.

Note that you have to put the .nnue file in the same folder as the .exe file to get the NNUE version to work properly.

—–

Changes to the official Stockfish 12 source code are included in this compile:

#1:
o[“Contempt”] << Option(24, -100, 100);

to

o[“Contempt”] << Option(0, -100, 100);

in ucioption.cpp line 62

#2:
constexpr Value NNUEThreshold1 = Value(682);
constexpr Value NNUEThreshold2 = Value(176);

to

constexpr Value NNUEThreshold1 = VALUE_INFINITE;
constexpr Value NNUEThreshold2 = VALUE_INFINITE;

in evaluate.cpp lines 194-195

#3:
const string Version = “13”;

to

const string Version = “13 Classic C0”;
const string Version = “13 NNUE C0”;

in misc.cpp line 68

#4: Classic version only:
o[“Use NNUE”] << Option(true, on_use_NNUE);

to

o[“Use NNUE”] << Option(false, on_use_NNUE);

in ucioption.cpp line 82

The official source code is available at:
https://github.com/official-stockfish/Stockfish/archive/3597f1942ec6f2cfbd50b905683739b0900ff5dd.zip
https://stockfish.s3.amazonaws.com/stockfish-13-src.zip

—–

Which version should I use? Generally this list proceeds from fastest to slowest.

NNUE:
stockfish_13_C0_nnue_bmi2.exe – Intel processors post-Haswell (i3, i5, i7 4xxx)
stockfish_13_C0_nnue_avx2.exe – Ryzen processors
stockfish_13_C0_nnue_modern.exe – Most modern 64-bit processors
stockfish_13_C0_nnue_ssse3.exe – older processors (post-Nehalem and Bulldozer)
stockfish_13_C0_nnue_x64.exe – generic 64-bit support

Classic:
stockfish_13_C0_bmi2.exe – Intel processors post-Haswell (i3, i5, i7 4xxx)
stockfish_13_C0_avx2.exe – Ryzen processors
stockfish_13_C0_modern.exe – Most modern 64-bit processors (avx / modern matters less with classic)
stockfish_13_C0_x64.exe – generic 64-bit support

These files were compiled using MSYS and GCC 10.2.0 on a Windows 10 machine with Ryzen 3700x processor. No warranty is made or implied with these engines – use at your own risk.

SF dev versions compiled under this setup work for normal analysis in ChessBase, Fritz, Blitzin, TarraschGUI, but do occasionally throw faults when used for automated analysis in Fritz, at least on one of my machines. Caveat emptor.

Check firstlookchess.com for the Virustotal link:
https://firstlookchess.com/blog/2021/02/19/stockfish_13_c0/


VirusTotal links:

Main zip file:

https://www.virustotal.com/gui/file/b8717dd5a2cb7dcd2fe455f46906104da7ad36d7d6b2d041ac5a0a577a583551/detection

Individual engines:

https://www.virustotal.com/gui/file/171e4843b4378e296782965ab6190abb2c8e055ca44df820bdc0bce2fe83e6e9/detection

https://www.virustotal.com/gui/file/8376a3f39283d03f1ef5be1b58191ca43c75b5be4af0e0cc750c5e82b3187bf2/detection

https://www.virustotal.com/gui/file/03a3ae404cba21efd6d3eb4b3fe11a52847c2f5f866b49768f0fb0e51da84d93/detection

https://www.virustotal.com/gui/file/9d88639111f874978d544188c873e7660006174b41672fdf81e7db52e4691069/detection

https://www.virustotal.com/gui/file/88b2eabe7b5e7312a81f716971d98be53ce8664ada3ad186018c26af2292bfcf/detection

https://www.virustotal.com/gui/file/b733f666d2f03663842882fc0dd7dda49fbd997a62e5a94430f24c38d26a8e19/detection

https://www.virustotal.com/gui/file/5cf850ffeb20edd702766ed3a1ed587d4d0a3cc45833be49e0868822d147197a/detection

https://www.virustotal.com/gui/file/39c7f9b4c1870441dfe0f90b6476985c71195bd6deb266f87d9e42b89a89033c/detection

https://www.virustotal.com/gui/file/4f933701050ab6f35b4b5955594dbb49c6e55779cc762990e16ca54098f460de/detection