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
thank you for this tool, we use it on version 1.7.0, and it has been great for our purpose, computing the steady-state probability for a set of states in a ctmc. However, working on some more complex models recently, we expect to run into computation time issues when checking the desired property directly. Hence searching for ways to reduce the size of the state space, we came across the technique of lumping. Although we are still in the process of determining our detailed approach, we are considering a solution that requires more 'manual' handling of steady-state probabilities to modify transition rates in sequentially solved ctmcs. Since we would love to start the sequential solving utilizing stormpy, we are searching for a way to obtain the steady-state probabilities for all states in a considered ctmc.
Unfortunately, we have not been able to find an example describing how to obtain the desired results. Is there a method that does provide access to all steady-state probabilites of the considered state space?
Thanks in advance :)
The text was updated successfully, but these errors were encountered:
Hello everyone,
thank you for this tool, we use it on version 1.7.0, and it has been great for our purpose, computing the steady-state probability for a set of states in a ctmc. However, working on some more complex models recently, we expect to run into computation time issues when checking the desired property directly. Hence searching for ways to reduce the size of the state space, we came across the technique of lumping. Although we are still in the process of determining our detailed approach, we are considering a solution that requires more 'manual' handling of steady-state probabilities to modify transition rates in sequentially solved ctmcs. Since we would love to start the sequential solving utilizing stormpy, we are searching for a way to obtain the steady-state probabilities for all states in a considered ctmc.
Unfortunately, we have not been able to find an example describing how to obtain the desired results. Is there a method that does provide access to all steady-state probabilites of the considered state space?
Thanks in advance :)
The text was updated successfully, but these errors were encountered: