mirror of
https://github.com/sockspls/badfish
synced 2025-07-11 19:49:14 +00:00
Use CLOP mean value instead of max
This commit is contained in:
parent
671f24ff35
commit
d0c2faa5fd
2 changed files with 3 additions and 3 deletions
|
@ -150,7 +150,7 @@ namespace {
|
|||
|
||||
#undef S
|
||||
|
||||
Score BishopPinBonus = make_score(66, 11);
|
||||
Score BishopPinBonus = make_score(27, 12);
|
||||
|
||||
// Bonus for having the side to move (modified by Joona Kiiski)
|
||||
const Score Tempo = make_score(24, 11);
|
||||
|
|
|
@ -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(66, -100, 100, on_eval);
|
||||
o["pin_end"] = Option(11, -100, 100, on_eval);
|
||||
o["pin_open"] = Option(27, -100, 100, on_eval);
|
||||
o["pin_end"] = Option(12, -100, 100, on_eval);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue