|
|
|
|
|
by stephanfroede
4161 days ago
|
|
A chess board is a closed system with fixed rules, as far as I know you only need a lot of computing power to apply the min-max algorithm to solve any chess game. In a chess game there are no probalities, AI is about to independently recognizing patterns in noise and develop assumptions out of it. The trick human brains are applying here is called intuition. |
|