General roadmap for learning/development of a chess engine?

Discussion of chess software programming and technical issues.

Moderator: Ras

rdhoffmann
Posts: 54
Joined: Fri Apr 21, 2023 3:46 pm
Full name: Richard Hoffmann

Re: General roadmap for learning/development of a chess engine?

Post by rdhoffmann »

Yeah it only occurred to me yesterday that I can get the PV from the search stack, instead of using the hash table. It doesn't seem to make any practical difference in my engine, but it is certainly a better way. :)