Vinvin wrote:Why not 0.00 ? and why only 1 tb access ??
If I am not mistaken it is called swindle mode. If the root position is available for probing it will elimate bad moves and then play the best move from an alpha beta search, putting pressure on the opponent and luring him to make a mistake.
Vinvin wrote:Why not 0.00 ? and why only 1 tb access ??
If I am not mistaken it is called swindle mode. If the root position is available for probing it will elimate bad moves and then play the best move from an alpha beta search, putting pressure on the opponent and luring him to make a mistake.
Exactly.
It would be nice to see both the search score and the tb score, but then UCI needs to be extended (I think). It might be less confusing if the reported score is 0.00.
Note that the same happens with tb losses and tb wins.
Vinvin wrote:Ah, nice !
But tb=1 is misleading.
tb=1 refers to only the root position being probed.
It would be more correct to report tb = # legal root moves, as in reality all root moves are probed.
syzygy wrote:Note that the same happens with tb losses and tb wins.
To see how it works, try these positions versus an engine without tablebases.
[d]8/8/8/5N2/8/p7/8/2NK3k w
White can win just within the 50-move rule. Stockfish+tb will win it as white, but will almost certainly draw as black.
[d]K7/N7/k7/8/3p4/8/N7/8 w
Black is "lost" but can draw thanks to the 50-move rule. Stockfish+tb will draw as black, but will most likely win as white (black can afford some inaccuracies here, though).
Note: Houdini is named "Gaviota" in the below, but Houdini TBs were disabled for this test. Stockfish is using the Syzygy bases.
Of course, if Houdini had TBs enabled, this would have gone differently, and it was just used as a sparring opponent. Pure calculation still can't compete in these type of "near 50" positions, unless given a long time, even for 5-piece.
RJN wrote:Of course, if Houdini had TBs enabled, this would have gone differently, and it was just used as a sparring opponent.
Even when using Nalimov tablebases, it is likely that Houdini would not win the first position as white. Nalimov minimises distance-to-mate, but what needs to be minimised here is distance to a pawn move or capture.
I suppose H3+Nalimov would draw the second position as black, because black has quite a bit of a margin. Still, with Nalimov black might move the pawn too quickly.
Vinvin wrote:Why not 0.00 ? and why only 1 tb access ??
If I am not mistaken it is called swindle mode. If the root position is available for probing it will elimate bad moves and then play the best move from an alpha beta search, putting pressure on the opponent and luring him to make a mistake.
Exactly.
It would be nice to see both the search score and the tb score, but then UCI needs to be extended (I think). It might be less confusing if the reported score is 0.00.
Note that the same happens with tb losses and tb wins.
Vinvin wrote:Ah, nice !
But tb=1 is misleading.
tb=1 refers to only the root position being probed.
It would be more correct to report tb = # legal root moves, as in reality all root moves are probed.
Firstly, thanks a lot for this project! The liberal license and the ability to probe 6 man tablebases is very useful.
There is also another reason to see the tb score different from the engine score. Even a debug string such as "tb-score: {value}" has merit in my limited view (this output can be presented if a UCI option debug_Syzygy_logs is set to 1 for example.
As a chess player, I am interested to see the TB eval to learn certain endgames. Rook and f-h pawns vs Rook for example. I don't mind probing the tb score for this output and displaying it on a chess GUI. Downloading just that base file would be a lot easier than downloading/buying Nalimov.
For now, I might try to modify the patched Syzygy Stockfish and see if I can get this kind of output.
An easy solution might be to use the scale factor - in case of a DTZ draw just scale stockfishes score so its only between -0.10 and +0.10. This way Stockfish would play the same swindle moves but the user would be rather certain that stockfish thinks it is a draw.
Something similar could be done if the position is winning/loosing: just add/substract a large offset (lets say +-5) to stockfishes score (before repetition testing).
syzygy wrote:
Edmund wrote:
Vinvin wrote:Why not 0.00 ? and why only 1 tb access ??
If I am not mistaken it is called swindle mode. If the root position is available for probing it will elimate bad moves and then play the best move from an alpha beta search, putting pressure on the opponent and luring him to make a mistake.
Exactly.
It would be nice to see both the search score and the tb score, but then UCI needs to be extended (I think). It might be less confusing if the reported score is 0.00.
Note that the same happens with tb losses and tb wins.
Vinvin wrote:Ah, nice !
But tb=1 is misleading.
tb=1 refers to only the root position being probed.
It would be more correct to report tb = # legal root moves, as in reality all root moves are probed.