From d99879dc3d6839b00f4b325320fe2b992391b915 Mon Sep 17 00:00:00 2001 From: Ben Green Date: Mon, 22 Jun 2015 13:38:12 -0400 Subject: Added ml3, where we don’t consider edges from victims to non-victims. Also playing around with only allowing most likely parent to try and infect. Still working to see if some variant produces good results that allow us to determine seeds/non-seeds. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- experiments/ml2.pyx | 1 + 1 file changed, 1 insertion(+) (limited to 'experiments/ml2.pyx') diff --git a/experiments/ml2.pyx b/experiments/ml2.pyx index e3678dd..95f6f34 100644 --- a/experiments/ml2.pyx +++ b/experiments/ml2.pyx @@ -37,6 +37,7 @@ cdef DTYPE_t weight_failure(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, def ml2(dict root_victims, dict victims, dict non_victims, DTYPE_t age, DTYPE_t alpha, DTYPE_t delta): + print 'ML2' cdef: int n_roots, n_victims, roots, i, dist, dt, t, l DTYPE_t beta, ll -- cgit v1.2.3-70-g09d2