We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d0b61 commit dbc3c3aCopy full SHA for dbc3c3a
1 file changed
src/search.d
@@ -539,11 +539,10 @@ final class Search {
539
*
540
*/
541
void iterativeDeepening() {
542
- int λ, υ, δ = 5;
543
int score = 0;
544
545
for (int depth = 1; persist(depth, score); ++depth) {
546
- int d = depth;
+ int λ, υ, δ = 5, d = depth;
547
previousPV = pv[0];
548
if (depth <= 4) {
549
score = pvs(-Score.mate, Score.mate, depth);
0 commit comments