Quiescence search implementation (Beginner)

Discussion of chess software programming and technical issues.

Moderator: Ras

User avatar
hgm
Posts: 28390
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: Quiescence search implementation (Beginner)

Post by hgm »

verminox wrote:So basically, the best way to avoid unsound deep capture sequences is to have a good move ordering, because the queen plunder raids will soon cause a cut-off? Am I getting this right?
Yes, that, plus that this cutoff will be made with a small sub-tree, as removing your opponent's Queen strongly reduces his branching factor.