I had a typo in a uci option. Hash listed a default of 1 when it's really 16. If anything using Princhess actually sent that default, then she would just crash (so also updated the minimum to 8)
Princess Lana
---
Author of Princhess
Discord ID: Lana#4231
Gabor Szots wrote: ↑Thu Nov 11, 2021 10:56 am
Arasan 23.0 100 Elo worse than 22.3? On our list it is almost 200 better. Are you sure you are using the nets?
Arasan 23.0 Copyright 1994-2021 by Jon Dart. All Rights Reserved.
uci
id name Arasan 23.0
id author Jon Dart
option name Hash type spin default 256 min 4 max 64000
option name Ponder type check default true
option name Contempt type spin default 0 min -200 max 200
option name Use tablebases type check default false
option name SyzygyTbPath type string default syzygy
option name SyzygyUse50MoveRule type check default true
option name SyzygyProbeDepth type spin default 4 min 0 max 64
option name MultiPV type spin default 1 min 1 max 10
option name OwnBook type check default true
option name Favor frequent book moves type spin default 50 min 0 max 100
option name Favor best book moves type spin default 50 min 0 max 100
option name Favor high-weighted book moves type spin default 100 min 0 max 100
option name Randomize book moves type spin default 50 min 0 max 100
option name Threads type spin default 1 min 1 max 256
option name UCI_LimitStrength type check default false
option name UCI_Elo type spin default 2600 min 1000 max 2600
option name Use NNUE type check default true
option name NNUE file type string
option name Move overhead type spin default 30 min 0 max 1000
uciok
isready
loaded network from file arasan-d8-9-20210827.nnue
readyok
# Select whether or not the neural network evaluation is used
search.useNNUE=true
#
# Location of the NNUE network file, relative to the Arasan
# executable location
search.nnueFile=arasan-d8-9-20210827.nnue
Gabor Szots wrote: ↑Thu Nov 11, 2021 10:56 am
Arasan 23.0 100 Elo worse than 22.3? On our list it is almost 200 better. Are you sure you are using the nets?
Arasan 23.0 Copyright 1994-2021 by Jon Dart. All Rights Reserved.
uci
id name Arasan 23.0
id author Jon Dart
option name Hash type spin default 256 min 4 max 64000
option name Ponder type check default true
option name Contempt type spin default 0 min -200 max 200
option name Use tablebases type check default false
option name SyzygyTbPath type string default syzygy
option name SyzygyUse50MoveRule type check default true
option name SyzygyProbeDepth type spin default 4 min 0 max 64
option name MultiPV type spin default 1 min 1 max 10
option name OwnBook type check default true
option name Favor frequent book moves type spin default 50 min 0 max 100
option name Favor best book moves type spin default 50 min 0 max 100
option name Favor high-weighted book moves type spin default 100 min 0 max 100
option name Randomize book moves type spin default 50 min 0 max 100
option name Threads type spin default 1 min 1 max 256
option name UCI_LimitStrength type check default false
option name UCI_Elo type spin default 2600 min 1000 max 2600
option name Use NNUE type check default true
option name NNUE file type string
option name Move overhead type spin default 30 min 0 max 1000
uciok
isready
loaded network from file arasan-d8-9-20210827.nnue
readyok
# Select whether or not the neural network evaluation is used
search.useNNUE=true
#
# Location of the NNUE network file, relative to the Arasan
# executable location
search.nnueFile=arasan-d8-9-20210827.nnue
Did the tests of 23.0 use the AVX2 executable? 23.0 had only AVX2 SIMD support. Any of the other executables (arasanx-64-popcnt for example) would not use SIMD instructions and would be significantly slower. 23.1 does not have this issue anymore.
jdart wrote: ↑Thu Nov 11, 2021 4:14 pm
Did the tests of 23.0 use the AVX2 executable? 23.0 had only AVX2 SIMD support. Any of the other executables (arasanx-64-popcnt for example) would not use SIMD instructions and would be significantly slower. 23.1 does not have this issue anymore.
Belofte 2.1.4 has been released. It is more a replacement of 2.1.3 with a lot of enhancements towards GUI programs and addition of a lot of UI features while no real difference on playing strength. Addition of more EPD support. A number of bug-fixes is included.
Not a big change in strength, but increase of speed in BruteForce search (300%), QS NPS (20%), windows builds by 40%.
Self play indicates an increase if 50 elo in strength.