This is a helpful, but not necessary utility for us. PGN is a common format to store chess matches.
There are very large, open databases available online that contain the PGNs of competitive chess games. If we are planning on using machine learning at any point of this project, then we need to be able to parse these PGNs so our program can train off of these existing games.
This is a helpful, but not necessary utility for us. PGN is a common format to store chess matches. There are very large, open databases available online that contain the PGNs of competitive chess games. If we are planning on using machine learning at any point of this project, then we need to be able to parse these PGNs so our program can train off of these existing games.