Skip to content

NuGet v1.0.0-beta Release

Pre-release
Pre-release

Choose a tag to compare

@rvhuang rvhuang released this 26 Jun 09:27
· 111 commits to master since this release

Including following changes:

  • Improve A* Search algorithm performance.
  • Improve Best-first Search algorithm performance.
  • Fix a bug where Reverse() does not work.
  • Fix a bug where A* Search algorithm will not end.
  • The property HeuristicSearch.RegisteredAlgorithms now will contains preset algorithms.