Created
November 19, 2022 13:54
-
-
Save laserbat/ecff7754965eae004549c3ead950099c to your computer and use it in GitHub Desktop.
Maia chess config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
threads=1 | |
task-workers=0 | |
out-of-order-eval=false | |
max-prefetch=0 | |
minibatch-size=1 | |
nncache=0 | |
smart-pruning-factor=0 | |
temperature=1.0 | |
policy-softmax-temp=1.0 | |
temp-endgame=0.25 | |
tempdecay-moves=22 | |
temp-cutoff-move=20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setoption name Threads value 1 | |
setoption name TaskWorkers value 0 | |
setoption name OutOfOrderEval value false | |
setoption name MaxPrefetch value 0 | |
setoption name MinibatchSize value 1 | |
setoption name NNCacheSize value 0 | |
setoption name SmartPruningFactor value 0 | |
setoption name PolicyTemperature 1.0 | |
setoption name Temperature value 1.0 | |
setoption name TempEndgame value 0.25 | |
setoption name TempCutoffMove value 20 | |
setoption name TempDecayMoves value 22 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment