Academia.eduAcademia.edu

Pseudocode for some tree search algorithms in phylogenetics

2005, Manuscript distributed under the terms of the GNU Free Documentation License. 31 pp.

Abstract

1. Introduction 2. Implicit enumeration for nt terminals (nt >=2) 3. Find optimal binary trees using branch and bound, for nt terminals (nt >=2) 4. Build a tree by stepwise addition (n terminals, n >= 3) 5. Branch swapping 5.a. Introduction 5.b. A tree search strategy using SPR rearrangements of given trees 5.c. A tree search strategy using TBR rearrangements of given trees 6. Ratcheting 7. Tree drifting 8. Tree fusing 9. Static approximation 10. An integrated approach 11. Some quick comments on time complexity References