I will try it. Conceptually, it should work if saving one eval and makemove is more work than running a given number of SEE. My concern is that the accuracy of SEE is critical here, more than in the regular delta pruning. For instance, you could consider a capture as winning when the capturing piece is pinned without further analysis. This is more serious than in the regular delta pruning, There, you prune the move _even_ if the capture works. Here, you prune assuming that the capture works. How problematic this is can only be answered by testing.marcelk wrote:Because you speculate with some degree of confidence that some of these moves beat beta and you don't want to spend the effort to verify that. Instead you get out and search other parts of the tree. It is the classical trade-off and I agree that it would be a small fish. But if the fish is there why not try to catch it.Daniel Shawul wrote:Why prune good moves with SEE > 0?
Miguel