We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35eba8 commit e8b409dCopy full SHA for e8b409d
src/search.cpp
@@ -376,7 +376,7 @@ void Thread::search(bool isMainThread) {
376
{
377
// Set up the new depth for the helper threads
378
if (!isMainThread)
379
- depth = Threads.main()->depth + Depth(int(2.3 * log(1 + this->idx)));
+ depth = Threads.main()->depth + Depth(int(2.2 * log(1 + this->idx)));
380
381
// Age out PV variability metric
382
if (isMainThread)
0 commit comments