mclaughlin6464 / pearce

A (better structured) package that implements the calculation of mock cosmological observables and their emulation.
MIT License
0 stars 1 forks source link

Move MCMC to Separate object #1

Closed mclaughlin6464 closed 6 years ago

mclaughlin6464 commented 7 years ago

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

mclaughlin6464 commented 7 years ago

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.

mclaughlin6464 commented 6 years ago

This has been done and merged into master.