nodchip / Stockfish

UCI chess engine

Home Page:http://www.stockfishchess.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weird research in gensfen?

Sopel97 opened this issue · comments

https://github.com/nodchip/Stockfish/blob/master/src/learn/gensfen.cpp#L896-L900 What is the purpose of this? Could it be replaced by clamping search_depth_min to 1?

I'm not sure. It was written in the YaneuraOu, and I ported as-is. How about to ask in the YaneuraOu issues. https://github.com/yaneurao/YaneuraOu/issues

yaneurao/YaneuraOu#121 (comment) Looks like it could be removed

I agree with you.

We are fixing regression between 2020-07-19 and 2020-08-30. It is a bit danger to change gensfen code in this timing. Could we remove it after the regression is fixed?

yes, I think that's wise