←back to thread

365 points lawrenceyan | 3 comments | | HN request time: 0.43s | source
1. barelyusable ◴[] No.41876458[source]
What are some of the go-to books/articles for computer chess? I like the game and have a decent understanding of basics, so studying algorithms based on the game would be a good opportunity for me to learn conventional algos, but also RL/ML/MCTS etc. Also I wonder what is the go-to codebase these days?
replies(2): >>41877236 #>>41877723 #
2. janalsncm ◴[] No.41877236[source]
Stockfish and Leela are the two best engines and they’re both on GitHub. Although I will say they are hyperoptimized to win.

You can also ask any noob questions on their Discords.

3. sinuhe69 ◴[] No.41877723[source]
https://www.chessprogramming.org/

Is the portal to go. From there, you can dig deeper in many relevant themes.