Closed zgzn closed 2 years ago
I will work fixing the issues and let you know when I have. Thanks!
I made the adjustments that you specified, the only difference is that I do not provide the equality option '=' for a guard that can be chosen. So instead it displays the following
Which species is going to be monitored? gbg What is the target number for this species? 50 Which option is your desired guard?
1: gbg >= 50
2: gbg > 50
3: gbg <= 50
4: gbg < 50
Thank you, Bryant. Do you think we can add the equality option as the goal? Will adding this option affect the reaction priority determination?
If we did add the equality option, in order to keep our priority determination the script would have to interpret it as either a '>=' or a '<=' depending on what the target species is initialized to. Is that what you had in mind?
The interpretation as either '>=' or '<=' will have to depend on the initial and target value difference. We can discuss it at our meeting tomorrow before you make changes in your script.
bryantisraelsen wrote on 7/7/22 12:15 PM:
If we did add the equality option, in order to keep our priority determination the script would have to interpret it as either a '>=' or a '<=' depending on what the target species is initialized to. Is that what you had in mind?
— Reply to this email directly, view it on GitHub https://github.com/fluentverification/CaseStudies_StochasticModelChecking/issues/2#issuecomment-1178029004, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB4NU6LBVY7D6RNDKDGJSRDVS4NDDANCNFSM52UVUWEQ. You are receiving this because you authored the thread.Message ID: @.***>
CAUTION: This email originated from outside of USU. If this appears to be a USU employee, beware of impersonators. Do not click links, reply, download images, or open attachments unless you verify the sender’s identity and know the content is safe.
When running python3 on reactions_v2.py, the script interacts with the user with the questions below:
First, rename "chemical" to "species" in these questions, and all other questions if applicable. Secondly, the statement of the last question listed above can be improved. Do we allow the user to check greater-than-or-equal, less-than-or-equal, and equality relations? The above question's statement seems to allow only strictly greater-than and less than relations. Maybe we can instead provide an itemized list of (in-)equalities for the user to choose? For example, after the user specifies Gbg and 50, the script can list these items below for the user to choose: