Skip to content

Commit

Permalink
Tuned cheap eval params, 21.76 +/- 11.00
Browse files Browse the repository at this point in the history
  • Loading branch information
tsoj committed Jun 2, 2024
1 parent 151f996 commit 5281d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/searchParams.nim
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ proc printUaiSearchParams*() =
param.max

#!fmt: off
addParam(simpleEvalMultiplier, default = 50.Value, min = 1.Value, max = 10000.Value, step = 10.Value, true)
addParam(simpleEvalSquareMargin, default = 47, min = 1, max = 50, step = 2, true)
addParam(simpleEvalMultiplier, default = 42.Value, min = 1.Value, max = 10000.Value, step = 10.Value, true)
addParam(simpleEvalSquareMargin, default = 48, min = 1, max = 50, step = 1, true)

addParam(aspirationWindowStartingOffset, default = 9, min = 2, max = 100, step = 2)
addParam(aspirationWindowMultiplier, default = 1.9, min = 1.1, max = 10.0, step = 0.2)
Expand Down

0 comments on commit 5281d7d

Please sign in to comment.