From 3f2dc6873c2b33f5783795b707438efbac5eb830 Mon Sep 17 00:00:00 2001 From: Rayne Liu <rayne.liu@atlas1> Date: Thu, 8 Oct 2020 13:07:39 +0000 Subject: [PATCH] 0001 running in atlas --- code/NR_Interpolate-0001_t_10M_wandt.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/NR_Interpolate-0001_t_10M_wandt.py b/code/NR_Interpolate-0001_t_10M_wandt.py index fea0c58..7ecbac5 100755 --- a/code/NR_Interpolate-0001_t_10M_wandt.py +++ b/code/NR_Interpolate-0001_t_10M_wandt.py @@ -42,12 +42,12 @@ tshift=10 vary_fund = True #sampler parameters -npoints = 100#1200 -nwalkers = 30#256 +npoints = 1600 +nwalkers = 320 ntemps=12 dim = nmax+1 ndim = 4*dim -burnin = 50#600 #How many points do you burn before doing the corner plot. You need to watch the convergence of the chain plot a bit. +burnin = 800 #How many points do you burn before doing the corner plot. You need to watch the convergence of the chain plot a bit. #This is trivial but often forgotten: this cannot be more than npoints! I usually use half the points. numbins = 32 #corner plot parameter - how many bins you want datacolor = '#105670' #'#4fa3a7' -- GitLab