16 ms·
yes and it has for a very long time. Stockfish took the neural net approach after AlphaZero showed it was a good idea as all modern chess engines have
by mattr03 8d ago
yes and it has for a very long time. Stockfish took the neural net approach after AlphaZero showed it was a good idea as all modern chess engines have
- Sopel 8d ago[dead]
- lynx97 8d agoThey basically replaced the static position evaluation function with a NN approach and kept the rest of the tree search mostly intact. I ran fishtest on an old cluster for a while. Was nice to watch the stockfish team methodically improving things. Basically, every commit has to show it can beat the main branch before it gets merged.