mclaughlin6464/pearce

Move MCMC to Separate object

Closed this issue · 2 comments

MCMC should be run via a separate object, that takes an emu as input. The current implementation is confusing and not particularly efficient.

Thought I just had that is relevant. It is likely the use or myself will want to pass in multiple emulators if they are trying to constrain multiple quantities. These functions should take a dictionary of emulators where the key is what quantity theyare being compared to.

This has been done and merged into master.