Bayesian Design of Experiment in Julia

I’m learning more about Bayesian experimental design and I’d be interested to know if anyone has experience doing something like this in Julia. Specifically, I’m looking for anything like this Pyro tutorial on an adapative experimental design.

I saw that there was Kirstine.jl but looking through the documentation, I don’t think it’s what I’m looking for because I’m more interested in sequential design. However, I admit that I understand very little of said documentation and I could be missing something.

If there isn’t an existing framework for this, would it be possible to write my own with one of the Julia PPL’s like Turing.jl?

Thank you all for your time.

3 Likes

I haven’t tried this, but just from looking through the Pyro tutorial, I would say this should be possible to implement in Turing.jl without problems.