SebLague / Chess-Coding-Adventure

A work-in-progress chess bot written in C#
https://youtu.be/U4ogK0MIzqk
MIT License
1.45k stars 303 forks source link

Can you explain more about how the AI works? #20

Closed Mustafa-Agha closed 1 year ago

Mustafa-Agha commented 1 year ago

I see you added PGNs from 2005-2022 does this mean you just choose a book and simply play it, or you consider each move and search the entire PGNs for best one to match it.

Pls provide a simple document about the AI algorithm idea, and how to update it.

Also a simple comparison between StockFish, Swordfish and your AI.