Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 4th, 2012  |  syntax: C#  |  size: 0.31 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. f(p) = 200(K-K')
  2.       + 9(Q-Q')
  3.        + 5(R-R')
  4.       + 3(B-B' + N-N')
  5.       + 1(P-P')
  6.        - 0.5(D-D' + S-S' + I-I')
  7.       + 0.1(M-M') + ...
  8.  
  9. KQRBNP = number of kings, queens, rooks, bishops, knights and pawns
  10. D,S,I = doubled, blocked and isolated pawns
  11. M = Mobility (the number of legal moves)