Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
geko authored and geko committed Jun 22, 2015
1 parent 7287c9c commit 5317777
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Eval.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ class Eval : public GenMoves {
}

protected:
STATIC_CONST int FUTIL_MARGIN = 154;
STATIC_CONST int EXT_FUTILY_MARGIN = 392;
STATIC_CONST int RAZOR_MARGIN = 1071;
STATIC_CONST int FUTIL_MARGIN = 154; //CLOP 147
STATIC_CONST int EXT_FUTILY_MARGIN = 392; //CLOP 405
STATIC_CONST int RAZOR_MARGIN = 1071; //CLOP 1074
STATIC_CONST int ATTACK_KING = 30;
STATIC_CONST int BISHOP_ON_QUEEN = 2;
STATIC_CONST int BACKWARD_PAWN = 2;
Expand Down

0 comments on commit 5317777

Please sign in to comment.