Releases: lucidfrontier45/tree_traversal
Releases · lucidfrontier45/tree_traversal
0.3.0
What's Changed
- add max_ops arg to limit maximum iterations by @lucidfrontier45 in #11
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- change score functions to return Option by @lucidfrontier45 in #9, None means the evaluation is failed and that node will be ignored
Full Changelog: 0.1.1...0.2.0
0.1.1
- fixed bug that bms didn't return
Option
by @lucidfrontier45
Full Changelog: 0.1.0...0.1.1
0.1.0
What's Changed
- add bfs by @lucidfrontier45 in #1
- add dfs by @lucidfrontier45 in #6
- add bbs (Branch and Bound Search) by @lucidfrontier45 in #7
- add bms (Beam Search) by @lucidfrontier45 in #8
New Contributors
- @lucidfrontier45 made their first contribution in #1
Full Changelog: https://github.com/lucidfrontier45/tree_traversal/commits/0.1.0