Additionally, the neural nets (afaik) are used in evaluation of a position, but not for stateful “strategy”. That is, the overall algorithm has a heuristic evaluation function (potentially incorporating a neural network), and then chooses a move by doing the sort of “future calculation” that humans do, except in fancy ways to make it compute fast.
Additionally, the neural nets (afaik) are used in evaluation of a position, but not for stateful “strategy”. That is, the overall algorithm has a heuristic evaluation function (potentially incorporating a neural network), and then chooses a move by doing the sort of “future calculation” that humans do, except in fancy ways to make it compute fast.