We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397271d commit 4941426Copy full SHA for 4941426
src/nnue/features/full_threats.cpp
@@ -40,12 +40,12 @@ auto ThreatOffsets = []() {
40
// R A C P N B K _ r a c p n b k
41
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, // _
42
{ 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0}, // R
43
- { 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0}, // A
+ { 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0}, // A
44
{ 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0}, // C
45
{ 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0}, // P
46
{ 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0}, // N
47
{ 0, 1, 0, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0}, // B
48
- { 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0}, // K
+ { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, // K
49
50
{ 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1}, // r
51
{ 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1}, // a
src/nnue/features/full_threats.h
@@ -39,7 +39,7 @@ class FullThreats {
39
static constexpr std::uint32_t HashValue = 0xd17b100;
// Number of feature dimensions
- static constexpr IndexType Dimensions = 45649;
+ static constexpr IndexType Dimensions = 45547;
// Maximum number of simultaneously active features.
static constexpr IndexType MaxActiveDimensions = 64;
0 commit comments