The classic grid search runs fine, but we need to output the results for quick visual inspections.
For a (y,x) grid search, can we make an model.results file that looks something like:
centre_0, centre_1, likelihood
-1.0 1.0 10.0
-0.5 1.0 15.0
-0.0 1.0 22.0
etc.
The classic grid search runs fine, but we need to output the results for quick visual inspections.
For a (y,x) grid search, can we make an model.results file that looks something like:
centre_0, centre_1, likelihood
-1.0 1.0 10.0
-0.5 1.0 15.0
-0.0 1.0 22.0
etc.