Retire EvaluatePawnStorms and UseEasyMove constants

Merged from Glaurung 2.2

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2008-12-21 20:10:20 +01:00
parent 61c6a3d5a0
commit 23490bd825
2 changed files with 44 additions and 54 deletions

View File

@@ -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);