tjhladish / AbcSmc

Sequential Monte Carlo Approximate Bayesian Computation with Partial Least Squares parameter estimator
GNU General Public License v3.0
15 stars 7 forks source link

refactor examples to better distinguish examples from testing #42

Open pearsonca opened 1 year ago

pearsonca commented 1 year ago

Fairly hot: the examples code needs be more one-stop-shopping, see all the moving parts (i.e. complete, isolated, minimal working examples). @pearsonca has been using these more as integration tests, which results in more abstraction / reduced code duplication, but tends to be too complex for self-contained MREs.

These two use cases need to be distinguished. Initial implementation can be a bit messy.