Probabilistic Programming Category? #93
Replies: 3 comments 1 reply
-
I think we should use an extension of the format for LTSs with probabilities as in the format for PTRSs (which would suffice to represent the example above, as far as I can see). We had far too many different formats and we're currently trying to unify them, so using a C-like (or entirely different) format would be counterproductive. I think other potential participants (like KoAT) are more interested in integer-valued variables. Is there more than one potential participant with support for reals, or more than one potential participant with support for integers? |
Beta Was this translation helpful? Give feedback.
-
Another option would be to use a format similar to that of probabilistic integer programs used by our tool KoAT. Another alternative that comes to mind, is a python-like imperative programming language as used by eco-imp/ev-imp and absynth (see this publication). |
Beta Was this translation helpful? Give feedback.
-
But they are about to be replaced.
See my previous comment:
Anyway, before we fix the syntax, we should clarify some more important questions:
|
Beta Was this translation helpful? Give feedback.
-
Let's also discuss about probabilistic programs.
I'm informed of https://github.com/Sheshansh/prob_termination.
An example there
There are probabilistic and nondeterminisitic branching, vars are reals,
[l,r]
is uniform sampling.I guess a C-like format (or TRS-like one) with these features are good starting point.
Beta Was this translation helpful? Give feedback.
All reactions