Open pnkraemer opened 1 year ago
Maybe the easiest way of implementing this would be a ODESolution.discretise_offgrid(ts)
method, which returns another ODE solution but with different states and conditionals. On this, one could then use .sample()
etc.
Would be great to be able to sample from the posterior and on a dense mesh. If necessary, it can be restricted to
offgrid_sample
or whatever.