Building a Chess Engine - Part 8
Hey Julian,
Your post is very interesting.
What is the definition of a quiet position?
For my primitive implementation, I continued the search in positions with a check and looked at all captures. So quiet positions are positions where the king isn't in check and there aren't any (good) captures.
Hey Julian,
Your post is very interesting.
What is the definition of a quiet position?
For my primitive implementation, I continued the search in positions with a check and looked at all captures. So quiet positions are positions where the king isn't in check and there aren't any (good) captures.