Update WDL model parameters (bench 5739439)

This commit is contained in:
2026-04-26 20:47:57 +02:00
parent cc390b2fc9
commit 7d860c86d8
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ HINTSFLAG = $(if $(filter 1,$(SKIP_DEPS)),--hints:off,)
INPUT_BUCKETS := 16
OUTPUT_BUCKETS := 8
MERGED_KINGS := 0
EVAL_NORMALIZE_FACTOR := 337
EVAL_NORMALIZE_FACTOR := 292
HORIZONTAL_MIRRORING := 1
VERBATIM_NET := 1
PAIRWISE_NET := 0

View File

@@ -9,8 +9,8 @@ import std/[math, sequtils]
const
SCORE_NORMALIZATION_FACTOR* {.define: "evalNormalizeFactor".}: int = 200
A_s: array[4, float64] = [-107.82580171, 200.87285000, -146.95842462, 391.23848273]
B_s: array[4, float64] = [-69.45985104, 194.45471477, -92.81161364, 71.09546730]
A_s: array[4, float64] = [-10.17014310, 19.43027305, -62.60015853, 345.24223017]
B_s: array[4, float64] = [21.29100657, -10.59051608, 22.71446257, 53.39841043]
const sum = round(foldl(A_s, a + b)).int