Skip to content

Commit

Permalink
ablation: no dynamic reduction for moves with a good/bad history
Browse files Browse the repository at this point in the history
test r15
  • Loading branch information
dhbloo committed Jul 26, 2024
1 parent 49a8c22 commit 8b697ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rapfi/search/ab/search.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ Value search(Board &board, SearchStack *ss, Value alpha, Value beta, Depth depth
ss->statScore = statScore(searchData->mainHistory, self, move);

// Decrease/increase reduction for moves with a good/bad history
r -= extensionFromStatScore(ss->statScore, depth);
/*r -= extensionFromStatScore(ss->statScore, depth);*/

// Allow LMR to do deeper search in some circumstances
// Clamp the LMR depth to newDepth (no depth less than one)
Expand Down

0 comments on commit 8b697ab

Please sign in to comment.