Statistical approach to chess?
Posted
by Chinmay Kanchi
on Stack Overflow
See other posts from Stack Overflow
or by Chinmay Kanchi
Published on 2010-04-26T22:50:51Z
Indexed on
2010/04/26
22:53 UTC
Read the original article
Hit count: 474
Reading about how Google solves the translation problem got me thinking. Would it be possible to build a strong chess engine by analysing several million games and determining the best possible move based largely (completely?) on statistics? There are several such chess databases (this is one that has 4.5 million games), and one could potentially weight moves in identical (or mirrored or reflected) positions using factors such as the ratings of the players involved, how old the game is (to factor in improvements in chess theory) etc. Any reasons why this wouldn't be a feasible approach to building a chess engine?
© Stack Overflow or respective owner