Hacker News new | ask | show | jobs
by ndand 2112 days ago
Stockfish evaluates the position of the entire board, e.g. mobility of pieces, how much opposing space they control, etc. But still, the evaluation function is hardcoded and weaker than AlphaZero.

Recently Stockfish introduced neural network evaluation.

https://blog.stockfishchess.org/post/625828091343896577/intr...

1 comments

By that I just mean Alpha Go is assuming less about board state than StockFish and other conventional chess AIs do. Evidently the two engines have different assessments which is why Stockfish will greedily lap up a sacrifice by Alpha Zero onto to then lose because of it.