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
{{ message }}
This repository was archived by the owner on Jan 24, 2023. It is now read-only.
In the initial uses of PGM that we want to implement, there is this
scenario where some of the parameters of the system are "observed". We
don't want which state was observed. For eg: in "Difficulty", whether it is
"Easy" or "Hard" is irrelevant, as long as something was observed. If it
was, that node would be said to be "observed". The GUI way of doing that to
a node, i.e. marking whether a particular node has been observed in the
current experiment needs to implemented to close this issue. It could be
implemented in a manner similar to this;
Click button: "Mark Observed Nodes" to toggle into "marking-nodes" mode.
Click on all nodes that are to be "observed". Their colour changes.
Click button: "Mark Observed Nodes" to toggle out of "marking-nodes"
mode.
Visual change when nodes are observed or unobserved
The text was updated successfully, but these errors were encountered: