You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thatabc-inference
depends onDynamicHMC.jl
, should it be dependent onApproxBayes.jl
?It seems that
ApproxBayes.jl
is not maintained. I forked it and simply bump the version.include("abc_infernce.jl")
and testabc.jl
inDiffEqBayes.jl
. It still works. Maybe it is a solution for someone who wants to use approximation bayesian computation.The text was updated successfully, but these errors were encountered: