Skip to content

Commit 9a16ff4

Browse files
committed
ablation: no dynamic reduction based on complexity
test r15
1 parent 49a8c22 commit 9a16ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rapfi/search/ab/search.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,7 @@ Value search(Board &board, SearchStack *ss, Value alpha, Value beta, Depth depth
11191119
* (0.1f / Evaluation::PolicyBuffer::ScoreScale));
11201120

11211121
// Dynamic reduction based on complexity
1122-
r += complexity * complexityReduction<Rule>(trivialMove, importantMove, distract);
1122+
//r += complexity * complexityReduction<Rule>(trivialMove, importantMove, distract);
11231123

11241124
// Decrease reduction if position is or has been on the PV
11251125
if (ss->ttPv)

0 commit comments

Comments
 (0)