-
- Downloads
Add support for custom parameter samplers
This allows for greater flexibility in constructing the model prior distributions and, in particular, enables drop-in support for Latin hypercube sampling, as used in our pandemic scenario modelling.
Showing
- doc/api/config.rst 2 additions, 0 deletionsdoc/api/config.rst
- doc/api/index.rst 2 additions, 0 deletionsdoc/api/index.rst
- doc/api/sampler.rst 25 additions, 0 deletionsdoc/api/sampler.rst
- src/pypfilt/__init__.py 2 additions, 0 deletionssrc/pypfilt/__init__.py
- src/pypfilt/config.py 24 additions, 68 deletionssrc/pypfilt/config.py
- src/pypfilt/params.py 4 additions, 1 deletionsrc/pypfilt/params.py
- src/pypfilt/sampler.py 111 additions, 0 deletionssrc/pypfilt/sampler.py
doc/api/sampler.rst
0 → 100644
src/pypfilt/sampler.py
0 → 100644
Please register or sign in to comment