Stability Detection

Now we can apply our method for recording a global state to see if the system is in a stable state.
  1. Record a global state S*
  2. Check S* for stability
Really simple, no?

Note that our check being true tells us that the system was stable when we finished calculating global state but false only tells us that it was not stable at the time we started that calculation.


Done