--
You received this message because you are subscribed to the Google Groups "tlaplus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tlaplus+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/tlaplus/31c54ba4-df67-4dfc-b041-15f213f86605n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/tlaplus/CAHQi85kyExvut7_C_sq1tfEbdyrU%3DLjYzciWtf82MwdEGinsbw%40mail.gmail.com.
Thanks, Hillel, for the feedback! I appreciate it. I didn’t include PRISM examples directly in the docs to avoid redundancy but linked to them where relevant. I also acknowledged PRISM as the state of the art tool for probabilistic modeling. Please let me know if I need to reword anything.
For those unfamiliar, I’m the developer of FizzBee. Here are my thoughts, probabilistic modeling generally involves two phases:
FizzBee simplifies the first phase with a Python-like language where you describe the algorithm, and it automatically generates the state graph.
PRISM excels at the second phase with a full pCTL query language. As Andrew and Elina mentioned, PRISM supports DTMC, CTMC, and MDP, while FizzBee currently covers a subset of DTMC with basic scripting for common queries.
Example models in both tools:
PRISM:
FizzBee:
Since this is the TLA+ group, I don’t want to take the thread off course, happy to continue elsewhere if anyone’s interested!
Thanks,To view this discussion visit https://groups.google.com/d/msgid/tlaplus/CAJ-b8sx28qa0DY1nqZ1T7U3dO%2But7w5vTn-PvNbLHkD5BXv81w%40mail.gmail.com.