From 8266193a90cb4c8a29d843bd2975d0b758d4d196 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Mon, 4 Aug 2014 02:29:57 +0200 Subject: [PATCH] Moggy eyefillrate: Revert from 40 back to 60 With less than 50%, Pachi starts to massively misplay the concerned corner situations. I think measurements are way too noisy for eyefillrate since the feature is very rarely applied. Perhaps we could get away fine with just pitching this at 100. --- playout/moggy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playout/moggy.c b/playout/moggy.c index 77722cf..4f4d2f6 100644 --- a/playout/moggy.c +++ b/playout/moggy.c @@ -1068,7 +1068,7 @@ playout_moggy_init(char *arg, struct board *b, struct joseki_dict *jdict) pp->nakaderate = 60; pp->korate = 40; pp->koage = 4; pp->alwaysccaprate = 40; - pp->eyefillrate = 40; + pp->eyefillrate = 60; pp->nlibrate = 25; /* selfatarirate is slightly special, since to avoid playing some -- 2.11.4.GIT