Graph Theory

Sort:
GSSD

I was wondering if there are any interesting ways to analyze chess or chess games using graph theory? Not really sure what we could represent as vertices or edges. Also wanted to share a cool graph theory video: https://www.youtube.com/watch?v=HFP4Br7uvYo

bsrti

One good way is to analyze chess as vectors, and present the move as tree (graph), if we put weights,
than smart (at least somewhat) ai can be crated. And engine analyzes games, compared to its best move.

bsrti

So, yes, it is possible.