Closed shawnlaffan closed 3 years ago
Mark as fixed.
There are still sections of the code that can be modified. For example recursive algorithms in TreeNode.pm can be linearised and moved into Tree.pm, and the bnok ratio code can be refactored to use callbacks or similar. These can be done under separate issues, though.
As described in Tsirogiannis et al. (2014) https://doi.org/10.1007/978-3-662-44753-6_15
Related to #789 and #786