neat.STree.downBifurcationNode

STree.downBifurcationNode(node)[source]

Find the nearest bifurcation node down (towards leafs) from the input node.

Parameters

node (neat.SNode) – Starting node for search

Returns

node – the bifurcation node

Return type

neat.SNode