gRR comments on Rationality Quotes March 2012 - Less Wrong

4 Post author: Thomas 03 March 2012 08:04AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (525)

You are viewing a single comment's thread. Show more comments above.

Comment author: gRR 03 March 2012 01:56:01AM *  1 point [-]

Hmm, I suppose, a "mistake" in a technical sense is defined in terms of mini-max position evaluation, assuming infinite computing power:

eval(position) = -1 (loss), 0 (tie), or +1(win)
IsFatalMistake(move) = (eval(position before the move) > eval(position after the move) AND eval(position after the move) == -1)

With this definition, either giving away the pawn or missing the checkmate (or both) wasn't a fatal mistake, since the game was already lost before the move :)