Skip to content

NuGet v1.2.0 Release

Choose a tag to compare

@rvhuang rvhuang released this 23 Jan 13:18
· 24 commits to master since this release
4ec12ca
  1. New interface IAlgorithmObserverFactory<T> and a set of APIs have been added to support algorithm observation.
  2. All built-in algorithms now can be observed with the new APIs.
  3. Add new interfaces INode<T> and IAlgorithmState<T> that provide abstract views of node and state information have been added for simpler algorithm observation.
  4. Fix incorrect documentation comments and grammatical errors.