Computer Chess: How It Thinks!
Video Statistics and Information
Channel: ProtonsTalk
Views: 323,759
Rating: 4.6667767 out of 5
Keywords: chess, computer, ai, artificial intelligence, programming, algorithm, science, game, minimax, technology, maths, computer chess, Math
Id: CFkhUajb8c8
Channel Id: undefined
Length: 6min 11sec (371 seconds)
Published: Fri Dec 04 2015
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
I suppose its a nice explanation for somebody who has absolutely no idea about the topic. With that in mind I don't mind the simplifications, but I do have one gripe. Specifically the video mentions minimax using more memory than Alpha-Beta which isn't true at all, both search algorithms use memory linearly with the depth they reach, Alpha-Beta just reaches the depth much faster. Furthermore they mention AB is twice as fast as Minimax which is also not really correct. In the worst case AB degrades to Minimax and in the best case AB reaches approximately twice the depth given twice as much time due to the odd-even effect, which is a superlinear speed increase in the case of chess.
Ugh. I hate these videos with Microsoft's speaking voice. At least the voice is getting better, and it's good information provided in the video but I still don't like it.
The damn thing!