Hacker News new | ask | show | jobs
by gridspy 158 days ago
There is a strategy called alpha beta pruning meaning you can discard a lot of move options quickly based on the results of similar branches. That and caching similar board states means 20x options does not mean 20x CPU time.
1 comments

The comment you're replying to already mentions this.