DiffEqBayes.jl icon indicating copy to clipboard operation
DiffEqBayes.jl copied to clipboard

abc_inference is not included but exported

Open Song921012 opened this issue 2 years ago • 1 comments

Hello, it seems that new version doesn't support approximate bayesian computation any more. However, in main DiffEqBayes.jl, abc_inference is exported. Also, codes of example of README implies that abc-inference depends on DynamicHMC.jl, should it be dependent on ApproxBayes.jl?

It seems that ApproxBayes.jl is not maintained. I forked it and simply bump the version. include("abc_infernce.jl") and test abc.jl in DiffEqBayes.jl. It still works. Maybe it is a solution for someone who wants to use approximation bayesian computation.

Song921012 avatar Jun 20 '22 14:06 Song921012

see https://github.com/SciML/DiffEqBayes.jl/issues/192 . Maybe we should just fork it.

ChrisRackauckas avatar Jun 20 '22 15:06 ChrisRackauckas