Skip to content

Commit

Permalink
Update evaluate.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ElbertoOne committed Oct 12, 2017
1 parent 5fcb06e commit 034852f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evaluate.cpp
Expand Up @@ -211,7 +211,7 @@ namespace {
const Score KingProtector[] = { S(-3, -5), S(-4, -3), S(-3, 0), S(-1, 1) };

Score LongRangedBishop[] = { S( 0, 0), S( 22, 0) };
TUNE(LongRangedBishop);
TUNE(SetRange(-20,50), LongRangedBishop);

// Assorted bonuses and penalties used by evaluation
const Score MinorBehindPawn = S( 16, 0);
Expand Down

0 comments on commit 034852f

Please sign in to comment.