|
|
|
|
|
by lxgr
549 days ago
|
|
There are several neural network based engines these days, including one that does exclusively what you describe (i.e. "patterns only", no calculation at all), and one that's trained on human games. Even Stockfish uses a neural network these days by default for its positional evaluation, but it's relatively simple/lightweight in comparison to these, and it gains its strength from being used as part of deep search, rather than using a powerful/heavy neural network in a shallow tree search. [1] https://arxiv.org/html/2402.04494v1 [2] https://www.maiachess.com/ |
|
I don't think the patterns are very human, but they are very cool.