From 695036cf734c6a458b1371910eb616cda9f56915 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Fri, 18 Jan 2013 17:15:50 +0100 Subject: [PATCH] Print static eval with thinking output Also compute difEval from scratch, for error checking. --- hachu.c | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/hachu.c b/hachu.c index 87b227f..6de0d39 100644 --- a/hachu.c +++ b/hachu.c @@ -799,6 +799,20 @@ Init (int var) p[EDGE].qval = 5; // tenjiku jump-capturer sentinel } +int +PSTest () +{ + int r, f, score, tot=0; + for(r=0; r tlim1) break; // do not start iteration we can (most likely) not finish } -- 1.7.0.4