ptiede / Comrade.jl

MIT License
43 stars 8 forks source link

Move chain and all other inference data to InferenceObjects.jl #278

Closed ptiede closed 1 year ago

ptiede commented 1 year ago

Currently we use TypedTables.jl to store our chains and other stuff. While this is a simple table serializing it and making sure it is stable between versions has been annoying. InferenceObjects.jl solves a lot of this. Plus, we can then use Arviz.jl to do all the MCMC post-processing stuff, which is great.