Hi @francescoalemanno
In this package I created an example of an ApproxInferenceProblem. You can have a look at it with
using ApproxInferenceProblems
problem = ApproxInferenceProblem(BlowFly)
My idea was that we would have in the future a bunch of similar problems from the literature that we could use as benchmark problems. Please let me know what you think about the approach I took here. If you like it I will add more problems in a similar spirit.
Hi @francescoalemanno
In this package I created an example of an
ApproxInferenceProblem. You can have a look at it withMy idea was that we would have in the future a bunch of similar problems from the literature that we could use as benchmark problems. Please let me know what you think about the approach I took here. If you like it I will add more problems in a similar spirit.