From: H.G. Muller Date: Fri, 18 Jan 2013 16:07:14 +0000 (+0100) Subject: Take somewhat more spacing for move sorting X-Git-Tag: 0.18~73 X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=191603ad62ecd1ddc41551b53a3de8260cfbe691;hp=df950afb30088935a862f9e0d5194e432de0af5a;p=hachu.git Take somewhat more spacing for move sorting The gaps in the move stack are now 50 in stead of 20. --- diff --git a/hachu.c b/hachu.c index ca7f32d..d28e99e 100644 --- a/hachu.c +++ b/hachu.c @@ -1523,7 +1523,7 @@ if(PATH) /*pboard(board),pmap(attacks, BLACK),*/printf("search(%d) {%d,%d} eval= nodes++; pv[pvPtr++] = 0; // start empty PV, directly behind PV of parent - firstMove = curMove = sorted = msp += 20; // leave 20 empty slots in front of move list + firstMove = curMove = sorted = msp += 50; // leave 50 empty slots in front of move list tb.fireMask = phase = 0; iterDep=1; replyDep = (depth < 1 ? depth : 1) - 1; do { if(flag && depth>= 0) printf("iter %d:%d\n", depth,iterDep),fflush(stdout);