Is there a name for this move ordering idea?
Posted: Sat Dec 24, 2016 4:18 pm
while watching (yawn) some test searches with my engine, I noticed something interesting. The engine sometimes will oscillate between what it thinks are best moves between plys. Sometimes the moves are the correct moves, sometimes not, but going to the next ply, the program will first play the best move from the last ply (standard stuff). But it did think those other moves from previous plys, which aren't the best choice now, were good at some point, so perhaps they might be good again.
So my idea is to somehow incorporate those previously "plied" moves into the move ordering perhaps after the TT (previous best move), but before using the normal move ordering selection (usually good captures).
The idea is:
1. it actually might be the best move, but it might sort low
2. might be bad for a reason and should cause a cutoff sooner.
3. (other reasons TBD).
has anyone tried this and if so, has it merit, and does it have a name?
So my idea is to somehow incorporate those previously "plied" moves into the move ordering perhaps after the TT (previous best move), but before using the normal move ordering selection (usually good captures).
The idea is:
1. it actually might be the best move, but it might sort low
2. might be bad for a reason and should cause a cutoff sooner.
3. (other reasons TBD).
has anyone tried this and if so, has it merit, and does it have a name?