Hacker News new | ask | show | jobs
by FartyMcFarter 26 days ago
Yeah, and back then people moved the goal posts too, saying Deep Blue was just "brute-forcing" chess (which isn't even true since it's not a pure minimax search).
1 comments

Deep Blue was brute forcing chess in the sense that AlphaGo wasn't brute forcing Go.
Both of them contained a search algorithm that explored some moves from each considered position, usually not all moves. Both of them contained logic (learned or programmed) to evaluate moves and/or positions.

The differences between them are many, but brute force doesn't enter into it in either case.