armanbilge / B3

Bayesian Evolutionary Analysis by Sampling Trees
GNU General Public License v3.0
2 stars 0 forks source link

Simplify and merge tree classes #2

Open walterxie opened 9 years ago

walterxie commented 9 years ago

We should simplify and merge tree classes, such as:

1) Merge SimpleTree and FlexibleTree; 2) Simplify TreeModel (and do away with replace parameter strategy!) 3) Convert static util methods to interface default methods