Code: Select all
position fen 5B2/3Q4/8/7p/6N1/6k1/8/5K2 w - - 0 1
go depth 5
I understand this must be normal, since other engines I've tested suffer the same behavior, specially 'stronger' ones (those ones which have null-move pruning implemented, I guess).
Anyway, the mate is found when searching deeper (depth between 7 and 11 in the ones I've tested, including my implementation in Lynx).
My questions are:
- Does this situation entail any kind of concern at all?
- Is the mate in 5 missed due to the enormous advantage white has, or could it happen in other kind of positions where it might be more worrying?
- Any example of OSS engine out there with null-move pruning implemented that still find that mate at depth 5?
BTW I don't want to bring endgame tablebases to the table, that's not the point plus the position could be altered with a few pawns to avoid being 'solvable'.
Thanks
