Feature Request - [x] should be able to specify a distribution independent of a set of samples used for loading - [x] three datasets should be packaged in 2D: uniform, normal with 95% of samples in (0,4), normal with 99% of samples in (0,4) - [ ] in 1D, same idea. - [ ] in 5D, just uniform - [x] 1000 samples for each, ~~100~~ 500 sensors maximum - [ ] stop inferring distribution from filename - [x] get rid of prefix handling - [ ] be able to create MUD-1D (not just MUD-2D-alt). Must do: - [x] default to log likelihoods in `mud`, don't compute the evidence for the posterior. It causes divide by zero errors. Nice to haves: - [ ] decouple runner from pde example, make it entirely independent - [ ] pde 1D probably can be separated out since it has a different set of figures - [ ] can we attach the geometry study to the output as well? - [ ] check out contents of results.pkl and decide if it's worth keeping - [ ] refactor the experiment-handling methods to be more transparent in what they are doing. Use dictionaries as configs?
Feature Request
100500 sensors maximumMust do:
mud, don't compute the evidence for the posterior. It causes divide by zero errors.Nice to haves: