Skip to content

Commit

Permalink
Revert "Use CLOP mean value instead of max"
Browse files Browse the repository at this point in the history
This reverts commit d0c2faa.
  • Loading branch information
glinscott committed Feb 14, 2013
1 parent d0c2faa commit cd0ecac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/evaluate.cpp
Expand Up @@ -150,7 +150,7 @@ namespace {

#undef S

Score BishopPinBonus = make_score(27, 12);
Score BishopPinBonus = make_score(66, 11);

// Bonus for having the side to move (modified by Joona Kiiski)
const Score Tempo = make_score(24, 11);
Expand Down
4 changes: 2 additions & 2 deletions src/ucioption.cpp
Expand Up @@ -87,8 +87,8 @@ void init(OptionsMap& o) {
o["Slow Mover"] = Option(100, 10, 1000);
o["UCI_Chess960"] = Option(false);
o["UCI_AnalyseMode"] = Option(false, on_eval);
o["pin_open"] = Option(27, -100, 100, on_eval);
o["pin_end"] = Option(12, -100, 100, on_eval);
o["pin_open"] = Option(66, -100, 100, on_eval);
o["pin_end"] = Option(11, -100, 100, on_eval);
}


Expand Down

0 comments on commit cd0ecac

Please sign in to comment.