|
|
|
|
|
by hamilyon2
384 days ago
|
|
Yes. Chess engine is clever tree search at it's core. Which in turn is just loops, arithmetic and updating some data structures. And every AI product in existence is the same. Map navigation, search engine ranking, even register allocation and query planning. Thus they are not AI, they're algorithms. The frontier is constantly moving. |
|