[quote="Houdini"]Allow me to reply to different questions/posts in one go.
@Bob: If you refuse to see, you will not see.
@Don: The change is only done at the root.
@Larry: Not everything in an engine is about Elo gain.
@Roberto: The trick doesn't change anything about the speed or depth of finding a better move (fail-high), it only changes the speed in which the PV and an accurate score can be shown AFTER the fail-high has been established.
@Gerold: Crafty and Houdini don't even have a letter in common.
@Marco: Your post really made me laugh, thank you

.
Have a nice day,
Robert[/quote
If your goal is to ONLY be able to supply a PV/score quicker, without any Elo change at all, more power to you. My point was about improving play. The basic search we all use is alpha/beta, which has the known characteristic that it provides the SAME best move and score as minimax, but by searching a much smaller tree, allowing us to go much deeper and get more accurate information on later iterations. If you treat PV and non-PV moves differently, you break that characteristic. Because you make it much harder to replace an existing PV (searched with one set of rules) by a different ply-1 move (non-PV) searched by a different set of rules.
There are two well-known cases, and even Greenblatt addressed the concepts.
(1) first move looks good until you go deeper, where a problem shows up. If you search it deeper, you will see the fail-low and then start to hunt for an alternative. This approach has some merit there. But it also has issues. What if a second move fails high as a non-PV, searched less deeply, and you exhaust time before you can get a real score back. Which move do you play? If you back up a few plies with the depth, and you get a score, how does this score from depth N-p compare to the score from a real depth N search? Suppose it is actually even worse.
(2) your first move looks good, but another move is even better. Discovering this is hard if you search the other move with less rigor. That's the case I don't like.
I am less worried about the idea of backing up the depth, that has been discussed many times, Stanback (Zarkiov) used the idea in the late 80's / early 90's. I am less enthusiastic about searching PV moves differently than non-PV moves, however. It just feels wrong. I don't do that as a human...