Investigate Weird Probability Distributions in some graphs
Closed this issue · 1 comments
robert-7 commented
robert-7 commented
This seems to happen only when viewing the tree in GTE Tree Viewer. This is very odd since the .xml format doesn't output the appropriate probabilities as seen in a sample below.
<node iset="Bet Round (4) - BRKBKCBK" player="Rose" prob="1/3" move="0. Rose received (Qh,Kd) and Colin received (Td,Th).">
...
<node iset="Bet Round (4) - BRKBKCBK" player="Rose" prob="1/3" move="1. Rose received (Qh,Kd) and Colin received (Td,Qd).">
...
<node iset="Bet Round (4) - BRKBKCBK" player="Rose" prob="1/3" move="2. Rose received (Qh,Kd) and Colin received (Th,Qd).">
Therefore, this is most-likely an issue on their part.
That being said, this issue is simply affecting the appearance. Apparently, the chance branches are apparently have their probabilities distributed internally, so nothing is really being affected.