From 8e1f8ca089ddfd3b2f4d78f797e4449682285bdb Mon Sep 17 00:00:00 2001 From: Ben Green Date: Mon, 8 Jun 2015 22:28:56 -0400 Subject: Ben’s first commit after getting code working! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- experiments/README.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'experiments/README.txt') diff --git a/experiments/README.txt b/experiments/README.txt index 13e0d3d..a3f2e22 100644 --- a/experiments/README.txt +++ b/experiments/README.txt @@ -14,9 +14,9 @@ Description of the files * process.py: simple loop to do an exhaustive search over a range of alpha (time component) and delta (structural component). The likelihood (and a few - other things) for each of the values is printed in the file "out.log". - - Takes on argument the name of .pickle file computed by build_network.py + other things) for each of the values is printed in the file "out.log". + Takes as argument the name of .pickle file computed by build_network.py + Prints columns as alpha, delta, beta, #roots, likelihood * plot3d.py: code to obtain a 3d plot of the log likelihood as a function of alpha and delta. Can also be easily modified to obtain 2d plots along @@ -36,5 +36,5 @@ will be working with an outdated version of ml.so! How to compile? A Makefile is provided. If using make on MacOS is too complicated, it is also possible to compile .pyx files using python distutils (which I would assume is more standard on MacOS). This only requires distutils -and a simple setup.pu file. More details here: +and a simple setup.py file. More details here: http://docs.cython.org/src/reference/compilation.html#configuring-the-c-build -- cgit v1.2.3-70-g09d2