local eval up to 26 plies

pull/2485/head
Thibault Duplessis 2016-12-25 15:15:12 +01:00
parent 26219778c6
commit 127a1fed82
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ module.exports = function(opts) {
if (knps > 1000) depth = 23;
if (knps > 2000) depth = 24;
if (knps > 3500) depth = 25;
if (knps > 7000) depth = 26;
maxDepth(depth);
if (values.length > 20) values.shift();
}