mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 00:56:39 +08:00
Retire EvaluatePawnStorms and UseEasyMove constants
Merged from Glaurung 2.2 Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -133,9 +133,6 @@ namespace {
|
||||
// when the static evaluation is at most IIDMargin below beta.
|
||||
const Value IIDMargin = Value(0x100);
|
||||
|
||||
// Use easy moves?
|
||||
const bool UseEasyMove = true;
|
||||
|
||||
// Easy move margin. An easy move candidate must be at least this much
|
||||
// better than the second best move.
|
||||
const Value EasyMoveMargin = Value(0x200);
|
||||
|
||||
Reference in New Issue
Block a user