How is optimum path calculated?
The optimum path is calculated by review each branch of a node and selecting the one with the highest expected value, based on a statistical convolution.
A root node will display the expected value of the optimum path of the rest of the tree.
A terminal node (rightmost) will display the expected value of the path to the root.