Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upParameter Object and Adaptation #16
Comments
|
This seems sensible to me. If I interpret this correctly, the additional template parameter will break backward compatibility; that should be clearly signposted in the associated docs. |
|
I've set it up so that there is a empty class as the default template parameter, so fortunately it shouldn't break backwards compatibility. |
|
Oh, great -- I'd forgotten where we'd ended up after all those discussions. I should have checked... |
The next couple of planned pull requests are about making it easier to keep track of and adapt additional algorithm parameters. This is useful in general and it is especially important when using SMC to perform inference on static Bayesian models. In this pull request, I'd like to make the necessary changes to the existing library:
My plan is to give the examples in a separate pull request.