#2604
"LCZero considers around 1000x fewer nodes per second than Stockfish, but it applies a much stronger evaluation method. In other words, it prioritizes quality over quantity. And despite the difference in the algorithms of Stockfish and Lc0, they will show almost identical results in a given position. Note how Lc0 has reached 2x less depth and 1000x less NPS."
https://chessify.me/blog/nps-what-are-the-nodes-per-second-in-chess-engine-analysis
I could not find the nodes/s used in the AlphaZero autoplay paper.
https://arxiv.org/pdf/2009.04374.pdf
Which I used figure 2 to derive 60 h/move for 1 error in 10^20 positions.
So presumably 60 h/move is too much: the same 1 error in 10^20 positions for the 4 top white moves can be reached with less time on a 10^9 nodes/s cloud engine. I have to think how much smaller it could be.
"Stockfish operates with the so-called "thin" nodes (little evaluation for a much bigger number of nodes), while Leela Chess Zero operates with "thick" nodes (better evaluation for a smaller number of nodes)." - from above reference.
To weakly solve chess I would prefer thin nodes of Stockfish. The aim is to calculate as deeply as possible so as to hit the 7-men endgame table base.
I also should revise the 60 h/move in a way that the number of nodes in the solution tree is about the same as the number of positions searched for each node, like it turned out in the solution of checkers, i.e. for each node of the solution tree about a tree of the same size is pruned away.
The main question remains the number of legal, sensible, reachable, and relevant positions.
That is the number of nanoseconds on the 10^9 nodes/s cloud engine, by whatever method.
legal 10^44, sensible 10^38 - 10^32, reachable more than the square root of sensible, relevant about 10% of reachable.
The most practical way would be to solve 1 tabiya of 1 ECO code e.g. C67.
That would give exactly how many positions had to be searched.
#2599
"Again - 'table base' versus 'top four moves'."
++ It is not versus, it is top four moves until the table base is reached.
The way it was worded did not suggest that -

Again:
"The fact that you carry on to "calculate" that SF14 will find errors in its top four moves in only 1 in 100,000,000,000,000,000,000 positions and I've given you four already ought to tell you something." ++ You have calculated neither on a 10^9 nodes/s cloud engine nor for 60 hours/move. Your positions are not representative. Try KRPP vs. KRP and I predict even your desktop with short calculation time will find the table base correct move as its top 1 move."
I suggest you carefully qualify the use of the ++ there.
A claim of one in a billion trillion error rate of your four moves - followed closely by a mention of a desktop and 'table base'.
Read it.
Suggestion 2:
Word the 'explanation' so that almost anyone just entering the conversation for the first time - would find it quite crystal clear.
Or qualify which is your text and which isn't ...
Idea: may as well do it right.