It is SSDF rating which is, at this level, most compareable to human ratings.
BTW, Leela with one node sometimes blunders, but it can also win against stronger opponents.
It supports the UCI go nodes command, so set it to 1 node within the GUI.
Moderator: Ras
It is SSDF rating which is, at this level, most compareable to human ratings.
It supports the UCI go nodes command, so set it to 1 node within the GUI.
Approximatively, yes, but not perfectly. For instance, the most efficient engine would almost certainly be single-threaded (if you run two threads, you use twice the CPU cycles but don't arrive at the move twice as fast), so if A is stronger than B on 16-core but it's due to superior scaling, B might be stronger than A on a single core. Similarly, some engines do relatively better at longer TCs than shorter (and an engine going to only 1800 would certainly use very little time).
True, but I was thinking about single-CPU ratings. Even then two engines could scale differently with thinking time. But that would probably only be an issue between NN and AB engines; within such a group all engines of similar rating are basically the same program.Sesse wrote: ↑Tue Jul 19, 2022 1:40 pmApproximatively, yes, but not perfectly. For instance, the most efficient engine would almost certainly be single-threaded (if you run two threads, you use twice the CPU cycles but don't arrive at the move twice as fast), so if A is stronger than B on 16-core but it's due to superior scaling, B might be stronger than A on a single core. Similarly, some engines do relatively better at longer TCs than shorter (and an engine going to only 1800 would certainly use very little time).