Chon Lok Lei

Results 16 comments of Chon Lok Lei

I guess you will be spacing in the q-space whilst the current implementation is sampling in the p-space and convert to q.

@DavAug I've just tried it, it seems working for me (both the master and this branch). I am using v2.4.4 for Sphinx. Have you got Sphinx installed properly? Can you...

Just thinking given their similarity, would it be worth to have this HorowitzLangevinMCMC inherits from the HamiltonianMCMC class...?

@DavAug Besides the documentation that you have included in the Python class, you also have to include and provide a link to the docs in order to let the Sphinx...

@DavAug I have added those to the docs for you, so that you don't have to find where to add this time. Remember to pull and merge before doing any...

For browsing example purposes, I think we could simply add a link in the examples to a separate repo which contains all these interface notebooks? In that way we don't...

Yeah, that's what I hope to get it to do too, so that both plotting with `pints.plot` or storing with `pints.io` can use the user definited parameter names.

Looking at `pints.io` and `pints.plot`, they usually do not require the model as part of the input, e.g. we do `pints.plot.trace(samples)` which becomes independent of the model, so as for...

I did like @MichaelClerx 's route 1, but the only thing I worried was it might be a bit overkill? (I think PyMC3 has a similar structure for the model...