mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 08:43:09 +00:00
Fix IIDMargin description
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
3ccdb57d6f
commit
0719470e50
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ namespace {
|
||||||
const Depth IIDDepth[2] = { 8 * OnePly /* non-PV */, 5 * OnePly /* PV */};
|
const Depth IIDDepth[2] = { 8 * OnePly /* non-PV */, 5 * OnePly /* PV */};
|
||||||
|
|
||||||
// At Non-PV nodes we do an internal iterative deepening search
|
// At Non-PV nodes we do an internal iterative deepening search
|
||||||
// when the static evaluation is at most IIDMargin below beta.
|
// when the static evaluation is bigger then beta - IIDMargin.
|
||||||
const Value IIDMargin = Value(0x100);
|
const Value IIDMargin = Value(0x100);
|
||||||
|
|
||||||
// Step 11. Decide the new search depth
|
// Step 11. Decide the new search depth
|
||||||
|
|
Loading…
Add table
Reference in a new issue