Update nnue_common.h

This commit is contained in:
JWmer
2020-11-20 15:11:02 +01:00
committed by nodchip
parent b27c51b5cf
commit c04c5b6658

View File

@@ -71,7 +71,7 @@
namespace Eval::NNUE {
// Version of the evaluation file
constexpr std::uint32_t kVersion = 0x7AF32F17u;
constexpr std::uint32_t kVersion = 0x7AF32F16u;
// Constant used in evaluation value calculation
constexpr int FV_SCALE = 16;