Yes Uri, but you have to be careful here.Uri Blass wrote: Considering the fact that null move is recursive
LMR is recursive, but null move is getting worst after each call.
At the beginning I give the move to my opponent then I do the search, after a while I _again_ give the move to my opponent, and so on.
After null move the possibility that the null search fails low increases because I always give away free moves, so although is recursive it is also much more easier to break the recursion because after a 2-3 "gifts" to my opponent is easy that null search starts to fail low.
So it is true that is recursive, but is getting harder and harder to recurse, this, for instance, doesn't happens with LMR that is _really_ recursive 100%.