onegpy.solutions.node.get_all_terminal_nodes

onegpy.solutions.node.get_all_terminal_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