Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote/parallel model computation without ipyparallel, bestfit_emcee #18

Merged
merged 10 commits into from
Mar 6, 2017

Conversation

JelleAalbers
Copy link
Owner

This adds:

  • An n_cores option to the prepare method of likelihood functions, to allow parallel model computation on several machines.
  • Experimental (as in, I have no idea if it works yet): A source can now make a file in pdf_tasks which contains all information needed to compute the pdf. The bluethaw script can turn this into a pdf_cache file. Using this you can compute models remotely / on a batch queue.
  • Adds bestfit_emcee, to fit likelihoods using emcee (and optionally get pre-made corner plots etc).

The old ipyparallel paralellization interface is preserved for compatibility.

@JelleAalbers JelleAalbers merged commit 1610318 into master Mar 6, 2017
@JelleAalbers JelleAalbers deleted the task_files branch March 6, 2017 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant