onegpy.solutions.node.get_all_nonterminal_nodes

onegpy.solutions.node.get_all_nonterminal_nodes(root)[source]

function for getting all terminal node in the solution

Parameters:root – Node object. root node of target solution.
Returns:list of Node object. All terminal node in the solution