bilby-mcmc updates
A collection of changes fixes to improve bilby-mcmc
- Add in Fisher Information Matrix proposals (incorporating !1082 (closed))
- Add Fisher module
- Reduce verbosity of proposal updates to debug
- Correct estimation of
nsamples
(it was previously unbounded) - Add a try/except to the training step to avoid errors when there are two few samples
- Modify gwA
- Spell out check_point_delta_t and printdt in output statement
- Add equivalent kwargs for commonly misspelled items
- Add ignore_index to the
pd.concat
call when combining samples (e.g. from pt_rejection_sampling) so that the return samples have a standard index - Add a cache of the samples to avoid repeated ACT calculations at the same position
- Ensure pt chains continue after convergence
Edited by Gregory Ashton