Hacker News new | ask | show | jobs
by LudwigNagasena 1657 days ago
Stockfish also uses a neural network for evaluation.
2 comments

True, it’s works differently though. And Stockfish does not compute win/draw/loss probabilities as part of its eval. It converts cp to wdl using an exponential fit based stockfish vs stockfish games. So draw percentage in Leela is a lot more interesting and useful.
Yes, but at its heart it's still classical alpha-beta search rather than monte carlo.