Vadman97 / GolangChessAI

Go Chess AI - Exploring Parallel Search Techniques with a Novel Golang Chess Engine
GNU General Public License v3.0
8 stars 3 forks source link

Create a way to compare evaluation functions #56

Open Vadman97 opened 5 years ago

Vadman97 commented 5 years ago

To improve evaluation function, we need a way to compare changes for playing strength. Create an ELO calculator or some other test bench to play new evaluation against previous.

Vadman97 commented 5 years ago

Implement ELO system from https://github.com/iain/elo and https://en.wikipedia.org/wiki/Elo_rating_system#Mathematical_details https://metinmediamath.wordpress.com/2013/11/27/how-to-calculate-the-elo-rating-including-example/

Vadman97 commented 5 years ago

This will allow quantified way to do #11