From df7a7379492c33bb4d6a85deee95a0b743ec0f07 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Tue, 31 Dec 2013 03:15:30 +0100 Subject: [PATCH] Moggy nakaderate: 20 -> default, i.e. much more often Based on recent tuning; ongoing tweaks. --- playout/moggy.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/playout/moggy.c b/playout/moggy.c index c788480..edaf7d9 100644 --- a/playout/moggy.c +++ b/playout/moggy.c @@ -1063,10 +1063,9 @@ playout_moggy_init(char *arg, struct board *b, struct joseki_dict *jdict) int rate = board_large(b) ? 80 : 90; pp->lcapturerate = pp->atarirate = pp->nlibrate - = pp->josekirate = -1U; + = pp->josekirate = pp->nakaderate = -1U; pp->patternrate = pp->eyefixrate = 100; pp->nlibrate = 20; - pp->nakaderate = 20; pp->pattern2 = true; pp->lcapturerate = 90; pp->korate = 20; pp->koage = 4; -- 2.11.4.GIT