From f7997e0c67ea85b42da94894b6a6f9bef7382170 Mon Sep 17 00:00:00 2001 From: Ben Green Date: Mon, 15 Jun 2015 17:15:33 -0400 Subject: minor changes for testing --- experiments/process.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'experiments/process.py') diff --git a/experiments/process.py b/experiments/process.py index 98406d6..8ebe953 100644 --- a/experiments/process.py +++ b/experiments/process.py @@ -11,8 +11,8 @@ if __name__ == "__main__": sys.exit("usage: {0} ".format(sys.argv[0])) root_victims, victims, non_victims, age = load(open(sys.argv[1])) - alphas = 1. / np.arange(1., 4000., 50.) # parameter of the time component - deltas = np.arange(0.01, 0.3, 0.05) # parameter of the structural component + alphas = 1. / np.arange(1., 1000., 50.) # parameter of the time component + deltas = np.arange(0.01, 0.5, 0.1) # parameter of the structural component with open("out.log", "w") as fh: for alpha, delta in product(alphas, deltas): beta, roots, ll = ml(root_victims, victims, non_victims, age, alpha, delta) -- cgit v1.2.3-70-g09d2