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
We do not currently stabilize the circuit state in init() which leads to an inaccurate circuit state until the state eventually (after N ticks) stabiliizes and shows the actual correct state.
Example:
The potential solution is to try and stabilize the circuit state in init(), but in order to do that we also have to detect repetitive patterns of events in circular circuits. The question is if it's always detectable and whether it's reliable.
The text was updated successfully, but these errors were encountered:
We do not currently stabilize the circuit state in
init()
which leads to an inaccurate circuit state until the state eventually (after N ticks) stabiliizes and shows the actual correct state.Example:
The potential solution is to try and stabilize the circuit state in
init()
, but in order to do that we also have to detect repetitive patterns of events in circular circuits. The question is if it's always detectable and whether it's reliable.The text was updated successfully, but these errors were encountered: