From 851a7bffde68cbc821f7e6731f1c475c24e41680 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sun, 15 Jan 2012 21:16:13 +0100 Subject: [PATCH] UCT prior: Make pattern default at 10*eqex (200 for 19x19) --- uct/prior.c | 1 + 1 file changed, 1 insertion(+) diff --git a/uct/prior.c b/uct/prior.c index 8a97db2..e87f3a5 100644 --- a/uct/prior.c +++ b/uct/prior.c @@ -198,6 +198,7 @@ uct_prior_init(char *arg, struct board *b, struct uct *u) struct uct_prior *p = calloc2(1, sizeof(struct uct_prior)); p->even_eqex = p->policy_eqex = p->b19_eqex = p->eye_eqex = p->ko_eqex = p->plugin_eqex = -100; + p->pattern_eqex = -1000; p->joseki_eqex = -200; p->cfgdn = -1; -- 2.11.4.GIT