You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We wanted to set the search depth to 0 (for qsearches only) or negative (for special qsearches only) for our experiments, so the code assumes that the depth is non-positive.
But it's not a code that makes much sense nowadays.
I was looking at the learning code ported to stockfish, and I was wondering what the purpose of https://github.com/yaneurao/YaneuraOu/blob/master/source/learn/learner.cpp#L644-L648 is and whether it could be replaced by simply clamping search_depth to always be positive?
The text was updated successfully, but these errors were encountered: