Skip to content

Commit

Permalink
Take 4
Browse files Browse the repository at this point in the history
Bench: 3249882
  • Loading branch information
snicolet committed Jan 4, 2019
1 parent 11664ff commit 2aac761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evaluate.cpp
Expand Up @@ -97,7 +97,7 @@ namespace {
constexpr int RookSafeCheck = 880;
constexpr int BishopSafeCheck = 435;
constexpr int KnightSafeCheck = 790;
constexpr int Windmill = 1000;
constexpr int Windmill = 300;

#define S(mg, eg) make_score(mg, eg)

Expand Down

0 comments on commit 2aac761

Please sign in to comment.