The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
118 views

How to gauge someone's chess strength quickly?

I plan on teaching a chess class (5 classes in a sequence, each building off the previous, 1 hour each) to high schoolers, with emphasis on applying chess principles to real life. Now, it'll be ...
4
votes
4answers
239 views

Why do chess engines sometimes miss good moves (or take forever to spot)?

It is not the first time that I found a greatly superior move than the chess engine did, it even takes them a while to understand these moves after you make them. For example, the move 15 ... Bf2 in ...
6
votes
4answers
160 views

Computer evaluations: How trustworthy are they?

Fritz 12 with Rybka gave a friend of mine an evaluation of +3 for white in this endgame position, which turned out to be a draw. But I've heard that +3 from a computer means a guaranteed win with ...
7
votes
1answer
104 views

Elements to take into account when evaluating 'board strength'

As part of a demo for a rules engine I'm dreaming up, I'd like to do an evaluation of a chess board that communicates each side's general strength at that point in time. Advanced things like ...
5
votes
1answer
231 views

What is an accurate way to evaluate chess positions?

I've been interested for a while about a computer chess AI algorithms (and got the chance to work on one at some point) like Minimax, and as the core component of these algorithms is the so-called ...