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
Before, many different parameters to how checkpoints are conducted (e.g. foldover vs. snapshot, whether relaxed) is set at FASTER initialization and not safely changeable afterwards.
With the new state machine API, one can extract some of these parameters into the state machine object, and a user can mix foldover, snapshot, relaxed CPR etc. by setting these parameters when constructing a new state machine object to be executed.
The text was updated successfully, but these errors were encountered:
Before, many different parameters to how checkpoints are conducted (e.g. foldover vs. snapshot, whether relaxed) is set at FASTER initialization and not safely changeable afterwards.
With the new state machine API, one can extract some of these parameters into the state machine object, and a user can mix foldover, snapshot, relaxed CPR etc. by setting these parameters when constructing a new state machine object to be executed.
The text was updated successfully, but these errors were encountered: