Skip to content

1.1.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@gnysek gnysek released this 08 Aug 23:37
· 6 commits to batch since this release

Test release with batch searching, limiting number of passes trough points, per step.

new search(_graph, _start, _end, _max_passes = infinity); allows to set max nodes that are visited in one pass, however it will always visits all connected nodes, so assuming that each node is connected with two others, it computes n*2 nodes in one step.

Check search function for short examples.