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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New interface IAlgorithmObserverFactory<T> and a set of APIs have been added to support algorithm observation.
All built-in algorithms now can be observed with the new APIs.
Add new interfaces INode<T> and IAlgorithmState<T> that provide abstract views of node and state information have been added for simpler algorithm observation.
Fix incorrect documentation comments and grammatical errors.